[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-create-workflow-command-zh-CN":3,"guides-for-NeoLabHQ-create-workflow-command":1162,"similar-k1730995sma5tkqk7s4thjf6xd86mrhd-zh-CN":1163},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":258,"isFallback":241,"parentExtension":264,"providers":326,"relations":330,"repo":331,"tags":1160,"workflow":1161},1778694480889.9495,"k1730995sma5tkqk7s4thjf6xd86mrhd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","Create Workflow Command","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":239,"workflow":256},1778694825980.5913,"kn7e55hzyge0gs0a3tsdgz45ed86nzn3","en",{"checks":20,"evaluatedAt":194,"extensionSummary":195,"features":196,"nonGoals":202,"practices":206,"prerequisites":210,"promptVersionExtension":213,"promptVersionScoring":214,"purpose":215,"rationale":216,"score":217,"summary":218,"tags":219,"targetMarket":225,"tier":226,"useCases":227,"workflow":232},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,100,105,109,112,115,118,122,125,128,131,134,137,140,144,148,152,155,159,162,165,168,171,175,178,181,184,187,191],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of 'context bloat' and how the extension addresses it by using file-based task prompts for sub-agents.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a distinct advantage over simple prompts by providing a structured architecture for managing complex, multi-step workflows with isolated contexts, which is more than a thin wrapper.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete lifecycle for creating workflow commands, including directory structure, task file creation, and orchestrator command patterns, making it ready for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses specifically on creating workflow commands that orchestrate multi-step execution, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's functionality of creating workflow commands for multi-step execution using sub-agents and file-based prompts.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The `SKILL.md` explicitly lists `Task, Read, Write, Glob, Grep, Bash(mkdir:*)` as allowed tools, demonstrating scoped verb-noun actions.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The `SKILL.md` documents frontmatter options like `description`, `argument-hint`, `allowed-tools`, and `model` with their purposes and defaults.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary command is `create-workflow-command`, and internal task file examples follow clear naming conventions like `step-N-\u003Cworkflow>-\u003Cname>.md`.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input arguments are documented via `argument-hint` and `$ARGUMENTS`, and the output is a structured workflow command definition, with task files clearly defining expected outputs.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The bundled LICENSE file is the GNU General Public License v3.0, a widely usable open-source license.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on May 6, 2026, which is within the last 90 days.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to use any third-party dependencies based on the provided source files.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The extension focuses on code generation and workflow orchestration, and does not appear to handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The extension primarily deals with structuring prompts and commands; it does not load or execute untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The extension relies on predefined tools and local file operations, with no runtime downloads or external script execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","Operations are confined to file creation within the plugin's directory structure (`${CLAUDE_PLUGIN_ROOT}`) and standard tool usage, with no evidence of touching outside project folders.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the provided scripts or instructions.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The extension's functionality is limited to generating command structures and does not involve reading or submitting confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content appears free of hidden steering tricks, and descriptions use clean ASCII and standard Unicode.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided source files contain plain, readable markdown and script definitions, with no signs of obfuscation like base64 encoding or runtime script fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The extension uses `${CLAUDE_PLUGIN_ROOT}` for paths, ensuring portability within the plugin's structure and avoiding assumptions about user project layout.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","There are 6 open issues and 8 closed issues in the last 90 days, indicating some level of engagement but also a backlog.",{"category":101,"check":102,"severity":103,"summary":104},"Versioning","Release Management","warning","While a `pushedAt` date is available, there is no clear versioning signal (e.g., manifest version, changelog, GitHub releases) and installation instructions reference `main` implicitly.",{"category":106,"check":107,"severity":24,"summary":108},"Code Execution","Validation","The extension defines expected arguments and structures outputs in markdown, implying validation through prompt engineering and expected file structures.",{"category":66,"check":110,"severity":24,"summary":111},"Unguarded Destructive Operations","The extension focuses on generating command structures and task files; it does not perform destructive operations like file deletion or system modification.",{"category":106,"check":113,"severity":24,"summary":114},"Error Handling","The `SKILL.md` and examples outline expected outputs and success criteria for steps, implying a structure for handling errors by recognizing when criteria are not met.",{"category":106,"check":116,"severity":63,"summary":117},"Logging","The extension itself is a command generator and does not perform actions that require logging within its own scope.",{"category":119,"check":120,"severity":63,"summary":121},"Compliance","GDPR","The extension does not operate on personal data; it generates workflow structures.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension's functionality is general and not tied to any specific geographic or legal jurisdiction; it is considered global.",{"category":92,"check":126,"severity":24,"summary":127},"Runtime stability","The extension relies on standard markdown and basic shell commands for directory creation, making it portable across POSIX-compliant environments.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README file provides a comprehensive overview of the Context Engineering Kit, including its purpose, features, and installation instructions.",{"category":33,"check":132,"severity":63,"summary":133},"Tool surface size","This is a single-tool extension (command).",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The extension defines a single primary command (`create-workflow-command`) and uses clear, non-overlapping naming conventions for generated task files.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features in the README and SKILL.md, such as creating workflow commands and using file-based prompts, are implemented.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and other environments, along with an example usage snippet.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The SKILL.md provides clear instructions and expected outputs for each step, implicitly defining error conditions and recovery through adherence to these instructions.",{"category":149,"check":150,"severity":24,"summary":151},"Execution","Pinned dependencies","The extension uses only basic shell commands and markdown, with no third-party dependencies that would require pinning.",{"category":33,"check":153,"severity":63,"summary":154},"Dry-run preview","The extension generates command structures and task files; it does not perform state-changing operations that would require a dry-run.",{"category":156,"check":157,"severity":63,"summary":158},"Protocol","Idempotent retry & timeouts","The extension is a command generator and does not involve remote calls or state-changing operations requiring idempotency or timeouts.",{"category":119,"check":160,"severity":63,"summary":161},"Telemetry opt-in","The extension does not emit any telemetry.",{"category":40,"check":163,"severity":24,"summary":164},"Precise Purpose","The extension precisely defines its purpose: to create workflow commands that orchestrate multi-step execution via sub-agents and file-based prompts, targeting developers managing complex workflows.",{"category":40,"check":166,"severity":24,"summary":167},"Concise Frontmatter","The `SKILL.md` frontmatter is concise and self-contained, summarizing the core capability and listing allowed tools.",{"category":44,"check":169,"severity":24,"summary":170},"Concise Body","The `SKILL.md` body is well-structured and reasonably concise, delegating detailed examples to the README and using clear markdown for explanations.",{"category":172,"check":173,"severity":24,"summary":174},"Context","Progressive Disclosure","The `SKILL.md` outlines the workflow creation process, and detailed examples and plugin information are progressively disclosed in the README.",{"category":172,"check":176,"severity":63,"summary":177},"Forked exploration","This extension generates commands and task structures, it does not involve deep exploration or code review that would require forked context.",{"category":22,"check":179,"severity":24,"summary":180},"Usage examples","The README provides clear, end-to-end examples for creating workflow commands, including task file structures and orchestrator command snippets.",{"category":22,"check":182,"severity":24,"summary":183},"Edge cases","The `SKILL.md` documents known limitations like no nested sub-agents, no skill auto-loading, and fresh context per agent, along with workarounds.",{"category":106,"check":185,"severity":63,"summary":186},"Tool Fallback","The extension uses standard tools (`Task`, `Read`, etc.) and does not rely on external MCP servers or custom agents that would require fallbacks.",{"category":188,"check":189,"severity":24,"summary":190},"Safety","Halt on unexpected state","The `SKILL.md` instructs on creating structured tasks and commands, implying that deviations from the defined process would result in the workflow not being created correctly, thus halting progress.",{"category":92,"check":192,"severity":24,"summary":193},"Cross-skill coupling","The extension is self-contained and focuses on generating workflow command structures, without implicit reliance on other skills.",1778694825679,"This extension provides commands and documentation for creating complex workflow orchestrations. It allows users to define multi-step processes where detailed instructions for each step are stored in separate files, which are then read by sub-agents. This approach helps manage context bloat and promotes modularity in agent-based workflows.",[197,198,199,200,201],"Orchestrate multi-step execution with sub-agents","Utilize file-based task prompts for detailed step instructions","Manage context isolation for sub-agents","Generate structured workflow command definitions","Promote modularity and reusability in agent workflows",[203,204,205],"Directly executing workflows; it generates the commands for them","Containing the LLM's context window for the entire workflow","Replacing the need for user-defined tasks and goals",[207,208,209],"Workflow design","Agent orchestration","Context management",[211,212],"Access to an AI agent environment supporting commands and markdown","Ability to create and manage files within a plugin directory","3.0.0","4.4.0","To enable users to create robust, multi-step workflow commands that leverage sub-agents and file-based task prompts for better context management and execution clarity.","The extension is well-documented, production-ready, and adheres to security and scope best practices. The only minor areas for improvement are the lack of explicit versioning signals and a slight backlog in issue resolution, which are informational rather than critical.",94,"A well-crafted tool for generating structured, multi-step workflow commands using sub-agents and file-based prompts.",[220,221,222,223,224],"workflow","agent","orchestration","code-generation","prompt-engineering","global","community",[228,229,230,231],"Structuring complex feature implementation pipelines","Defining multi-phase research and development processes","Automating sequential tasks with distinct agent roles","Building predictable agent workflows with clear boundaries",[233,234,235,236,237,238],"Gather requirements for the workflow (name, description, steps, mode, agent type).","Create directory structure for tasks and optional agents.","Create task files for each step with detailed instructions and expected output.","Create the orchestrator command file using provided patterns and frontmatter.","Optionally, create custom agent definitions if needed.","Update plugin manifest if necessary and test the command.",{"codeQuality":240,"collectedAt":242,"documentation":243,"maintenance":246,"security":253,"testCoverage":255},{"hasLockfile":241},true,1778694809639,{"descriptionLength":244,"readmeSize":245},112,40436,{"closedIssues90d":247,"forks":248,"hasChangelog":249,"openIssues90d":250,"pushedAt":251,"stars":252},8,89,false,6,1778029371000,993,{"hasNpmPackage":249,"license":254,"smitheryVerified":249},"GPL-3.0",{"hasCi":249,"hasTests":241},{"updatedAt":257},1778694825980,{"basePath":259,"githubOwner":260,"githubRepo":261,"locale":18,"slug":262,"type":263},"plugins/customaize-agent/skills/create-workflow-command","NeoLabHQ","context-engineering-kit","create-workflow-command","skill",{"_creationTime":265,"_id":266,"community":267,"display":268,"identity":273,"parentExtension":276,"providers":311,"relations":322,"tags":323,"workflow":324},1778694480889.9465,"k173g0c46wghgz5j9gn02wfydn86mkh8",{"reviewCount":8},{"description":269,"installMethods":270,"name":272,"sourceUrl":14},"Commands and skills for writing and refining commands, hooks, skills for Claude Code, includes Anthropic Best Practices and Agent Persuasion Principles that can be useful for sub-agent workflows.",{"claudeCode":271},"customaize-agent","Customaize Agent",{"basePath":274,"githubOwner":260,"githubRepo":261,"locale":18,"slug":271,"type":275},"plugins/customaize-agent","plugin",{"_creationTime":277,"_id":278,"community":279,"display":280,"identity":284,"providers":287,"relations":305,"tags":307,"workflow":308},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":281,"installMethods":282,"name":283,"sourceUrl":14},"Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality.",{"claudeCode":12},"Context Engineering Kit",{"basePath":285,"githubOwner":260,"githubRepo":261,"locale":18,"slug":261,"type":286},"","marketplace",{"evaluate":288,"extract":298},{"promptVersionExtension":289,"promptVersionScoring":214,"score":290,"tags":291,"targetMarket":225,"tier":297},"3.1.0",97,[292,293,294,295,296],"context-engineering","agent-productivity","llm-patterns","code-quality","developer-tools","verified",{"commitSha":299,"license":300,"marketplace":301,"plugin":303},"HEAD","GPL-3.0-or-later",{"name":261,"pluginCount":302,"version":213},13,{"mcpCount":8,"provider":304,"skillCount":8},"classify",{"repoId":306},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[293,295,292,296,294],{"evaluatedAt":309,"extractAt":310,"updatedAt":309},1778694497063,1778694480890,{"evaluate":312,"extract":319},{"promptVersionExtension":213,"promptVersionScoring":214,"score":290,"tags":313,"targetMarket":225,"tier":318},[314,224,315,316,317,223],"agent-creation","skill-development","tdd","workflow-automation","flagged",{"commitSha":299,"license":254,"plugin":320},{"mcpCount":8,"provider":304,"skillCount":321},12,{"parentExtensionId":278,"repoId":306},[314,223,224,315,316,317],{"evaluatedAt":325,"extractAt":310,"updatedAt":325},1778694625658,{"evaluate":327,"extract":329},{"promptVersionExtension":213,"promptVersionScoring":214,"score":217,"tags":328,"targetMarket":225,"tier":226},[220,221,222,223,224],{"commitSha":299,"license":300},{"parentExtensionId":266,"repoId":306},{"_creationTime":332,"_id":306,"identity":333,"providers":334,"workflow":1156},1778694475065.1633,{"githubOwner":260,"githubRepo":261,"sourceUrl":14},{"classify":335,"discover":1142,"github":1145},{"commitSha":299,"extensions":336},[337,350,389,414,437,451,484,493,530,553,585,598,607,626,649,658,666,673,681,689,697,705,710,717,725,733,741,749,757,765,773,781,789,797,805,813,821,829,837,845,853,861,869,877,885,892,900,908,916,924,932,940,948,956,964,972,980,988,996,1004,1012,1020,1028,1036,1044,1052,1060,1068,1076,1084,1092,1100,1108,1118,1126,1134],{"basePath":285,"description":281,"displayName":261,"installMethods":338,"rationale":339,"selectedPaths":340,"source":349,"sourceLanguage":18,"type":286},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[341,344,346],{"path":342,"priority":343},".claude-plugin/marketplace.json","mandatory",{"path":345,"priority":343},"README.md",{"path":347,"priority":348},"LICENSE","high","rule",{"basePath":351,"description":352,"displayName":353,"installMethods":354,"rationale":355,"selectedPaths":356,"source":349,"sourceLanguage":18,"type":275},"plugins/reflexion","Collection of commands that force LLM to reflect on previous response and output. Based on papers like Self-Refine and Reflexion. These techniques improve the output of large language models by introducing feedback and refinement loops.","reflexion",{"claudeCode":353},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[357,359,360,363,365,367,369,371,373,375,377,379,381,383,385,387],{"path":358,"priority":343},".claude-plugin/plugin.json",{"path":345,"priority":343},{"path":361,"priority":362},"skills/critique/SKILL.md","medium",{"path":364,"priority":362},"skills/memorize/SKILL.md",{"path":366,"priority":362},"skills/reflect/SKILL.md",{"path":368,"priority":348},"hooks/.gitignore",{"path":370,"priority":348},"hooks/README.md",{"path":372,"priority":348},"hooks/hooks.json",{"path":374,"priority":348},"hooks/package.json",{"path":376,"priority":348},"hooks/src/index.ts",{"path":378,"priority":348},"hooks/src/lib.ts",{"path":380,"priority":348},"hooks/src/onStopHandler.test.ts",{"path":382,"priority":348},"hooks/src/onStopHandler.ts",{"path":384,"priority":348},"hooks/src/session.ts",{"path":386,"priority":348},"hooks/tsconfig.json",{"path":388,"priority":348},"hooks/vitest.config.ts",{"basePath":390,"description":391,"displayName":392,"installMethods":393,"rationale":394,"selectedPaths":395,"source":349,"sourceLanguage":18,"type":275},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":392},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[396,397,398,400,402,404,406,408,410,412],{"path":358,"priority":343},{"path":345,"priority":343},{"path":399,"priority":362},"skills/review-local-changes/SKILL.md",{"path":401,"priority":362},"skills/review-pr/SKILL.md",{"path":403,"priority":348},"agents/bug-hunter.md",{"path":405,"priority":348},"agents/code-quality-reviewer.md",{"path":407,"priority":348},"agents/contracts-reviewer.md",{"path":409,"priority":348},"agents/historical-context-reviewer.md",{"path":411,"priority":348},"agents/security-auditor.md",{"path":413,"priority":348},"agents/test-coverage-reviewer.md",{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":349,"sourceLanguage":18,"type":275},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.","git",{"claudeCode":417},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[421,422,423,425,427,429,431,433,435],{"path":358,"priority":343},{"path":345,"priority":343},{"path":424,"priority":362},"skills/analyze-issue/SKILL.md",{"path":426,"priority":362},"skills/attach-review-to-pr/SKILL.md",{"path":428,"priority":362},"skills/commit/SKILL.md",{"path":430,"priority":362},"skills/create-pr/SKILL.md",{"path":432,"priority":362},"skills/git-notes/SKILL.md",{"path":434,"priority":362},"skills/git-worktrees/SKILL.md",{"path":436,"priority":362},"skills/load-issues/SKILL.md",{"basePath":438,"description":439,"displayName":316,"installMethods":440,"rationale":441,"selectedPaths":442,"source":349,"sourceLanguage":18,"type":275},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.",{"claudeCode":316},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[443,444,445,447,449],{"path":358,"priority":343},{"path":345,"priority":343},{"path":446,"priority":362},"skills/fix-tests/SKILL.md",{"path":448,"priority":362},"skills/test-driven-development/SKILL.md",{"path":450,"priority":362},"skills/write-tests/SKILL.md",{"basePath":452,"description":453,"displayName":454,"installMethods":455,"rationale":456,"selectedPaths":457,"source":349,"sourceLanguage":18,"type":275},"plugins/sadd","Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.","sadd",{"claudeCode":454},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[458,459,460,462,464,466,468,470,472,474,476,478,480,482],{"path":358,"priority":343},{"path":345,"priority":343},{"path":461,"priority":362},"skills/do-and-judge/SKILL.md",{"path":463,"priority":362},"skills/do-competitively/SKILL.md",{"path":465,"priority":362},"skills/do-in-parallel/SKILL.md",{"path":467,"priority":362},"skills/do-in-steps/SKILL.md",{"path":469,"priority":362},"skills/judge/SKILL.md",{"path":471,"priority":362},"skills/judge-with-debate/SKILL.md",{"path":473,"priority":362},"skills/launch-sub-agent/SKILL.md",{"path":475,"priority":362},"skills/multi-agent-patterns/SKILL.md",{"path":477,"priority":362},"skills/subagent-driven-development/SKILL.md",{"path":479,"priority":362},"skills/tree-of-thoughts/SKILL.md",{"path":481,"priority":348},"agents/judge.md",{"path":483,"priority":348},"agents/meta-judge.md",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":349,"sourceLanguage":18,"type":275},"plugins/ddd","Introduces command to update CLAUDE.md with best practices for domain-driven development, focused on quality of code, includes Clean Architecture, SOLID principles, and other design patterns.","ddd",{"claudeCode":487},"plugin manifest at plugins/ddd/.claude-plugin/plugin.json",[491,492],{"path":358,"priority":343},{"path":345,"priority":343},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":349,"sourceLanguage":18,"type":275},"plugins/sdd","Specification Driven Development workflow commands and agents, based on Github Spec Kit and OpenSpec. Uses specialized agents for effective context management and quality review.","sdd",{"claudeCode":496},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[500,501,502,504,506,508,510,512,514,516,518,520,522,524,526,528],{"path":358,"priority":343},{"path":345,"priority":343},{"path":503,"priority":362},"skills/add-task/SKILL.md",{"path":505,"priority":362},"skills/brainstorm/SKILL.md",{"path":507,"priority":362},"skills/create-ideas/SKILL.md",{"path":509,"priority":362},"skills/implement-task/SKILL.md",{"path":511,"priority":362},"skills/plan-task/SKILL.md",{"path":513,"priority":348},"agents/business-analyst.md",{"path":515,"priority":348},"agents/code-explorer.md",{"path":517,"priority":348},"agents/developer.md",{"path":519,"priority":348},"agents/qa-engineer.md",{"path":521,"priority":348},"agents/researcher.md",{"path":523,"priority":348},"agents/software-architect.md",{"path":525,"priority":348},"agents/team-lead.md",{"path":527,"priority":348},"agents/tech-lead.md",{"path":529,"priority":348},"agents/tech-writer.md",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":349,"sourceLanguage":18,"type":275},"plugins/kaizen","Inspired by Japanese continuous improvement philosophy, Agile and Lean development practices. Introduces commands for analysis of root cause of issues and problems, including 5 Whys, Cause and Effect Analysis, and other techniques.","kaizen",{"claudeCode":533},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[537,538,539,541,543,545,547,549,551],{"path":358,"priority":343},{"path":345,"priority":343},{"path":540,"priority":362},"skills/analyse/SKILL.md",{"path":542,"priority":362},"skills/analyse-problem/SKILL.md",{"path":544,"priority":362},"skills/cause-and-effect/SKILL.md",{"path":546,"priority":362},"skills/kaizen/SKILL.md",{"path":548,"priority":362},"skills/plan-do-check-act/SKILL.md",{"path":550,"priority":362},"skills/root-cause-tracing/SKILL.md",{"path":552,"priority":362},"skills/why/SKILL.md",{"basePath":274,"description":269,"displayName":271,"installMethods":554,"rationale":555,"selectedPaths":556,"source":349,"sourceLanguage":18,"type":275},{"claudeCode":271},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[557,558,559,561,563,565,567,569,571,573,575,577,579,581,583],{"path":358,"priority":343},{"path":345,"priority":343},{"path":560,"priority":362},"skills/agent-evaluation/SKILL.md",{"path":562,"priority":362},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":564,"priority":362},"skills/context-engineering/SKILL.md",{"path":566,"priority":362},"skills/create-agent/SKILL.md",{"path":568,"priority":362},"skills/create-command/SKILL.md",{"path":570,"priority":362},"skills/create-hook/SKILL.md",{"path":572,"priority":362},"skills/create-rule/SKILL.md",{"path":574,"priority":362},"skills/create-skill/SKILL.md",{"path":576,"priority":362},"skills/create-workflow-command/SKILL.md",{"path":578,"priority":362},"skills/prompt-engineering/SKILL.md",{"path":580,"priority":362},"skills/test-prompt/SKILL.md",{"path":582,"priority":362},"skills/test-skill/SKILL.md",{"path":584,"priority":362},"skills/thought-based-reasoning/SKILL.md",{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":349,"sourceLanguage":18,"type":275},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":588},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[592,593,594,596],{"path":358,"priority":343},{"path":345,"priority":343},{"path":595,"priority":362},"skills/update-docs/SKILL.md",{"path":597,"priority":362},"skills/write-concisely/SKILL.md",{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":349,"sourceLanguage":18,"type":275},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":601},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[605,606],{"path":358,"priority":343},{"path":345,"priority":343},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":349,"sourceLanguage":18,"type":275},"plugins/mcp","Commands for setup well known MCP server integration if needed and update CLAUDE.md file with requirement to use this MCP server for current project.","mcp",{"claudeCode":610},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[614,615,616,618,620,622,624],{"path":358,"priority":343},{"path":345,"priority":343},{"path":617,"priority":362},"skills/build-mcp/SKILL.md",{"path":619,"priority":362},"skills/setup-arxiv-mcp/SKILL.md",{"path":621,"priority":362},"skills/setup-codemap-cli/SKILL.md",{"path":623,"priority":362},"skills/setup-context7-mcp/SKILL.md",{"path":625,"priority":362},"skills/setup-serena-mcp/SKILL.md",{"basePath":627,"description":628,"displayName":629,"installMethods":630,"rationale":631,"selectedPaths":632,"source":349,"sourceLanguage":18,"type":275},"plugins/fpf","First Principles Framework (FPF) for structured reasoning using workflow command pattern. Implements ADI (Abduction-Deduction-Induction) cycle via propose-hypotheses workflow with fpf-agent for hypothesis generation, logical verification, empirical validation, and auditable decision-making. Includes utility commands for status, query, decay, actualize, and reset.","fpf",{"claudeCode":629},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[633,634,635,637,639,641,643,645,647],{"path":358,"priority":343},{"path":345,"priority":343},{"path":636,"priority":362},"skills/actualize/SKILL.md",{"path":638,"priority":362},"skills/decay/SKILL.md",{"path":640,"priority":362},"skills/propose-hypotheses/SKILL.md",{"path":642,"priority":362},"skills/query/SKILL.md",{"path":644,"priority":362},"skills/reset/SKILL.md",{"path":646,"priority":362},"skills/status/SKILL.md",{"path":648,"priority":348},"agents/fpf-agent.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/agent-evaluation","Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality.","agent-evaluation",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/agent-evaluation/SKILL.md",[656],{"path":657,"priority":343},"SKILL.md",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/apply-anthropic-skill-best-practices","Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure","apply-anthropic-skill-best-practices",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/apply-anthropic-skill-best-practices/SKILL.md",[665],{"path":657,"priority":343},{"basePath":667,"description":668,"displayName":292,"installMethods":669,"rationale":670,"selectedPaths":671,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/context-engineering","Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts.",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/context-engineering/SKILL.md",[672],{"path":657,"priority":343},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/create-agent","Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns","create-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-agent/SKILL.md",[680],{"path":657,"priority":343},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/create-command","Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration","create-command",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-command/SKILL.md",[688],{"path":657,"priority":343},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/create-rule","Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say \"You absolutly right, I should have done it differently.\" -> need create rule for this issue so it not appears again.","create-rule",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-rule/SKILL.md",[696],{"path":657,"priority":343},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/create-skill","Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization","create-skill",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-skill/SKILL.md",[704],{"path":657,"priority":343},{"basePath":259,"description":10,"displayName":262,"installMethods":706,"rationale":707,"selectedPaths":708,"source":349,"sourceLanguage":18,"type":263},{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-workflow-command/SKILL.md",[709],{"path":657,"priority":343},{"basePath":711,"description":712,"displayName":224,"installMethods":713,"rationale":714,"selectedPaths":715,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/prompt-engineering","Use this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/prompt-engineering/SKILL.md",[716],{"path":657,"priority":343},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/test-prompt","Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing","test-prompt",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/test-prompt/SKILL.md",[724],{"path":657,"priority":343},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/test-skill","Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes","test-skill",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/test-skill/SKILL.md",[732],{"path":657,"priority":343},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":349,"sourceLanguage":18,"type":263},"plugins/customaize-agent/skills/thought-based-reasoning","Use when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns","thought-based-reasoning",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/thought-based-reasoning/SKILL.md",[740],{"path":657,"priority":343},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":349,"sourceLanguage":18,"type":263},"plugins/docs/skills/update-docs","Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.","update-docs",{"claudeCode":12},"SKILL.md frontmatter at plugins/docs/skills/update-docs/SKILL.md",[748],{"path":657,"priority":343},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":349,"sourceLanguage":18,"type":263},"plugins/docs/skills/write-concisely","Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional.","write-concisely",{"claudeCode":12},"SKILL.md frontmatter at plugins/docs/skills/write-concisely/SKILL.md",[756],{"path":657,"priority":343},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/actualize","Reconcile the project's FPF state with recent repository changes","actualize",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/actualize/SKILL.md",[764],{"path":657,"priority":343},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/decay","Manage evidence freshness by identifying stale decisions and providing governance actions","decay",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/decay/SKILL.md",[772],{"path":657,"priority":343},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/propose-hypotheses","Execute complete FPF cycle from hypothesis generation to decision","propose-hypotheses",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/propose-hypotheses/SKILL.md",[780],{"path":657,"priority":343},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/query","Search the FPF knowledge base and display hypothesis details with assurance information","query",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/query/SKILL.md",[788],{"path":657,"priority":343},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/reset","Reset the FPF reasoning cycle to start fresh","reset",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/reset/SKILL.md",[796],{"path":657,"priority":343},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":349,"sourceLanguage":18,"type":263},"plugins/fpf/skills/status","Display the current state of the FPF knowledge base","status",{"claudeCode":12},"SKILL.md frontmatter at plugins/fpf/skills/status/SKILL.md",[804],{"path":657,"priority":343},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/analyze-issue","Analyze a GitHub issue and create a detailed technical specification","analyze-issue",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/analyze-issue/SKILL.md",[812],{"path":657,"priority":343},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/attach-review-to-pr","Add line-specific review comments to pull requests using GitHub CLI API","attach-review-to-pr",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/attach-review-to-pr/SKILL.md",[820],{"path":657,"priority":343},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/commit","Create well-formatted commits with conventional commit messages and emoji","commit",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/commit/SKILL.md",[828],{"path":657,"priority":343},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/create-pr","Create pull requests using GitHub CLI with proper templates and formatting","create-pr",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/create-pr/SKILL.md",[836],{"path":657,"priority":343},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"rationale":842,"selectedPaths":843,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/git-notes","Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.","git-notes",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/git-notes/SKILL.md",[844],{"path":657,"priority":343},{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/git-worktrees","Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.","git-worktrees",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/git-worktrees/SKILL.md",[852],{"path":657,"priority":343},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":349,"sourceLanguage":18,"type":263},"plugins/git/skills/load-issues","Load all open issues from GitHub and save them as markdown files","load-issues",{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/load-issues/SKILL.md",[860],{"path":657,"priority":343},{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/analyse","Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target","analyse",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/analyse/SKILL.md",[868],{"path":657,"priority":343},{"basePath":870,"description":871,"displayName":872,"installMethods":873,"rationale":874,"selectedPaths":875,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/analyse-problem","Comprehensive A3 one-page problem analysis with root cause and action plan","analyse-problem",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/analyse-problem/SKILL.md",[876],{"path":657,"priority":343},{"basePath":878,"description":879,"displayName":880,"installMethods":881,"rationale":882,"selectedPaths":883,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/cause-and-effect","Systematic Fishbone analysis exploring problem causes across six categories","cause-and-effect",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/cause-and-effect/SKILL.md",[884],{"path":657,"priority":343},{"basePath":886,"description":887,"displayName":533,"installMethods":888,"rationale":889,"selectedPaths":890,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/kaizen","Use when Code implementation and refactoring, architecturing or designing systems, process and workflow improvements, error handling and validation. Provide tehniquest to avoid over-engineering and apply iterative improvements.",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/kaizen/SKILL.md",[891],{"path":657,"priority":343},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/plan-do-check-act","Iterative PDCA cycle for systematic experimentation and continuous improvement","plan-do-check-act",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/plan-do-check-act/SKILL.md",[899],{"path":657,"priority":343},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/root-cause-tracing","Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior","root-cause-tracing",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/root-cause-tracing/SKILL.md",[907],{"path":657,"priority":343},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":349,"sourceLanguage":18,"type":263},"plugins/kaizen/skills/why","Iterative Five Whys root cause analysis drilling from symptoms to fundamentals","why",{"claudeCode":12},"SKILL.md frontmatter at plugins/kaizen/skills/why/SKILL.md",[915],{"path":657,"priority":343},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":349,"sourceLanguage":18,"type":263},"plugins/mcp/skills/build-mcp","Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).","build-mcp",{"claudeCode":12},"SKILL.md frontmatter at plugins/mcp/skills/build-mcp/SKILL.md",[923],{"path":657,"priority":343},{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":349,"sourceLanguage":18,"type":263},"plugins/mcp/skills/setup-arxiv-mcp","Guide for setup arXiv paper search MCP server using Docker MCP","setup-arxiv-mcp",{"claudeCode":12},"SKILL.md frontmatter at plugins/mcp/skills/setup-arxiv-mcp/SKILL.md",[931],{"path":657,"priority":343},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":349,"sourceLanguage":18,"type":263},"plugins/mcp/skills/setup-codemap-cli","Guide for setup Codemap CLI for intelligent codebase visualization and navigation","setup-codemap-cli",{"claudeCode":12},"SKILL.md frontmatter at plugins/mcp/skills/setup-codemap-cli/SKILL.md",[939],{"path":657,"priority":343},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":349,"sourceLanguage":18,"type":263},"plugins/mcp/skills/setup-context7-mcp","Guide for setup Context7 MCP server to load documentation for specific technologies.","setup-context7-mcp",{"claudeCode":12},"SKILL.md frontmatter at plugins/mcp/skills/setup-context7-mcp/SKILL.md",[947],{"path":657,"priority":343},{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":349,"sourceLanguage":18,"type":263},"plugins/mcp/skills/setup-serena-mcp","Guide for setup Serena MCP server for semantic code retrieval and editing capabilities","setup-serena-mcp",{"claudeCode":12},"SKILL.md frontmatter at plugins/mcp/skills/setup-serena-mcp/SKILL.md",[955],{"path":657,"priority":343},{"basePath":957,"description":958,"displayName":959,"installMethods":960,"rationale":961,"selectedPaths":962,"source":349,"sourceLanguage":18,"type":263},"plugins/reflexion/skills/critique","Comprehensive multi-perspective review using specialized judges with debate and consensus building","critique",{"claudeCode":12},"SKILL.md frontmatter at plugins/reflexion/skills/critique/SKILL.md",[963],{"path":657,"priority":343},{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":349,"sourceLanguage":18,"type":263},"plugins/reflexion/skills/memorize","Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering","memorize",{"claudeCode":12},"SKILL.md frontmatter at plugins/reflexion/skills/memorize/SKILL.md",[971],{"path":657,"priority":343},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":349,"sourceLanguage":18,"type":263},"plugins/reflexion/skills/reflect","Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification","reflect",{"claudeCode":12},"SKILL.md frontmatter at plugins/reflexion/skills/reflect/SKILL.md",[979],{"path":657,"priority":343},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":349,"sourceLanguage":18,"type":263},"plugins/review/skills/review-local-changes","Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions","review-local-changes",{"claudeCode":12},"SKILL.md frontmatter at plugins/review/skills/review-local-changes/SKILL.md",[987],{"path":657,"priority":343},{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":349,"sourceLanguage":18,"type":263},"plugins/review/skills/review-pr","Comprehensive pull request review using specialized agents","review-pr",{"claudeCode":12},"SKILL.md frontmatter at plugins/review/skills/review-pr/SKILL.md",[995],{"path":657,"priority":343},{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/do-and-judge","Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop","do-and-judge",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/do-and-judge/SKILL.md",[1003],{"path":657,"priority":343},{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/do-competitively","Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis","do-competitively",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/do-competitively/SKILL.md",[1011],{"path":657,"priority":343},{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/do-in-parallel","Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection, quality-focused prompting, and meta-judge → LLM-as-a-judge verification","do-in-parallel",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/do-in-parallel/SKILL.md",[1019],{"path":657,"priority":343},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/do-in-steps","Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, meta-judge → LLM-as-a-judge verification","do-in-steps",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/do-in-steps/SKILL.md",[1027],{"path":657,"priority":343},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/judge","Launch a meta-judge then a judge sub-agent to evaluate results produced in the current conversation","judge",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/judge/SKILL.md",[1035],{"path":657,"priority":343},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/judge-with-debate","Evaluate solutions through multi-round debate between independent judges until consensus","judge-with-debate",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/judge-with-debate/SKILL.md",[1043],{"path":657,"priority":343},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/launch-sub-agent","Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification","launch-sub-agent",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/launch-sub-agent/SKILL.md",[1051],{"path":657,"priority":343},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/multi-agent-patterns","Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.","multi-agent-patterns",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/multi-agent-patterns/SKILL.md",[1059],{"path":657,"priority":343},{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/subagent-driven-development","Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates","subagent-driven-development",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/subagent-driven-development/SKILL.md",[1067],{"path":657,"priority":343},{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":349,"sourceLanguage":18,"type":263},"plugins/sadd/skills/tree-of-thoughts","Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with meta-judge evaluation specifications and multi-agent evaluation","tree-of-thoughts",{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/tree-of-thoughts/SKILL.md",[1075],{"path":657,"priority":343},{"basePath":1077,"description":1078,"displayName":1079,"installMethods":1080,"rationale":1081,"selectedPaths":1082,"source":349,"sourceLanguage":18,"type":263},"plugins/sdd/skills/add-task","creates draft task file in .specs/tasks/draft/ with original user intent","add-task",{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/add-task/SKILL.md",[1083],{"path":657,"priority":343},{"basePath":1085,"description":1086,"displayName":1087,"installMethods":1088,"rationale":1089,"selectedPaths":1090,"source":349,"sourceLanguage":18,"type":263},"plugins/sdd/skills/brainstorm","Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes","brainstorm",{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/brainstorm/SKILL.md",[1091],{"path":657,"priority":343},{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":349,"sourceLanguage":18,"type":263},"plugins/sdd/skills/create-ideas","Generate ideas in one shot using creative sampling","create-ideas",{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/create-ideas/SKILL.md",[1099],{"path":657,"priority":343},{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":349,"sourceLanguage":18,"type":263},"plugins/sdd/skills/implement-task","Implement a task with automated LLM-as-Judge verification for critical steps","implement-task",{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/implement-task/SKILL.md",[1107],{"path":657,"priority":343},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":349,"sourceLanguage":18,"type":263},"plugins/sdd/skills/plan-task","Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task","plan-task",{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/plan-task/SKILL.md",[1115,1116],{"path":657,"priority":343},{"path":1117,"priority":362},"analyse-business-requirements.md",{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":349,"sourceLanguage":18,"type":263},"plugins/tdd/skills/fix-tests","Systematically fix all failing tests after business logic changes or refactoring","fix-tests",{"claudeCode":12},"SKILL.md frontmatter at plugins/tdd/skills/fix-tests/SKILL.md",[1125],{"path":657,"priority":343},{"basePath":1127,"description":1128,"displayName":1129,"installMethods":1130,"rationale":1131,"selectedPaths":1132,"source":349,"sourceLanguage":18,"type":263},"plugins/tdd/skills/test-driven-development","Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first","test-driven-development",{"claudeCode":12},"SKILL.md frontmatter at plugins/tdd/skills/test-driven-development/SKILL.md",[1133],{"path":657,"priority":343},{"basePath":1135,"description":1136,"displayName":1137,"installMethods":1138,"rationale":1139,"selectedPaths":1140,"source":349,"sourceLanguage":18,"type":263},"plugins/tdd/skills/write-tests","Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit.","write-tests",{"claudeCode":12},"SKILL.md frontmatter at plugins/tdd/skills/write-tests/SKILL.md",[1141],{"path":657,"priority":343},{"sources":1143},[1144],"manual",{"closedIssues90d":247,"description":1146,"forks":248,"homepage":1147,"license":254,"openIssues90d":250,"pushedAt":251,"readmeSize":245,"stars":252,"topics":1148},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[221,1149,1150,1151,286,1152,1153,1154,1155],"ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1157,"discoverAt":1158,"extractAt":1159,"githubAt":1159,"updatedAt":1157},1778694480631,1778694475065,1778694478670,[221,223,222,224,220],{"evaluatedAt":257,"extractAt":310,"updatedAt":257},[],[1164,1192,1220,1243,1271,1292],{"_creationTime":1165,"_id":1166,"community":1167,"display":1168,"identity":1174,"providers":1178,"relations":1186,"tags":1188,"workflow":1189},1778696691708.297,"k174kx68t1r1znb9ws0ndvkpt586nx68",{"reviewCount":8},{"description":1169,"installMethods":1170,"name":1172,"sourceUrl":1173},"Agent skill for worker-specialist - invoke with $agent-worker-specialist",{"claudeCode":1171},"ruvnet/ruflo","agent-worker-specialist","https://github.com/ruvnet/ruflo",{"basePath":1175,"githubOwner":1176,"githubRepo":1177,"locale":18,"slug":1172,"type":263},".agents/skills/agent-worker-specialist","ruvnet","ruflo",{"evaluate":1179,"extract":1185},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1180,"tags":1181,"targetMarket":225,"tier":297},100,[221,222,1182,1183,1184],"task-execution","coordination","progress-reporting",{"commitSha":299},{"repoId":1187},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[221,1183,222,1184,1182],{"evaluatedAt":1190,"extractAt":1191,"updatedAt":1190},1778698724168,1778696691708,{"_creationTime":1193,"_id":1194,"community":1195,"display":1196,"identity":1202,"providers":1206,"relations":1213,"tags":1216,"workflow":1217},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":1197,"installMethods":1198,"name":1200,"sourceUrl":1201},"Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.",{"claudeCode":1199},"rohitg00/pro-workflow","orchestrate","https://github.com/rohitg00/pro-workflow",{"basePath":1203,"githubOwner":1204,"githubRepo":1205,"locale":18,"slug":1200,"type":263},"skills/orchestrate","rohitg00","pro-workflow",{"evaluate":1207,"extract":1212},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1180,"tags":1208,"targetMarket":225,"tier":297},[1209,221,220,1210,1211],"llm-ops","memory","knowledge-management",{"commitSha":299},{"parentExtensionId":1214,"repoId":1215},"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv","kd7am4e918eq98hrd9s31jm4vs86nn0b",[221,1211,1209,1210,220],{"evaluatedAt":1218,"extractAt":1219,"updatedAt":1218},1778696881233,1778696595410,{"_creationTime":1221,"_id":1222,"community":1223,"display":1224,"identity":1228,"providers":1230,"relations":1238,"tags":1240,"workflow":1241},1778696691708.3118,"k17ewy0jskvynmgqnywk4zaxxn86m3sc",{"reviewCount":8},{"description":1225,"installMethods":1226,"name":1227,"sourceUrl":1173},"Run an autonomous /loop iteration -- check progress, work on next task, schedule next wake",{"claudeCode":1171},"autopilot-loop",{"basePath":1229,"githubOwner":1176,"githubRepo":1177,"locale":18,"slug":1227,"type":263},"plugins/ruflo-autopilot/skills/autopilot-loop",{"evaluate":1231,"extract":1237},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1232,"tags":1233,"targetMarket":225,"tier":297},99,[1234,221,222,1235,1236],"automation","loop","scheduling",{"commitSha":299},{"parentExtensionId":1239,"repoId":1187},"k178af0n2v1c7tj4bgbsbakr8s86nbr4",[221,1234,1235,222,1236],{"evaluatedAt":1242,"extractAt":1191,"updatedAt":1242},1778699844724,{"_creationTime":1244,"_id":1245,"community":1246,"display":1247,"identity":1253,"providers":1258,"relations":1264,"tags":1267,"workflow":1268},1778699234184.6182,"k17aam3ggdjx69tftf4g09m6gh86m0j2",{"reviewCount":8},{"description":1248,"installMethods":1249,"name":1251,"sourceUrl":1252},"N coordinated agents on shared task list using Claude Code native teams",{"claudeCode":1250},"Yeachan-Heo/oh-my-claudecode","Team Skill","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1254,"githubOwner":1255,"githubRepo":1256,"locale":18,"slug":1257,"type":263},"skills/team","Yeachan-Heo","oh-my-claudecode","team",{"evaluate":1259,"extract":1262},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1232,"tags":1260,"targetMarket":225,"tier":297},[221,222,1257,1261,1234],"multitasking",{"commitSha":299,"license":1263},"MIT",{"parentExtensionId":1265,"repoId":1266},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[221,1234,1261,222,1257],{"evaluatedAt":1269,"extractAt":1270,"updatedAt":1269},1778699772160,1778699234184,{"_creationTime":1272,"_id":1273,"community":1274,"display":1275,"identity":1279,"providers":1282,"relations":1288,"tags":1289,"workflow":1290},1778699234184.614,"k17f09h6q6ej58qvz0d2cds8r186mj71",{"reviewCount":8},{"description":1276,"installMethods":1277,"name":1278,"sourceUrl":1252},"Extract a learned skill from the current conversation",{"claudeCode":1250},"Learner Skill",{"basePath":1280,"githubOwner":1255,"githubRepo":1256,"locale":18,"slug":1281,"type":263},"skills/learner","learner",{"evaluate":1283,"extract":1287},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1232,"tags":1284,"targetMarket":225,"tier":297},[1285,1286,1234,221,223],"learning","skill-extraction",{"commitSha":299,"license":1263},{"parentExtensionId":1265,"repoId":1266},[221,1234,223,1285,1286],{"evaluatedAt":1291,"extractAt":1270,"updatedAt":1291},1778699479176,{"_creationTime":1293,"_id":1294,"community":1295,"display":1296,"identity":1300,"providers":1303,"relations":1309,"tags":1310,"workflow":1311},1778699234184.6162,"k176dnzaczpfh49t8f4x2k498986nm9q",{"reviewCount":8},{"description":1297,"installMethods":1298,"name":1299,"sourceUrl":1252},"Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution",{"claudeCode":1250},"Ralplan",{"basePath":1301,"githubOwner":1255,"githubRepo":1256,"locale":18,"slug":1302,"type":263},"skills/ralplan","ralplan",{"evaluate":1304,"extract":1308},{"promptVersionExtension":213,"promptVersionScoring":214,"score":1232,"tags":1305,"targetMarket":225,"tier":297},[1306,222,1307,223,317],"planning","ai-agent",{"commitSha":299,"license":1263},{"parentExtensionId":1265,"repoId":1266},[1307,223,222,1306,317],{"evaluatedAt":1312,"extractAt":1270,"updatedAt":1312},1778699648197]