[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-create-agent-de":3,"guides-for-NeoLabHQ-create-agent":1147,"similar-k17cexe389b8cp8d2etkqa72g586mc9g-de":1148},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":245,"isFallback":228,"parentExtension":250,"providers":310,"relations":314,"repo":315,"tags":1145,"workflow":1146},1778694480889.9485,"k17cexe389b8cp8d2etkqa72g586mc9g",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","create-agent","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":226,"workflow":243},1778694756648.2937,"kn70cc5j4vdmt9r2zbxag7ff6586nqdx","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,113,116,120,123,126,129,132,135,138,142,146,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 clearly states the problem of creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation, combining official Anthropic best practices with proven patterns.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill provides a structured guide and templates for creating agents, going beyond basic prompt engineering by defining specific file structures, frontmatter fields, and system prompt design principles.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides a comprehensive guide and validation script for creating agent files, covering structure, frontmatter, system prompts, and examples, enabling immediate use for agent development.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the creation and structuring of Claude Code agents, adhering to a single domain of agent development.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of guiding users in creating structured Claude Code agents using best practices.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The 'create-agent' skill explicitly lists and restricts its allowed tools to Read, Write, Glob, and Bash(mkdir:*), adhering to the principle of least privilege.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All required and optional frontmatter fields for agent files, including their format, rules, and purpose, are thoroughly documented.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The skill exposes a single command, '/customaize-agent:create-agent', which is descriptive and follows the kebab-case convention.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The 'create-agent' command takes simple string arguments for agent name and description, with minimal input surface.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under the GNU GPL 3.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The repository has recent commits, with the last push occurring on May 6, 2026, indicating active maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The extension does not appear to have third-party dependencies that would require explicit dependency management.",{"category":66,"check":67,"severity":63,"summary":68},"Security","Secret Management","The skill does not handle secrets or sensitive information.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's instructions focus on guiding agent creation and do not appear to load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external files at runtime or execute commands from remote sources; all logic is within the bundled files.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill's primary function is to generate markdown files for agent configurations and does not interact with the filesystem outside of its intended scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the skill's scripts.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not perform any outbound calls or handle confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","Bundled content is free of hidden-steering tricks, and descriptions use clean, printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's implementation consists of readable markdown and bash scripts, with no signs of obfuscation or runtime code fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes no assumptions about the user's project structure, only referencing the agent file path for creation.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 6 issues opened and 8 closed in the last 90 days, the closure rate is sufficient, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `pushedAt` date of 2026-05-06 indicates recent activity, and while no explicit versioning is declared in frontmatter, the active commits suggest version management is handled.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill includes a validation script (`scripts/validate-agent.sh`) for agent structure and frontmatter, ensuring input is constrained.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill's primary function is file creation, which is not a destructive operation requiring special guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The included validation script and the nature of the skill (file generation) suggest robust error handling for invalid inputs or file operations.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls, so explicit logging is not required.",{"category":117,"check":118,"severity":63,"summary":119},"Compliance","GDPR","The skill does not operate on personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","There are no regional or jurisdictional signals in the extension's documentation or implementation; it operates globally.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard bash commands and markdown processing, making it portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the Context Engineering Kit, its features, installation, and theoretical foundations.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This is a single-command skill, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","The skill exposes only a single command, so there are no overlapping tools.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as agent creation guidance and validation scripts, have corresponding implementations in the provided files.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and other environments, including copy-pasteable commands.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The validation script and the general structure of the skill suggest that errors during agent creation or validation would be actionable.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill uses standard bash commands, and no third-party script dependencies requiring pinning were detected.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill's function is to generate files, not to perform state-changing operations that would require a dry-run mode.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill is a local file generation tool and does not involve remote calls or state-changing operations requiring idempotency.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The extension does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill's purpose is precisely defined as guiding the creation of Claude Code agents with specific structure and best practices.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in the SKILL.md file is concise and effectively summarizes the core capability of creating agents.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md file is well-structured and uses progressive disclosure, with lengthy explanations and examples delegated to the README and other resources.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md delegates detailed information, examples, and best practices to the README and external documentation links, following a progressive disclosure pattern.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill; it is a creation tool, so 'context: fork' is not applicable.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear examples of agent file structure and frontmatter, and the README includes installation and usage examples for the kit.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md details validation rules for agent names, descriptions, and system prompts, implicitly covering edge cases and providing recovery steps through adherence to these rules.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or tools that would require a fallback mechanism.",{"category":92,"check":186,"severity":24,"summary":187},"Stack assumptions","The skill relies on standard bash commands and markdown, with no specific language runtime or OS assumptions beyond general POSIX compatibility.",{"category":189,"check":190,"severity":24,"summary":191},"Safety","Halt on unexpected state","The validation script and adherence to strict frontmatter rules ensure that unexpected states in agent configuration halt the creation process.",{"category":92,"check":193,"severity":24,"summary":194},"Cross-skill coupling","This skill operates standalone and does not implicitly rely on other skills being loaded; its function is self-contained agent creation.",1778694756522,"This skill provides a detailed guide and validation tools for creating Claude Code agents. It covers agent file structure, frontmatter requirements, system prompt design, and includes examples and best practices, ensuring agents are well-structured and adhere to Anthropic's guidelines.",[198,199,200,201,202],"Guides agent creation with proper structure","Defines triggering conditions and system prompts","Includes validation rules and scripts","Provides detailed frontmatter field reference","Offers prompt engineering and agent design principles",[204,205,206],"Developing the actual agent logic beyond its configuration structure","Providing a runtime environment for agents","Managing the lifecycle of deployed agents","3.0.0","4.4.0","To provide developers with a comprehensive and structured guide for creating high-quality Claude Code agents, ensuring proper formatting, triggering conditions, and system prompt design based on best practices.","The extension is highly polished with comprehensive documentation, clear purpose, and adherence to best practices across all evaluated categories. No critical or warning findings were identified.",98,"Excellent skill for creating structured Claude Code agents, with comprehensive guidance and validation.",[214,215,216,217,218],"agent-creation","prompt-engineering","code-generation","development-tools","claude-code","global","verified",[222,223,224,225],"Creating new Claude Code agents with defined roles and responsibilities","Structuring agent configurations according to Anthropic's best practices","Ensuring agents are triggered correctly based on user intent and context","Refining existing agent prompts for better performance and clarity",{"codeQuality":227,"collectedAt":229,"documentation":230,"maintenance":233,"security":240,"testCoverage":242},{"hasLockfile":228},true,1778694740856,{"descriptionLength":231,"readmeSize":232},194,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},1778694756648,{"basePath":246,"githubOwner":247,"githubRepo":248,"locale":18,"slug":13,"type":249},"plugins/customaize-agent/skills/create-agent","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":251,"_id":252,"community":253,"display":254,"identity":259,"parentExtension":262,"providers":296,"relations":306,"tags":307,"workflow":308},1778694480889.9465,"k173g0c46wghgz5j9gn02wfydn86mkh8",{"reviewCount":8},{"description":255,"installMethods":256,"name":258,"sourceUrl":14},"Commands and skills for writing and refining commands, hooks, skills for Claude Code, includes Anthropic Best Practices and Agent Persuasion Principles that can be useful for sub-agent workflows.",{"claudeCode":257},"customaize-agent","Customaize Agent",{"basePath":260,"githubOwner":247,"githubRepo":248,"locale":18,"slug":257,"type":261},"plugins/customaize-agent","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":303},{"promptVersionExtension":207,"promptVersionScoring":208,"score":276,"tags":298,"targetMarket":219,"tier":302},[214,215,299,300,301,216],"skill-development","tdd","workflow-automation","flagged",{"commitSha":284,"license":241,"plugin":304},{"mcpCount":8,"provider":289,"skillCount":305},12,{"parentExtensionId":264,"repoId":291},[214,216,215,299,300,301],{"evaluatedAt":309,"extractAt":295,"updatedAt":309},1778694625658,{"evaluate":311,"extract":313},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":312,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":284},{"parentExtensionId":252,"repoId":291},{"_creationTime":316,"_id":291,"identity":317,"providers":318,"workflow":1141},1778694475065.1633,{"githubOwner":247,"githubRepo":248,"sourceUrl":14},{"classify":319,"discover":1126,"github":1129},{"commitSha":284,"extensions":320},[321,334,373,398,421,435,468,477,514,537,569,582,591,610,633,642,650,657,662,670,678,686,694,701,709,717,725,733,741,749,757,765,773,781,789,797,805,813,821,829,837,845,853,861,869,876,884,892,900,908,916,924,932,940,948,956,964,972,980,988,996,1004,1012,1020,1028,1036,1044,1052,1060,1068,1076,1084,1092,1102,1110,1118],{"basePath":271,"description":267,"displayName":248,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":272},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":333,"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":337},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[341,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371],{"path":342,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":345,"priority":346},"skills/critique/SKILL.md","medium",{"path":348,"priority":346},"skills/memorize/SKILL.md",{"path":350,"priority":346},"skills/reflect/SKILL.md",{"path":352,"priority":332},"hooks/.gitignore",{"path":354,"priority":332},"hooks/README.md",{"path":356,"priority":332},"hooks/hooks.json",{"path":358,"priority":332},"hooks/package.json",{"path":360,"priority":332},"hooks/src/index.ts",{"path":362,"priority":332},"hooks/src/lib.ts",{"path":364,"priority":332},"hooks/src/onStopHandler.test.ts",{"path":366,"priority":332},"hooks/src/onStopHandler.ts",{"path":368,"priority":332},"hooks/src/session.ts",{"path":370,"priority":332},"hooks/tsconfig.json",{"path":372,"priority":332},"hooks/vitest.config.ts",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":333,"sourceLanguage":18,"type":261},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":376},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[380,381,382,384,386,388,390,392,394,396],{"path":342,"priority":327},{"path":329,"priority":327},{"path":383,"priority":346},"skills/review-local-changes/SKILL.md",{"path":385,"priority":346},"skills/review-pr/SKILL.md",{"path":387,"priority":332},"agents/bug-hunter.md",{"path":389,"priority":332},"agents/code-quality-reviewer.md",{"path":391,"priority":332},"agents/contracts-reviewer.md",{"path":393,"priority":332},"agents/historical-context-reviewer.md",{"path":395,"priority":332},"agents/security-auditor.md",{"path":397,"priority":332},"agents/test-coverage-reviewer.md",{"basePath":399,"description":400,"displayName":401,"installMethods":402,"rationale":403,"selectedPaths":404,"source":333,"sourceLanguage":18,"type":261},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.","git",{"claudeCode":401},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[405,406,407,409,411,413,415,417,419],{"path":342,"priority":327},{"path":329,"priority":327},{"path":408,"priority":346},"skills/analyze-issue/SKILL.md",{"path":410,"priority":346},"skills/attach-review-to-pr/SKILL.md",{"path":412,"priority":346},"skills/commit/SKILL.md",{"path":414,"priority":346},"skills/create-pr/SKILL.md",{"path":416,"priority":346},"skills/git-notes/SKILL.md",{"path":418,"priority":346},"skills/git-worktrees/SKILL.md",{"path":420,"priority":346},"skills/load-issues/SKILL.md",{"basePath":422,"description":423,"displayName":300,"installMethods":424,"rationale":425,"selectedPaths":426,"source":333,"sourceLanguage":18,"type":261},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.",{"claudeCode":300},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[427,428,429,431,433],{"path":342,"priority":327},{"path":329,"priority":327},{"path":430,"priority":346},"skills/fix-tests/SKILL.md",{"path":432,"priority":346},"skills/test-driven-development/SKILL.md",{"path":434,"priority":346},"skills/write-tests/SKILL.md",{"basePath":436,"description":437,"displayName":438,"installMethods":439,"rationale":440,"selectedPaths":441,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"path":445,"priority":346},"skills/do-and-judge/SKILL.md",{"path":447,"priority":346},"skills/do-competitively/SKILL.md",{"path":449,"priority":346},"skills/do-in-parallel/SKILL.md",{"path":451,"priority":346},"skills/do-in-steps/SKILL.md",{"path":453,"priority":346},"skills/judge/SKILL.md",{"path":455,"priority":346},"skills/judge-with-debate/SKILL.md",{"path":457,"priority":346},"skills/launch-sub-agent/SKILL.md",{"path":459,"priority":346},"skills/multi-agent-patterns/SKILL.md",{"path":461,"priority":346},"skills/subagent-driven-development/SKILL.md",{"path":463,"priority":346},"skills/tree-of-thoughts/SKILL.md",{"path":465,"priority":332},"agents/judge.md",{"path":467,"priority":332},"agents/meta-judge.md",{"basePath":469,"description":470,"displayName":471,"installMethods":472,"rationale":473,"selectedPaths":474,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":333,"sourceLanguage":18,"type":261},"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":480},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[484,485,486,488,490,492,494,496,498,500,502,504,506,508,510,512],{"path":342,"priority":327},{"path":329,"priority":327},{"path":487,"priority":346},"skills/add-task/SKILL.md",{"path":489,"priority":346},"skills/brainstorm/SKILL.md",{"path":491,"priority":346},"skills/create-ideas/SKILL.md",{"path":493,"priority":346},"skills/implement-task/SKILL.md",{"path":495,"priority":346},"skills/plan-task/SKILL.md",{"path":497,"priority":332},"agents/business-analyst.md",{"path":499,"priority":332},"agents/code-explorer.md",{"path":501,"priority":332},"agents/developer.md",{"path":503,"priority":332},"agents/qa-engineer.md",{"path":505,"priority":332},"agents/researcher.md",{"path":507,"priority":332},"agents/software-architect.md",{"path":509,"priority":332},"agents/team-lead.md",{"path":511,"priority":332},"agents/tech-lead.md",{"path":513,"priority":332},"agents/tech-writer.md",{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":333,"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":517},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[521,522,523,525,527,529,531,533,535],{"path":342,"priority":327},{"path":329,"priority":327},{"path":524,"priority":346},"skills/analyse/SKILL.md",{"path":526,"priority":346},"skills/analyse-problem/SKILL.md",{"path":528,"priority":346},"skills/cause-and-effect/SKILL.md",{"path":530,"priority":346},"skills/kaizen/SKILL.md",{"path":532,"priority":346},"skills/plan-do-check-act/SKILL.md",{"path":534,"priority":346},"skills/root-cause-tracing/SKILL.md",{"path":536,"priority":346},"skills/why/SKILL.md",{"basePath":260,"description":255,"displayName":257,"installMethods":538,"rationale":539,"selectedPaths":540,"source":333,"sourceLanguage":18,"type":261},{"claudeCode":257},"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":342,"priority":327},{"path":329,"priority":327},{"path":544,"priority":346},"skills/agent-evaluation/SKILL.md",{"path":546,"priority":346},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":548,"priority":346},"skills/context-engineering/SKILL.md",{"path":550,"priority":346},"skills/create-agent/SKILL.md",{"path":552,"priority":346},"skills/create-command/SKILL.md",{"path":554,"priority":346},"skills/create-hook/SKILL.md",{"path":556,"priority":346},"skills/create-rule/SKILL.md",{"path":558,"priority":346},"skills/create-skill/SKILL.md",{"path":560,"priority":346},"skills/create-workflow-command/SKILL.md",{"path":562,"priority":346},"skills/prompt-engineering/SKILL.md",{"path":564,"priority":346},"skills/test-prompt/SKILL.md",{"path":566,"priority":346},"skills/test-skill/SKILL.md",{"path":568,"priority":346},"skills/thought-based-reasoning/SKILL.md",{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"path":579,"priority":346},"skills/update-docs/SKILL.md",{"path":581,"priority":346},"skills/write-concisely/SKILL.md",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"path":601,"priority":346},"skills/build-mcp/SKILL.md",{"path":603,"priority":346},"skills/setup-arxiv-mcp/SKILL.md",{"path":605,"priority":346},"skills/setup-codemap-cli/SKILL.md",{"path":607,"priority":346},"skills/setup-context7-mcp/SKILL.md",{"path":609,"priority":346},"skills/setup-serena-mcp/SKILL.md",{"basePath":611,"description":612,"displayName":613,"installMethods":614,"rationale":615,"selectedPaths":616,"source":333,"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":342,"priority":327},{"path":329,"priority":327},{"path":620,"priority":346},"skills/actualize/SKILL.md",{"path":622,"priority":346},"skills/decay/SKILL.md",{"path":624,"priority":346},"skills/propose-hypotheses/SKILL.md",{"path":626,"priority":346},"skills/query/SKILL.md",{"path":628,"priority":346},"skills/reset/SKILL.md",{"path":630,"priority":346},"skills/status/SKILL.md",{"path":632,"priority":332},"agents/fpf-agent.md",{"basePath":634,"description":635,"displayName":636,"installMethods":637,"rationale":638,"selectedPaths":639,"source":333,"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":327},"SKILL.md",{"basePath":643,"description":644,"displayName":645,"installMethods":646,"rationale":647,"selectedPaths":648,"source":333,"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":327},{"basePath":651,"description":652,"displayName":278,"installMethods":653,"rationale":654,"selectedPaths":655,"source":333,"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":327},{"basePath":246,"description":10,"displayName":13,"installMethods":658,"rationale":659,"selectedPaths":660,"source":333,"sourceLanguage":18,"type":249},{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-agent/SKILL.md",[661],{"path":641,"priority":327},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":333,"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",[669],{"path":641,"priority":327},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":333,"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",[677],{"path":641,"priority":327},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":333,"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",[685],{"path":641,"priority":327},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":333,"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",[693],{"path":641,"priority":327},{"basePath":695,"description":696,"displayName":215,"installMethods":697,"rationale":698,"selectedPaths":699,"source":333,"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.",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/prompt-engineering/SKILL.md",[700],{"path":641,"priority":327},{"basePath":702,"description":703,"displayName":704,"installMethods":705,"rationale":706,"selectedPaths":707,"source":333,"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",[708],{"path":641,"priority":327},{"basePath":710,"description":711,"displayName":712,"installMethods":713,"rationale":714,"selectedPaths":715,"source":333,"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",[716],{"path":641,"priority":327},{"basePath":718,"description":719,"displayName":720,"installMethods":721,"rationale":722,"selectedPaths":723,"source":333,"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",[724],{"path":641,"priority":327},{"basePath":726,"description":727,"displayName":728,"installMethods":729,"rationale":730,"selectedPaths":731,"source":333,"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",[732],{"path":641,"priority":327},{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":333,"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",[740],{"path":641,"priority":327},{"basePath":742,"description":743,"displayName":744,"installMethods":745,"rationale":746,"selectedPaths":747,"source":333,"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",[748],{"path":641,"priority":327},{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":333,"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",[756],{"path":641,"priority":327},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":333,"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",[764],{"path":641,"priority":327},{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":333,"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",[772],{"path":641,"priority":327},{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":333,"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",[780],{"path":641,"priority":327},{"basePath":782,"description":783,"displayName":784,"installMethods":785,"rationale":786,"selectedPaths":787,"source":333,"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",[788],{"path":641,"priority":327},{"basePath":790,"description":791,"displayName":792,"installMethods":793,"rationale":794,"selectedPaths":795,"source":333,"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",[796],{"path":641,"priority":327},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":333,"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",[804],{"path":641,"priority":327},{"basePath":806,"description":807,"displayName":808,"installMethods":809,"rationale":810,"selectedPaths":811,"source":333,"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",[812],{"path":641,"priority":327},{"basePath":814,"description":815,"displayName":816,"installMethods":817,"rationale":818,"selectedPaths":819,"source":333,"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",[820],{"path":641,"priority":327},{"basePath":822,"description":823,"displayName":824,"installMethods":825,"rationale":826,"selectedPaths":827,"source":333,"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",[828],{"path":641,"priority":327},{"basePath":830,"description":831,"displayName":832,"installMethods":833,"rationale":834,"selectedPaths":835,"source":333,"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",[836],{"path":641,"priority":327},{"basePath":838,"description":839,"displayName":840,"installMethods":841,"rationale":842,"selectedPaths":843,"source":333,"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",[844],{"path":641,"priority":327},{"basePath":846,"description":847,"displayName":848,"installMethods":849,"rationale":850,"selectedPaths":851,"source":333,"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",[852],{"path":641,"priority":327},{"basePath":854,"description":855,"displayName":856,"installMethods":857,"rationale":858,"selectedPaths":859,"source":333,"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",[860],{"path":641,"priority":327},{"basePath":862,"description":863,"displayName":864,"installMethods":865,"rationale":866,"selectedPaths":867,"source":333,"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",[868],{"path":641,"priority":327},{"basePath":870,"description":871,"displayName":517,"installMethods":872,"rationale":873,"selectedPaths":874,"source":333,"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",[875],{"path":641,"priority":327},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":333,"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",[883],{"path":641,"priority":327},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":333,"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",[891],{"path":641,"priority":327},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":333,"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",[899],{"path":641,"priority":327},{"basePath":901,"description":902,"displayName":903,"installMethods":904,"rationale":905,"selectedPaths":906,"source":333,"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",[907],{"path":641,"priority":327},{"basePath":909,"description":910,"displayName":911,"installMethods":912,"rationale":913,"selectedPaths":914,"source":333,"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",[915],{"path":641,"priority":327},{"basePath":917,"description":918,"displayName":919,"installMethods":920,"rationale":921,"selectedPaths":922,"source":333,"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",[923],{"path":641,"priority":327},{"basePath":925,"description":926,"displayName":927,"installMethods":928,"rationale":929,"selectedPaths":930,"source":333,"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",[931],{"path":641,"priority":327},{"basePath":933,"description":934,"displayName":935,"installMethods":936,"rationale":937,"selectedPaths":938,"source":333,"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",[939],{"path":641,"priority":327},{"basePath":941,"description":942,"displayName":943,"installMethods":944,"rationale":945,"selectedPaths":946,"source":333,"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",[947],{"path":641,"priority":327},{"basePath":949,"description":950,"displayName":951,"installMethods":952,"rationale":953,"selectedPaths":954,"source":333,"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",[955],{"path":641,"priority":327},{"basePath":957,"description":958,"displayName":959,"installMethods":960,"rationale":961,"selectedPaths":962,"source":333,"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",[963],{"path":641,"priority":327},{"basePath":965,"description":966,"displayName":967,"installMethods":968,"rationale":969,"selectedPaths":970,"source":333,"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",[971],{"path":641,"priority":327},{"basePath":973,"description":974,"displayName":975,"installMethods":976,"rationale":977,"selectedPaths":978,"source":333,"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",[979],{"path":641,"priority":327},{"basePath":981,"description":982,"displayName":983,"installMethods":984,"rationale":985,"selectedPaths":986,"source":333,"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",[987],{"path":641,"priority":327},{"basePath":989,"description":990,"displayName":991,"installMethods":992,"rationale":993,"selectedPaths":994,"source":333,"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",[995],{"path":641,"priority":327},{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":333,"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",[1003],{"path":641,"priority":327},{"basePath":1005,"description":1006,"displayName":1007,"installMethods":1008,"rationale":1009,"selectedPaths":1010,"source":333,"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",[1011],{"path":641,"priority":327},{"basePath":1013,"description":1014,"displayName":1015,"installMethods":1016,"rationale":1017,"selectedPaths":1018,"source":333,"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",[1019],{"path":641,"priority":327},{"basePath":1021,"description":1022,"displayName":1023,"installMethods":1024,"rationale":1025,"selectedPaths":1026,"source":333,"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",[1027],{"path":641,"priority":327},{"basePath":1029,"description":1030,"displayName":1031,"installMethods":1032,"rationale":1033,"selectedPaths":1034,"source":333,"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",[1035],{"path":641,"priority":327},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":333,"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",[1043],{"path":641,"priority":327},{"basePath":1045,"description":1046,"displayName":1047,"installMethods":1048,"rationale":1049,"selectedPaths":1050,"source":333,"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",[1051],{"path":641,"priority":327},{"basePath":1053,"description":1054,"displayName":1055,"installMethods":1056,"rationale":1057,"selectedPaths":1058,"source":333,"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",[1059],{"path":641,"priority":327},{"basePath":1061,"description":1062,"displayName":1063,"installMethods":1064,"rationale":1065,"selectedPaths":1066,"source":333,"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",[1067],{"path":641,"priority":327},{"basePath":1069,"description":1070,"displayName":1071,"installMethods":1072,"rationale":1073,"selectedPaths":1074,"source":333,"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",[1075],{"path":641,"priority":327},{"basePath":1077,"description":1078,"displayName":1079,"installMethods":1080,"rationale":1081,"selectedPaths":1082,"source":333,"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",[1083],{"path":641,"priority":327},{"basePath":1085,"description":1086,"displayName":1087,"installMethods":1088,"rationale":1089,"selectedPaths":1090,"source":333,"sourceLanguage":18,"type":249},"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",[1091],{"path":641,"priority":327},{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":333,"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",[1099,1100],{"path":641,"priority":327},{"path":1101,"priority":346},"analyse-business-requirements.md",{"basePath":1103,"description":1104,"displayName":1105,"installMethods":1106,"rationale":1107,"selectedPaths":1108,"source":333,"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",[1109],{"path":641,"priority":327},{"basePath":1111,"description":1112,"displayName":1113,"installMethods":1114,"rationale":1115,"selectedPaths":1116,"source":333,"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",[1117],{"path":641,"priority":327},{"basePath":1119,"description":1120,"displayName":1121,"installMethods":1122,"rationale":1123,"selectedPaths":1124,"source":333,"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",[1125],{"path":641,"priority":327},{"sources":1127},[1128],"manual",{"closedIssues90d":234,"description":1130,"forks":235,"homepage":1131,"license":241,"openIssues90d":237,"pushedAt":238,"readmeSize":232,"stars":239,"topics":1132},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1133,1134,1135,1136,272,1137,1138,1139,1140],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1142,"discoverAt":1143,"extractAt":1144,"githubAt":1144,"updatedAt":1142},1778694480631,1778694475065,1778694478670,[214,218,216,217,215],{"evaluatedAt":244,"extractAt":295,"updatedAt":244},[],[1149,1167,1195,1227,1258,1286],{"_creationTime":1150,"_id":1151,"community":1152,"display":1153,"identity":1155,"providers":1156,"relations":1163,"tags":1164,"workflow":1165},1778694480889.9487,"k17eg219cke0p45yfhh8n2t37986mgm4",{"reviewCount":8},{"description":664,"installMethods":1154,"name":665,"sourceUrl":14},{"claudeCode":12},{"basePath":663,"githubOwner":247,"githubRepo":248,"locale":18,"slug":665,"type":249},{"evaluate":1157,"extract":1162},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1159,"targetMarket":219,"tier":220},100,[1160,1161,215,594,218],"command-creation","agent-development",{"commitSha":284},{"parentExtensionId":252,"repoId":291},[1161,218,1160,594,215],{"evaluatedAt":1166,"extractAt":295,"updatedAt":1166},1778694773368,{"_creationTime":1168,"_id":1169,"community":1170,"display":1171,"identity":1177,"providers":1182,"relations":1188,"tags":1191,"workflow":1192},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":1172,"installMethods":1173,"name":1175,"sourceUrl":1176},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":1174},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":1178,"githubOwner":1179,"githubRepo":1180,"locale":18,"slug":1181,"type":249},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":1183,"extract":1186},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1184,"targetMarket":219,"tier":220},[1185,261,282,218,594],"validation",{"commitSha":284,"license":1187},"MIT",{"parentExtensionId":1189,"repoId":1190},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[218,282,594,261,1185],{"evaluatedAt":1193,"extractAt":1194,"updatedAt":1193},1778701241052,1778696691708,{"_creationTime":1196,"_id":1197,"community":1198,"display":1199,"identity":1205,"providers":1210,"relations":1219,"tags":1222,"workflow":1223},1778699338526.8188,"k175v2b1np10e1tb0b6d526n3d86n1r1",{"reviewCount":8},{"description":1200,"installMethods":1201,"name":1203,"sourceUrl":1204},"Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.",{"claudeCode":1202},"xixu-me/skills","running-claude-code-via-litellm-copilot","https://github.com/xixu-me/skills",{"basePath":1206,"githubOwner":1207,"githubRepo":1208,"locale":1209,"slug":1203,"type":249},"skills/running-claude-code-via-litellm-copilot","xixu-me","skills","de",{"evaluate":1211,"extract":1218},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1212,"targetMarket":219,"tier":220},[1213,1214,1215,218,1216,1217],"copilot","litellm","proxy","configuration","troubleshooting",{"commitSha":284},{"repoId":1220,"translatedFrom":1221},"kd77r2vb42jmgam0qbr9f2c6kn86mebv","k17c1n6dbde7qh2wemx78d13t986n7x2",[218,1216,1213,1214,1215,1217],{"evaluatedAt":1224,"extractAt":1225,"updatedAt":1226},1778699196029,1778699106670,1778699338526,{"_creationTime":1228,"_id":1229,"community":1230,"display":1231,"identity":1237,"providers":1241,"relations":1249,"tags":1253,"workflow":1254},1778696878045.982,"k17d92hfd6crt90dtkzjdd0gr586mty1",{"reviewCount":8},{"description":1232,"installMethods":1233,"name":1235,"sourceUrl":1236},"Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer \"guard\", \"protect session\", \"context getting long\", \"prevent compaction\", \"session management\" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.\n",{"claudeCode":1234},"Ruya-AI/cozempic","guard","https://github.com/Ruya-AI/cozempic",{"basePath":1238,"githubOwner":1239,"githubRepo":1240,"locale":1209,"slug":1235,"type":249},"plugin/skills/guard","Ruya-AI","cozempic",{"evaluate":1242,"extract":1248},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1243,"targetMarket":219,"tier":220},[1244,1245,218,1246,1247],"session-management","context-pruning","python","utility",{"commitSha":284},{"parentExtensionId":1250,"repoId":1251,"translatedFrom":1252},"k176hd1j2vn0hpak7ds6v3eand86mfqh","kd79d77qmyh3826dwhk7ynx9xd86nmqm","k17ef0e0f693nd248cs3f63rys86ndy8",[218,1245,1246,1244,1247],{"evaluatedAt":1255,"extractAt":1256,"updatedAt":1257},1778696790816,1778696712852,1778696878046,{"_creationTime":1259,"_id":1260,"community":1261,"display":1262,"identity":1268,"providers":1273,"relations":1279,"tags":1282,"workflow":1283},1778692488329.0164,"k17d7dgccv6vnj9tcw0cehwnph86nryb",{"reviewCount":8},{"description":1263,"installMethods":1264,"name":1266,"sourceUrl":1267},"Analyze which rules are actively used vs inert. Detect coverage gaps. Recommend pruning to reduce token consumption.",{"claudeCode":1265},"luiseiman/claude-kit","Rule Effectiveness Analysis","https://github.com/luiseiman/claude-kit",{"basePath":1269,"githubOwner":1270,"githubRepo":1271,"locale":18,"slug":1272,"type":249},"skills/rule-effectiveness","luiseiman","claude-kit","rule-effectiveness",{"evaluate":1274,"extract":1278},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1275,"targetMarket":219,"tier":220},[218,1216,1276,1277,401],"analysis","optimization",{"commitSha":284,"license":1187},{"parentExtensionId":1280,"repoId":1281},"k17650xadq8363kzchr4w0gmf186nq24","kd79wqc8an5wh20cc2znr8tyb586mxwx",[1276,218,1216,401,1277],{"evaluatedAt":1284,"extractAt":1285,"updatedAt":1284},1778693275143,1778692488329,{"_creationTime":1287,"_id":1288,"community":1289,"display":1290,"identity":1294,"providers":1296,"relations":1303,"tags":1304,"workflow":1305},1778692488329.0137,"k172mwc9y507ztvq3eqqkqnhvh86n16s",{"reviewCount":8},{"description":1291,"installMethods":1292,"name":1293,"sourceUrl":1267},"Initializes the Claude Code configuration in a new or existing project using the dotforge template.",{"claudeCode":1265},"bootstrap-project",{"basePath":1295,"githubOwner":1270,"githubRepo":1271,"locale":18,"slug":1293,"type":249},"skills/bootstrap-project",{"evaluate":1297,"extract":1302},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1158,"tags":1298,"targetMarket":219,"tier":220},[1216,1299,1300,1301,218],"project-setup","automation","dotforge",{"commitSha":284},{"parentExtensionId":1280,"repoId":1281},[1300,218,1216,1301,1299],{"evaluatedAt":1306,"extractAt":1285,"updatedAt":1306},1778692993130]