[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-analyze-issue-de":3,"guides-for-NeoLabHQ-analyze-issue":1146,"similar-k178x6q6nre3sd8b2awy472e5s86neea-de":1147},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":242,"isFallback":225,"parentExtension":247,"providers":307,"relations":311,"repo":312,"tags":1144,"workflow":1145},1778694480889.9526,"k178x6q6nre3sd8b2awy472e5s86neea",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Analyze a GitHub issue and create a detailed technical specification",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","analyze-issue","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":223,"workflow":240},1778695050297.4587,"kn74q89bv0frtke6k0x998cgzs86nt2v","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,43,48,51,54,58,62,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,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of analyzing a GitHub issue to create a technical specification, and the SKILL.md elaborates on the process and expected output.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","This skill goes beyond simple issue summarization by requiring a detailed technical specification, including implementation plans, test plans, and file modifications, which is a significant step beyond basic LLM capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill has a defined workflow, clear output format, and integrates with existing tools like GitHub CLI and local file system operations, making it ready for production use.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on analyzing a GitHub issue to generate a technical specification, adhering to a single, well-defined responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality as detailed in the SKILL.md and README.md.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific tools like `Bash(gh issue:*)`, `Read`, `Write`, `Glob`, and `Grep`, which are narrowly scoped for the task.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable options or parameters beyond the initial issue number argument, making a parameter reference check not applicable.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The underlying tools used by the skill, such as `gh issue:*`, are descriptively named and relevant to the task.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill's input is a single issue number argument, and its output is a well-structured markdown file, adhering to a minimal I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The extension is licensed under GPL-3.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-06, which is within the last 3 months.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The skill appears to use standard tools like `gh` and bash built-ins, and the `README.md` mentions `bun` for an optional hook, but no complex external dependencies are evident that would require specific management beyond standard installation.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill interacts with GitHub issues via the `gh` CLI, which is assumed to be authenticated securely by the user's environment, and no secrets are hardcoded or explicitly handled within the skill's logic.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on GitHub issue numbers and Markdown content, and the `SKILL.md` clearly delineates how input is handled and the expected output format, minimizing injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill primarily relies on the `gh` CLI and local file operations, with no indication of runtime downloads or execution of untrusted external code.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within the project's directory structure for reading and writing files, and uses standard CLI tools, respecting sandbox boundaries.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops is present in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's primary function is to read GitHub issue data and write a local specification file; there are no outbound calls that would exfiltrate user data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The SKILL.md and README.md appear free of hidden text tricks or obfuscated content.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is contained within the SKILL.md and utilizes standard CLI commands, with no evidence of obfuscated code or base64 payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill makes assumptions about the existence of a `./specs/issues/` directory and potentially a `./.claude/commands/load-issues.md` file, but these are part of its intended operational structure and the SKILL.md provides clear output paths.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","Open issues: 6, Closed issues (last 90d): 8. The closure rate is high, indicating good maintainer engagement.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The `pushedAt` timestamp indicates recent activity, and while there's no explicit version number in the `SKILL.md` or `README.md`, the installation via `claudeCode: NeoLabHQ/context-engineering-kit` and the recent commit date suggest it's actively maintained.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The primary input is an issue number, and the `gh issue:*` command and file operations are expected to be validated by the `gh` CLI and filesystem, respectively. The output is a markdown file, which is implicitly validated by its structure.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily read-only concerning GitHub issues and writes to a local directory, with no destructive operations that would require guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill relies on the `gh` CLI and bash scripting for error handling. The `gh` CLI is known to return non-zero exit codes for errors, which bash can interpret to halt the workflow. The SKILL.md implies a sequential process where failure at one step would prevent subsequent ones.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls that would typically require a local audit log for review.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill operates on GitHub issue metadata and local files; it does not handle personal data in a way that would trigger GDPR concerns.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is generic and operates on GitHub issues and local files, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill uses standard `gh` CLI commands and bash scripting, which are generally portable across POSIX-compliant systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README.md is comprehensive, detailing features, installation, and various plugins within the kit.",{"category":33,"check":130,"severity":46,"summary":131},"Tool surface size","This is a single skill with a specific function, not a collection of tools. The underlying `gh` CLI has many commands, but the skill itself only leverages a subset.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The skill uses specific `gh` commands and bash operations; there are no near-synonym tools within the skill's direct implementation.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as analyzing issues and creating specifications, are implemented in the `SKILL.md` and associated commands.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for Claude Code, Cursor, Antigravity, and others, along with an example invocation.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill relies on the `gh` CLI and bash scripting, which provide relatively actionable error messages for issues like authentication failures or invalid issue numbers. The SKILL.md implies a structured workflow where errors would halt the process.",{"category":147,"check":148,"severity":24,"summary":149},"Execution","Pinned dependencies","The skill relies on the `gh` CLI and standard bash utilities, which are typically managed by the user's environment. The README mentions `bun` as an optional hook dependency but does not indicate it's required for this skill.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's primary action is writing a local file and reading from GitHub; there are no state-changing operations or outbound payloads that would benefit from a dry-run preview.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill involves local file operations and a single `gh` CLI call. There are no remote calls or state-changing operations that would necessitate idempotency or explicit timeouts beyond what the `gh` CLI or bash provides.",{"category":117,"check":158,"severity":24,"summary":159},"Telemetry opt-in","There is no indication of telemetry collection within this skill's logic or its documentation.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose: 'Analyze a GitHub issue and create a detailed technical specification'. The SKILL.md provides explicit steps and output format, defining what it does and how.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise and clearly defines the skill's name, description, argument hint, and allowed tools.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and relatively concise, detailing the workflow steps and output format without excessive verbosity.",{"category":170,"check":171,"severity":46,"summary":172},"Context","Progressive Disclosure","The skill is straightforward and does not involve complex, multi-part procedures that would necessitate progressive disclosure via separate reference files.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","This skill is not an exploration-heavy skill; it performs a specific task of analysis and specification generation.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides a concrete example of the output file path, and the README.md offers installation and invocation examples for the broader kit, which this skill is part of.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md implicitly handles edge cases like the issue not being loaded by fetching it, and it defines the output path clearly. The failure modes would likely be handled by the `gh` CLI or bash's error reporting.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill uses the `gh` CLI, which is expected to be installed by the user, and does not rely on an optional MCP server.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The workflow described in SKILL.md is sequential. If fetching the issue or checking for its existence fails, subsequent steps would likely not proceed, implying a halt on unexpected state.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","This skill is self-contained and does not appear to implicitly rely on other skills within the kit to function.",1778695049869,"This skill analyzes a specified GitHub issue, checks for its existence locally, fetches its details if necessary, and then generates a comprehensive technical specification in Markdown format, including summary, problem statement, technical approach, implementation plan, test plan, files to modify/create, utilities to leverage, success criteria, and out-of-scope items. It saves the output to a structured path within the project's `./specs/issues/` directory.",[195,196,197,198,199],"Analyzes GitHub issues.","Creates detailed technical specifications.","Checks for existing issue files locally.","Fetches issue details from GitHub.","Saves specifications to a structured file path.",[201,202,203,204],"Automatically implementing the technical specification.","Closing or updating the GitHub issue.","Performing code reviews or tests directly.","Managing project boards or sprints.","3.0.0","4.4.0","To automate the creation of detailed technical specifications from GitHub issues, providing a structured output for development planning.","The skill is well-defined, follows best practices, and is ready for production. High quality documentation and clear workflow contribute to its score.",95,"A high-quality skill for analyzing GitHub issues and generating detailed technical specifications.",[212,213,214,215,216],"github","issues","specification","technical-writing","automation","global","verified",[220,221,222],"When needing to translate a GitHub issue into a formal technical document.","To standardize the process of creating development specifications from issue trackers.","For project managers and developers who need a clear plan before implementation.",{"codeQuality":224,"collectedAt":226,"documentation":227,"maintenance":230,"security":237,"testCoverage":239},{"hasLockfile":225},true,1778695035380,{"descriptionLength":228,"readmeSize":229},68,40436,{"closedIssues90d":231,"forks":232,"hasChangelog":233,"openIssues90d":234,"pushedAt":235,"stars":236},8,89,false,6,1778029371000,993,{"hasNpmPackage":233,"license":238,"smitheryVerified":233},"GPL-3.0",{"hasCi":233,"hasTests":225},{"updatedAt":241},1778695050297,{"basePath":243,"githubOwner":244,"githubRepo":245,"locale":18,"slug":13,"type":246},"plugins/git/skills/analyze-issue","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":255,"parentExtension":258,"providers":292,"relations":303,"tags":304,"workflow":305},1778694480889.945,"k178tq0e3kachgtfxf8zq5k2xn86nzb7",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":14},"Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.",{"claudeCode":254},"git",{"basePath":256,"githubOwner":244,"githubRepo":245,"locale":18,"slug":254,"type":257},"plugins/git","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":266,"providers":269,"relations":286,"tags":288,"workflow":289},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":263,"installMethods":264,"name":265,"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":267,"githubOwner":244,"githubRepo":245,"locale":18,"slug":245,"type":268},"","marketplace",{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":206,"score":272,"tags":273,"targetMarket":217,"tier":218},"3.1.0",97,[274,275,276,277,278],"context-engineering","agent-productivity","llm-patterns","code-quality","developer-tools",{"commitSha":280,"license":281,"marketplace":282,"plugin":284},"HEAD","GPL-3.0-or-later",{"name":245,"pluginCount":283,"version":205},13,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[275,277,274,278,276],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778694497063,1778694480890,{"evaluate":293,"extract":300},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":295,"targetMarket":217,"tier":299},88,[254,212,296,297,298,216],"cli","development","workflow","community",{"commitSha":280,"plugin":301},{"mcpCount":8,"provider":285,"skillCount":302},7,{"parentExtensionId":260,"repoId":287},[216,296,297,254,212,298],{"evaluatedAt":306,"extractAt":291,"updatedAt":306},1778694548498,{"evaluate":308,"extract":310},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":309,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":280},{"parentExtensionId":249,"repoId":287},{"_creationTime":313,"_id":287,"identity":314,"providers":315,"workflow":1140},1778694475065.1633,{"githubOwner":244,"githubRepo":245,"sourceUrl":14},{"classify":316,"discover":1125,"github":1128},{"commitSha":280,"extensions":317},[318,331,370,395,415,430,463,472,509,532,567,580,589,608,631,640,648,655,663,671,679,687,695,703,711,719,727,735,743,751,759,767,775,783,791,796,804,812,820,828,836,844,852,860,868,875,883,891,899,907,915,923,931,939,947,955,963,971,979,987,995,1003,1011,1019,1027,1035,1043,1051,1059,1067,1075,1083,1091,1101,1109,1117],{"basePath":267,"description":263,"displayName":245,"installMethods":319,"rationale":320,"selectedPaths":321,"source":330,"sourceLanguage":18,"type":268},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[322,325,327],{"path":323,"priority":324},".claude-plugin/marketplace.json","mandatory",{"path":326,"priority":324},"README.md",{"path":328,"priority":329},"LICENSE","high","rule",{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":330,"sourceLanguage":18,"type":257},"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":334},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[338,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368],{"path":339,"priority":324},".claude-plugin/plugin.json",{"path":326,"priority":324},{"path":342,"priority":343},"skills/critique/SKILL.md","medium",{"path":345,"priority":343},"skills/memorize/SKILL.md",{"path":347,"priority":343},"skills/reflect/SKILL.md",{"path":349,"priority":329},"hooks/.gitignore",{"path":351,"priority":329},"hooks/README.md",{"path":353,"priority":329},"hooks/hooks.json",{"path":355,"priority":329},"hooks/package.json",{"path":357,"priority":329},"hooks/src/index.ts",{"path":359,"priority":329},"hooks/src/lib.ts",{"path":361,"priority":329},"hooks/src/onStopHandler.test.ts",{"path":363,"priority":329},"hooks/src/onStopHandler.ts",{"path":365,"priority":329},"hooks/src/session.ts",{"path":367,"priority":329},"hooks/tsconfig.json",{"path":369,"priority":329},"hooks/vitest.config.ts",{"basePath":371,"description":372,"displayName":373,"installMethods":374,"rationale":375,"selectedPaths":376,"source":330,"sourceLanguage":18,"type":257},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":373},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[377,378,379,381,383,385,387,389,391,393],{"path":339,"priority":324},{"path":326,"priority":324},{"path":380,"priority":343},"skills/review-local-changes/SKILL.md",{"path":382,"priority":343},"skills/review-pr/SKILL.md",{"path":384,"priority":329},"agents/bug-hunter.md",{"path":386,"priority":329},"agents/code-quality-reviewer.md",{"path":388,"priority":329},"agents/contracts-reviewer.md",{"path":390,"priority":329},"agents/historical-context-reviewer.md",{"path":392,"priority":329},"agents/security-auditor.md",{"path":394,"priority":329},"agents/test-coverage-reviewer.md",{"basePath":256,"description":252,"displayName":254,"installMethods":396,"rationale":397,"selectedPaths":398,"source":330,"sourceLanguage":18,"type":257},{"claudeCode":254},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[399,400,401,403,405,407,409,411,413],{"path":339,"priority":324},{"path":326,"priority":324},{"path":402,"priority":343},"skills/analyze-issue/SKILL.md",{"path":404,"priority":343},"skills/attach-review-to-pr/SKILL.md",{"path":406,"priority":343},"skills/commit/SKILL.md",{"path":408,"priority":343},"skills/create-pr/SKILL.md",{"path":410,"priority":343},"skills/git-notes/SKILL.md",{"path":412,"priority":343},"skills/git-worktrees/SKILL.md",{"path":414,"priority":343},"skills/load-issues/SKILL.md",{"basePath":416,"description":417,"displayName":418,"installMethods":419,"rationale":420,"selectedPaths":421,"source":330,"sourceLanguage":18,"type":257},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.","tdd",{"claudeCode":418},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[422,423,424,426,428],{"path":339,"priority":324},{"path":326,"priority":324},{"path":425,"priority":343},"skills/fix-tests/SKILL.md",{"path":427,"priority":343},"skills/test-driven-development/SKILL.md",{"path":429,"priority":343},"skills/write-tests/SKILL.md",{"basePath":431,"description":432,"displayName":433,"installMethods":434,"rationale":435,"selectedPaths":436,"source":330,"sourceLanguage":18,"type":257},"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":433},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[437,438,439,441,443,445,447,449,451,453,455,457,459,461],{"path":339,"priority":324},{"path":326,"priority":324},{"path":440,"priority":343},"skills/do-and-judge/SKILL.md",{"path":442,"priority":343},"skills/do-competitively/SKILL.md",{"path":444,"priority":343},"skills/do-in-parallel/SKILL.md",{"path":446,"priority":343},"skills/do-in-steps/SKILL.md",{"path":448,"priority":343},"skills/judge/SKILL.md",{"path":450,"priority":343},"skills/judge-with-debate/SKILL.md",{"path":452,"priority":343},"skills/launch-sub-agent/SKILL.md",{"path":454,"priority":343},"skills/multi-agent-patterns/SKILL.md",{"path":456,"priority":343},"skills/subagent-driven-development/SKILL.md",{"path":458,"priority":343},"skills/tree-of-thoughts/SKILL.md",{"path":460,"priority":329},"agents/judge.md",{"path":462,"priority":329},"agents/meta-judge.md",{"basePath":464,"description":465,"displayName":466,"installMethods":467,"rationale":468,"selectedPaths":469,"source":330,"sourceLanguage":18,"type":257},"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":466},"plugin manifest at plugins/ddd/.claude-plugin/plugin.json",[470,471],{"path":339,"priority":324},{"path":326,"priority":324},{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":330,"sourceLanguage":18,"type":257},"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":475},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[479,480,481,483,485,487,489,491,493,495,497,499,501,503,505,507],{"path":339,"priority":324},{"path":326,"priority":324},{"path":482,"priority":343},"skills/add-task/SKILL.md",{"path":484,"priority":343},"skills/brainstorm/SKILL.md",{"path":486,"priority":343},"skills/create-ideas/SKILL.md",{"path":488,"priority":343},"skills/implement-task/SKILL.md",{"path":490,"priority":343},"skills/plan-task/SKILL.md",{"path":492,"priority":329},"agents/business-analyst.md",{"path":494,"priority":329},"agents/code-explorer.md",{"path":496,"priority":329},"agents/developer.md",{"path":498,"priority":329},"agents/qa-engineer.md",{"path":500,"priority":329},"agents/researcher.md",{"path":502,"priority":329},"agents/software-architect.md",{"path":504,"priority":329},"agents/team-lead.md",{"path":506,"priority":329},"agents/tech-lead.md",{"path":508,"priority":329},"agents/tech-writer.md",{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":330,"sourceLanguage":18,"type":257},"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":512},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[516,517,518,520,522,524,526,528,530],{"path":339,"priority":324},{"path":326,"priority":324},{"path":519,"priority":343},"skills/analyse/SKILL.md",{"path":521,"priority":343},"skills/analyse-problem/SKILL.md",{"path":523,"priority":343},"skills/cause-and-effect/SKILL.md",{"path":525,"priority":343},"skills/kaizen/SKILL.md",{"path":527,"priority":343},"skills/plan-do-check-act/SKILL.md",{"path":529,"priority":343},"skills/root-cause-tracing/SKILL.md",{"path":531,"priority":343},"skills/why/SKILL.md",{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":330,"sourceLanguage":18,"type":257},"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":535},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[539,540,541,543,545,547,549,551,553,555,557,559,561,563,565],{"path":339,"priority":324},{"path":326,"priority":324},{"path":542,"priority":343},"skills/agent-evaluation/SKILL.md",{"path":544,"priority":343},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":546,"priority":343},"skills/context-engineering/SKILL.md",{"path":548,"priority":343},"skills/create-agent/SKILL.md",{"path":550,"priority":343},"skills/create-command/SKILL.md",{"path":552,"priority":343},"skills/create-hook/SKILL.md",{"path":554,"priority":343},"skills/create-rule/SKILL.md",{"path":556,"priority":343},"skills/create-skill/SKILL.md",{"path":558,"priority":343},"skills/create-workflow-command/SKILL.md",{"path":560,"priority":343},"skills/prompt-engineering/SKILL.md",{"path":562,"priority":343},"skills/test-prompt/SKILL.md",{"path":564,"priority":343},"skills/test-skill/SKILL.md",{"path":566,"priority":343},"skills/thought-based-reasoning/SKILL.md",{"basePath":568,"description":569,"displayName":570,"installMethods":571,"rationale":572,"selectedPaths":573,"source":330,"sourceLanguage":18,"type":257},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":570},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[574,575,576,578],{"path":339,"priority":324},{"path":326,"priority":324},{"path":577,"priority":343},"skills/update-docs/SKILL.md",{"path":579,"priority":343},"skills/write-concisely/SKILL.md",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":330,"sourceLanguage":18,"type":257},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":583},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[587,588],{"path":339,"priority":324},{"path":326,"priority":324},{"basePath":590,"description":591,"displayName":592,"installMethods":593,"rationale":594,"selectedPaths":595,"source":330,"sourceLanguage":18,"type":257},"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":592},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[596,597,598,600,602,604,606],{"path":339,"priority":324},{"path":326,"priority":324},{"path":599,"priority":343},"skills/build-mcp/SKILL.md",{"path":601,"priority":343},"skills/setup-arxiv-mcp/SKILL.md",{"path":603,"priority":343},"skills/setup-codemap-cli/SKILL.md",{"path":605,"priority":343},"skills/setup-context7-mcp/SKILL.md",{"path":607,"priority":343},"skills/setup-serena-mcp/SKILL.md",{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":330,"sourceLanguage":18,"type":257},"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":611},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[615,616,617,619,621,623,625,627,629],{"path":339,"priority":324},{"path":326,"priority":324},{"path":618,"priority":343},"skills/actualize/SKILL.md",{"path":620,"priority":343},"skills/decay/SKILL.md",{"path":622,"priority":343},"skills/propose-hypotheses/SKILL.md",{"path":624,"priority":343},"skills/query/SKILL.md",{"path":626,"priority":343},"skills/reset/SKILL.md",{"path":628,"priority":343},"skills/status/SKILL.md",{"path":630,"priority":329},"agents/fpf-agent.md",{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":330,"sourceLanguage":18,"type":246},"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",[638],{"path":639,"priority":324},"SKILL.md",{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":330,"sourceLanguage":18,"type":246},"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",[647],{"path":639,"priority":324},{"basePath":649,"description":650,"displayName":274,"installMethods":651,"rationale":652,"selectedPaths":653,"source":330,"sourceLanguage":18,"type":246},"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",[654],{"path":639,"priority":324},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":330,"sourceLanguage":18,"type":246},"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",[662],{"path":639,"priority":324},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":330,"sourceLanguage":18,"type":246},"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",[670],{"path":639,"priority":324},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":330,"sourceLanguage":18,"type":246},"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",[678],{"path":639,"priority":324},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":330,"sourceLanguage":18,"type":246},"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",[686],{"path":639,"priority":324},{"basePath":688,"description":689,"displayName":690,"installMethods":691,"rationale":692,"selectedPaths":693,"source":330,"sourceLanguage":18,"type":246},"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",[694],{"path":639,"priority":324},{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":330,"sourceLanguage":18,"type":246},"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",[702],{"path":639,"priority":324},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":330,"sourceLanguage":18,"type":246},"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",[710],{"path":639,"priority":324},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":330,"sourceLanguage":18,"type":246},"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",[718],{"path":639,"priority":324},{"basePath":720,"description":721,"displayName":722,"installMethods":723,"rationale":724,"selectedPaths":725,"source":330,"sourceLanguage":18,"type":246},"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",[726],{"path":639,"priority":324},{"basePath":728,"description":729,"displayName":730,"installMethods":731,"rationale":732,"selectedPaths":733,"source":330,"sourceLanguage":18,"type":246},"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",[734],{"path":639,"priority":324},{"basePath":736,"description":737,"displayName":738,"installMethods":739,"rationale":740,"selectedPaths":741,"source":330,"sourceLanguage":18,"type":246},"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",[742],{"path":639,"priority":324},{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":330,"sourceLanguage":18,"type":246},"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",[750],{"path":639,"priority":324},{"basePath":752,"description":753,"displayName":754,"installMethods":755,"rationale":756,"selectedPaths":757,"source":330,"sourceLanguage":18,"type":246},"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",[758],{"path":639,"priority":324},{"basePath":760,"description":761,"displayName":762,"installMethods":763,"rationale":764,"selectedPaths":765,"source":330,"sourceLanguage":18,"type":246},"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",[766],{"path":639,"priority":324},{"basePath":768,"description":769,"displayName":770,"installMethods":771,"rationale":772,"selectedPaths":773,"source":330,"sourceLanguage":18,"type":246},"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",[774],{"path":639,"priority":324},{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":330,"sourceLanguage":18,"type":246},"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",[782],{"path":639,"priority":324},{"basePath":784,"description":785,"displayName":786,"installMethods":787,"rationale":788,"selectedPaths":789,"source":330,"sourceLanguage":18,"type":246},"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",[790],{"path":639,"priority":324},{"basePath":243,"description":10,"displayName":13,"installMethods":792,"rationale":793,"selectedPaths":794,"source":330,"sourceLanguage":18,"type":246},{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/analyze-issue/SKILL.md",[795],{"path":639,"priority":324},{"basePath":797,"description":798,"displayName":799,"installMethods":800,"rationale":801,"selectedPaths":802,"source":330,"sourceLanguage":18,"type":246},"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",[803],{"path":639,"priority":324},{"basePath":805,"description":806,"displayName":807,"installMethods":808,"rationale":809,"selectedPaths":810,"source":330,"sourceLanguage":18,"type":246},"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",[811],{"path":639,"priority":324},{"basePath":813,"description":814,"displayName":815,"installMethods":816,"rationale":817,"selectedPaths":818,"source":330,"sourceLanguage":18,"type":246},"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",[819],{"path":639,"priority":324},{"basePath":821,"description":822,"displayName":823,"installMethods":824,"rationale":825,"selectedPaths":826,"source":330,"sourceLanguage":18,"type":246},"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",[827],{"path":639,"priority":324},{"basePath":829,"description":830,"displayName":831,"installMethods":832,"rationale":833,"selectedPaths":834,"source":330,"sourceLanguage":18,"type":246},"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",[835],{"path":639,"priority":324},{"basePath":837,"description":838,"displayName":839,"installMethods":840,"rationale":841,"selectedPaths":842,"source":330,"sourceLanguage":18,"type":246},"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",[843],{"path":639,"priority":324},{"basePath":845,"description":846,"displayName":847,"installMethods":848,"rationale":849,"selectedPaths":850,"source":330,"sourceLanguage":18,"type":246},"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",[851],{"path":639,"priority":324},{"basePath":853,"description":854,"displayName":855,"installMethods":856,"rationale":857,"selectedPaths":858,"source":330,"sourceLanguage":18,"type":246},"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",[859],{"path":639,"priority":324},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":330,"sourceLanguage":18,"type":246},"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",[867],{"path":639,"priority":324},{"basePath":869,"description":870,"displayName":512,"installMethods":871,"rationale":872,"selectedPaths":873,"source":330,"sourceLanguage":18,"type":246},"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",[874],{"path":639,"priority":324},{"basePath":876,"description":877,"displayName":878,"installMethods":879,"rationale":880,"selectedPaths":881,"source":330,"sourceLanguage":18,"type":246},"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",[882],{"path":639,"priority":324},{"basePath":884,"description":885,"displayName":886,"installMethods":887,"rationale":888,"selectedPaths":889,"source":330,"sourceLanguage":18,"type":246},"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",[890],{"path":639,"priority":324},{"basePath":892,"description":893,"displayName":894,"installMethods":895,"rationale":896,"selectedPaths":897,"source":330,"sourceLanguage":18,"type":246},"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",[898],{"path":639,"priority":324},{"basePath":900,"description":901,"displayName":902,"installMethods":903,"rationale":904,"selectedPaths":905,"source":330,"sourceLanguage":18,"type":246},"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",[906],{"path":639,"priority":324},{"basePath":908,"description":909,"displayName":910,"installMethods":911,"rationale":912,"selectedPaths":913,"source":330,"sourceLanguage":18,"type":246},"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",[914],{"path":639,"priority":324},{"basePath":916,"description":917,"displayName":918,"installMethods":919,"rationale":920,"selectedPaths":921,"source":330,"sourceLanguage":18,"type":246},"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",[922],{"path":639,"priority":324},{"basePath":924,"description":925,"displayName":926,"installMethods":927,"rationale":928,"selectedPaths":929,"source":330,"sourceLanguage":18,"type":246},"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",[930],{"path":639,"priority":324},{"basePath":932,"description":933,"displayName":934,"installMethods":935,"rationale":936,"selectedPaths":937,"source":330,"sourceLanguage":18,"type":246},"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",[938],{"path":639,"priority":324},{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":330,"sourceLanguage":18,"type":246},"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",[946],{"path":639,"priority":324},{"basePath":948,"description":949,"displayName":950,"installMethods":951,"rationale":952,"selectedPaths":953,"source":330,"sourceLanguage":18,"type":246},"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",[954],{"path":639,"priority":324},{"basePath":956,"description":957,"displayName":958,"installMethods":959,"rationale":960,"selectedPaths":961,"source":330,"sourceLanguage":18,"type":246},"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",[962],{"path":639,"priority":324},{"basePath":964,"description":965,"displayName":966,"installMethods":967,"rationale":968,"selectedPaths":969,"source":330,"sourceLanguage":18,"type":246},"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",[970],{"path":639,"priority":324},{"basePath":972,"description":973,"displayName":974,"installMethods":975,"rationale":976,"selectedPaths":977,"source":330,"sourceLanguage":18,"type":246},"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",[978],{"path":639,"priority":324},{"basePath":980,"description":981,"displayName":982,"installMethods":983,"rationale":984,"selectedPaths":985,"source":330,"sourceLanguage":18,"type":246},"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",[986],{"path":639,"priority":324},{"basePath":988,"description":989,"displayName":990,"installMethods":991,"rationale":992,"selectedPaths":993,"source":330,"sourceLanguage":18,"type":246},"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",[994],{"path":639,"priority":324},{"basePath":996,"description":997,"displayName":998,"installMethods":999,"rationale":1000,"selectedPaths":1001,"source":330,"sourceLanguage":18,"type":246},"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",[1002],{"path":639,"priority":324},{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":330,"sourceLanguage":18,"type":246},"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",[1010],{"path":639,"priority":324},{"basePath":1012,"description":1013,"displayName":1014,"installMethods":1015,"rationale":1016,"selectedPaths":1017,"source":330,"sourceLanguage":18,"type":246},"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",[1018],{"path":639,"priority":324},{"basePath":1020,"description":1021,"displayName":1022,"installMethods":1023,"rationale":1024,"selectedPaths":1025,"source":330,"sourceLanguage":18,"type":246},"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",[1026],{"path":639,"priority":324},{"basePath":1028,"description":1029,"displayName":1030,"installMethods":1031,"rationale":1032,"selectedPaths":1033,"source":330,"sourceLanguage":18,"type":246},"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",[1034],{"path":639,"priority":324},{"basePath":1036,"description":1037,"displayName":1038,"installMethods":1039,"rationale":1040,"selectedPaths":1041,"source":330,"sourceLanguage":18,"type":246},"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",[1042],{"path":639,"priority":324},{"basePath":1044,"description":1045,"displayName":1046,"installMethods":1047,"rationale":1048,"selectedPaths":1049,"source":330,"sourceLanguage":18,"type":246},"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",[1050],{"path":639,"priority":324},{"basePath":1052,"description":1053,"displayName":1054,"installMethods":1055,"rationale":1056,"selectedPaths":1057,"source":330,"sourceLanguage":18,"type":246},"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",[1058],{"path":639,"priority":324},{"basePath":1060,"description":1061,"displayName":1062,"installMethods":1063,"rationale":1064,"selectedPaths":1065,"source":330,"sourceLanguage":18,"type":246},"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",[1066],{"path":639,"priority":324},{"basePath":1068,"description":1069,"displayName":1070,"installMethods":1071,"rationale":1072,"selectedPaths":1073,"source":330,"sourceLanguage":18,"type":246},"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",[1074],{"path":639,"priority":324},{"basePath":1076,"description":1077,"displayName":1078,"installMethods":1079,"rationale":1080,"selectedPaths":1081,"source":330,"sourceLanguage":18,"type":246},"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",[1082],{"path":639,"priority":324},{"basePath":1084,"description":1085,"displayName":1086,"installMethods":1087,"rationale":1088,"selectedPaths":1089,"source":330,"sourceLanguage":18,"type":246},"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",[1090],{"path":639,"priority":324},{"basePath":1092,"description":1093,"displayName":1094,"installMethods":1095,"rationale":1096,"selectedPaths":1097,"source":330,"sourceLanguage":18,"type":246},"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",[1098,1099],{"path":639,"priority":324},{"path":1100,"priority":343},"analyse-business-requirements.md",{"basePath":1102,"description":1103,"displayName":1104,"installMethods":1105,"rationale":1106,"selectedPaths":1107,"source":330,"sourceLanguage":18,"type":246},"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",[1108],{"path":639,"priority":324},{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":330,"sourceLanguage":18,"type":246},"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",[1116],{"path":639,"priority":324},{"basePath":1118,"description":1119,"displayName":1120,"installMethods":1121,"rationale":1122,"selectedPaths":1123,"source":330,"sourceLanguage":18,"type":246},"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",[1124],{"path":639,"priority":324},{"sources":1126},[1127],"manual",{"closedIssues90d":231,"description":1129,"forks":232,"homepage":1130,"license":238,"openIssues90d":234,"pushedAt":235,"readmeSize":229,"stars":236,"topics":1131},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1132,1133,1134,1135,268,1136,1137,1138,1139],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1141,"discoverAt":1142,"extractAt":1143,"githubAt":1143,"updatedAt":1141},1778694480631,1778694475065,1778694478670,[216,212,213,214,215],{"evaluatedAt":241,"extractAt":291,"updatedAt":241},[],[1148,1173,1196,1224,1245,1274],{"_creationTime":1149,"_id":1150,"community":1151,"display":1152,"identity":1157,"providers":1161,"relations":1167,"tags":1169,"workflow":1170},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1153,"installMethods":1154,"name":212,"sourceUrl":1156},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1155},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":1158,"githubOwner":1159,"githubRepo":1160,"locale":18,"slug":212,"type":246},"skills/github","steipete","clawdis",{"evaluate":1162,"extract":1166},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1163,"tags":1164,"targetMarket":217,"tier":218},100,[212,296,1165,278,216],"api",{"commitSha":280},{"repoId":1168},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[1165,216,296,278,212],{"evaluatedAt":1171,"extractAt":1172,"updatedAt":1171},1778698569289,1778697652123,{"_creationTime":1174,"_id":1175,"community":1176,"display":1177,"identity":1181,"providers":1184,"relations":1192,"tags":1193,"workflow":1194},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":1178,"installMethods":1179,"name":1180,"sourceUrl":1156},"Use for all ClawSweeper work: OpenClaw issue/PR sweep reports, commit-review reports, repair jobs, cloud fix PRs, @clawsweeper maintainer mention commands, trusted ClawSweeper-reviewed autofix/automerge, GitHub Actions monitoring, permissions, gates, and manual backfills.",{"claudeCode":1155},"ClawSweeper Skill",{"basePath":1182,"githubOwner":1159,"githubRepo":1160,"locale":18,"slug":1183,"type":246},".agents/skills/clawsweeper","clawsweeper",{"evaluate":1185,"extract":1190},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1163,"tags":1186,"targetMarket":217,"tier":218},[212,216,1187,1188,1189],"code-review","maintenance","ci-cd",{"commitSha":280,"license":1191},"MIT",{"repoId":1168},[216,1189,1187,212,1188],{"evaluatedAt":1195,"extractAt":1172,"updatedAt":1195},1778697688364,{"_creationTime":1197,"_id":1198,"community":1199,"display":1200,"identity":1206,"providers":1210,"relations":1218,"tags":1220,"workflow":1221},1778696691708.3013,"k177tyntexj70prnbx535eespd86mb14",{"reviewCount":8},{"description":1201,"installMethods":1202,"name":1204,"sourceUrl":1205},"Comprehensive GitHub project management with swarm-coordinated issue tracking, project board automation, and sprint planning\n",{"claudeCode":1203},"ruvnet/ruflo","github-project-management","https://github.com/ruvnet/ruflo",{"basePath":1207,"githubOwner":1208,"githubRepo":1209,"locale":18,"slug":1204,"type":246},".claude/skills/github-project-management","ruvnet","ruflo",{"evaluate":1211,"extract":1217},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1212,"tags":1213,"targetMarket":217,"tier":218},99,[212,1214,216,213,1215,1189,1216],"project-management","agile","devops",{"commitSha":280},{"repoId":1219},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[1215,216,1189,1216,212,213,1214],{"evaluatedAt":1222,"extractAt":1223,"updatedAt":1222},1778699042326,1778696691708,{"_creationTime":1225,"_id":1226,"community":1227,"display":1228,"identity":1232,"providers":1234,"relations":1241,"tags":1242,"workflow":1243},1778697652123.881,"k1795s705cxe1e3x8cejnbq3hs86m69v",{"reviewCount":8},{"description":1229,"installMethods":1230,"name":1231,"sourceUrl":1156},"Use gitcrawl for OpenClaw issue and PR archive search, duplicate discovery, related-thread clustering, and local GitHub mirror freshness checks.",{"claudeCode":1155},"gitcrawl",{"basePath":1233,"githubOwner":1159,"githubRepo":1160,"locale":18,"slug":1231,"type":246},".agents/skills/gitcrawl",{"evaluate":1235,"extract":1240},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1212,"tags":1236,"targetMarket":217,"tier":218},[212,296,213,1237,1238,1239,1187],"prs","archive","search",{"commitSha":280},{"repoId":1168},[1238,296,1187,212,213,1237,1239],{"evaluatedAt":1244,"extractAt":1172,"updatedAt":1244},1778697740302,{"_creationTime":1246,"_id":1247,"community":1248,"display":1249,"identity":1255,"providers":1260,"relations":1267,"tags":1270,"workflow":1271},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1250,"installMethods":1251,"name":1253,"sourceUrl":1254},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1252},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1256,"githubOwner":1257,"githubRepo":1258,"locale":18,"slug":1259,"type":246},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1261,"extract":1266},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1163,"tags":1262,"targetMarket":217,"tier":218},[254,1263,298,1264,216,296,1265],"development-environment","tmux","developer-tool",{"commitSha":280,"license":1191},{"parentExtensionId":1268,"repoId":1269},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[216,296,1265,1263,254,1264,298],{"evaluatedAt":1272,"extractAt":1273,"updatedAt":1272},1778699613343,1778699234184,{"_creationTime":1275,"_id":1276,"community":1277,"display":1278,"identity":1284,"providers":1287,"relations":1295,"tags":1298,"workflow":1299},1778699508743.0002,"k17aya9dv3e3bxv473f1f2r52186ndp5",{"reviewCount":8},{"description":1279,"installMethods":1280,"name":1282,"sourceUrl":1283},"Erstellen Sie öffentliche Google Docs- oder Google Sheet-Dateien, ohne OAuth zu benötigen. Verwenden Sie diese Fähigkeit, um Google Docs und Sheets zu erstellen und zu bearbeiten, keine Google-Anmeldung erforderlich. Dokumente sind unter teilbaren Links sichtbar. Die Registrierung erfolgt automatisch bei der ersten Verwendung.",{"claudeCode":1281},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":267,"githubOwner":1285,"githubRepo":1282,"locale":1286,"slug":1282,"type":246},"zagmoai","de",{"evaluate":1288,"extract":1294},{"promptVersionExtension":205,"promptVersionScoring":206,"score":1163,"tags":1289,"targetMarket":217,"tier":218},[1290,1291,1292,216,1293],"google-docs","google-sheets","productivity","api-client",{"commitSha":280},{"repoId":1296,"translatedFrom":1297},"kd776ynh73t0d6samn4bnxdf3x86n8mj","k1707pszx7h026a651dp5tvaxd86m3ag",[1293,216,1290,1291,1292],{"evaluatedAt":1300,"extractAt":1301,"updatedAt":1302},1778699485884,1778699468747,1778699508743]