[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-review-local-changes-de":3,"guides-for-NeoLabHQ-review-local-changes":1145,"similar-k172x3gr17gw5dfhss6xpcvkpd86m5ex-de":1146},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":249,"providers":307,"relations":311,"repo":312,"tags":1143,"workflow":1144},1778694480889.958,"k172x3gr17gw5dfhss6xpcvkpd86m5ex",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","review-local-changes","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778695444775.678,"kn75s57meycbm0grv0revwwtb586mhzb","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":206,"promptVersionScoring":207,"purpose":208,"rationale":209,"score":210,"summary":211,"tags":212,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of reviewing local uncommitted changes and highlights the goal of providing code improvement suggestions, directly addressing a common developer pain point.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill utilizes specialized agents with configurable impact filtering for code review, offering value beyond a simple git diff by providing structured, actionable feedback and improvement suggestions.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill handles staged and unstaged changes, includes configurable impact levels, and provides detailed reports in both markdown and JSON, covering the complete lifecycle of reviewing uncommitted code.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses specifically on reviewing local uncommitted changes, with clear arguments for controlling the review scope and output format, adhering to a single responsibility.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The 'Displayed Description' accurately reflects the skill's capability to comprehensively review local uncommitted changes using specialized agents with code improvement suggestions.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses a single, well-defined command `/review-local-changes` with structured arguments, avoiding generalist execution tools.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All command arguments, their formats, defaults, and interactions are clearly documented in the SKILL.md, including the impact level mapping.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The primary tool name `/review-local-changes` is descriptive and clearly indicates its purpose.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs are handled via command-line arguments with clear definitions, and outputs are structured as markdown or JSON, adhering to the skill's stated purpose.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The extension is licensed under GPL-3.0, a permissive open-source license, as indicated by the bundled LICENSE file.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on 2026-05-06, which is within the last 3 months, indicating recent maintenance.",{"category":58,"check":62,"severity":63,"summary":64},"Dependency Management","not_applicable","The skill does not appear to use any third-party dependencies that require explicit management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","The skill operates on local changes and does not appear to handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill's workflow primarily interacts with Git commands and LLM agents, and does not appear to load or execute untrusted third-party data as instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill relies on Git commands and internal agent calls; there are no indications of runtime downloads or remote code execution.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill primarily interacts with Git and LLM agents, operating within expected boundaries and not modifying files outside the project folder.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were identified in the skill's logic.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill focuses on reviewing local code changes and does not exhibit any instructions to read or submit confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks, and descriptions use clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented in plain, readable markdown, with no indications of obfuscation or eval/base64 payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill interacts with Git, which is standard, and its instructions do not appear to make assumptions about specific project directory structures beyond what Git manages.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","In the last 90 days, 6 issues were opened and 8 were closed, indicating active maintenance and a healthy closure rate.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The skill has a meaningful version signal indicated by the `pushedAt` date, and the installation instructions likely reference a specific version or tag.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","Input arguments are parsed and validated according to defined formats and rules, and output is structured as markdown or JSON.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill is primarily analytical and does not perform destructive operations that would require guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The skill defines clear argument parsing, handles cases with no changes, and outputs structured results, suggesting robust error handling.",{"category":104,"check":114,"severity":63,"summary":115},"Logging","The skill is primarily analytical and does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill operates on local code changes and does not process personal data, thus avoiding GDPR concerns.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill's functionality is tied to Git operations and code review, with no regional or jurisdictional logic detected, making it globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard Git commands and LLM agent interactions, with no apparent assumptions about specific editors, shells, or operating systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README file exists, is comprehensive, and provides a good overview of the Context Engineering Kit and its plugins.",{"category":33,"check":130,"severity":63,"summary":131},"Tool surface size","This extension is a single-tool skill, so the tool surface size check is not applicable.",{"category":40,"check":133,"severity":63,"summary":134},"Overlapping near-synonym tools","This is a single-tool skill and does not expose multiple tools with overlapping functionality.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as customizable review aspects and impact filtering, are implemented and reflected in the SKILL.md and command arguments.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions for Claude Code and other platforms, including copy-pasteable commands and usage examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The skill defines clear argument parsing and handles the case of no changes, indicating a good foundation for actionable error messages.",{"category":147,"check":148,"severity":63,"summary":149},"Execution","Pinned dependencies","The skill does not appear to bundle scripts with external dependencies that require pinning.",{"category":33,"check":151,"severity":63,"summary":152},"Dry-run preview","The skill is analytical and does not perform state-changing operations or send data outward, making a dry-run preview not applicable.",{"category":154,"check":155,"severity":63,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are local Git interactions and agent calls, not remote mutating operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":63,"summary":159},"Telemetry opt-in","The skill does not appear to emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly defines its purpose: reviewing local uncommitted changes with specialized agents for code improvement suggestions, and provides specific usage examples and argument filters.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter in SKILL.md is concise, self-contained, and clearly summarizes the core capability and argument hint.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md body is well-structured and remains under reasonable length, delegating detailed workflow steps and examples appropriately.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md outlines the workflow phases and uses clear formatting, and detailed aspects like argument definitions and examples are well-contained.",{"category":170,"check":174,"severity":63,"summary":175},"Forked exploration","This skill performs a focused review of local changes and does not involve deep exploration or code inspection that would necessitate `context: fork`.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples demonstrating various ways to invoke the skill with different arguments and expected outcomes.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill explicitly handles the edge case of no changes and documents argument parsing rules, providing a solid basis for recovery.",{"category":104,"check":183,"severity":63,"summary":184},"Tool Fallback","The skill does not reference external MCP servers or custom tools, relying on built-in Git commands and LLM agent capabilities.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill explicitly checks for changes before proceeding and handles the case where no changes are found, indicating it halts gracefully on unexpected pre-state.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained, focusing on Git operations and agent interactions for code review, and does not implicitly rely on other skills.",1778695444667,"This skill analyzes local uncommitted changes using a multi-agent approach, providing detailed feedback on code quality, security, and potential improvements. It offers configurable review aspects and impact filtering, outputting results in markdown or JSON.",[195,196,197,198,199,200],"Comprehensive review of local uncommitted changes","Utilizes specialized agents for different review aspects","Configurable impact filtering for issues","Provides code improvement suggestions","Supports both staged and unstaged changes","Outputs results in markdown or JSON",[202,203,204,205],"Reviewing committed code or pull requests.","Replacing automated CI/CD checks (e.g., linters, unit tests).","Performing syntactic compilation or running the code.","Enforcing project-specific rules not covered by general code quality principles.","3.0.0","4.4.0","To provide developers with a thorough, automated code review of their uncommitted changes before they are committed, ensuring higher code quality and identifying potential issues early in the development cycle.","The extension is exceptionally well-documented and robust, with comprehensive checks passing across all categories. Its clear purpose, well-defined workflow, and strong adherence to best practices in scope, security, and maintenance contribute to its high score.",98,"A highly polished and practical skill for comprehensive local code review.",[213,214,215,216,217],"code-review","git","development-tool","code-quality","automation","global","verified",[221,222,223,224],"Reviewing code before committing to catch bugs and style issues.","Ensuring adherence to project guidelines and best practices.","Identifying potential security vulnerabilities in new code.","Getting actionable suggestions for code simplification and refactoring.",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":241},{"hasLockfile":227},true,1778695426315,{"descriptionLength":230,"readmeSize":231},108,40436,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":236,"pushedAt":237,"stars":238},8,89,false,6,1778029371000,993,{"hasNpmPackage":235,"license":240,"smitheryVerified":235},"GPL-3.0",{"hasCi":235,"hasTests":227},{"updatedAt":243},1778695444775,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugins/review/skills/review-local-changes","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":293,"relations":303,"tags":304,"workflow":305},1778694480889.9448,"k174yfp7y7xy9hfc7kgpdc9x5n86m4w2",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":14},"Introduce codebase and PR review commands and skills using multiple specialized agents.",{"claudeCode":256},"review",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":256,"type":259},"plugins/review","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":271,"relations":287,"tags":289,"workflow":290},1778694480889.9443,"k173g7jx10ba2yhdcc5s3cc1jd86mzfh",{"reviewCount":8},{"description":265,"installMethods":266,"name":267,"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":269,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":270},"","marketplace",{"evaluate":272,"extract":280},{"promptVersionExtension":273,"promptVersionScoring":207,"score":274,"tags":275,"targetMarket":218,"tier":219},"3.1.0",97,[276,277,278,216,279],"context-engineering","agent-productivity","llm-patterns","developer-tools",{"commitSha":281,"license":282,"marketplace":283,"plugin":285},"HEAD","GPL-3.0-or-later",{"name":247,"pluginCount":284,"version":206},13,{"mcpCount":8,"provider":286,"skillCount":8},"classify",{"repoId":288},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[277,216,276,279,278],{"evaluatedAt":291,"extractAt":292,"updatedAt":291},1778694497063,1778694480890,{"evaluate":294,"extract":300},{"promptVersionExtension":206,"promptVersionScoring":207,"score":295,"tags":296,"targetMarket":218,"tier":299},75,[213,297,298,279,217],"agents","github-actions","flagged",{"commitSha":281,"plugin":301},{"mcpCount":8,"provider":286,"skillCount":302},2,{"parentExtensionId":262,"repoId":288},[297,217,213,279,298],{"evaluatedAt":306,"extractAt":292,"updatedAt":306},1778694531989,{"evaluate":308,"extract":310},{"promptVersionExtension":206,"promptVersionScoring":207,"score":210,"tags":309,"targetMarket":218,"tier":219},[213,214,215,216,217],{"commitSha":281},{"parentExtensionId":251,"repoId":288},{"_creationTime":313,"_id":288,"identity":314,"providers":315,"workflow":1139},1778694475065.1633,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":316,"discover":1124,"github":1127},{"commitSha":281,"extensions":317},[318,331,370,392,414,429,462,471,508,531,566,579,588,607,630,639,647,654,662,670,678,686,694,702,710,718,726,734,742,750,758,766,774,782,790,798,806,814,822,830,838,846,854,862,870,877,885,893,901,909,917,925,933,941,949,957,965,970,978,986,994,1002,1010,1018,1026,1034,1042,1050,1058,1066,1074,1082,1090,1100,1108,1116],{"basePath":269,"description":265,"displayName":247,"installMethods":319,"rationale":320,"selectedPaths":321,"source":330,"sourceLanguage":18,"type":270},{"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":259},"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":258,"description":254,"displayName":256,"installMethods":371,"rationale":372,"selectedPaths":373,"source":330,"sourceLanguage":18,"type":259},{"claudeCode":256},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[374,375,376,378,380,382,384,386,388,390],{"path":339,"priority":324},{"path":326,"priority":324},{"path":377,"priority":343},"skills/review-local-changes/SKILL.md",{"path":379,"priority":343},"skills/review-pr/SKILL.md",{"path":381,"priority":329},"agents/bug-hunter.md",{"path":383,"priority":329},"agents/code-quality-reviewer.md",{"path":385,"priority":329},"agents/contracts-reviewer.md",{"path":387,"priority":329},"agents/historical-context-reviewer.md",{"path":389,"priority":329},"agents/security-auditor.md",{"path":391,"priority":329},"agents/test-coverage-reviewer.md",{"basePath":393,"description":394,"displayName":214,"installMethods":395,"rationale":396,"selectedPaths":397,"source":330,"sourceLanguage":18,"type":259},"plugins/git","Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.",{"claudeCode":214},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[398,399,400,402,404,406,408,410,412],{"path":339,"priority":324},{"path":326,"priority":324},{"path":401,"priority":343},"skills/analyze-issue/SKILL.md",{"path":403,"priority":343},"skills/attach-review-to-pr/SKILL.md",{"path":405,"priority":343},"skills/commit/SKILL.md",{"path":407,"priority":343},"skills/create-pr/SKILL.md",{"path":409,"priority":343},"skills/git-notes/SKILL.md",{"path":411,"priority":343},"skills/git-worktrees/SKILL.md",{"path":413,"priority":343},"skills/load-issues/SKILL.md",{"basePath":415,"description":416,"displayName":417,"installMethods":418,"rationale":419,"selectedPaths":420,"source":330,"sourceLanguage":18,"type":259},"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":339,"priority":324},{"path":326,"priority":324},{"path":424,"priority":343},"skills/fix-tests/SKILL.md",{"path":426,"priority":343},"skills/test-driven-development/SKILL.md",{"path":428,"priority":343},"skills/write-tests/SKILL.md",{"basePath":430,"description":431,"displayName":432,"installMethods":433,"rationale":434,"selectedPaths":435,"source":330,"sourceLanguage":18,"type":259},"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":339,"priority":324},{"path":326,"priority":324},{"path":439,"priority":343},"skills/do-and-judge/SKILL.md",{"path":441,"priority":343},"skills/do-competitively/SKILL.md",{"path":443,"priority":343},"skills/do-in-parallel/SKILL.md",{"path":445,"priority":343},"skills/do-in-steps/SKILL.md",{"path":447,"priority":343},"skills/judge/SKILL.md",{"path":449,"priority":343},"skills/judge-with-debate/SKILL.md",{"path":451,"priority":343},"skills/launch-sub-agent/SKILL.md",{"path":453,"priority":343},"skills/multi-agent-patterns/SKILL.md",{"path":455,"priority":343},"skills/subagent-driven-development/SKILL.md",{"path":457,"priority":343},"skills/tree-of-thoughts/SKILL.md",{"path":459,"priority":329},"agents/judge.md",{"path":461,"priority":329},"agents/meta-judge.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":330,"sourceLanguage":18,"type":259},"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":339,"priority":324},{"path":326,"priority":324},{"basePath":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":330,"sourceLanguage":18,"type":259},"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":474},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[478,479,480,482,484,486,488,490,492,494,496,498,500,502,504,506],{"path":339,"priority":324},{"path":326,"priority":324},{"path":481,"priority":343},"skills/add-task/SKILL.md",{"path":483,"priority":343},"skills/brainstorm/SKILL.md",{"path":485,"priority":343},"skills/create-ideas/SKILL.md",{"path":487,"priority":343},"skills/implement-task/SKILL.md",{"path":489,"priority":343},"skills/plan-task/SKILL.md",{"path":491,"priority":329},"agents/business-analyst.md",{"path":493,"priority":329},"agents/code-explorer.md",{"path":495,"priority":329},"agents/developer.md",{"path":497,"priority":329},"agents/qa-engineer.md",{"path":499,"priority":329},"agents/researcher.md",{"path":501,"priority":329},"agents/software-architect.md",{"path":503,"priority":329},"agents/team-lead.md",{"path":505,"priority":329},"agents/tech-lead.md",{"path":507,"priority":329},"agents/tech-writer.md",{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":330,"sourceLanguage":18,"type":259},"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":511},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[515,516,517,519,521,523,525,527,529],{"path":339,"priority":324},{"path":326,"priority":324},{"path":518,"priority":343},"skills/analyse/SKILL.md",{"path":520,"priority":343},"skills/analyse-problem/SKILL.md",{"path":522,"priority":343},"skills/cause-and-effect/SKILL.md",{"path":524,"priority":343},"skills/kaizen/SKILL.md",{"path":526,"priority":343},"skills/plan-do-check-act/SKILL.md",{"path":528,"priority":343},"skills/root-cause-tracing/SKILL.md",{"path":530,"priority":343},"skills/why/SKILL.md",{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":330,"sourceLanguage":18,"type":259},"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":534},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[538,539,540,542,544,546,548,550,552,554,556,558,560,562,564],{"path":339,"priority":324},{"path":326,"priority":324},{"path":541,"priority":343},"skills/agent-evaluation/SKILL.md",{"path":543,"priority":343},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":545,"priority":343},"skills/context-engineering/SKILL.md",{"path":547,"priority":343},"skills/create-agent/SKILL.md",{"path":549,"priority":343},"skills/create-command/SKILL.md",{"path":551,"priority":343},"skills/create-hook/SKILL.md",{"path":553,"priority":343},"skills/create-rule/SKILL.md",{"path":555,"priority":343},"skills/create-skill/SKILL.md",{"path":557,"priority":343},"skills/create-workflow-command/SKILL.md",{"path":559,"priority":343},"skills/prompt-engineering/SKILL.md",{"path":561,"priority":343},"skills/test-prompt/SKILL.md",{"path":563,"priority":343},"skills/test-skill/SKILL.md",{"path":565,"priority":343},"skills/thought-based-reasoning/SKILL.md",{"basePath":567,"description":568,"displayName":569,"installMethods":570,"rationale":571,"selectedPaths":572,"source":330,"sourceLanguage":18,"type":259},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":569},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[573,574,575,577],{"path":339,"priority":324},{"path":326,"priority":324},{"path":576,"priority":343},"skills/update-docs/SKILL.md",{"path":578,"priority":343},"skills/write-concisely/SKILL.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":330,"sourceLanguage":18,"type":259},"plugins/tech-stack","Commands for setup or update of CLAUDE.md file with best practices for specific language or framework.","tech-stack",{"claudeCode":582},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[586,587],{"path":339,"priority":324},{"path":326,"priority":324},{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":330,"sourceLanguage":18,"type":259},"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":591},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[595,596,597,599,601,603,605],{"path":339,"priority":324},{"path":326,"priority":324},{"path":598,"priority":343},"skills/build-mcp/SKILL.md",{"path":600,"priority":343},"skills/setup-arxiv-mcp/SKILL.md",{"path":602,"priority":343},"skills/setup-codemap-cli/SKILL.md",{"path":604,"priority":343},"skills/setup-context7-mcp/SKILL.md",{"path":606,"priority":343},"skills/setup-serena-mcp/SKILL.md",{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":330,"sourceLanguage":18,"type":259},"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":610},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[614,615,616,618,620,622,624,626,628],{"path":339,"priority":324},{"path":326,"priority":324},{"path":617,"priority":343},"skills/actualize/SKILL.md",{"path":619,"priority":343},"skills/decay/SKILL.md",{"path":621,"priority":343},"skills/propose-hypotheses/SKILL.md",{"path":623,"priority":343},"skills/query/SKILL.md",{"path":625,"priority":343},"skills/reset/SKILL.md",{"path":627,"priority":343},"skills/status/SKILL.md",{"path":629,"priority":329},"agents/fpf-agent.md",{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":330,"sourceLanguage":18,"type":248},"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",[637],{"path":638,"priority":324},"SKILL.md",{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":330,"sourceLanguage":18,"type":248},"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",[646],{"path":638,"priority":324},{"basePath":648,"description":649,"displayName":276,"installMethods":650,"rationale":651,"selectedPaths":652,"source":330,"sourceLanguage":18,"type":248},"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",[653],{"path":638,"priority":324},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":330,"sourceLanguage":18,"type":248},"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",[661],{"path":638,"priority":324},{"basePath":663,"description":664,"displayName":665,"installMethods":666,"rationale":667,"selectedPaths":668,"source":330,"sourceLanguage":18,"type":248},"plugins/customaize-agent/skills/create-command","Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration","create-command",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-command/SKILL.md",[669],{"path":638,"priority":324},{"basePath":671,"description":672,"displayName":673,"installMethods":674,"rationale":675,"selectedPaths":676,"source":330,"sourceLanguage":18,"type":248},"plugins/customaize-agent/skills/create-rule","Use when found gap or repetative issue, that produced by you or implemenataion agent. Esentially use it each time when you say \"You absolutly right, I should have done it differently.\" -> need create rule for this issue so it not appears again.","create-rule",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-rule/SKILL.md",[677],{"path":638,"priority":324},{"basePath":679,"description":680,"displayName":681,"installMethods":682,"rationale":683,"selectedPaths":684,"source":330,"sourceLanguage":18,"type":248},"plugins/customaize-agent/skills/create-skill","Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization","create-skill",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-skill/SKILL.md",[685],{"path":638,"priority":324},{"basePath":687,"description":688,"displayName":689,"installMethods":690,"rationale":691,"selectedPaths":692,"source":330,"sourceLanguage":18,"type":248},"plugins/customaize-agent/skills/create-workflow-command","Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts","create-workflow-command",{"claudeCode":12},"SKILL.md frontmatter at plugins/customaize-agent/skills/create-workflow-command/SKILL.md",[693],{"path":638,"priority":324},{"basePath":695,"description":696,"displayName":697,"installMethods":698,"rationale":699,"selectedPaths":700,"source":330,"sourceLanguage":18,"type":248},"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",[701],{"path":638,"priority":324},{"basePath":703,"description":704,"displayName":705,"installMethods":706,"rationale":707,"selectedPaths":708,"source":330,"sourceLanguage":18,"type":248},"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",[709],{"path":638,"priority":324},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":330,"sourceLanguage":18,"type":248},"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",[717],{"path":638,"priority":324},{"basePath":719,"description":720,"displayName":721,"installMethods":722,"rationale":723,"selectedPaths":724,"source":330,"sourceLanguage":18,"type":248},"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",[725],{"path":638,"priority":324},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":330,"sourceLanguage":18,"type":248},"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",[733],{"path":638,"priority":324},{"basePath":735,"description":736,"displayName":737,"installMethods":738,"rationale":739,"selectedPaths":740,"source":330,"sourceLanguage":18,"type":248},"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",[741],{"path":638,"priority":324},{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":330,"sourceLanguage":18,"type":248},"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",[749],{"path":638,"priority":324},{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":330,"sourceLanguage":18,"type":248},"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",[757],{"path":638,"priority":324},{"basePath":759,"description":760,"displayName":761,"installMethods":762,"rationale":763,"selectedPaths":764,"source":330,"sourceLanguage":18,"type":248},"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",[765],{"path":638,"priority":324},{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":330,"sourceLanguage":18,"type":248},"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",[773],{"path":638,"priority":324},{"basePath":775,"description":776,"displayName":777,"installMethods":778,"rationale":779,"selectedPaths":780,"source":330,"sourceLanguage":18,"type":248},"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",[781],{"path":638,"priority":324},{"basePath":783,"description":784,"displayName":785,"installMethods":786,"rationale":787,"selectedPaths":788,"source":330,"sourceLanguage":18,"type":248},"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",[789],{"path":638,"priority":324},{"basePath":791,"description":792,"displayName":793,"installMethods":794,"rationale":795,"selectedPaths":796,"source":330,"sourceLanguage":18,"type":248},"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",[797],{"path":638,"priority":324},{"basePath":799,"description":800,"displayName":801,"installMethods":802,"rationale":803,"selectedPaths":804,"source":330,"sourceLanguage":18,"type":248},"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",[805],{"path":638,"priority":324},{"basePath":807,"description":808,"displayName":809,"installMethods":810,"rationale":811,"selectedPaths":812,"source":330,"sourceLanguage":18,"type":248},"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",[813],{"path":638,"priority":324},{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":330,"sourceLanguage":18,"type":248},"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",[821],{"path":638,"priority":324},{"basePath":823,"description":824,"displayName":825,"installMethods":826,"rationale":827,"selectedPaths":828,"source":330,"sourceLanguage":18,"type":248},"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",[829],{"path":638,"priority":324},{"basePath":831,"description":832,"displayName":833,"installMethods":834,"rationale":835,"selectedPaths":836,"source":330,"sourceLanguage":18,"type":248},"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",[837],{"path":638,"priority":324},{"basePath":839,"description":840,"displayName":841,"installMethods":842,"rationale":843,"selectedPaths":844,"source":330,"sourceLanguage":18,"type":248},"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",[845],{"path":638,"priority":324},{"basePath":847,"description":848,"displayName":849,"installMethods":850,"rationale":851,"selectedPaths":852,"source":330,"sourceLanguage":18,"type":248},"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",[853],{"path":638,"priority":324},{"basePath":855,"description":856,"displayName":857,"installMethods":858,"rationale":859,"selectedPaths":860,"source":330,"sourceLanguage":18,"type":248},"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",[861],{"path":638,"priority":324},{"basePath":863,"description":864,"displayName":865,"installMethods":866,"rationale":867,"selectedPaths":868,"source":330,"sourceLanguage":18,"type":248},"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",[869],{"path":638,"priority":324},{"basePath":871,"description":872,"displayName":511,"installMethods":873,"rationale":874,"selectedPaths":875,"source":330,"sourceLanguage":18,"type":248},"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",[876],{"path":638,"priority":324},{"basePath":878,"description":879,"displayName":880,"installMethods":881,"rationale":882,"selectedPaths":883,"source":330,"sourceLanguage":18,"type":248},"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",[884],{"path":638,"priority":324},{"basePath":886,"description":887,"displayName":888,"installMethods":889,"rationale":890,"selectedPaths":891,"source":330,"sourceLanguage":18,"type":248},"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",[892],{"path":638,"priority":324},{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":330,"sourceLanguage":18,"type":248},"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",[900],{"path":638,"priority":324},{"basePath":902,"description":903,"displayName":904,"installMethods":905,"rationale":906,"selectedPaths":907,"source":330,"sourceLanguage":18,"type":248},"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",[908],{"path":638,"priority":324},{"basePath":910,"description":911,"displayName":912,"installMethods":913,"rationale":914,"selectedPaths":915,"source":330,"sourceLanguage":18,"type":248},"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",[916],{"path":638,"priority":324},{"basePath":918,"description":919,"displayName":920,"installMethods":921,"rationale":922,"selectedPaths":923,"source":330,"sourceLanguage":18,"type":248},"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",[924],{"path":638,"priority":324},{"basePath":926,"description":927,"displayName":928,"installMethods":929,"rationale":930,"selectedPaths":931,"source":330,"sourceLanguage":18,"type":248},"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",[932],{"path":638,"priority":324},{"basePath":934,"description":935,"displayName":936,"installMethods":937,"rationale":938,"selectedPaths":939,"source":330,"sourceLanguage":18,"type":248},"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",[940],{"path":638,"priority":324},{"basePath":942,"description":943,"displayName":944,"installMethods":945,"rationale":946,"selectedPaths":947,"source":330,"sourceLanguage":18,"type":248},"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",[948],{"path":638,"priority":324},{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":330,"sourceLanguage":18,"type":248},"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",[956],{"path":638,"priority":324},{"basePath":958,"description":959,"displayName":960,"installMethods":961,"rationale":962,"selectedPaths":963,"source":330,"sourceLanguage":18,"type":248},"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",[964],{"path":638,"priority":324},{"basePath":245,"description":10,"displayName":13,"installMethods":966,"rationale":967,"selectedPaths":968,"source":330,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/review/skills/review-local-changes/SKILL.md",[969],{"path":638,"priority":324},{"basePath":971,"description":972,"displayName":973,"installMethods":974,"rationale":975,"selectedPaths":976,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":979,"description":980,"displayName":981,"installMethods":982,"rationale":983,"selectedPaths":984,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":995,"description":996,"displayName":997,"installMethods":998,"rationale":999,"selectedPaths":1000,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1003,"description":1004,"displayName":1005,"installMethods":1006,"rationale":1007,"selectedPaths":1008,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1011,"description":1012,"displayName":1013,"installMethods":1014,"rationale":1015,"selectedPaths":1016,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1019,"description":1020,"displayName":1021,"installMethods":1022,"rationale":1023,"selectedPaths":1024,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1027,"description":1028,"displayName":1029,"installMethods":1030,"rationale":1031,"selectedPaths":1032,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1035,"description":1036,"displayName":1037,"installMethods":1038,"rationale":1039,"selectedPaths":1040,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1043,"description":1044,"displayName":1045,"installMethods":1046,"rationale":1047,"selectedPaths":1048,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1051,"description":1052,"displayName":1053,"installMethods":1054,"rationale":1055,"selectedPaths":1056,"source":330,"sourceLanguage":18,"type":248},"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":638,"priority":324},{"basePath":1059,"description":1060,"displayName":1061,"installMethods":1062,"rationale":1063,"selectedPaths":1064,"source":330,"sourceLanguage":18,"type":248},"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",[1065],{"path":638,"priority":324},{"basePath":1067,"description":1068,"displayName":1069,"installMethods":1070,"rationale":1071,"selectedPaths":1072,"source":330,"sourceLanguage":18,"type":248},"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",[1073],{"path":638,"priority":324},{"basePath":1075,"description":1076,"displayName":1077,"installMethods":1078,"rationale":1079,"selectedPaths":1080,"source":330,"sourceLanguage":18,"type":248},"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",[1081],{"path":638,"priority":324},{"basePath":1083,"description":1084,"displayName":1085,"installMethods":1086,"rationale":1087,"selectedPaths":1088,"source":330,"sourceLanguage":18,"type":248},"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",[1089],{"path":638,"priority":324},{"basePath":1091,"description":1092,"displayName":1093,"installMethods":1094,"rationale":1095,"selectedPaths":1096,"source":330,"sourceLanguage":18,"type":248},"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",[1097,1098],{"path":638,"priority":324},{"path":1099,"priority":343},"analyse-business-requirements.md",{"basePath":1101,"description":1102,"displayName":1103,"installMethods":1104,"rationale":1105,"selectedPaths":1106,"source":330,"sourceLanguage":18,"type":248},"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",[1107],{"path":638,"priority":324},{"basePath":1109,"description":1110,"displayName":1111,"installMethods":1112,"rationale":1113,"selectedPaths":1114,"source":330,"sourceLanguage":18,"type":248},"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",[1115],{"path":638,"priority":324},{"basePath":1117,"description":1118,"displayName":1119,"installMethods":1120,"rationale":1121,"selectedPaths":1122,"source":330,"sourceLanguage":18,"type":248},"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",[1123],{"path":638,"priority":324},{"sources":1125},[1126],"manual",{"closedIssues90d":233,"description":1128,"forks":234,"homepage":1129,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":1130},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1131,1132,1133,1134,270,1135,1136,1137,1138],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1140,"discoverAt":1141,"extractAt":1142,"githubAt":1142,"updatedAt":1140},1778694480631,1778694475065,1778694478670,[217,216,213,215,214],{"evaluatedAt":243,"extractAt":292,"updatedAt":243},[],[1147,1180,1200,1228,1257,1285],{"_creationTime":1148,"_id":1149,"community":1150,"display":1151,"identity":1157,"providers":1162,"relations":1173,"tags":1176,"workflow":1177},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":1152,"installMethods":1153,"name":1155,"sourceUrl":1156},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":1154},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1158,"githubOwner":1159,"githubRepo":1160,"locale":18,"slug":1161,"type":248},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":1163,"extract":1171},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1164,"tags":1165,"targetMarket":218,"tier":219},100,[214,1166,1167,1168,217,1169,1170],"development-environment","workflow","tmux","cli","developer-tool",{"commitSha":281,"license":1172},"MIT",{"parentExtensionId":1174,"repoId":1175},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[217,1169,1170,1166,214,1168,1167],{"evaluatedAt":1178,"extractAt":1179,"updatedAt":1178},1778699613343,1778699234184,{"_creationTime":1181,"_id":1182,"community":1183,"display":1184,"identity":1187,"providers":1190,"relations":1196,"tags":1197,"workflow":1198},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1185,"installMethods":1186,"name":1160,"sourceUrl":1156},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1154},{"basePath":1188,"githubOwner":1159,"githubRepo":1160,"locale":18,"slug":1189,"type":248},"skills/ask","ask",{"evaluate":1191,"extract":1195},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1164,"tags":1192,"targetMarket":218,"tier":219},[1169,217,1134,1193,213,1194],"prompting","artifact-generation",{"commitSha":281,"license":1172},{"parentExtensionId":1174,"repoId":1175},[1194,217,1169,213,1134,1193],{"evaluatedAt":1199,"extractAt":1179,"updatedAt":1199},1778699303045,{"_creationTime":1201,"_id":1202,"community":1203,"display":1204,"identity":1210,"providers":1215,"relations":1222,"tags":1224,"workflow":1225},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":1205,"installMethods":1206,"name":1208,"sourceUrl":1209},"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":1207},"steipete/clawdis","ClawSweeper Skill","https://github.com/steipete/clawdis",{"basePath":1211,"githubOwner":1212,"githubRepo":1213,"locale":18,"slug":1214,"type":248},".agents/skills/clawsweeper","steipete","clawdis","clawsweeper",{"evaluate":1216,"extract":1221},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1164,"tags":1217,"targetMarket":218,"tier":219},[1218,217,213,1219,1220],"github","maintenance","ci-cd",{"commitSha":281,"license":1172},{"repoId":1223},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[217,1220,213,1218,1219],{"evaluatedAt":1226,"extractAt":1227,"updatedAt":1226},1778697688364,1778697652123,{"_creationTime":1229,"_id":1230,"community":1231,"display":1232,"identity":1238,"providers":1243,"relations":1250,"tags":1253,"workflow":1254},1778675056600.231,"k1792wzrfg4hdeyt5ka5h4fmad86nz61",{"reviewCount":8},{"description":1233,"installMethods":1234,"name":1236,"sourceUrl":1237},"Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on \"review my diff\", \"check complexity\", \"am I overcomplicating this\", \"karpathy check\", \"before I commit\", or any code quality concern where the LLM might be overcoding.",{"claudeCode":1235},"alirezarezvani/claude-skills","Karpathy Coder","https://github.com/alirezarezvani/claude-skills",{"basePath":1239,"githubOwner":1240,"githubRepo":1241,"locale":18,"slug":1242,"type":248},"engineering/karpathy-coder/skills/karpathy-coder","alirezarezvani","claude-skills","karpathy-coder",{"evaluate":1244,"extract":1249},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1164,"tags":1245,"targetMarket":218,"tier":219},[216,1246,279,1247,214,1248,256],"llm-principles","python","linting",{"commitSha":281,"license":1172},{"parentExtensionId":1251,"repoId":1252},"k178z532bm8n047nxsbbprw3fd86mj5a","kd7ff9s1w43mfyy1n7hf87816186m6px",[216,279,214,1248,1246,1247,256],{"evaluatedAt":1255,"extractAt":1256,"updatedAt":1255},1778678250891,1778675056600,{"_creationTime":1258,"_id":1259,"community":1260,"display":1261,"identity":1267,"providers":1271,"relations":1278,"tags":1281,"workflow":1282},1778695548458.3474,"k1730fbw3hyx274fzsesckx2bs86nqph",{"reviewCount":8},{"description":1262,"installMethods":1263,"name":1265,"sourceUrl":1266},"Create and manage pull requests using GitHub CLI. Covers branch preparation, writing PR titles and descriptions, creating PRs, handling review feedback, and merge/cleanup workflows. Use when proposing changes from a feature or fix branch for review, merging completed work into the main branch, requesting code review from collaborators, or documenting the purpose and scope of a set of changes.\n",{"claudeCode":1264},"pjt222/agent-almanac","create-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":1268,"githubOwner":1269,"githubRepo":1270,"locale":18,"slug":1265,"type":248},"skills/create-pull-request","pjt222","agent-almanac",{"evaluate":1272,"extract":1277},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1273,"tags":1274,"targetMarket":218,"tier":219},99,[1218,1275,214,1276,213,217],"pull-request","collaboration",{"commitSha":281},{"parentExtensionId":1279,"repoId":1280},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[217,213,1276,214,1218,1275],{"evaluatedAt":1283,"extractAt":1284,"updatedAt":1283},1778697203799,1778695548458,{"_creationTime":1286,"_id":1287,"community":1288,"display":1289,"identity":1295,"providers":1299,"relations":1303,"tags":1305,"workflow":1306},1778696993586.706,"k1779v5xzekjg54smcwht7v0ys86n8gr",{"reviewCount":8},{"description":1290,"installMethods":1291,"name":1293,"sourceUrl":1294},"Create a git commit with a good message. Use when the user says \"commit\", \"save changes\", \"commit this\", or asks to create a commit after making code changes.",{"claudeCode":1292},"SeifBenayed/claude-code-sdk","Git Commit","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1296,"githubOwner":1297,"githubRepo":1298,"locale":18,"slug":809,"type":248},".claude/skills/commit","SeifBenayed","claude-code-sdk",{"evaluate":1300,"extract":1302},{"promptVersionExtension":206,"promptVersionScoring":207,"score":1273,"tags":1301,"targetMarket":218,"tier":219},[214,809,213,279,217],{"commitSha":281,"license":1172},{"repoId":1304},"kd78s53c1852h5p7c3qem663xs86njab",[217,213,809,279,214],{"evaluatedAt":1307,"extractAt":1308,"updatedAt":1307},1778697041232,1778696993586]