[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-do-competitively-de":3,"guides-for-NeoLabHQ-do-competitively":1167,"similar-k174qctnjywxt9dst53gr6yerd86nkjd-de":1168},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":261,"isFallback":244,"parentExtension":266,"providers":327,"relations":332,"repo":333,"tags":1165,"workflow":1166},1778694480889.9587,"k174qctnjywxt9dst53gr6yerd86nkjd",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Execute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","do-competitively","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":242,"workflow":259},1778695497968.4922,"kn7bjsw5pm3t9b1f5w3y1vywyn86mpzm","en",{"checks":20,"evaluatedAt":198,"extensionSummary":199,"features":200,"nonGoals":206,"practices":210,"prerequisites":211,"promptVersionExtension":212,"promptVersionScoring":213,"purpose":214,"rationale":215,"score":216,"summary":217,"tags":218,"targetMarket":225,"tier":226,"useCases":227,"workflow":232},[21,26,29,32,36,39,44,49,52,55,60,64,67,71,74,77,80,83,86,89,93,97,101,106,110,113,117,120,124,127,130,133,136,139,142,146,150,153,156,160,163,166,169,172,176,179,182,185,188,191,195],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of executing tasks through competitive multi-agent generation and evaluation for superior results.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a sophisticated competitive generation and evaluation framework that goes beyond basic prompting by implementing the Generate-Critique-Synthesize pattern with adaptive strategy selection.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a detailed workflow for competitive generation, evaluation, and synthesis, covering the complete lifecycle for complex task execution.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on a single, coherent workflow: competitive multi-agent task execution and synthesis.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of executing tasks through competitive multi-agent generation and evaluation.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill and does not expose multiple distinct tools; its functionality is invoked via a single command.",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","The SKILL.md provides a detailed workflow and prompt templates, but does not explicitly document all parameters or their default values for the `/do-competitively` command, nor does it detail precedence order for any configuration files.",{"category":33,"check":50,"severity":24,"summary":51},"Tool naming","The primary command `/do-competitively` is descriptively named and aligns with the skill's purpose.",{"category":33,"check":53,"severity":24,"summary":54},"Minimal I/O surface","The skill's primary input is the task description, and its output is a synthesized solution, adhering to a focused I/O surface.",{"category":56,"check":57,"severity":58,"summary":59},"License","License usability","critical","The extension is licensed under GPL-3.0, which is a strong copyleft license and may not be compatible with all use cases or downstream redistribution plans.",{"category":61,"check":62,"severity":24,"summary":63},"Maintenance","Commit recency","The last commit was on May 6, 2026, which is recent.",{"category":61,"check":65,"severity":42,"summary":66},"Dependency Management","The extension does not appear to rely on third-party dependencies beyond the Claude Code environment itself, as indicated by the source files.",{"category":68,"check":69,"severity":42,"summary":70},"Security","Secret Management","The skill does not appear to handle secrets directly.",{"category":68,"check":72,"severity":24,"summary":73},"Injection","The skill's design, particularly the strict instruction following and use of distinct agents for specific roles, suggests a mitigation against injection.",{"category":68,"check":75,"severity":24,"summary":76},"Transitive Supply-Chain Grenades","The skill's workflow appears to be self-contained within the provided script and does not fetch external content at runtime for execution.",{"category":68,"check":78,"severity":24,"summary":79},"Sandbox Isolation","The workflow describes creating files and directories within specified paths and does not indicate operations outside the project folder.",{"category":68,"check":81,"severity":24,"summary":82},"Sandbox escape primitives","The detailed workflow does not indicate the use of detached processes or retry loops around denied tool calls.",{"category":68,"check":84,"severity":24,"summary":85},"Data Exfiltration","The skill's description and workflow do not mention or imply any mechanism for exfiltrating confidential data.",{"category":68,"check":87,"severity":24,"summary":88},"Hidden Text Tricks","The bundled content appears to be clean, standard markdown and YAML, without evidence of hidden text tricks.",{"category":90,"check":91,"severity":24,"summary":92},"Hooks","Opaque code execution","The SKILL.md script describes a structured workflow using tool calls, not obfuscated code or runtime script downloads.",{"category":94,"check":95,"severity":24,"summary":96},"Portability","Structural Assumption","The skill's workflow describes creating output paths like `.specs/reports/` which are standard and not overly specific to a user's project structure.",{"category":98,"check":99,"severity":24,"summary":100},"Trust","Issues Attention","With 6 issues opened and 8 closed in the last 90 days, the maintainer engagement appears healthy.",{"category":102,"check":103,"severity":104,"summary":105},"Versioning","Release Management","warning","No explicit versioning (e.g., semver in package.json or SKILL.md frontmatter) is detected, and installation instructions reference 'NeoLabHQ/context-engineering-kit' without a specific tag, which could lead to unexpected updates.",{"category":107,"check":108,"severity":42,"summary":109},"Execution","Validation","The skill operates by dispatching prompts to agents via tool calls; explicit schema validation for user input is not applicable in this context.",{"category":68,"check":111,"severity":24,"summary":112},"Unguarded Destructive Operations","The workflow describes creating directories and files, which are not considered inherently destructive operations requiring explicit guarding.",{"category":114,"check":115,"severity":24,"summary":116},"Code Execution","Error Handling","The SKILL.md outlines a structured workflow with clear phases and expected outputs, implying a robust error handling mechanism managed by the orchestrator.",{"category":114,"check":118,"severity":42,"summary":119},"Logging","This skill orchestrates agent calls and does not perform actions that typically require local audit logging.",{"category":121,"check":122,"severity":42,"summary":123},"Compliance","GDPR","The skill's function does not involve processing personal data.",{"category":121,"check":125,"severity":24,"summary":126},"Target market","The skill's functionality is general and does not appear to be restricted to any specific geography or legal jurisdiction.",{"category":94,"check":128,"severity":24,"summary":129},"Runtime stability","The skill relies on the Claude Code environment and its tool-calling capabilities, making it portable within that ecosystem.",{"category":45,"check":131,"severity":24,"summary":132},"README","The README file exists and clearly outlines the purpose and features of the Context Engineering Kit, including installation instructions and plugin details.",{"category":33,"check":134,"severity":42,"summary":135},"Tool surface size","This is a skill invoked via a single command (`/do-competitively`), not a set of tools.",{"category":40,"check":137,"severity":42,"summary":138},"Overlapping near-synonym tools","This skill is a single command and does not have overlapping near-synonym tools.",{"category":45,"check":140,"severity":24,"summary":141},"Phantom features","All advertised features in the README and SKILL.md appear to correspond to implemented commands or workflows within the plugin.",{"category":143,"check":144,"severity":24,"summary":145},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and alternative methods, including example usage.",{"category":147,"check":148,"severity":24,"summary":149},"Errors","Actionable error messages","The detailed workflow within SKILL.md implies robust error handling where failures at different phases would halt the process and report issues.",{"category":107,"check":151,"severity":42,"summary":152},"Pinned dependencies","The skill does not bundle scripts with explicit interpreter dependencies or side-effect headers, as it relies on the Claude Code environment.",{"category":33,"check":154,"severity":42,"summary":155},"Dry-run preview","The skill orchestrates agent calls and does not perform direct state-changing operations that would necessitate a dry-run preview.",{"category":157,"check":158,"severity":24,"summary":159},"Protocol","Idempotent retry & timeouts","The described workflow, particularly the multi-agent and multi-judge phases, implies robust handling of intermediate agent timeouts and retries managed by the orchestrator.",{"category":121,"check":161,"severity":42,"summary":162},"Telemetry opt-in","There is no indication of telemetry being emitted by this skill, nor is it mentioned in the documentation.",{"category":40,"check":164,"severity":24,"summary":165},"Precise Purpose","The skill's purpose is precisely defined, detailing the artifact (tasks) and the verbs (execute, generate, synthesize) and outlining the competitive multi-agent approach.",{"category":40,"check":167,"severity":24,"summary":168},"Concise Frontmatter","The SKILL.md frontmatter is concise and directly states the core capability and expected argument hint.",{"category":45,"check":170,"severity":24,"summary":171},"Concise Body","The SKILL.md provides a detailed workflow but delegates deeper explanation to the README and other documentation sources, keeping the main skill body focused.",{"category":173,"check":174,"severity":24,"summary":175},"Context","Progressive Disclosure","The SKILL.md outlines the overall process and links to detailed explanations in the README, adhering to progressive disclosure.",{"category":173,"check":177,"severity":42,"summary":178},"Forked exploration","This skill is task-oriented and does not involve deep code exploration that would necessitate 'context: fork'.",{"category":22,"check":180,"severity":24,"summary":181},"Usage examples","The README provides clear, end-to-end examples for invoking the `/do-competitively` command, demonstrating input and expected output format.",{"category":22,"check":183,"severity":24,"summary":184},"Edge cases","The SKILL.md describes potential failure modes and recovery steps for agents within the workflow, such as redesigning flawed solutions.",{"category":114,"check":186,"severity":42,"summary":187},"Tool Fallback","This skill does not appear to rely on external MCP servers or specific tools that would require fallback mechanisms.",{"category":94,"check":189,"severity":24,"summary":190},"Stack assumptions","The skill operates within the Claude Code environment and relies on its tool-calling interface, with no other explicit stack assumptions.",{"category":192,"check":193,"severity":24,"summary":194},"Safety","Halt on unexpected state","The workflow clearly defines phases and decision logic (e.g., REDESIGN, FULL_SYNTHESIS), implying a halt and report mechanism for unexpected states.",{"category":94,"check":196,"severity":24,"summary":197},"Cross-skill coupling","The skill appears to be self-contained and does not implicitly rely on other specific skills being loaded in the same session.",1778695497860,"This skill implements a competitive multi-agent generation, evaluation, and synthesis framework. It orchestrates multiple agents to produce superior results by combining the best elements from parallel implementations, utilizing a Generate-Critique-Synthesize pattern with adaptive strategy selection.",[201,202,203,204,205],"Competitive generation with self-critique","Meta-judge evaluation specification","Multi-judge evaluation with verification loops","Adaptive strategy selection (polish, synthesize, redesign)","Evidence-based synthesis of results",[207,208,209],"Executing trivial tasks where the overhead of multi-agent competition is not justified.","Simple code generation without comparative evaluation or synthesis.","Replacing human oversight entirely; the framework aims to augment decision-making.",[],[],"3.0.0","4.4.0","To execute complex tasks by leveraging the strengths of multiple AI agents, ensuring high-quality, evidence-based results through a structured competitive evaluation process.","The license (GPL-3.0) presents a critical usability concern, and the lack of explicit versioning in installation instructions is a warning. However, the skill is well-documented, functional, and recent.",75,"A robust skill for competitive multi-agent task execution and synthesis, though its strong copyleft license is a notable drawback.",[219,220,221,222,223,224],"multi-agent","evaluation","synthesis","code-generation","workflow","quality-assurance","global","flagged",[228,229,230,231],"Designing complex APIs or systems where multiple approaches need evaluation.","Generating and refining code for high-stakes projects requiring maximum quality.","Producing comprehensive documentation or technical specifications through comparative agent output.","Tasks where consensus among multiple AI perspectives is crucial for optimal outcome.",[233,234,235,236,237,238,239,240,241],"Create reports directory.","Phase 1: Launch 3 generator agents and 1 meta-judge agent in parallel.","Meta-judge generates evaluation specification YAML.","Generators produce independent solutions.","Phase 2: Launch 3 judges in parallel, evaluating solutions against meta-judge spec.","Judges produce comparative reports and votes.","Phase 2.5: Orchestrator analyzes judge outputs to select strategy (SELECT_AND_POLISH, REDESIGN, FULL_SYNTHESIS).","Phase 3: Based on strategy, polish a winner, redesign fundamentally flawed solutions, or synthesize the best elements from multiple solutions.","Output final solution and reports.",{"codeQuality":243,"collectedAt":245,"documentation":246,"maintenance":249,"security":256,"testCoverage":258},{"hasLockfile":244},true,1778695480540,{"descriptionLength":247,"readmeSize":248},147,40436,{"closedIssues90d":250,"forks":251,"hasChangelog":252,"openIssues90d":253,"pushedAt":254,"stars":255},8,89,false,6,1778029371000,993,{"hasNpmPackage":252,"license":257,"smitheryVerified":252},"GPL-3.0",{"hasCi":252,"hasTests":244},{"updatedAt":260},1778695497968,{"basePath":262,"githubOwner":263,"githubRepo":264,"locale":18,"slug":13,"type":265},"plugins/sadd/skills/do-competitively","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":267,"_id":268,"community":269,"display":270,"identity":275,"parentExtension":278,"providers":313,"relations":323,"tags":324,"workflow":325},1778694480889.9456,"k17b20m1ddyqgjez8nym6erc8186nt44",{"reviewCount":8},{"description":271,"installMethods":272,"name":274,"sourceUrl":14},"Introduces skills for subagent-driven development, dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates.",{"claudeCode":273},"sadd","SADD Plugin",{"basePath":276,"githubOwner":263,"githubRepo":264,"locale":18,"slug":273,"type":277},"plugins/sadd","plugin",{"_creationTime":279,"_id":280,"community":281,"display":282,"identity":286,"providers":289,"relations":307,"tags":309,"workflow":310},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":283,"installMethods":284,"name":285,"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":287,"githubOwner":263,"githubRepo":264,"locale":18,"slug":264,"type":288},"","marketplace",{"evaluate":290,"extract":300},{"promptVersionExtension":291,"promptVersionScoring":213,"score":292,"tags":293,"targetMarket":225,"tier":299},"3.1.0",97,[294,295,296,297,298],"context-engineering","agent-productivity","llm-patterns","code-quality","developer-tools","verified",{"commitSha":301,"license":302,"marketplace":303,"plugin":305},"HEAD","GPL-3.0-or-later",{"name":264,"pluginCount":304,"version":212},13,{"mcpCount":8,"provider":306,"skillCount":8},"classify",{"repoId":308},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[295,297,294,298,296],{"evaluatedAt":311,"extractAt":312,"updatedAt":311},1778694497063,1778694480890,{"evaluate":314,"extract":320},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":315,"targetMarket":225,"tier":226},[219,316,317,223,318,220,319],"orchestration","agent-management","parallel-execution","agent-development",{"commitSha":301,"license":302,"plugin":321},{"mcpCount":8,"provider":306,"skillCount":322},10,{"parentExtensionId":280,"repoId":308},[319,317,220,219,316,318,223],{"evaluatedAt":326,"extractAt":312,"updatedAt":326},1778694577619,{"evaluate":328,"extract":330},{"promptVersionExtension":212,"promptVersionScoring":213,"score":216,"tags":329,"targetMarket":225,"tier":226},[219,220,221,222,223,224],{"commitSha":301,"license":331},"GPL-3.0-only",{"parentExtensionId":268,"repoId":308},{"_creationTime":334,"_id":308,"identity":335,"providers":336,"workflow":1161},1778694475065.1633,{"githubOwner":263,"githubRepo":264,"sourceUrl":14},{"classify":337,"discover":1146,"github":1149},{"commitSha":301,"extensions":338},[339,352,391,416,439,454,484,493,530,553,588,601,610,629,652,661,669,676,684,692,700,708,716,724,732,740,748,756,764,772,780,788,796,804,812,820,828,836,844,852,860,868,876,884,892,899,907,915,923,931,939,947,955,963,971,979,987,995,1003,1011,1016,1024,1032,1040,1048,1056,1064,1072,1080,1088,1096,1104,1112,1122,1130,1138],{"basePath":287,"description":283,"displayName":264,"installMethods":340,"rationale":341,"selectedPaths":342,"source":351,"sourceLanguage":18,"type":288},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[343,346,348],{"path":344,"priority":345},".claude-plugin/marketplace.json","mandatory",{"path":347,"priority":345},"README.md",{"path":349,"priority":350},"LICENSE","high","rule",{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":351,"sourceLanguage":18,"type":277},"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":355},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[359,361,362,365,367,369,371,373,375,377,379,381,383,385,387,389],{"path":360,"priority":345},".claude-plugin/plugin.json",{"path":347,"priority":345},{"path":363,"priority":364},"skills/critique/SKILL.md","medium",{"path":366,"priority":364},"skills/memorize/SKILL.md",{"path":368,"priority":364},"skills/reflect/SKILL.md",{"path":370,"priority":350},"hooks/.gitignore",{"path":372,"priority":350},"hooks/README.md",{"path":374,"priority":350},"hooks/hooks.json",{"path":376,"priority":350},"hooks/package.json",{"path":378,"priority":350},"hooks/src/index.ts",{"path":380,"priority":350},"hooks/src/lib.ts",{"path":382,"priority":350},"hooks/src/onStopHandler.test.ts",{"path":384,"priority":350},"hooks/src/onStopHandler.ts",{"path":386,"priority":350},"hooks/src/session.ts",{"path":388,"priority":350},"hooks/tsconfig.json",{"path":390,"priority":350},"hooks/vitest.config.ts",{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":351,"sourceLanguage":18,"type":277},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":394},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[398,399,400,402,404,406,408,410,412,414],{"path":360,"priority":345},{"path":347,"priority":345},{"path":401,"priority":364},"skills/review-local-changes/SKILL.md",{"path":403,"priority":364},"skills/review-pr/SKILL.md",{"path":405,"priority":350},"agents/bug-hunter.md",{"path":407,"priority":350},"agents/code-quality-reviewer.md",{"path":409,"priority":350},"agents/contracts-reviewer.md",{"path":411,"priority":350},"agents/historical-context-reviewer.md",{"path":413,"priority":350},"agents/security-auditor.md",{"path":415,"priority":350},"agents/test-coverage-reviewer.md",{"basePath":417,"description":418,"displayName":419,"installMethods":420,"rationale":421,"selectedPaths":422,"source":351,"sourceLanguage":18,"type":277},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.","git",{"claudeCode":419},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[423,424,425,427,429,431,433,435,437],{"path":360,"priority":345},{"path":347,"priority":345},{"path":426,"priority":364},"skills/analyze-issue/SKILL.md",{"path":428,"priority":364},"skills/attach-review-to-pr/SKILL.md",{"path":430,"priority":364},"skills/commit/SKILL.md",{"path":432,"priority":364},"skills/create-pr/SKILL.md",{"path":434,"priority":364},"skills/git-notes/SKILL.md",{"path":436,"priority":364},"skills/git-worktrees/SKILL.md",{"path":438,"priority":364},"skills/load-issues/SKILL.md",{"basePath":440,"description":441,"displayName":442,"installMethods":443,"rationale":444,"selectedPaths":445,"source":351,"sourceLanguage":18,"type":277},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.","tdd",{"claudeCode":442},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[446,447,448,450,452],{"path":360,"priority":345},{"path":347,"priority":345},{"path":449,"priority":364},"skills/fix-tests/SKILL.md",{"path":451,"priority":364},"skills/test-driven-development/SKILL.md",{"path":453,"priority":364},"skills/write-tests/SKILL.md",{"basePath":276,"description":271,"displayName":273,"installMethods":455,"rationale":456,"selectedPaths":457,"source":351,"sourceLanguage":18,"type":277},{"claudeCode":273},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[458,459,460,462,464,466,468,470,472,474,476,478,480,482],{"path":360,"priority":345},{"path":347,"priority":345},{"path":461,"priority":364},"skills/do-and-judge/SKILL.md",{"path":463,"priority":364},"skills/do-competitively/SKILL.md",{"path":465,"priority":364},"skills/do-in-parallel/SKILL.md",{"path":467,"priority":364},"skills/do-in-steps/SKILL.md",{"path":469,"priority":364},"skills/judge/SKILL.md",{"path":471,"priority":364},"skills/judge-with-debate/SKILL.md",{"path":473,"priority":364},"skills/launch-sub-agent/SKILL.md",{"path":475,"priority":364},"skills/multi-agent-patterns/SKILL.md",{"path":477,"priority":364},"skills/subagent-driven-development/SKILL.md",{"path":479,"priority":364},"skills/tree-of-thoughts/SKILL.md",{"path":481,"priority":350},"agents/judge.md",{"path":483,"priority":350},"agents/meta-judge.md",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":351,"sourceLanguage":18,"type":277},"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":360,"priority":345},{"path":347,"priority":345},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":351,"sourceLanguage":18,"type":277},"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":360,"priority":345},{"path":347,"priority":345},{"path":503,"priority":364},"skills/add-task/SKILL.md",{"path":505,"priority":364},"skills/brainstorm/SKILL.md",{"path":507,"priority":364},"skills/create-ideas/SKILL.md",{"path":509,"priority":364},"skills/implement-task/SKILL.md",{"path":511,"priority":364},"skills/plan-task/SKILL.md",{"path":513,"priority":350},"agents/business-analyst.md",{"path":515,"priority":350},"agents/code-explorer.md",{"path":517,"priority":350},"agents/developer.md",{"path":519,"priority":350},"agents/qa-engineer.md",{"path":521,"priority":350},"agents/researcher.md",{"path":523,"priority":350},"agents/software-architect.md",{"path":525,"priority":350},"agents/team-lead.md",{"path":527,"priority":350},"agents/tech-lead.md",{"path":529,"priority":350},"agents/tech-writer.md",{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":351,"sourceLanguage":18,"type":277},"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":360,"priority":345},{"path":347,"priority":345},{"path":540,"priority":364},"skills/analyse/SKILL.md",{"path":542,"priority":364},"skills/analyse-problem/SKILL.md",{"path":544,"priority":364},"skills/cause-and-effect/SKILL.md",{"path":546,"priority":364},"skills/kaizen/SKILL.md",{"path":548,"priority":364},"skills/plan-do-check-act/SKILL.md",{"path":550,"priority":364},"skills/root-cause-tracing/SKILL.md",{"path":552,"priority":364},"skills/why/SKILL.md",{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":351,"sourceLanguage":18,"type":277},"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":556},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[560,561,562,564,566,568,570,572,574,576,578,580,582,584,586],{"path":360,"priority":345},{"path":347,"priority":345},{"path":563,"priority":364},"skills/agent-evaluation/SKILL.md",{"path":565,"priority":364},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":567,"priority":364},"skills/context-engineering/SKILL.md",{"path":569,"priority":364},"skills/create-agent/SKILL.md",{"path":571,"priority":364},"skills/create-command/SKILL.md",{"path":573,"priority":364},"skills/create-hook/SKILL.md",{"path":575,"priority":364},"skills/create-rule/SKILL.md",{"path":577,"priority":364},"skills/create-skill/SKILL.md",{"path":579,"priority":364},"skills/create-workflow-command/SKILL.md",{"path":581,"priority":364},"skills/prompt-engineering/SKILL.md",{"path":583,"priority":364},"skills/test-prompt/SKILL.md",{"path":585,"priority":364},"skills/test-skill/SKILL.md",{"path":587,"priority":364},"skills/thought-based-reasoning/SKILL.md",{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":351,"sourceLanguage":18,"type":277},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":591},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[595,596,597,599],{"path":360,"priority":345},{"path":347,"priority":345},{"path":598,"priority":364},"skills/update-docs/SKILL.md",{"path":600,"priority":364},"skills/write-concisely/SKILL.md",{"basePath":602,"description":603,"displayName":604,"installMethods":605,"rationale":606,"selectedPaths":607,"source":351,"sourceLanguage":18,"type":277},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":604},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[608,609],{"path":360,"priority":345},{"path":347,"priority":345},{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":351,"sourceLanguage":18,"type":277},"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":613},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[617,618,619,621,623,625,627],{"path":360,"priority":345},{"path":347,"priority":345},{"path":620,"priority":364},"skills/build-mcp/SKILL.md",{"path":622,"priority":364},"skills/setup-arxiv-mcp/SKILL.md",{"path":624,"priority":364},"skills/setup-codemap-cli/SKILL.md",{"path":626,"priority":364},"skills/setup-context7-mcp/SKILL.md",{"path":628,"priority":364},"skills/setup-serena-mcp/SKILL.md",{"basePath":630,"description":631,"displayName":632,"installMethods":633,"rationale":634,"selectedPaths":635,"source":351,"sourceLanguage":18,"type":277},"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":632},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[636,637,638,640,642,644,646,648,650],{"path":360,"priority":345},{"path":347,"priority":345},{"path":639,"priority":364},"skills/actualize/SKILL.md",{"path":641,"priority":364},"skills/decay/SKILL.md",{"path":643,"priority":364},"skills/propose-hypotheses/SKILL.md",{"path":645,"priority":364},"skills/query/SKILL.md",{"path":647,"priority":364},"skills/reset/SKILL.md",{"path":649,"priority":364},"skills/status/SKILL.md",{"path":651,"priority":350},"agents/fpf-agent.md",{"basePath":653,"description":654,"displayName":655,"installMethods":656,"rationale":657,"selectedPaths":658,"source":351,"sourceLanguage":18,"type":265},"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",[659],{"path":660,"priority":345},"SKILL.md",{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":351,"sourceLanguage":18,"type":265},"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",[668],{"path":660,"priority":345},{"basePath":670,"description":671,"displayName":294,"installMethods":672,"rationale":673,"selectedPaths":674,"source":351,"sourceLanguage":18,"type":265},"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",[675],{"path":660,"priority":345},{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":351,"sourceLanguage":18,"type":265},"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",[683],{"path":660,"priority":345},{"basePath":685,"description":686,"displayName":687,"installMethods":688,"rationale":689,"selectedPaths":690,"source":351,"sourceLanguage":18,"type":265},"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",[691],{"path":660,"priority":345},{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":351,"sourceLanguage":18,"type":265},"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",[699],{"path":660,"priority":345},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":351,"sourceLanguage":18,"type":265},"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",[707],{"path":660,"priority":345},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":351,"sourceLanguage":18,"type":265},"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",[715],{"path":660,"priority":345},{"basePath":717,"description":718,"displayName":719,"installMethods":720,"rationale":721,"selectedPaths":722,"source":351,"sourceLanguage":18,"type":265},"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",[723],{"path":660,"priority":345},{"basePath":725,"description":726,"displayName":727,"installMethods":728,"rationale":729,"selectedPaths":730,"source":351,"sourceLanguage":18,"type":265},"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",[731],{"path":660,"priority":345},{"basePath":733,"description":734,"displayName":735,"installMethods":736,"rationale":737,"selectedPaths":738,"source":351,"sourceLanguage":18,"type":265},"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",[739],{"path":660,"priority":345},{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":351,"sourceLanguage":18,"type":265},"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",[747],{"path":660,"priority":345},{"basePath":749,"description":750,"displayName":751,"installMethods":752,"rationale":753,"selectedPaths":754,"source":351,"sourceLanguage":18,"type":265},"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",[755],{"path":660,"priority":345},{"basePath":757,"description":758,"displayName":759,"installMethods":760,"rationale":761,"selectedPaths":762,"source":351,"sourceLanguage":18,"type":265},"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",[763],{"path":660,"priority":345},{"basePath":765,"description":766,"displayName":767,"installMethods":768,"rationale":769,"selectedPaths":770,"source":351,"sourceLanguage":18,"type":265},"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",[771],{"path":660,"priority":345},{"basePath":773,"description":774,"displayName":775,"installMethods":776,"rationale":777,"selectedPaths":778,"source":351,"sourceLanguage":18,"type":265},"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",[779],{"path":660,"priority":345},{"basePath":781,"description":782,"displayName":783,"installMethods":784,"rationale":785,"selectedPaths":786,"source":351,"sourceLanguage":18,"type":265},"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",[787],{"path":660,"priority":345},{"basePath":789,"description":790,"displayName":791,"installMethods":792,"rationale":793,"selectedPaths":794,"source":351,"sourceLanguage":18,"type":265},"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",[795],{"path":660,"priority":345},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":351,"sourceLanguage":18,"type":265},"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",[803],{"path":660,"priority":345},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":351,"sourceLanguage":18,"type":265},"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",[811],{"path":660,"priority":345},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":351,"sourceLanguage":18,"type":265},"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",[819],{"path":660,"priority":345},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":351,"sourceLanguage":18,"type":265},"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",[827],{"path":660,"priority":345},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":351,"sourceLanguage":18,"type":265},"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",[835],{"path":660,"priority":345},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":351,"sourceLanguage":18,"type":265},"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",[843],{"path":660,"priority":345},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":351,"sourceLanguage":18,"type":265},"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",[851],{"path":660,"priority":345},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":351,"sourceLanguage":18,"type":265},"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",[859],{"path":660,"priority":345},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":351,"sourceLanguage":18,"type":265},"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",[867],{"path":660,"priority":345},{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":351,"sourceLanguage":18,"type":265},"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",[875],{"path":660,"priority":345},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":351,"sourceLanguage":18,"type":265},"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",[883],{"path":660,"priority":345},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":351,"sourceLanguage":18,"type":265},"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",[891],{"path":660,"priority":345},{"basePath":893,"description":894,"displayName":533,"installMethods":895,"rationale":896,"selectedPaths":897,"source":351,"sourceLanguage":18,"type":265},"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",[898],{"path":660,"priority":345},{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":351,"sourceLanguage":18,"type":265},"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",[906],{"path":660,"priority":345},{"basePath":908,"description":909,"displayName":910,"installMethods":911,"rationale":912,"selectedPaths":913,"source":351,"sourceLanguage":18,"type":265},"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",[914],{"path":660,"priority":345},{"basePath":916,"description":917,"displayName":918,"installMethods":919,"rationale":920,"selectedPaths":921,"source":351,"sourceLanguage":18,"type":265},"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",[922],{"path":660,"priority":345},{"basePath":924,"description":925,"displayName":926,"installMethods":927,"rationale":928,"selectedPaths":929,"source":351,"sourceLanguage":18,"type":265},"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",[930],{"path":660,"priority":345},{"basePath":932,"description":933,"displayName":934,"installMethods":935,"rationale":936,"selectedPaths":937,"source":351,"sourceLanguage":18,"type":265},"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",[938],{"path":660,"priority":345},{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":351,"sourceLanguage":18,"type":265},"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",[946],{"path":660,"priority":345},{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":351,"sourceLanguage":18,"type":265},"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",[954],{"path":660,"priority":345},{"basePath":956,"description":957,"displayName":958,"installMethods":959,"rationale":960,"selectedPaths":961,"source":351,"sourceLanguage":18,"type":265},"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",[962],{"path":660,"priority":345},{"basePath":964,"description":965,"displayName":966,"installMethods":967,"rationale":968,"selectedPaths":969,"source":351,"sourceLanguage":18,"type":265},"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",[970],{"path":660,"priority":345},{"basePath":972,"description":973,"displayName":974,"installMethods":975,"rationale":976,"selectedPaths":977,"source":351,"sourceLanguage":18,"type":265},"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",[978],{"path":660,"priority":345},{"basePath":980,"description":981,"displayName":982,"installMethods":983,"rationale":984,"selectedPaths":985,"source":351,"sourceLanguage":18,"type":265},"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",[986],{"path":660,"priority":345},{"basePath":988,"description":989,"displayName":990,"installMethods":991,"rationale":992,"selectedPaths":993,"source":351,"sourceLanguage":18,"type":265},"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",[994],{"path":660,"priority":345},{"basePath":996,"description":997,"displayName":998,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":351,"sourceLanguage":18,"type":265},"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",[1002],{"path":660,"priority":345},{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":351,"sourceLanguage":18,"type":265},"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",[1010],{"path":660,"priority":345},{"basePath":262,"description":10,"displayName":13,"installMethods":1012,"rationale":1013,"selectedPaths":1014,"source":351,"sourceLanguage":18,"type":265},{"claudeCode":12},"SKILL.md frontmatter at plugins/sadd/skills/do-competitively/SKILL.md",[1015],{"path":660,"priority":345},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":351,"sourceLanguage":18,"type":265},"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",[1023],{"path":660,"priority":345},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":351,"sourceLanguage":18,"type":265},"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",[1031],{"path":660,"priority":345},{"basePath":1033,"description":1034,"displayName":1035,"installMethods":1036,"rationale":1037,"selectedPaths":1038,"source":351,"sourceLanguage":18,"type":265},"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",[1039],{"path":660,"priority":345},{"basePath":1041,"description":1042,"displayName":1043,"installMethods":1044,"rationale":1045,"selectedPaths":1046,"source":351,"sourceLanguage":18,"type":265},"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",[1047],{"path":660,"priority":345},{"basePath":1049,"description":1050,"displayName":1051,"installMethods":1052,"rationale":1053,"selectedPaths":1054,"source":351,"sourceLanguage":18,"type":265},"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",[1055],{"path":660,"priority":345},{"basePath":1057,"description":1058,"displayName":1059,"installMethods":1060,"rationale":1061,"selectedPaths":1062,"source":351,"sourceLanguage":18,"type":265},"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",[1063],{"path":660,"priority":345},{"basePath":1065,"description":1066,"displayName":1067,"installMethods":1068,"rationale":1069,"selectedPaths":1070,"source":351,"sourceLanguage":18,"type":265},"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",[1071],{"path":660,"priority":345},{"basePath":1073,"description":1074,"displayName":1075,"installMethods":1076,"rationale":1077,"selectedPaths":1078,"source":351,"sourceLanguage":18,"type":265},"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",[1079],{"path":660,"priority":345},{"basePath":1081,"description":1082,"displayName":1083,"installMethods":1084,"rationale":1085,"selectedPaths":1086,"source":351,"sourceLanguage":18,"type":265},"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",[1087],{"path":660,"priority":345},{"basePath":1089,"description":1090,"displayName":1091,"installMethods":1092,"rationale":1093,"selectedPaths":1094,"source":351,"sourceLanguage":18,"type":265},"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",[1095],{"path":660,"priority":345},{"basePath":1097,"description":1098,"displayName":1099,"installMethods":1100,"rationale":1101,"selectedPaths":1102,"source":351,"sourceLanguage":18,"type":265},"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",[1103],{"path":660,"priority":345},{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":351,"sourceLanguage":18,"type":265},"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",[1111],{"path":660,"priority":345},{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":351,"sourceLanguage":18,"type":265},"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",[1119,1120],{"path":660,"priority":345},{"path":1121,"priority":364},"analyse-business-requirements.md",{"basePath":1123,"description":1124,"displayName":1125,"installMethods":1126,"rationale":1127,"selectedPaths":1128,"source":351,"sourceLanguage":18,"type":265},"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",[1129],{"path":660,"priority":345},{"basePath":1131,"description":1132,"displayName":1133,"installMethods":1134,"rationale":1135,"selectedPaths":1136,"source":351,"sourceLanguage":18,"type":265},"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",[1137],{"path":660,"priority":345},{"basePath":1139,"description":1140,"displayName":1141,"installMethods":1142,"rationale":1143,"selectedPaths":1144,"source":351,"sourceLanguage":18,"type":265},"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",[1145],{"path":660,"priority":345},{"sources":1147},[1148],"manual",{"closedIssues90d":250,"description":1150,"forks":251,"homepage":1151,"license":257,"openIssues90d":253,"pushedAt":254,"readmeSize":248,"stars":255,"topics":1152},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1153,1154,1155,1156,288,1157,1158,1159,1160],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1162,"discoverAt":1163,"extractAt":1164,"githubAt":1164,"updatedAt":1162},1778694480631,1778694475065,1778694478670,[222,220,219,224,221,223],{"evaluatedAt":260,"extractAt":312,"updatedAt":260},[],[1169,1199,1228,1254,1288,1316],{"_creationTime":1170,"_id":1171,"community":1172,"display":1173,"identity":1179,"providers":1183,"relations":1192,"tags":1195,"workflow":1196},1778699234184.612,"k1767exdwhyc9nf52can1n8brx86mt37",{"reviewCount":8},{"description":1174,"installMethods":1175,"name":1177,"sourceUrl":1178},"Claude-Codex-Gemini tri-model orchestration via /ask codex + /ask gemini, then Claude synthesizes results",{"claudeCode":1176},"Yeachan-Heo/oh-my-claudecode","ccg","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1180,"githubOwner":1181,"githubRepo":1182,"locale":18,"slug":1177,"type":265},"skills/ccg","Yeachan-Heo","oh-my-claudecode",{"evaluate":1184,"extract":1191},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1185,"tags":1186,"targetMarket":225,"tier":299},99,[1187,1188,1189,1190,221,219],"llm-orchestration","codex","gemini","cli",{"commitSha":301},{"parentExtensionId":1193,"repoId":1194},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[1190,1188,1189,1187,219,221],{"evaluatedAt":1197,"extractAt":1198,"updatedAt":1197},1778699358165,1778699234184,{"_creationTime":1200,"_id":1201,"community":1202,"display":1203,"identity":1208,"providers":1212,"relations":1221,"tags":1224,"workflow":1225},1778694269038.6692,"k171cfyvthhb63hdrhaqtpybes86m9pq",{"reviewCount":8},{"description":1204,"installMethods":1205,"name":220,"sourceUrl":1207},"This skill should be used when the user asks to \"evaluate agent performance\", \"build test framework\", \"measure agent quality\", \"create evaluation rubrics\", or mentions LLM-as-judge, multi-dimensional evaluation, agent testing, or quality gates for agent pipelines.",{"claudeCode":1206},"muratcankoylan/Agent-Skills-for-Context-Engineering","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":1209,"githubOwner":1210,"githubRepo":1211,"locale":18,"slug":220,"type":265},"skills/evaluation","muratcankoylan","Agent-Skills-for-Context-Engineering",{"evaluate":1213,"extract":1219},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1214,"tags":1215,"targetMarket":225,"tier":299},98,[220,1216,224,1217,1218],"testing","rubrics","llm-as-judge",{"commitSha":301,"license":1220},"MIT",{"parentExtensionId":1222,"repoId":1223},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[220,1218,224,1217,1216],{"evaluatedAt":1226,"extractAt":1227,"updatedAt":1226},1778694482778,1778694269038,{"_creationTime":1229,"_id":1230,"community":1231,"display":1232,"identity":1238,"providers":1242,"relations":1248,"tags":1250,"workflow":1251},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":1233,"installMethods":1234,"name":1236,"sourceUrl":1237},"Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.",{"claudeCode":1235},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":1239,"githubOwner":1240,"githubRepo":1241,"locale":18,"slug":1236,"type":265},"skills/.curated/cli-creator","openai","skills",{"evaluate":1243,"extract":1247},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1244,"tags":1245,"targetMarket":225,"tier":299},100,[1190,222,298,1188,1246],"automation",{"commitSha":301},{"repoId":1249},"kd75n2zj3yh472p25zffgycved86mnpx",[1246,1190,222,1188,298],{"evaluatedAt":1252,"extractAt":1253,"updatedAt":1252},1778695068759,1778695021936,{"_creationTime":1255,"_id":1256,"community":1257,"display":1258,"identity":1264,"providers":1269,"relations":1280,"tags":1283,"workflow":1284},1778693763322.9485,"k179ts9m3zz6409mpytd24wjfd86nsnc",{"reviewCount":8},{"description":1259,"installMethods":1260,"name":1262,"sourceUrl":1263},"Verwalten Sie GitHub-Issues, PRs, Releases und Marketing mit parallelen Subagenten-Armeen im Context-Mode. Orchestriert 10-20 dynamische Agenten pro Aufgabe. Verwenden Sie dies bei der Triage von Issues, der Überprüfung von PRs, der Veröffentlichung von Versionen, dem Schreiben von LinkedIn-Posts, der Ankündigung von Releases, der Behebung von Fehlern, dem Mergen von Beiträgen, der Validierung von ENV-Variablen, dem Testen von Adaptern oder dem Synchronisieren von Branches.",{"claudeCode":1261},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":1265,"githubOwner":1266,"githubRepo":1267,"locale":1268,"slug":1262,"type":265},".claude/skills/context-mode-ops","mksglu","context-mode","de",{"evaluate":1270,"extract":1279},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1244,"tags":1271,"targetMarket":225,"tier":299},[1272,1273,1274,222,1275,1276,1277,1278],"context-window","llm-optimization","session-continuity","developer-tool","productivity","security","compliance",{"commitSha":301},{"repoId":1281,"translatedFrom":1282},"kd764b2fctbqg4b8j8y6xvmkvs86m29m","k1758b69g51wttzw4r6epd3jrs86mtk8",[222,1278,1272,1275,1273,1276,1277,1274],{"evaluatedAt":1285,"extractAt":1286,"updatedAt":1287},1778693567505,1778693511416,1778693763323,{"_creationTime":1289,"_id":1290,"community":1291,"display":1292,"identity":1298,"providers":1302,"relations":1308,"tags":1311,"workflow":1312},1778692982565.3235,"k17a9xkbep6cw2hw14pvb53k9n86nycz",{"reviewCount":8},{"description":1293,"installMethods":1294,"name":1296,"sourceUrl":1297},"Führen Sie Codierungsaufgaben mit einem strengen Liefer-Workflow aus: Erstellen Sie einen vollständigen Plan, implementieren Sie Schritt für Schritt, führen Sie kontinuierlich Tests durch und committen Sie standardmäßig nach jedem Schritt (`per_step`). Unterstützt explizite Commit-Policy-Überschreibungen (`final_only`, `milestone`) und optional BDD (Given/When/Then), wenn Benutzer verhaltensgesteuerte Bereitstellung anfordern oder Anforderungen unklar sind.",{"claudeCode":1295},"majiayu000/vibeguard","fixflow","https://github.com/majiayu000/vibeguard",{"basePath":1299,"githubOwner":1300,"githubRepo":1301,"locale":1268,"slug":1296,"type":265},"workflows/fixflow","majiayu000","vibeguard",{"evaluate":1303,"extract":1307},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1244,"tags":1304,"targetMarket":225,"tier":299},[297,1305,298,222,1306,1277],"ai-safety","workflow-automation",{"commitSha":301},{"repoId":1309,"translatedFrom":1310},"kd7b0vh258xpbyerk68bk3e1ks86mk58","k17bwx69hk0p0w7rnpzvv2p16h86mp2k",[1305,222,297,298,1277,1306],{"evaluatedAt":1313,"extractAt":1314,"updatedAt":1315},1778692812461,1778692607327,1778692982565,{"_creationTime":1317,"_id":1318,"community":1319,"display":1320,"identity":1326,"providers":1330,"relations":1337,"tags":1339,"workflow":1340},1778687399826.038,"k177k6yc1nvmc35w54dht6t11586np31",{"reviewCount":8},{"description":1321,"installMethods":1322,"name":1324,"sourceUrl":1325},"Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.",{"claudeCode":1323},"github/awesome-copilot","kotlin-mcp-server-generator","https://github.com/github/awesome-copilot",{"basePath":1327,"githubOwner":1328,"githubRepo":1329,"locale":18,"slug":1324,"type":265},"skills/kotlin-mcp-server-generator","github","awesome-copilot",{"evaluate":1331,"extract":1336},{"promptVersionExtension":212,"promptVersionScoring":213,"score":1244,"tags":1332,"targetMarket":225,"tier":299},[1333,613,1334,222,1335],"kotlin","server","gradle",{"commitSha":301},{"repoId":1338},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[222,1335,1333,613,1334],{"evaluatedAt":1341,"extractAt":1342,"updatedAt":1341},1778690535577,1778687399826]