[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-add-task-de":3,"guides-for-NeoLabHQ-add-task":1142,"similar-k17c7kymsq64wdm0fdfy6hpkw186mped-de":1143},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":223,"parentExtension":245,"providers":303,"relations":307,"repo":308,"tags":1140,"workflow":1141},1778694480889.961,"k17c7kymsq64wdm0fdfy6hpkw186mped",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"creates draft task file in .specs/tasks/draft/ with original user intent",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","add-task","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778695709353.2725,"kn71zkw474bj3bn4awdk6jev1986nb8x","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":215,"tier":216,"useCases":217},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,100,104,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of creating draft task files with original user intent for task management.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill automates the creation of structured task files, including analysis and file naming, which goes beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill handles the complete lifecycle of creating a draft task file, including directory setup, input analysis, file generation, and output reporting.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill is focused solely on creating draft task files and does not extend into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately reflects the skill's functionality of creating draft task files with user intent.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a specific script execution tool (`bash`) and the `Write` tool, which are scoped appropriately for file manipulation.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","There are no configurable parameters or environment variables documented for this skill.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The underlying tools used are not directly exposed to the user in a way that requires naming evaluation. The skill itself has a clear name.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill takes user input as a string argument and outputs specific fields like task file path, title, and type, which is minimal and well-defined.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under GPL-3.0, which is a permissive open-source license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository has recent commits, with the last commit on 2026-05-06.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies that require explicit management.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill executes a local bash script and uses a write tool, neither of which appear to load untrusted external data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill executes a local bash script and does not fetch remote content or code at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the project folder, creating task files in `.specs/tasks/draft/` and using a local script.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The skill uses standard bash scripting and tool calls without detached processes or denial-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill does not perform any outbound calls or references to confidential data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and descriptions are free of hidden-steering tricks and contain only clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bash script is included directly and is not obfuscated with base64 or other runtime fetching.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes the existence of the `.specs/tasks/` directory structure and attempts to create it if absent, which is a reasonable assumption for a task management tool.",{"category":96,"check":97,"severity":98,"summary":99},"Trust","Issues Attention","info","There were 6 issues opened and 8 issues closed in the last 90 days. The closure rate is approximately 57%, indicating good maintainer engagement.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The `README.md` mentions version 3.0.0 and other versioned plugins, indicating a versioning system is in place.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","The skill processes user input and uses a script to create files, with expected output formats defined, indicating basic validation.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The skill creates files and directories, which are not considered destructive operations and are guarded by the context of task file creation.",{"category":105,"check":112,"severity":24,"summary":113},"Error Handling","The skill's instructions outline specific error handling scenarios and expected outputs for the agent.",{"category":105,"check":115,"severity":46,"summary":116},"Logging","The skill is not a destructive operation or outbound call that requires local audit logging.",{"category":118,"check":119,"severity":46,"summary":120},"Compliance","GDPR","The skill does not operate on personal data.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension is global in scope and does not show any regional or jurisdictional limitations.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The skill relies on bash and standard file operations, which are widely available and portable.",{"category":44,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the Context Engineering Kit, including installation and usage details for various plugins.",{"category":33,"check":131,"severity":46,"summary":132},"Tool surface size","This is a single-purpose skill, not a tool suite.",{"category":40,"check":134,"severity":46,"summary":135},"Overlapping near-synonym tools","The skill uses a specific script and a write tool, with no overlapping synonyms.",{"category":44,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as creating draft task files and managing directories, are implemented in the skill's instructions.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and other platforms, including copy-pasteable commands.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","The SKILL.md outlines expected outputs and success criteria, implying actionable reporting on task creation status.",{"category":148,"check":149,"severity":46,"summary":150},"Execution","Pinned dependencies","The skill does not rely on external dependencies that require pinning.",{"category":33,"check":152,"severity":46,"summary":153},"Dry-run preview","The skill's operation of creating draft task files is not a state-changing operation that benefits from a dry-run preview.",{"category":155,"check":156,"severity":46,"summary":157},"Protocol","Idempotent retry & timeouts","The skill performs file operations locally and does not involve remote calls or state-changing operations that require idempotency or timeouts.",{"category":118,"check":159,"severity":46,"summary":160},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill's purpose is precisely defined as creating draft task files with specific intent and structure in `.specs/tasks/draft/`.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and argument hints.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and under approximately 500 lines, with detailed instructions and examples.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md is reasonably concise, and while it contains detailed instructions, it doesn't embed excessively large third-party material.",{"category":171,"check":175,"severity":46,"summary":176},"Forked exploration","This skill is a focused utility and does not involve deep exploration that would require forked context.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md includes clear, ready-to-use examples demonstrating input, invocation, and expected output file structure.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The SKILL.md documents failure modes like ambiguous input and outlines recovery steps, such as clarification or assuming no dependencies.",{"category":105,"check":184,"severity":46,"summary":185},"Tool Fallback","This skill does not rely on external MCP servers or custom tooling that would require a fallback.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","The SKILL.md specifies preconditions and indicates the need to halt and report on unexpected states, like missing dependencies.",{"category":92,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The skill operates independently and does not implicitly rely on other skills being loaded in the same session.",1778695709230,"This skill automates the creation of draft task files within a specified directory structure (`.specs/tasks/draft/`). It parses user input to determine task title, type (feature, bug, refactor, etc.), and dependencies, then generates a uniquely named markdown file in the `todo` directory.",[196,197,198,199],"Creates draft task files","Automates file naming convention","Parses user intent for task details","Manages task directory structure",[201,202,203],"Implementing the task described in the file.","Modifying existing task files or structures.","Writing the full description for the task; only a placeholder is created.","3.0.0","4.4.0","To streamline the initial task definition process by automatically generating structured task files based on user intent, ensuring consistency and saving developer time.","The skill is well-documented, has a clear purpose, and implements its functionality robustly with good error handling and security practices, resulting in a high score.",99,"A robust skill for automating the creation of structured draft task files.",[211,212,213,214],"task-management","code-generation","workflow-automation","developer-tools","global","verified",[218,219,220],"When initiating a new task that requires a structured file format.","To ensure consistent task definition across a team.","For automating the setup of new tasks in a project workflow.",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"security":235,"testCoverage":237},{"hasLockfile":223},true,1778695694034,{"descriptionLength":226,"readmeSize":227},72,40436,{"closedIssues90d":229,"forks":230,"hasChangelog":231,"openIssues90d":232,"pushedAt":233,"stars":234},8,89,false,6,1778029371000,993,{"hasNpmPackage":231,"license":236,"smitheryVerified":231},"GPL-3.0",{"hasCi":231,"hasTests":223},{"updatedAt":239},1778695709353,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"plugins/sdd/skills/add-task","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":254,"parentExtension":257,"providers":290,"relations":299,"tags":300,"workflow":301},1778694480889.946,"k17952fgm0mxaydf7br9k2tm5h86mfy4",{"reviewCount":8},{"description":250,"installMethods":251,"name":253,"sourceUrl":14},"Specification Driven Development workflow commands and agents, based on Github Spec Kit and OpenSpec. Uses specialized agents for effective context management and quality review.",{"claudeCode":252},"sdd","Spec-Driven Development Plugin",{"basePath":255,"githubOwner":242,"githubRepo":243,"locale":18,"slug":252,"type":256},"plugins/sdd","plugin",{"_creationTime":258,"_id":259,"community":260,"display":261,"identity":265,"providers":268,"relations":284,"tags":286,"workflow":287},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":262,"installMethods":263,"name":264,"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":266,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":267},"","marketplace",{"evaluate":269,"extract":277},{"promptVersionExtension":270,"promptVersionScoring":205,"score":271,"tags":272,"targetMarket":215,"tier":216},"3.1.0",97,[273,274,275,276,214],"context-engineering","agent-productivity","llm-patterns","code-quality",{"commitSha":278,"license":279,"marketplace":280,"plugin":282},"HEAD","GPL-3.0-or-later",{"name":243,"pluginCount":281,"version":204},13,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[274,276,273,214,275],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778694497063,1778694480890,{"evaluate":291,"extract":296},{"promptVersionExtension":204,"promptVersionScoring":205,"score":271,"tags":292,"targetMarket":215,"tier":216},[252,293,294,295,212,211],"workflow","agent-orchestration","llm-as-judge",{"commitSha":278,"license":236,"plugin":297},{"mcpCount":8,"provider":283,"skillCount":298},5,{"parentExtensionId":259,"repoId":285},[294,212,295,252,211,293],{"evaluatedAt":302,"extractAt":289,"updatedAt":302},1778694600714,{"evaluate":304,"extract":306},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":305,"targetMarket":215,"tier":216},[211,212,213,214],{"commitSha":278},{"parentExtensionId":247,"repoId":285},{"_creationTime":309,"_id":285,"identity":310,"providers":311,"workflow":1136},1778694475065.1633,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":312,"discover":1121,"github":1124},{"commitSha":278,"extensions":313},[314,327,366,391,414,429,462,471,505,528,563,576,585,604,627,636,644,651,659,667,675,683,691,699,707,715,723,731,739,747,755,763,771,779,787,795,803,811,819,827,835,843,851,859,867,874,882,890,898,906,914,922,930,938,946,954,962,970,978,986,994,1002,1010,1018,1026,1034,1042,1050,1058,1063,1071,1079,1087,1097,1105,1113],{"basePath":266,"description":262,"displayName":243,"installMethods":315,"rationale":316,"selectedPaths":317,"source":326,"sourceLanguage":18,"type":267},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[318,321,323],{"path":319,"priority":320},".claude-plugin/marketplace.json","mandatory",{"path":322,"priority":320},"README.md",{"path":324,"priority":325},"LICENSE","high","rule",{"basePath":328,"description":329,"displayName":330,"installMethods":331,"rationale":332,"selectedPaths":333,"source":326,"sourceLanguage":18,"type":256},"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":330},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[334,336,337,340,342,344,346,348,350,352,354,356,358,360,362,364],{"path":335,"priority":320},".claude-plugin/plugin.json",{"path":322,"priority":320},{"path":338,"priority":339},"skills/critique/SKILL.md","medium",{"path":341,"priority":339},"skills/memorize/SKILL.md",{"path":343,"priority":339},"skills/reflect/SKILL.md",{"path":345,"priority":325},"hooks/.gitignore",{"path":347,"priority":325},"hooks/README.md",{"path":349,"priority":325},"hooks/hooks.json",{"path":351,"priority":325},"hooks/package.json",{"path":353,"priority":325},"hooks/src/index.ts",{"path":355,"priority":325},"hooks/src/lib.ts",{"path":357,"priority":325},"hooks/src/onStopHandler.test.ts",{"path":359,"priority":325},"hooks/src/onStopHandler.ts",{"path":361,"priority":325},"hooks/src/session.ts",{"path":363,"priority":325},"hooks/tsconfig.json",{"path":365,"priority":325},"hooks/vitest.config.ts",{"basePath":367,"description":368,"displayName":369,"installMethods":370,"rationale":371,"selectedPaths":372,"source":326,"sourceLanguage":18,"type":256},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":369},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[373,374,375,377,379,381,383,385,387,389],{"path":335,"priority":320},{"path":322,"priority":320},{"path":376,"priority":339},"skills/review-local-changes/SKILL.md",{"path":378,"priority":339},"skills/review-pr/SKILL.md",{"path":380,"priority":325},"agents/bug-hunter.md",{"path":382,"priority":325},"agents/code-quality-reviewer.md",{"path":384,"priority":325},"agents/contracts-reviewer.md",{"path":386,"priority":325},"agents/historical-context-reviewer.md",{"path":388,"priority":325},"agents/security-auditor.md",{"path":390,"priority":325},"agents/test-coverage-reviewer.md",{"basePath":392,"description":393,"displayName":394,"installMethods":395,"rationale":396,"selectedPaths":397,"source":326,"sourceLanguage":18,"type":256},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.","git",{"claudeCode":394},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[398,399,400,402,404,406,408,410,412],{"path":335,"priority":320},{"path":322,"priority":320},{"path":401,"priority":339},"skills/analyze-issue/SKILL.md",{"path":403,"priority":339},"skills/attach-review-to-pr/SKILL.md",{"path":405,"priority":339},"skills/commit/SKILL.md",{"path":407,"priority":339},"skills/create-pr/SKILL.md",{"path":409,"priority":339},"skills/git-notes/SKILL.md",{"path":411,"priority":339},"skills/git-worktrees/SKILL.md",{"path":413,"priority":339},"skills/load-issues/SKILL.md",{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":326,"sourceLanguage":18,"type":256},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.","tdd",{"claudeCode":417},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[421,422,423,425,427],{"path":335,"priority":320},{"path":322,"priority":320},{"path":424,"priority":339},"skills/fix-tests/SKILL.md",{"path":426,"priority":339},"skills/test-driven-development/SKILL.md",{"path":428,"priority":339},"skills/write-tests/SKILL.md",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":326,"sourceLanguage":18,"type":256},"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":432},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[436,437,438,440,442,444,446,448,450,452,454,456,458,460],{"path":335,"priority":320},{"path":322,"priority":320},{"path":439,"priority":339},"skills/do-and-judge/SKILL.md",{"path":441,"priority":339},"skills/do-competitively/SKILL.md",{"path":443,"priority":339},"skills/do-in-parallel/SKILL.md",{"path":445,"priority":339},"skills/do-in-steps/SKILL.md",{"path":447,"priority":339},"skills/judge/SKILL.md",{"path":449,"priority":339},"skills/judge-with-debate/SKILL.md",{"path":451,"priority":339},"skills/launch-sub-agent/SKILL.md",{"path":453,"priority":339},"skills/multi-agent-patterns/SKILL.md",{"path":455,"priority":339},"skills/subagent-driven-development/SKILL.md",{"path":457,"priority":339},"skills/tree-of-thoughts/SKILL.md",{"path":459,"priority":325},"agents/judge.md",{"path":461,"priority":325},"agents/meta-judge.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":326,"sourceLanguage":18,"type":256},"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":465},"plugin manifest at plugins/ddd/.claude-plugin/plugin.json",[469,470],{"path":335,"priority":320},{"path":322,"priority":320},{"basePath":255,"description":250,"displayName":252,"installMethods":472,"rationale":473,"selectedPaths":474,"source":326,"sourceLanguage":18,"type":256},{"claudeCode":252},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[475,476,477,479,481,483,485,487,489,491,493,495,497,499,501,503],{"path":335,"priority":320},{"path":322,"priority":320},{"path":478,"priority":339},"skills/add-task/SKILL.md",{"path":480,"priority":339},"skills/brainstorm/SKILL.md",{"path":482,"priority":339},"skills/create-ideas/SKILL.md",{"path":484,"priority":339},"skills/implement-task/SKILL.md",{"path":486,"priority":339},"skills/plan-task/SKILL.md",{"path":488,"priority":325},"agents/business-analyst.md",{"path":490,"priority":325},"agents/code-explorer.md",{"path":492,"priority":325},"agents/developer.md",{"path":494,"priority":325},"agents/qa-engineer.md",{"path":496,"priority":325},"agents/researcher.md",{"path":498,"priority":325},"agents/software-architect.md",{"path":500,"priority":325},"agents/team-lead.md",{"path":502,"priority":325},"agents/tech-lead.md",{"path":504,"priority":325},"agents/tech-writer.md",{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":326,"sourceLanguage":18,"type":256},"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":508},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[512,513,514,516,518,520,522,524,526],{"path":335,"priority":320},{"path":322,"priority":320},{"path":515,"priority":339},"skills/analyse/SKILL.md",{"path":517,"priority":339},"skills/analyse-problem/SKILL.md",{"path":519,"priority":339},"skills/cause-and-effect/SKILL.md",{"path":521,"priority":339},"skills/kaizen/SKILL.md",{"path":523,"priority":339},"skills/plan-do-check-act/SKILL.md",{"path":525,"priority":339},"skills/root-cause-tracing/SKILL.md",{"path":527,"priority":339},"skills/why/SKILL.md",{"basePath":529,"description":530,"displayName":531,"installMethods":532,"rationale":533,"selectedPaths":534,"source":326,"sourceLanguage":18,"type":256},"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":531},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[535,536,537,539,541,543,545,547,549,551,553,555,557,559,561],{"path":335,"priority":320},{"path":322,"priority":320},{"path":538,"priority":339},"skills/agent-evaluation/SKILL.md",{"path":540,"priority":339},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":542,"priority":339},"skills/context-engineering/SKILL.md",{"path":544,"priority":339},"skills/create-agent/SKILL.md",{"path":546,"priority":339},"skills/create-command/SKILL.md",{"path":548,"priority":339},"skills/create-hook/SKILL.md",{"path":550,"priority":339},"skills/create-rule/SKILL.md",{"path":552,"priority":339},"skills/create-skill/SKILL.md",{"path":554,"priority":339},"skills/create-workflow-command/SKILL.md",{"path":556,"priority":339},"skills/prompt-engineering/SKILL.md",{"path":558,"priority":339},"skills/test-prompt/SKILL.md",{"path":560,"priority":339},"skills/test-skill/SKILL.md",{"path":562,"priority":339},"skills/thought-based-reasoning/SKILL.md",{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":326,"sourceLanguage":18,"type":256},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":566},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[570,571,572,574],{"path":335,"priority":320},{"path":322,"priority":320},{"path":573,"priority":339},"skills/update-docs/SKILL.md",{"path":575,"priority":339},"skills/write-concisely/SKILL.md",{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":326,"sourceLanguage":18,"type":256},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":579},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[583,584],{"path":335,"priority":320},{"path":322,"priority":320},{"basePath":586,"description":587,"displayName":588,"installMethods":589,"rationale":590,"selectedPaths":591,"source":326,"sourceLanguage":18,"type":256},"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":588},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[592,593,594,596,598,600,602],{"path":335,"priority":320},{"path":322,"priority":320},{"path":595,"priority":339},"skills/build-mcp/SKILL.md",{"path":597,"priority":339},"skills/setup-arxiv-mcp/SKILL.md",{"path":599,"priority":339},"skills/setup-codemap-cli/SKILL.md",{"path":601,"priority":339},"skills/setup-context7-mcp/SKILL.md",{"path":603,"priority":339},"skills/setup-serena-mcp/SKILL.md",{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":326,"sourceLanguage":18,"type":256},"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":607},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[611,612,613,615,617,619,621,623,625],{"path":335,"priority":320},{"path":322,"priority":320},{"path":614,"priority":339},"skills/actualize/SKILL.md",{"path":616,"priority":339},"skills/decay/SKILL.md",{"path":618,"priority":339},"skills/propose-hypotheses/SKILL.md",{"path":620,"priority":339},"skills/query/SKILL.md",{"path":622,"priority":339},"skills/reset/SKILL.md",{"path":624,"priority":339},"skills/status/SKILL.md",{"path":626,"priority":325},"agents/fpf-agent.md",{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":326,"sourceLanguage":18,"type":244},"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",[634],{"path":635,"priority":320},"SKILL.md",{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":326,"sourceLanguage":18,"type":244},"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",[643],{"path":635,"priority":320},{"basePath":645,"description":646,"displayName":273,"installMethods":647,"rationale":648,"selectedPaths":649,"source":326,"sourceLanguage":18,"type":244},"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",[650],{"path":635,"priority":320},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":326,"sourceLanguage":18,"type":244},"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",[658],{"path":635,"priority":320},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":326,"sourceLanguage":18,"type":244},"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",[666],{"path":635,"priority":320},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":326,"sourceLanguage":18,"type":244},"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",[674],{"path":635,"priority":320},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":326,"sourceLanguage":18,"type":244},"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",[682],{"path":635,"priority":320},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":326,"sourceLanguage":18,"type":244},"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",[690],{"path":635,"priority":320},{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":326,"sourceLanguage":18,"type":244},"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",[698],{"path":635,"priority":320},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":326,"sourceLanguage":18,"type":244},"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",[706],{"path":635,"priority":320},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":326,"sourceLanguage":18,"type":244},"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",[714],{"path":635,"priority":320},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":326,"sourceLanguage":18,"type":244},"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",[722],{"path":635,"priority":320},{"basePath":724,"description":725,"displayName":726,"installMethods":727,"rationale":728,"selectedPaths":729,"source":326,"sourceLanguage":18,"type":244},"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",[730],{"path":635,"priority":320},{"basePath":732,"description":733,"displayName":734,"installMethods":735,"rationale":736,"selectedPaths":737,"source":326,"sourceLanguage":18,"type":244},"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",[738],{"path":635,"priority":320},{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":326,"sourceLanguage":18,"type":244},"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",[746],{"path":635,"priority":320},{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":326,"sourceLanguage":18,"type":244},"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",[754],{"path":635,"priority":320},{"basePath":756,"description":757,"displayName":758,"installMethods":759,"rationale":760,"selectedPaths":761,"source":326,"sourceLanguage":18,"type":244},"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",[762],{"path":635,"priority":320},{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":326,"sourceLanguage":18,"type":244},"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",[770],{"path":635,"priority":320},{"basePath":772,"description":773,"displayName":774,"installMethods":775,"rationale":776,"selectedPaths":777,"source":326,"sourceLanguage":18,"type":244},"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",[778],{"path":635,"priority":320},{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":326,"sourceLanguage":18,"type":244},"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",[786],{"path":635,"priority":320},{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":326,"sourceLanguage":18,"type":244},"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",[794],{"path":635,"priority":320},{"basePath":796,"description":797,"displayName":798,"installMethods":799,"rationale":800,"selectedPaths":801,"source":326,"sourceLanguage":18,"type":244},"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",[802],{"path":635,"priority":320},{"basePath":804,"description":805,"displayName":806,"installMethods":807,"rationale":808,"selectedPaths":809,"source":326,"sourceLanguage":18,"type":244},"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",[810],{"path":635,"priority":320},{"basePath":812,"description":813,"displayName":814,"installMethods":815,"rationale":816,"selectedPaths":817,"source":326,"sourceLanguage":18,"type":244},"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",[818],{"path":635,"priority":320},{"basePath":820,"description":821,"displayName":822,"installMethods":823,"rationale":824,"selectedPaths":825,"source":326,"sourceLanguage":18,"type":244},"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",[826],{"path":635,"priority":320},{"basePath":828,"description":829,"displayName":830,"installMethods":831,"rationale":832,"selectedPaths":833,"source":326,"sourceLanguage":18,"type":244},"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",[834],{"path":635,"priority":320},{"basePath":836,"description":837,"displayName":838,"installMethods":839,"rationale":840,"selectedPaths":841,"source":326,"sourceLanguage":18,"type":244},"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",[842],{"path":635,"priority":320},{"basePath":844,"description":845,"displayName":846,"installMethods":847,"rationale":848,"selectedPaths":849,"source":326,"sourceLanguage":18,"type":244},"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",[850],{"path":635,"priority":320},{"basePath":852,"description":853,"displayName":854,"installMethods":855,"rationale":856,"selectedPaths":857,"source":326,"sourceLanguage":18,"type":244},"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",[858],{"path":635,"priority":320},{"basePath":860,"description":861,"displayName":862,"installMethods":863,"rationale":864,"selectedPaths":865,"source":326,"sourceLanguage":18,"type":244},"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",[866],{"path":635,"priority":320},{"basePath":868,"description":869,"displayName":508,"installMethods":870,"rationale":871,"selectedPaths":872,"source":326,"sourceLanguage":18,"type":244},"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",[873],{"path":635,"priority":320},{"basePath":875,"description":876,"displayName":877,"installMethods":878,"rationale":879,"selectedPaths":880,"source":326,"sourceLanguage":18,"type":244},"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",[881],{"path":635,"priority":320},{"basePath":883,"description":884,"displayName":885,"installMethods":886,"rationale":887,"selectedPaths":888,"source":326,"sourceLanguage":18,"type":244},"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",[889],{"path":635,"priority":320},{"basePath":891,"description":892,"displayName":893,"installMethods":894,"rationale":895,"selectedPaths":896,"source":326,"sourceLanguage":18,"type":244},"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",[897],{"path":635,"priority":320},{"basePath":899,"description":900,"displayName":901,"installMethods":902,"rationale":903,"selectedPaths":904,"source":326,"sourceLanguage":18,"type":244},"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",[905],{"path":635,"priority":320},{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":326,"sourceLanguage":18,"type":244},"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",[913],{"path":635,"priority":320},{"basePath":915,"description":916,"displayName":917,"installMethods":918,"rationale":919,"selectedPaths":920,"source":326,"sourceLanguage":18,"type":244},"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",[921],{"path":635,"priority":320},{"basePath":923,"description":924,"displayName":925,"installMethods":926,"rationale":927,"selectedPaths":928,"source":326,"sourceLanguage":18,"type":244},"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",[929],{"path":635,"priority":320},{"basePath":931,"description":932,"displayName":933,"installMethods":934,"rationale":935,"selectedPaths":936,"source":326,"sourceLanguage":18,"type":244},"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",[937],{"path":635,"priority":320},{"basePath":939,"description":940,"displayName":941,"installMethods":942,"rationale":943,"selectedPaths":944,"source":326,"sourceLanguage":18,"type":244},"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",[945],{"path":635,"priority":320},{"basePath":947,"description":948,"displayName":949,"installMethods":950,"rationale":951,"selectedPaths":952,"source":326,"sourceLanguage":18,"type":244},"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",[953],{"path":635,"priority":320},{"basePath":955,"description":956,"displayName":957,"installMethods":958,"rationale":959,"selectedPaths":960,"source":326,"sourceLanguage":18,"type":244},"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",[961],{"path":635,"priority":320},{"basePath":963,"description":964,"displayName":965,"installMethods":966,"rationale":967,"selectedPaths":968,"source":326,"sourceLanguage":18,"type":244},"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",[969],{"path":635,"priority":320},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":326,"sourceLanguage":18,"type":244},"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",[977],{"path":635,"priority":320},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":326,"sourceLanguage":18,"type":244},"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",[985],{"path":635,"priority":320},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":326,"sourceLanguage":18,"type":244},"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",[993],{"path":635,"priority":320},{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":326,"sourceLanguage":18,"type":244},"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",[1001],{"path":635,"priority":320},{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":326,"sourceLanguage":18,"type":244},"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",[1009],{"path":635,"priority":320},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":326,"sourceLanguage":18,"type":244},"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",[1017],{"path":635,"priority":320},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":326,"sourceLanguage":18,"type":244},"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",[1025],{"path":635,"priority":320},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":326,"sourceLanguage":18,"type":244},"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",[1033],{"path":635,"priority":320},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":326,"sourceLanguage":18,"type":244},"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",[1041],{"path":635,"priority":320},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":326,"sourceLanguage":18,"type":244},"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",[1049],{"path":635,"priority":320},{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":326,"sourceLanguage":18,"type":244},"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",[1057],{"path":635,"priority":320},{"basePath":241,"description":10,"displayName":13,"installMethods":1059,"rationale":1060,"selectedPaths":1061,"source":326,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at plugins/sdd/skills/add-task/SKILL.md",[1062],{"path":635,"priority":320},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":326,"sourceLanguage":18,"type":244},"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",[1070],{"path":635,"priority":320},{"basePath":1072,"description":1073,"displayName":1074,"installMethods":1075,"rationale":1076,"selectedPaths":1077,"source":326,"sourceLanguage":18,"type":244},"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",[1078],{"path":635,"priority":320},{"basePath":1080,"description":1081,"displayName":1082,"installMethods":1083,"rationale":1084,"selectedPaths":1085,"source":326,"sourceLanguage":18,"type":244},"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",[1086],{"path":635,"priority":320},{"basePath":1088,"description":1089,"displayName":1090,"installMethods":1091,"rationale":1092,"selectedPaths":1093,"source":326,"sourceLanguage":18,"type":244},"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",[1094,1095],{"path":635,"priority":320},{"path":1096,"priority":339},"analyse-business-requirements.md",{"basePath":1098,"description":1099,"displayName":1100,"installMethods":1101,"rationale":1102,"selectedPaths":1103,"source":326,"sourceLanguage":18,"type":244},"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",[1104],{"path":635,"priority":320},{"basePath":1106,"description":1107,"displayName":1108,"installMethods":1109,"rationale":1110,"selectedPaths":1111,"source":326,"sourceLanguage":18,"type":244},"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",[1112],{"path":635,"priority":320},{"basePath":1114,"description":1115,"displayName":1116,"installMethods":1117,"rationale":1118,"selectedPaths":1119,"source":326,"sourceLanguage":18,"type":244},"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",[1120],{"path":635,"priority":320},{"sources":1122},[1123],"manual",{"closedIssues90d":229,"description":1125,"forks":230,"homepage":1126,"license":236,"openIssues90d":232,"pushedAt":233,"readmeSize":227,"stars":234,"topics":1127},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1128,1129,1130,1131,267,1132,1133,1134,1135],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1137,"discoverAt":1138,"extractAt":1139,"githubAt":1139,"updatedAt":1137},1778694480631,1778694475065,1778694478670,[212,214,211,213],{"evaluatedAt":239,"extractAt":289,"updatedAt":239},[],[1144,1172,1201,1231,1263,1290],{"_creationTime":1145,"_id":1146,"community":1147,"display":1148,"identity":1154,"providers":1158,"relations":1166,"tags":1168,"workflow":1169},1778695021936.555,"k1715rn9402s29yge55y9nt0x986n2tf",{"reviewCount":8},{"description":1149,"installMethods":1150,"name":1152,"sourceUrl":1153},"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":1151},"openai/skills","cli-creator","https://github.com/openai/skills",{"basePath":1155,"githubOwner":1156,"githubRepo":1157,"locale":18,"slug":1152,"type":244},"skills/.curated/cli-creator","openai","skills",{"evaluate":1159,"extract":1165},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1160,"tags":1161,"targetMarket":215,"tier":216},100,[1162,212,214,1163,1164],"cli","codex","automation",{"commitSha":278},{"repoId":1167},"kd75n2zj3yh472p25zffgycved86mnpx",[1164,1162,212,1163,214],{"evaluatedAt":1170,"extractAt":1171,"updatedAt":1170},1778695068759,1778695021936,{"_creationTime":1173,"_id":1174,"community":1175,"display":1176,"identity":1182,"providers":1187,"relations":1193,"tags":1196,"workflow":1197},1778692982565.3235,"k17a9xkbep6cw2hw14pvb53k9n86nycz",{"reviewCount":8},{"description":1177,"installMethods":1178,"name":1180,"sourceUrl":1181},"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":1179},"majiayu000/vibeguard","fixflow","https://github.com/majiayu000/vibeguard",{"basePath":1183,"githubOwner":1184,"githubRepo":1185,"locale":1186,"slug":1180,"type":244},"workflows/fixflow","majiayu000","vibeguard","de",{"evaluate":1188,"extract":1192},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1160,"tags":1189,"targetMarket":215,"tier":216},[276,1190,214,212,213,1191],"ai-safety","security",{"commitSha":278},{"repoId":1194,"translatedFrom":1195},"kd7b0vh258xpbyerk68bk3e1ks86mk58","k17bwx69hk0p0w7rnpzvv2p16h86mp2k",[1190,212,276,214,1191,213],{"evaluatedAt":1198,"extractAt":1199,"updatedAt":1200},1778692812461,1778692607327,1778692982565,{"_creationTime":1202,"_id":1203,"community":1204,"display":1205,"identity":1211,"providers":1216,"relations":1224,"tags":1227,"workflow":1228},1778699234184.6162,"k176dnzaczpfh49t8f4x2k498986nm9q",{"reviewCount":8},{"description":1206,"installMethods":1207,"name":1209,"sourceUrl":1210},"Consensus planning entrypoint that auto-gates vague ralph/autopilot/team requests before execution",{"claudeCode":1208},"Yeachan-Heo/oh-my-claudecode","Ralplan","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1212,"githubOwner":1213,"githubRepo":1214,"locale":18,"slug":1215,"type":244},"skills/ralplan","Yeachan-Heo","oh-my-claudecode","ralplan",{"evaluate":1217,"extract":1222},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":1218,"targetMarket":215,"tier":216},[1219,1220,1221,212,213],"planning","orchestration","ai-agent",{"commitSha":278,"license":1223},"MIT",{"parentExtensionId":1225,"repoId":1226},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[1221,212,1220,1219,213],{"evaluatedAt":1229,"extractAt":1230,"updatedAt":1229},1778699648197,1778699234184,{"_creationTime":1232,"_id":1233,"community":1234,"display":1235,"identity":1241,"providers":1245,"relations":1255,"tags":1258,"workflow":1259},1778693763322.9485,"k179ts9m3zz6409mpytd24wjfd86nsnc",{"reviewCount":8},{"description":1236,"installMethods":1237,"name":1239,"sourceUrl":1240},"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":1238},"mksglu/context-mode","context-mode-ops","https://github.com/mksglu/context-mode",{"basePath":1242,"githubOwner":1243,"githubRepo":1244,"locale":1186,"slug":1239,"type":244},".claude/skills/context-mode-ops","mksglu","context-mode",{"evaluate":1246,"extract":1254},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1160,"tags":1247,"targetMarket":215,"tier":216},[1248,1249,1250,212,1251,1252,1191,1253],"context-window","llm-optimization","session-continuity","developer-tool","productivity","compliance",{"commitSha":278},{"repoId":1256,"translatedFrom":1257},"kd764b2fctbqg4b8j8y6xvmkvs86m29m","k1758b69g51wttzw4r6epd3jrs86mtk8",[212,1253,1248,1251,1249,1252,1191,1250],{"evaluatedAt":1260,"extractAt":1261,"updatedAt":1262},1778693567505,1778693511416,1778693763323,{"_creationTime":1264,"_id":1265,"community":1266,"display":1267,"identity":1273,"providers":1277,"relations":1284,"tags":1286,"workflow":1287},1778687399826.038,"k177k6yc1nvmc35w54dht6t11586np31",{"reviewCount":8},{"description":1268,"installMethods":1269,"name":1271,"sourceUrl":1272},"Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.",{"claudeCode":1270},"github/awesome-copilot","kotlin-mcp-server-generator","https://github.com/github/awesome-copilot",{"basePath":1274,"githubOwner":1275,"githubRepo":1276,"locale":18,"slug":1271,"type":244},"skills/kotlin-mcp-server-generator","github","awesome-copilot",{"evaluate":1278,"extract":1283},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1160,"tags":1279,"targetMarket":215,"tier":216},[1280,588,1281,212,1282],"kotlin","server","gradle",{"commitSha":278},{"repoId":1285},"kd7dsmv976w8rtkqnjjfdtfgks86nnmw",[212,1282,1280,588,1281],{"evaluatedAt":1288,"extractAt":1289,"updatedAt":1288},1778690535577,1778687399826,{"_creationTime":1291,"_id":1292,"community":1293,"display":1294,"identity":1300,"providers":1305,"relations":1313,"tags":1316,"workflow":1317},1778675056600.2686,"k173gm7eeaah3h512009r9g6vn86mj43",{"reviewCount":8},{"description":1295,"installMethods":1296,"name":1298,"sourceUrl":1299},"Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.",{"claudeCode":1297},"alirezarezvani/claude-skills","Spec to Repo","https://github.com/alirezarezvani/claude-skills",{"basePath":1301,"githubOwner":1302,"githubRepo":1303,"locale":18,"slug":1304,"type":244},"product-team/skills/spec-to-repo","alirezarezvani","claude-skills","spec-to-repo",{"evaluate":1306,"extract":1312},{"promptVersionExtension":204,"promptVersionScoring":205,"score":1160,"tags":1307,"targetMarket":215,"tier":216},[212,1308,1309,1310,1311],"scaffolding","application-development","fullstack","stack-agnostic",{"commitSha":278,"license":1223},{"parentExtensionId":1314,"repoId":1315},"k17104ysr0smp7vvp26mnn1fzh86nynm","kd7ff9s1w43mfyy1n7hf87816186m6px",[1309,212,1310,1308,1311],{"evaluatedAt":1318,"extractAt":1319,"updatedAt":1318},1778685725353,1778675056600]