[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-implement-task-en":3,"guides-for-NeoLabHQ-implement-task":1148,"similar-k1714krp2w52pw1fndfb9t8wg586mh82-en":1149},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":236,"parentExtension":250,"providers":309,"relations":313,"repo":314,"tags":1146,"workflow":1147},1778694480889.9617,"k1714krp2w52pw1fndfb9t8wg586mh82",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Implement a task with automated LLM-as-Judge verification for critical steps",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","implement-task","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778695775197.2158,"kn7atk05j8w6mx20naht0fn1k186nvsk","en",{"checks":20,"evaluatedAt":195,"extensionSummary":196,"features":197,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,188,192],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description explicitly states the purpose of implementing a task with LLM-as-Judge verification for critical steps, directly addressing a user problem.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a structured approach to task implementation with automated verification using LLM-as-Judge, going beyond a simple prompt by orchestrating multiple agents and defining quality gates.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a complete workflow for task implementation, including step execution, verification, error handling, and status management, making it ready for real-world use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses specifically on orchestrating and verifying the implementation of tasks based on a specification file, adhering to a single, coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's core functionality of implementing tasks with automated LLM-as-Judge verification.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes a set of specific, verb-noun tools orchestrated by the agent, rather than a single generalist execution tool, ensuring focused behavior.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All command arguments, their formats, defaults, and descriptions are clearly defined and documented within the SKILL.md file.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary command `/implement-task` is descriptive and clearly indicates the skill's function.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The skill's input is primarily the task file and arguments, with output being structured reports and task file updates, avoiding unnecessary data exposure.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under GPL-3.0, a standard permissive open-source license, with the license file provided.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-06, which is within the last 3 months.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill appears to be self-contained and does not rely on third-party dependencies that would require explicit management beyond the core Claude Code environment.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill orchestrates other agents and does not appear to handle or expose secrets directly. Sensitive operations are delegated to sub-agents.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on a structured task file and arguments, and delegates code execution to other agents, with no indications of loading untrusted external content as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content at runtime; all necessary logic and specifications are contained within the bundled repository.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's operations are confined to task file management and agent orchestration, without directly modifying files outside its designated project scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied calls is present in the skill's operational logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's primary function is orchestration and file management; it does not read or submit confidential data to third parties.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The SKILL.md and README.md files appear to be free of hidden text tricks or obfuscated instructions.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented in readable markdown and script logic, with no signs of obfuscation, base64 payloads, or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes a specific directory structure for task files (`.specs/tasks/todo/`, etc.) but clearly defines this and provides guidance for usage, rather than making silent assumptions about user projects.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows 6 issues opened and 8 closed in the last 90 days, indicating active engagement and a healthy closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The project uses GitHub release tags and the `pushedAt` date indicates recent activity, providing clear versioning signals.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The skill's arguments are parsed and validated, and it relies on sub-agents for code validation, following a structured process.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary actions involve file operations (moving tasks) and agent orchestration, with no direct destructive primitives like `rm -rf` or `git push --force`.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The SKILL.md outlines comprehensive error handling strategies for agent failures and disagreements, ensuring clear reporting and retry mechanisms.",{"category":111,"check":115,"severity":63,"summary":116},"Logging","As an orchestrator skill, it does not perform destructive actions or outbound calls that would require local audit logging beyond standard agent reporting.",{"category":118,"check":119,"severity":63,"summary":120},"Compliance","GDPR","The skill does not operate on personal data; it manages task files and orchestrates agents.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The skill is a developer tool with no regional or jurisdictional logic, making it globally applicable.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill is written in markdown with shell script logic, relying on standard tooling and environments, making it highly portable.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, clearly states the purpose and features, and provides installation and usage instructions.",{"category":33,"check":131,"severity":63,"summary":132},"Tool surface size","This is a single-command skill (`/implement-task`), not an extension with multiple exposed tools.",{"category":40,"check":134,"severity":63,"summary":135},"Overlapping near-synonym tools","As a single-command skill, there are no overlapping tools to consider.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All features described in the README and SKILL.md, such as task management, LLM-as-Judge verification, and refine mode, have corresponding implementations.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear installation instructions for Claude Code and alternative methods are provided in the README, along with usage examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md details how errors are reported, including specific failure modes, symptoms, and recovery steps, enabling actionable responses.",{"category":104,"check":148,"severity":63,"summary":149},"Pinned dependencies","The skill does not appear to use third-party dependencies that require pinning via lockfiles; it relies on the Claude Code environment.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's primary actions are file management and agent orchestration; it does not involve state-changing operations that would necessitate a dry-run mode.",{"category":154,"check":155,"severity":24,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's workflow outlines retry mechanisms and structured error handling, implicitly supporting idempotency for its operations like task file updates.",{"category":118,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not emit telemetry; its operations are local to the user's environment and agent orchestration.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose as orchestrating task implementation with LLM-as-Judge verification and specifies its use cases (e.g., implementing tasks from specification files).",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and arguments.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and avoids excessive length, using progressive disclosure for detailed sections.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","Detailed explanations and workflows are presented in a structured manner within SKILL.md and linked documentation, avoiding embedding large amounts of material inline.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","The skill is an orchestrator and does not perform deep exploration or research that would benefit from `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides multiple, ready-to-use command-line examples for various scenarios, including basic usage, continuation, refinement, and human-in-the-loop modes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md addresses various edge cases and failure modes, such as handling multiple tasks, no changes in refine mode, or judge disagreements, with documented recovery steps.",{"category":111,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not reference external MCP servers or custom tools that would require fallbacks; it operates within the Claude Code environment.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill assumes standard shell and markdown environments, and explicitly declares dependencies on the Claude Code environment and Git where necessary.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The SKILL.md outlines procedures for handling unexpected states, such as multiple tasks in progress, and emphasizes halting the workflow when necessary.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded; any coordination is explicit and handled by the user or the agent.",1778695774511,"This skill orchestrates multi-step task implementation using specification files, incorporates automated quality verification via LLM-as-Judge, and supports various modes like continue, refine, and human-in-the-loop review.",[198,199,200,201,202],"Automated task implementation from specification files","LLM-as-Judge verification for critical steps","Support for continue, refine, and human-in-the-loop modes","Detailed error handling and reporting","Managed task status tracking (todo, in-progress, done)",[204,205,206],"Acting as a code editor or debugger","Replacing the need for initial task specification","Performing code reviews manually","3.0.0","4.4.0","To provide a reliable and structured framework for implementing complex tasks with automated quality gates, ensuring high-quality outputs and reducing manual verification effort.","No critical or warning findings. The only non-pass findings were 'not_applicable', indicating the checks do not apply to this type of skill.",98,"Excellent skill for structured task implementation with robust LLM-as-Judge verification.",[214,215,216,217,218],"automation","llm-as-judge","developer-tool","orchestration","code-generation","global","verified",[222,223,224,225],"Implementing features based on detailed technical specifications","Automating complex code generation workflows","Ensuring adherence to quality standards through automated checks","Refining existing code based on user-detected changes",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":240,"testCoverage":242},{"hasLockfile":228},true,1778695753175,{"descriptionLength":231,"readmeSize":232},76,40436,{"closedIssues90d":234,"forks":235,"hasChangelog":236,"openIssues90d":237,"pushedAt":238,"stars":239},8,89,false,6,1778029371000,993,{"hasNpmPackage":236,"license":241,"smitheryVerified":236},"GPL-3.0",{"hasCi":236,"hasTests":228},{"updatedAt":244},1778695775197,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"plugins/sdd/skills/implement-task","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":259,"parentExtension":262,"providers":296,"relations":305,"tags":306,"workflow":307},1778694480889.946,"k17952fgm0mxaydf7br9k2tm5h86mfy4",{"reviewCount":8},{"description":255,"installMethods":256,"name":258,"sourceUrl":14},"Specification Driven Development workflow commands and agents, based on Github Spec Kit and OpenSpec. Uses specialized agents for effective context management and quality review.",{"claudeCode":257},"sdd","Spec-Driven Development Plugin",{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":257,"type":261},"plugins/sdd","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":270,"providers":273,"relations":290,"tags":292,"workflow":293},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":267,"installMethods":268,"name":269,"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":271,"githubOwner":247,"githubRepo":248,"locale":18,"slug":248,"type":272},"","marketplace",{"evaluate":274,"extract":283},{"promptVersionExtension":275,"promptVersionScoring":208,"score":276,"tags":277,"targetMarket":219,"tier":220},"3.1.0",97,[278,279,280,281,282],"context-engineering","agent-productivity","llm-patterns","code-quality","developer-tools",{"commitSha":284,"license":285,"marketplace":286,"plugin":288},"HEAD","GPL-3.0-or-later",{"name":248,"pluginCount":287,"version":207},13,{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[279,281,278,282,280],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778694497063,1778694480890,{"evaluate":297,"extract":302},{"promptVersionExtension":207,"promptVersionScoring":208,"score":276,"tags":298,"targetMarket":219,"tier":220},[257,299,300,215,218,301],"workflow","agent-orchestration","task-management",{"commitSha":284,"license":241,"plugin":303},{"mcpCount":8,"provider":289,"skillCount":304},5,{"parentExtensionId":264,"repoId":291},[300,218,215,257,301,299],{"evaluatedAt":308,"extractAt":295,"updatedAt":308},1778694600714,{"evaluate":310,"extract":312},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":311,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":284},{"parentExtensionId":252,"repoId":291},{"_creationTime":315,"_id":291,"identity":316,"providers":317,"workflow":1142},1778694475065.1633,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":318,"discover":1127,"github":1130},{"commitSha":284,"extensions":319},[320,333,372,397,420,435,468,477,511,534,569,582,591,610,633,642,650,657,665,673,681,689,697,705,713,721,729,737,745,753,761,769,777,785,793,801,809,817,825,833,841,849,857,865,873,880,888,896,904,912,920,928,936,944,952,960,968,976,984,992,1000,1008,1016,1024,1032,1040,1048,1056,1064,1072,1080,1088,1093,1103,1111,1119],{"basePath":271,"description":267,"displayName":248,"installMethods":321,"rationale":322,"selectedPaths":323,"source":332,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327,329],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md",{"path":330,"priority":331},"LICENSE","high","rule",{"basePath":334,"description":335,"displayName":336,"installMethods":337,"rationale":338,"selectedPaths":339,"source":332,"sourceLanguage":18,"type":261},"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":336},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[340,342,343,346,348,350,352,354,356,358,360,362,364,366,368,370],{"path":341,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":344,"priority":345},"skills/critique/SKILL.md","medium",{"path":347,"priority":345},"skills/memorize/SKILL.md",{"path":349,"priority":345},"skills/reflect/SKILL.md",{"path":351,"priority":331},"hooks/.gitignore",{"path":353,"priority":331},"hooks/README.md",{"path":355,"priority":331},"hooks/hooks.json",{"path":357,"priority":331},"hooks/package.json",{"path":359,"priority":331},"hooks/src/index.ts",{"path":361,"priority":331},"hooks/src/lib.ts",{"path":363,"priority":331},"hooks/src/onStopHandler.test.ts",{"path":365,"priority":331},"hooks/src/onStopHandler.ts",{"path":367,"priority":331},"hooks/src/session.ts",{"path":369,"priority":331},"hooks/tsconfig.json",{"path":371,"priority":331},"hooks/vitest.config.ts",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":332,"sourceLanguage":18,"type":261},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":375},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[379,380,381,383,385,387,389,391,393,395],{"path":341,"priority":326},{"path":328,"priority":326},{"path":382,"priority":345},"skills/review-local-changes/SKILL.md",{"path":384,"priority":345},"skills/review-pr/SKILL.md",{"path":386,"priority":331},"agents/bug-hunter.md",{"path":388,"priority":331},"agents/code-quality-reviewer.md",{"path":390,"priority":331},"agents/contracts-reviewer.md",{"path":392,"priority":331},"agents/historical-context-reviewer.md",{"path":394,"priority":331},"agents/security-auditor.md",{"path":396,"priority":331},"agents/test-coverage-reviewer.md",{"basePath":398,"description":399,"displayName":400,"installMethods":401,"rationale":402,"selectedPaths":403,"source":332,"sourceLanguage":18,"type":261},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.","git",{"claudeCode":400},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[404,405,406,408,410,412,414,416,418],{"path":341,"priority":326},{"path":328,"priority":326},{"path":407,"priority":345},"skills/analyze-issue/SKILL.md",{"path":409,"priority":345},"skills/attach-review-to-pr/SKILL.md",{"path":411,"priority":345},"skills/commit/SKILL.md",{"path":413,"priority":345},"skills/create-pr/SKILL.md",{"path":415,"priority":345},"skills/git-notes/SKILL.md",{"path":417,"priority":345},"skills/git-worktrees/SKILL.md",{"path":419,"priority":345},"skills/load-issues/SKILL.md",{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":332,"sourceLanguage":18,"type":261},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.","tdd",{"claudeCode":423},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[427,428,429,431,433],{"path":341,"priority":326},{"path":328,"priority":326},{"path":430,"priority":345},"skills/fix-tests/SKILL.md",{"path":432,"priority":345},"skills/test-driven-development/SKILL.md",{"path":434,"priority":345},"skills/write-tests/SKILL.md",{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":332,"sourceLanguage":18,"type":261},"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":438},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[442,443,444,446,448,450,452,454,456,458,460,462,464,466],{"path":341,"priority":326},{"path":328,"priority":326},{"path":445,"priority":345},"skills/do-and-judge/SKILL.md",{"path":447,"priority":345},"skills/do-competitively/SKILL.md",{"path":449,"priority":345},"skills/do-in-parallel/SKILL.md",{"path":451,"priority":345},"skills/do-in-steps/SKILL.md",{"path":453,"priority":345},"skills/judge/SKILL.md",{"path":455,"priority":345},"skills/judge-with-debate/SKILL.md",{"path":457,"priority":345},"skills/launch-sub-agent/SKILL.md",{"path":459,"priority":345},"skills/multi-agent-patterns/SKILL.md",{"path":461,"priority":345},"skills/subagent-driven-development/SKILL.md",{"path":463,"priority":345},"skills/tree-of-thoughts/SKILL.md",{"path":465,"priority":331},"agents/judge.md",{"path":467,"priority":331},"agents/meta-judge.md",{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":332,"sourceLanguage":18,"type":261},"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":471},"plugin manifest at plugins/ddd/.claude-plugin/plugin.json",[475,476],{"path":341,"priority":326},{"path":328,"priority":326},{"basePath":260,"description":255,"displayName":257,"installMethods":478,"rationale":479,"selectedPaths":480,"source":332,"sourceLanguage":18,"type":261},{"claudeCode":257},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[481,482,483,485,487,489,491,493,495,497,499,501,503,505,507,509],{"path":341,"priority":326},{"path":328,"priority":326},{"path":484,"priority":345},"skills/add-task/SKILL.md",{"path":486,"priority":345},"skills/brainstorm/SKILL.md",{"path":488,"priority":345},"skills/create-ideas/SKILL.md",{"path":490,"priority":345},"skills/implement-task/SKILL.md",{"path":492,"priority":345},"skills/plan-task/SKILL.md",{"path":494,"priority":331},"agents/business-analyst.md",{"path":496,"priority":331},"agents/code-explorer.md",{"path":498,"priority":331},"agents/developer.md",{"path":500,"priority":331},"agents/qa-engineer.md",{"path":502,"priority":331},"agents/researcher.md",{"path":504,"priority":331},"agents/software-architect.md",{"path":506,"priority":331},"agents/team-lead.md",{"path":508,"priority":331},"agents/tech-lead.md",{"path":510,"priority":331},"agents/tech-writer.md",{"basePath":512,"description":513,"displayName":514,"installMethods":515,"rationale":516,"selectedPaths":517,"source":332,"sourceLanguage":18,"type":261},"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":514},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[518,519,520,522,524,526,528,530,532],{"path":341,"priority":326},{"path":328,"priority":326},{"path":521,"priority":345},"skills/analyse/SKILL.md",{"path":523,"priority":345},"skills/analyse-problem/SKILL.md",{"path":525,"priority":345},"skills/cause-and-effect/SKILL.md",{"path":527,"priority":345},"skills/kaizen/SKILL.md",{"path":529,"priority":345},"skills/plan-do-check-act/SKILL.md",{"path":531,"priority":345},"skills/root-cause-tracing/SKILL.md",{"path":533,"priority":345},"skills/why/SKILL.md",{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":332,"sourceLanguage":18,"type":261},"plugins/customaize-agent","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.","customaize-agent",{"claudeCode":537},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[541,542,543,545,547,549,551,553,555,557,559,561,563,565,567],{"path":341,"priority":326},{"path":328,"priority":326},{"path":544,"priority":345},"skills/agent-evaluation/SKILL.md",{"path":546,"priority":345},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":548,"priority":345},"skills/context-engineering/SKILL.md",{"path":550,"priority":345},"skills/create-agent/SKILL.md",{"path":552,"priority":345},"skills/create-command/SKILL.md",{"path":554,"priority":345},"skills/create-hook/SKILL.md",{"path":556,"priority":345},"skills/create-rule/SKILL.md",{"path":558,"priority":345},"skills/create-skill/SKILL.md",{"path":560,"priority":345},"skills/create-workflow-command/SKILL.md",{"path":562,"priority":345},"skills/prompt-engineering/SKILL.md",{"path":564,"priority":345},"skills/test-prompt/SKILL.md",{"path":566,"priority":345},"skills/test-skill/SKILL.md",{"path":568,"priority":345},"skills/thought-based-reasoning/SKILL.md",{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":332,"sourceLanguage":18,"type":261},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":572},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[576,577,578,580],{"path":341,"priority":326},{"path":328,"priority":326},{"path":579,"priority":345},"skills/update-docs/SKILL.md",{"path":581,"priority":345},"skills/write-concisely/SKILL.md",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":332,"sourceLanguage":18,"type":261},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":585},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[589,590],{"path":341,"priority":326},{"path":328,"priority":326},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":332,"sourceLanguage":18,"type":261},"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":594},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[598,599,600,602,604,606,608],{"path":341,"priority":326},{"path":328,"priority":326},{"path":601,"priority":345},"skills/build-mcp/SKILL.md",{"path":603,"priority":345},"skills/setup-arxiv-mcp/SKILL.md",{"path":605,"priority":345},"skills/setup-codemap-cli/SKILL.md",{"path":607,"priority":345},"skills/setup-context7-mcp/SKILL.md",{"path":609,"priority":345},"skills/setup-serena-mcp/SKILL.md",{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":332,"sourceLanguage":18,"type":261},"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":613},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[617,618,619,621,623,625,627,629,631],{"path":341,"priority":326},{"path":328,"priority":326},{"path":620,"priority":345},"skills/actualize/SKILL.md",{"path":622,"priority":345},"skills/decay/SKILL.md",{"path":624,"priority":345},"skills/propose-hypotheses/SKILL.md",{"path":626,"priority":345},"skills/query/SKILL.md",{"path":628,"priority":345},"skills/reset/SKILL.md",{"path":630,"priority":345},"skills/status/SKILL.md",{"path":632,"priority":331},"agents/fpf-agent.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":332,"sourceLanguage":18,"type":249},"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",[640],{"path":641,"priority":326},"SKILL.md",{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":332,"sourceLanguage":18,"type":249},"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",[649],{"path":641,"priority":326},{"basePath":651,"description":652,"displayName":278,"installMethods":653,"rationale":654,"selectedPaths":655,"source":332,"sourceLanguage":18,"type":249},"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",[656],{"path":641,"priority":326},{"basePath":658,"description":659,"displayName":660,"installMethods":661,"rationale":662,"selectedPaths":663,"source":332,"sourceLanguage":18,"type":249},"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",[664],{"path":641,"priority":326},{"basePath":666,"description":667,"displayName":668,"installMethods":669,"rationale":670,"selectedPaths":671,"source":332,"sourceLanguage":18,"type":249},"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",[672],{"path":641,"priority":326},{"basePath":674,"description":675,"displayName":676,"installMethods":677,"rationale":678,"selectedPaths":679,"source":332,"sourceLanguage":18,"type":249},"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",[680],{"path":641,"priority":326},{"basePath":682,"description":683,"displayName":684,"installMethods":685,"rationale":686,"selectedPaths":687,"source":332,"sourceLanguage":18,"type":249},"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",[688],{"path":641,"priority":326},{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":332,"sourceLanguage":18,"type":249},"plugins/customaize-agent/skills/create-workflow-command","Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts","create-workflow-command",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-workflow-command/SKILL.md",[696],{"path":641,"priority":326},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":332,"sourceLanguage":18,"type":249},"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.","prompt-engineering",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/prompt-engineering/SKILL.md",[704],{"path":641,"priority":326},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":332,"sourceLanguage":18,"type":249},"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",[712],{"path":641,"priority":326},{"basePath":714,"description":715,"displayName":716,"installMethods":717,"rationale":718,"selectedPaths":719,"source":332,"sourceLanguage":18,"type":249},"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",[720],{"path":641,"priority":326},{"basePath":722,"description":723,"displayName":724,"installMethods":725,"rationale":726,"selectedPaths":727,"source":332,"sourceLanguage":18,"type":249},"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",[728],{"path":641,"priority":326},{"basePath":730,"description":731,"displayName":732,"installMethods":733,"rationale":734,"selectedPaths":735,"source":332,"sourceLanguage":18,"type":249},"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",[736],{"path":641,"priority":326},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":332,"sourceLanguage":18,"type":249},"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",[744],{"path":641,"priority":326},{"basePath":746,"description":747,"displayName":748,"installMethods":749,"rationale":750,"selectedPaths":751,"source":332,"sourceLanguage":18,"type":249},"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",[752],{"path":641,"priority":326},{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":332,"sourceLanguage":18,"type":249},"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",[760],{"path":641,"priority":326},{"basePath":762,"description":763,"displayName":764,"installMethods":765,"rationale":766,"selectedPaths":767,"source":332,"sourceLanguage":18,"type":249},"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",[768],{"path":641,"priority":326},{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":332,"sourceLanguage":18,"type":249},"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",[776],{"path":641,"priority":326},{"basePath":778,"description":779,"displayName":780,"installMethods":781,"rationale":782,"selectedPaths":783,"source":332,"sourceLanguage":18,"type":249},"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",[784],{"path":641,"priority":326},{"basePath":786,"description":787,"displayName":788,"installMethods":789,"rationale":790,"selectedPaths":791,"source":332,"sourceLanguage":18,"type":249},"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",[792],{"path":641,"priority":326},{"basePath":794,"description":795,"displayName":796,"installMethods":797,"rationale":798,"selectedPaths":799,"source":332,"sourceLanguage":18,"type":249},"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",[800],{"path":641,"priority":326},{"basePath":802,"description":803,"displayName":804,"installMethods":805,"rationale":806,"selectedPaths":807,"source":332,"sourceLanguage":18,"type":249},"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",[808],{"path":641,"priority":326},{"basePath":810,"description":811,"displayName":812,"installMethods":813,"rationale":814,"selectedPaths":815,"source":332,"sourceLanguage":18,"type":249},"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",[816],{"path":641,"priority":326},{"basePath":818,"description":819,"displayName":820,"installMethods":821,"rationale":822,"selectedPaths":823,"source":332,"sourceLanguage":18,"type":249},"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",[824],{"path":641,"priority":326},{"basePath":826,"description":827,"displayName":828,"installMethods":829,"rationale":830,"selectedPaths":831,"source":332,"sourceLanguage":18,"type":249},"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",[832],{"path":641,"priority":326},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":332,"sourceLanguage":18,"type":249},"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",[840],{"path":641,"priority":326},{"basePath":842,"description":843,"displayName":844,"installMethods":845,"rationale":846,"selectedPaths":847,"source":332,"sourceLanguage":18,"type":249},"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",[848],{"path":641,"priority":326},{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":332,"sourceLanguage":18,"type":249},"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",[856],{"path":641,"priority":326},{"basePath":858,"description":859,"displayName":860,"installMethods":861,"rationale":862,"selectedPaths":863,"source":332,"sourceLanguage":18,"type":249},"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",[864],{"path":641,"priority":326},{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":332,"sourceLanguage":18,"type":249},"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",[872],{"path":641,"priority":326},{"basePath":874,"description":875,"displayName":514,"installMethods":876,"rationale":877,"selectedPaths":878,"source":332,"sourceLanguage":18,"type":249},"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",[879],{"path":641,"priority":326},{"basePath":881,"description":882,"displayName":883,"installMethods":884,"rationale":885,"selectedPaths":886,"source":332,"sourceLanguage":18,"type":249},"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",[887],{"path":641,"priority":326},{"basePath":889,"description":890,"displayName":891,"installMethods":892,"rationale":893,"selectedPaths":894,"source":332,"sourceLanguage":18,"type":249},"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",[895],{"path":641,"priority":326},{"basePath":897,"description":898,"displayName":899,"installMethods":900,"rationale":901,"selectedPaths":902,"source":332,"sourceLanguage":18,"type":249},"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",[903],{"path":641,"priority":326},{"basePath":905,"description":906,"displayName":907,"installMethods":908,"rationale":909,"selectedPaths":910,"source":332,"sourceLanguage":18,"type":249},"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",[911],{"path":641,"priority":326},{"basePath":913,"description":914,"displayName":915,"installMethods":916,"rationale":917,"selectedPaths":918,"source":332,"sourceLanguage":18,"type":249},"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",[919],{"path":641,"priority":326},{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":332,"sourceLanguage":18,"type":249},"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",[927],{"path":641,"priority":326},{"basePath":929,"description":930,"displayName":931,"installMethods":932,"rationale":933,"selectedPaths":934,"source":332,"sourceLanguage":18,"type":249},"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",[935],{"path":641,"priority":326},{"basePath":937,"description":938,"displayName":939,"installMethods":940,"rationale":941,"selectedPaths":942,"source":332,"sourceLanguage":18,"type":249},"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",[943],{"path":641,"priority":326},{"basePath":945,"description":946,"displayName":947,"installMethods":948,"rationale":949,"selectedPaths":950,"source":332,"sourceLanguage":18,"type":249},"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",[951],{"path":641,"priority":326},{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":332,"sourceLanguage":18,"type":249},"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",[959],{"path":641,"priority":326},{"basePath":961,"description":962,"displayName":963,"installMethods":964,"rationale":965,"selectedPaths":966,"source":332,"sourceLanguage":18,"type":249},"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",[967],{"path":641,"priority":326},{"basePath":969,"description":970,"displayName":971,"installMethods":972,"rationale":973,"selectedPaths":974,"source":332,"sourceLanguage":18,"type":249},"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",[975],{"path":641,"priority":326},{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":332,"sourceLanguage":18,"type":249},"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",[983],{"path":641,"priority":326},{"basePath":985,"description":986,"displayName":987,"installMethods":988,"rationale":989,"selectedPaths":990,"source":332,"sourceLanguage":18,"type":249},"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",[991],{"path":641,"priority":326},{"basePath":993,"description":994,"displayName":995,"installMethods":996,"rationale":997,"selectedPaths":998,"source":332,"sourceLanguage":18,"type":249},"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",[999],{"path":641,"priority":326},{"basePath":1001,"description":1002,"displayName":1003,"installMethods":1004,"rationale":1005,"selectedPaths":1006,"source":332,"sourceLanguage":18,"type":249},"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",[1007],{"path":641,"priority":326},{"basePath":1009,"description":1010,"displayName":1011,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":332,"sourceLanguage":18,"type":249},"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",[1015],{"path":641,"priority":326},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":332,"sourceLanguage":18,"type":249},"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",[1023],{"path":641,"priority":326},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":332,"sourceLanguage":18,"type":249},"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",[1031],{"path":641,"priority":326},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":332,"sourceLanguage":18,"type":249},"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",[1039],{"path":641,"priority":326},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":332,"sourceLanguage":18,"type":249},"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",[1047],{"path":641,"priority":326},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":332,"sourceLanguage":18,"type":249},"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",[1055],{"path":641,"priority":326},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":332,"sourceLanguage":18,"type":249},"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",[1063],{"path":641,"priority":326},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":332,"sourceLanguage":18,"type":249},"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",[1071],{"path":641,"priority":326},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":332,"sourceLanguage":18,"type":249},"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",[1079],{"path":641,"priority":326},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":332,"sourceLanguage":18,"type":249},"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",[1087],{"path":641,"priority":326},{"basePath":246,"description":10,"displayName":13,"installMethods":1089,"rationale":1090,"selectedPaths":1091,"source":332,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/implement-task/SKILL.md",[1092],{"path":641,"priority":326},{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":332,"sourceLanguage":18,"type":249},"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",[1100,1101],{"path":641,"priority":326},{"path":1102,"priority":345},"analyse-business-requirements.md",{"basePath":1104,"description":1105,"displayName":1106,"installMethods":1107,"rationale":1108,"selectedPaths":1109,"source":332,"sourceLanguage":18,"type":249},"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",[1110],{"path":641,"priority":326},{"basePath":1112,"description":1113,"displayName":1114,"installMethods":1115,"rationale":1116,"selectedPaths":1117,"source":332,"sourceLanguage":18,"type":249},"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",[1118],{"path":641,"priority":326},{"basePath":1120,"description":1121,"displayName":1122,"installMethods":1123,"rationale":1124,"selectedPaths":1125,"source":332,"sourceLanguage":18,"type":249},"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",[1126],{"path":641,"priority":326},{"sources":1128},[1129],"manual",{"closedIssues90d":234,"description":1131,"forks":235,"homepage":1132,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":232,"stars":239,"topics":1133},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1134,1135,1136,1137,272,1138,1139,1140,1141],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1143,"discoverAt":1144,"extractAt":1145,"githubAt":1145,"updatedAt":1143},1778694480631,1778694475065,1778694478670,[214,218,216,215,217],{"evaluatedAt":244,"extractAt":295,"updatedAt":244},[],[1150,1181,1212,1235,1256,1282],{"_creationTime":1151,"_id":1152,"community":1153,"display":1154,"identity":1160,"providers":1165,"relations":1174,"tags":1177,"workflow":1178},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1155,"installMethods":1156,"name":1158,"sourceUrl":1159},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1157},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1161,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1164,"type":249},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1166,"extract":1172},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1167,"tags":1168,"targetMarket":219,"tier":220},100,[400,1169,299,1170,214,1171,216],"development-environment","tmux","cli",{"commitSha":284,"license":1173},"MIT",{"parentExtensionId":1175,"repoId":1176},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,1171,216,1169,400,1170,299],{"evaluatedAt":1179,"extractAt":1180,"updatedAt":1179},1778699613343,1778699234184,{"_creationTime":1182,"_id":1183,"community":1184,"display":1185,"identity":1191,"providers":1195,"relations":1205,"tags":1207,"workflow":1208},1778693511416.365,"k1758b69g51wttzw4r6epd3jrs86mtk8",{"reviewCount":8},{"description":1186,"installMethods":1187,"name":1189,"sourceUrl":1190},"Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.",{"claudeCode":1188},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":1192,"githubOwner":1193,"githubRepo":1194,"locale":18,"slug":1189,"type":249},".claude/skills/context-mode-ops","mksglu","context-mode",{"evaluate":1196,"extract":1204},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1167,"tags":1197,"targetMarket":219,"tier":220},[1198,1199,1200,218,216,1201,1202,1203],"context-window","llm-optimization","session-continuity","productivity","security","compliance",{"commitSha":284},{"repoId":1206},"kd764b2fctbqg4b8j8y6xvmkvs86m29m",[218,1203,1198,216,1199,1201,1202,1200],{"evaluatedAt":1209,"extractAt":1210,"updatedAt":1211},1778693567505,1778693511416,1778693817147,{"_creationTime":1213,"_id":1214,"community":1215,"display":1216,"identity":1220,"providers":1223,"relations":1231,"tags":1232,"workflow":1233},1778699234184.6162,"k176dnzaczpfh49t8f4x2k498986nm9q",{"reviewCount":8},{"description":1217,"installMethods":1218,"name":1219,"sourceUrl":1159},"Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution",{"claudeCode":1157},"Ralplan",{"basePath":1221,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1222,"type":249},"skills/ralplan","ralplan",{"evaluate":1224,"extract":1230},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1225,"tags":1226,"targetMarket":219,"tier":220},99,[1227,217,1228,218,1229],"planning","ai-agent","workflow-automation",{"commitSha":284,"license":1173},{"parentExtensionId":1175,"repoId":1176},[1228,218,217,1227,1229],{"evaluatedAt":1234,"extractAt":1180,"updatedAt":1234},1778699648197,{"_creationTime":1236,"_id":1237,"community":1238,"display":1239,"identity":1243,"providers":1246,"relations":1252,"tags":1253,"workflow":1254},1778699234184.6128,"k17bxdg7e51sxzkh37grq553t586mtbr",{"reviewCount":8},{"description":1240,"installMethods":1241,"name":1242,"sourceUrl":1159},"2-stage pipeline: trace (causal investigation) -> deep-interview (requirements crystallization) with 3-point injection",{"claudeCode":1157},"Deep Dive",{"basePath":1244,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1245,"type":249},"skills/deep-dive","deep-dive",{"evaluate":1247,"extract":1251},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1225,"tags":1248,"targetMarket":219,"tier":220},[217,1249,1250,1227,218],"investigation","requirements",{"commitSha":284,"license":1173},{"parentExtensionId":1175,"repoId":1176},[218,1249,217,1227,1250],{"evaluatedAt":1255,"extractAt":1180,"updatedAt":1255},1778699402419,{"_creationTime":1257,"_id":1258,"community":1259,"display":1260,"identity":1266,"providers":1268,"relations":1275,"tags":1277,"workflow":1278},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":1261,"installMethods":1262,"name":1264,"sourceUrl":1265},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":1263},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":271,"githubOwner":1267,"githubRepo":1264,"locale":18,"slug":1264,"type":249},"zagmoai",{"evaluate":1269,"extract":1274},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1167,"tags":1270,"targetMarket":219,"tier":220},[1271,1272,1201,214,1273],"google-docs","google-sheets","api-client",{"commitSha":284},{"repoId":1276},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[1273,214,1271,1272,1201],{"evaluatedAt":1279,"extractAt":1280,"updatedAt":1281},1778699485884,1778699468747,1778699509178,{"_creationTime":1283,"_id":1284,"community":1285,"display":1286,"identity":1289,"providers":1292,"relations":1299,"tags":1300,"workflow":1301},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1287,"installMethods":1288,"name":1163,"sourceUrl":1159},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1157},{"basePath":1290,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1291,"type":249},"skills/ask","ask",{"evaluate":1293,"extract":1298},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1167,"tags":1294,"targetMarket":219,"tier":220},[1171,214,1137,1295,1296,1297],"prompting","code-review","artifact-generation",{"commitSha":284,"license":1173},{"parentExtensionId":1175,"repoId":1176},[1297,214,1171,1296,1137,1295],{"evaluatedAt":1302,"extractAt":1180,"updatedAt":1302},1778699303045]