Agent Plugins Marketplace
All plugins

cognitive-biases

v1.0.3

Доказательный советник по когнитивным искажениям: 111 искажений в пяти тирах по размеру эффекта и репликации, структурный Bias Scan ситуации, протокол дебайсинга по каждому искажению, разбор популярных мифов.

Claude Code1 Skill

By Be Cyborg0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install cognitive-biases for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install cognitive-biases@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/beCyborg/jadlis-cognitive-biases

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

cognitive-biases/
├── .claude-plugin/plugin.json
└── skills/cognitive-biases/SKILL.md

Included Skills1

cognitive-biasesskills/cognitive-biases/SKILL.md

Evidence-based cognitive bias advisor with 5-tier ranking of 111 biases by effect sizes and replication data. Performs structured Bias Scan to identify active biases in decision situations, provides per-bias debiasing protocols, and corrects popular myths. Invoke when user asks about: cognitive biases, decision-making errors, bias check, debiasing, pre-mortem, loss aversion, anchoring, framing, confirmation bias, sunk cost, Dunning-Kruger, decision audit, thinking errors. Russian triggers: когнитивные искажения, ошибки мышления, проверка на искажения, предвзятость, якорение, фрейминг, ловушка невозвратных затрат, принятие решений, дебайзинг, аудит решения, Даннинг-Крюгер, слепые пятна в мышлении. Invoke via /cognitive-biases with the decision or situation. DO NOT TRIGGER when: the user wants a full council verdict on a hard decision (use /advisor-decision — it runs this lens inside).

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "cognitive-biases",
  "version": "1.0.3",
  "displayName": "Проверка решения на когнитивные искажения",
  "description": "Доказательный советник по когнитивным искажениям: 111 искажений в пяти тирах по размеру эффекта и репликации, структурный Bias Scan ситуации, протокол дебайсинга по каждому искажению, разбор популярных мифов.",
  "author": {
    "name": "Be Cyborg"
  },
  "homepage": "https://github.com/beCyborg/jadlis-cognitive-biases",
  "repository": "https://github.com/beCyborg/jadlis-cognitive-biases",
  "keywords": [
    "jadlis",
    "advisor",
    "cognitive-biases",
    "debiasing",
    "decision-audit"
  ],
  "userConfig": {
    "MEMORY_DIR": {
      "type": "directory",
      "title": "Папка памяти советов",
      "description": "Куда совет пишет вердикты, журналы и профили. Обычная папка с markdown-файлами; все советы Jadlis могут указывать на одну и ту же папку. Содержимое приватное — выбирай место с учётом синхронизации и бэкапов.",
      "default": "~/advisors-memory",
      "required": false
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cognitive-biases on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cognitive-biases)