[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-NeoLabHQ-attach-review-to-pr-en":3,"guides-for-NeoLabHQ-attach-review-to-pr":1149,"similar-k17axb8sq27gsvm32bndwfrnp986ne4f-en":1150},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":235,"parentExtension":249,"providers":310,"relations":314,"repo":315,"tags":1147,"workflow":1148},1778694480889.953,"k17axb8sq27gsvm32bndwfrnp986ne4f",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Add line-specific review comments to pull requests using GitHub CLI API",{"claudeCode":12},"NeoLabHQ/context-engineering-kit","attach-review-to-pr","https://github.com/NeoLabHQ/context-engineering-kit",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778695064285.2917,"kn7c9n4p376qtsynf8wvpstg8586np5c","en",{"checks":20,"evaluatedAt":196,"extensionSummary":197,"features":198,"nonGoals":203,"promptVersionExtension":207,"promptVersionScoring":208,"purpose":209,"rationale":210,"score":211,"summary":212,"tags":213,"targetMarket":219,"tier":220,"useCases":221},[21,26,29,32,36,39,43,47,50,53,58,62,66,70,73,76,79,82,85,88,92,96,100,104,108,111,115,118,122,125,128,131,134,137,140,144,147,151,154,158,161,164,167,170,174,177,180,183,186,189,193],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of adding line-specific review comments to pull requests using the GitHub CLI API.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a valuable abstraction over the raw GitHub API for adding line-specific comments, providing a more streamlined workflow than direct API calls.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension provides clear instructions, necessary prerequisites, and handles both single and multiple comments, covering the complete lifecycle of adding review comments.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on adding line-specific review comments to pull requests, aligning with its stated purpose.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's functionality of adding line-specific review comments to pull requests using the GitHub CLI API.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill utilizes specific GitHub CLI commands (`gh api`, `gh auth`, `gh pr`) and a dedicated MCP tool, avoiding general-purpose shell execution.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","All parameters for the GitHub API calls and comments are clearly explained and documented in the SKILL.md.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","The tools used (e.g., `gh api`, `gh pr review`) are descriptive and follow common conventions.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Input parameters for the API calls are well-defined, and outputs are structured JSON, not diagnostic dumps.",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","critical","The detected license is GPL-3.0, which is a strong copyleft license that may restrict commercial use and distribution of derivative works, conflicting with typical open-source marketplace expectations for broad usability.",{"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":64,"summary":65},"Dependency Management","not_applicable","The skill primarily relies on the GitHub CLI and does not appear to introduce significant third-party dependencies that require complex management.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The skill uses the GitHub CLI for authentication, which typically relies on environment variables or credential helpers, and does not echo resolved secrets.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The skill uses explicit `gh api` calls with documented parameters, mitigating risks of command injection.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The skill relies on the GitHub CLI, which is a pre-installed tool, and does not fetch external content at runtime.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The skill interacts with the GitHub API via the CLI and does not appear to modify files outside the project scope.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the scripts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The skill interacts with GitHub API endpoints related to PR comments and reviews; no outbound calls to undocumented or suspicious domains are evident.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content appears free of hidden-steering tricks and uses clean printable ASCII.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The SKILL.md contains readable Bash scripts and API call structures, not obfuscated code.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The skill assumes the GitHub CLI is installed and authenticated, which is a reasonable precondition, and provides clear instructions.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","Issues: 6 opened, 8 closed in the last 90 days, indicating active maintenance and responsiveness.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The trust signals indicate a pushedAt date of 2026-05-06, suggesting recent activity, though explicit versioning in metadata is not detailed.",{"category":105,"check":106,"severity":24,"summary":107},"Code Execution","Validation","Input parameters for the API calls are clearly defined and handled by the GitHub CLI, which performs its own validation.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","Adding comments is not a destructive operation and does not require a confirmation gate.",{"category":112,"check":113,"severity":24,"summary":114},"Errors","Error Handling","The SKILL.md details common errors like pending reviews and invalid line numbers, providing clear solutions.",{"category":105,"check":116,"severity":64,"summary":117},"Logging","The skill does not perform destructive actions or outbound calls beyond standard API interactions that would require local audit logging.",{"category":119,"check":120,"severity":64,"summary":121},"Compliance","GDPR","The skill operates on GitHub PR data and does not handle personal data beyond what is inherent in GitHub metadata.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The skill is globally applicable to GitHub pull requests and has no regional restrictions.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The skill relies on the GitHub CLI, which is cross-platform, and does not make assumptions about specific editors or shells.",{"category":44,"check":129,"severity":24,"summary":130},"README","The README.md provides a comprehensive overview of the Context Engineering Kit, including the purpose of its various plugins.",{"category":33,"check":132,"severity":24,"summary":133},"Tool surface size","The skill leverages existing GitHub CLI commands and a single MCP tool, keeping the surface area small.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The skill uses distinct tools for its purpose, such as `gh api` for direct API calls and `gh pr` for related actions, without obvious synonyms.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features, like adding single and multiple comments, have corresponding implementations and examples.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The SKILL.md provides clear prerequisites, installation instructions for the GitHub CLI, and detailed examples.",{"category":112,"check":145,"severity":24,"summary":146},"Actionable error messages","The SKILL.md clearly outlines common error messages and provides actionable solutions for each.",{"category":148,"check":149,"severity":64,"summary":150},"Execution","Pinned dependencies","The skill relies on the pre-installed GitHub CLI and does not manage third-party dependencies that would require pinning.",{"category":33,"check":152,"severity":64,"summary":153},"Dry-run preview","The operation of adding comments is not a state-changing operation that would benefit from a dry-run preview.",{"category":155,"check":156,"severity":64,"summary":157},"Protocol","Idempotent retry & timeouts","The skill does not involve remote calls or state-changing operations that require idempotency or specific timeouts beyond what the GitHub API handles.",{"category":119,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no indication of telemetry being emitted by this specific skill, aligning with an opt-in principle.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The skill clearly states its purpose (add line-specific review comments to PRs) and the artifact it operates on (pull requests).",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and usage.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md is well-structured and under 500 lines, deferring deeper material to API references.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","Detailed API references and explanations are provided, with links to external documentation.",{"category":171,"check":175,"severity":64,"summary":176},"Forked exploration","The skill is a focused tool and does not involve deep exploration or code review that would require `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","Multiple end-to-end examples are provided for single comments, multiple comments, and multi-line comments, demonstrating clear input and expected output.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","Common issues like pending reviews, invalid line numbers, and wrong commit IDs are documented with symptoms and recovery steps.",{"category":105,"check":184,"severity":24,"summary":185},"Tool Fallback","The skill lists the preferred MCP tool and provides a fallback to `gh api` if it's unavailable.",{"category":93,"check":187,"severity":24,"summary":188},"Stack assumptions","The skill clearly states its prerequisite of having the GitHub CLI installed and authenticated.",{"category":190,"check":191,"severity":24,"summary":192},"Safety","Halt on unexpected state","The SKILL.md describes how to handle issues like pending reviews, implicitly guiding the user to resolve unexpected states.",{"category":93,"check":194,"severity":24,"summary":195},"Cross-skill coupling","The skill operates as a standalone tool for adding review comments and does not appear to rely on other specific skills being loaded.",1778695064174,"This skill uses the GitHub CLI to add line-specific review comments to pull requests, either by directly calling the GitHub API or using an MCP tool. It supports single and multiple comments, including multi-line comments, and provides detailed examples and troubleshooting steps.",[199,200,201,202],"Add line-specific review comments to PRs","Supports single and multiple comments via API","Handles multi-line comments","Provides examples and troubleshooting for common issues",[204,205,206],"Creating or managing pull requests themselves","Performing broad code analysis or automated code fixes","Interacting with GitHub issues","3.0.0","4.4.0","To enable developers to add precise, line-specific feedback to pull requests programmatically, mimicking the functionality available in the GitHub UI.","The critical license finding prevents a higher score, while the remaining checks are largely positive, resulting in a score within the 'evaluated' tier.",75,"A well-documented and functional skill for adding line-specific review comments to GitHub pull requests, albeit with a restrictive license.",[214,215,216,217,218],"github","cli","pull-request","code-review","api","global","flagged",[222,223,224],"Programmatically adding feedback during automated PR review processes","Leaving detailed, line-specific comments on code changes without manual UI interaction","Integrating review comment creation into CI/CD pipelines",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"security":239,"testCoverage":241},{"hasLockfile":227},true,1778695050902,{"descriptionLength":230,"readmeSize":231},71,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},1778695064285,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"plugins/git/skills/attach-review-to-pr","NeoLabHQ","context-engineering-kit","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":257,"parentExtension":260,"providers":295,"relations":306,"tags":307,"workflow":308},1778694480889.945,"k178tq0e3kachgtfxf8zq5k2xn86nzb7",{"reviewCount":8},{"description":254,"installMethods":255,"name":256,"sourceUrl":14},"Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.",{"claudeCode":256},"git",{"basePath":258,"githubOwner":246,"githubRepo":247,"locale":18,"slug":256,"type":259},"plugins/git","plugin",{"_creationTime":261,"_id":262,"community":263,"display":264,"identity":268,"providers":271,"relations":289,"tags":291,"workflow":292},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":282},{"promptVersionExtension":273,"promptVersionScoring":208,"score":274,"tags":275,"targetMarket":219,"tier":281},"3.1.0",97,[276,277,278,279,280],"context-engineering","agent-productivity","llm-patterns","code-quality","developer-tools","verified",{"commitSha":283,"license":284,"marketplace":285,"plugin":287},"HEAD","GPL-3.0-or-later",{"name":247,"pluginCount":286,"version":207},13,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7a3rj13ezgx1wgm0jfh08hsx86n0sz",[277,279,276,280,278],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778694497063,1778694480890,{"evaluate":296,"extract":303},{"promptVersionExtension":207,"promptVersionScoring":208,"score":297,"tags":298,"targetMarket":219,"tier":302},88,[256,214,215,299,300,301],"development","workflow","automation","community",{"commitSha":283,"plugin":304},{"mcpCount":8,"provider":288,"skillCount":305},7,{"parentExtensionId":262,"repoId":290},[301,215,299,256,214,300],{"evaluatedAt":309,"extractAt":294,"updatedAt":309},1778694548498,{"evaluate":311,"extract":313},{"promptVersionExtension":207,"promptVersionScoring":208,"score":211,"tags":312,"targetMarket":219,"tier":220},[214,215,216,217,218],{"commitSha":283},{"parentExtensionId":251,"repoId":290},{"_creationTime":316,"_id":290,"identity":317,"providers":318,"workflow":1143},1778694475065.1633,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":319,"discover":1128,"github":1131},{"commitSha":283,"extensions":320},[321,334,373,398,418,433,466,475,512,535,570,583,592,611,634,643,651,658,666,674,682,690,698,706,714,722,730,738,746,754,762,770,778,786,794,802,807,815,823,831,839,847,855,863,871,878,886,894,902,910,918,926,934,942,950,958,966,974,982,990,998,1006,1014,1022,1030,1038,1046,1054,1062,1070,1078,1086,1094,1104,1112,1120],{"basePath":269,"description":265,"displayName":247,"installMethods":322,"rationale":323,"selectedPaths":324,"source":333,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328,330],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md",{"path":331,"priority":332},"LICENSE","high","rule",{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":333,"sourceLanguage":18,"type":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":337},"plugin manifest at plugins/reflexion/.claude-plugin/plugin.json",[341,343,344,347,349,351,353,355,357,359,361,363,365,367,369,371],{"path":342,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":345,"priority":346},"skills/critique/SKILL.md","medium",{"path":348,"priority":346},"skills/memorize/SKILL.md",{"path":350,"priority":346},"skills/reflect/SKILL.md",{"path":352,"priority":332},"hooks/.gitignore",{"path":354,"priority":332},"hooks/README.md",{"path":356,"priority":332},"hooks/hooks.json",{"path":358,"priority":332},"hooks/package.json",{"path":360,"priority":332},"hooks/src/index.ts",{"path":362,"priority":332},"hooks/src/lib.ts",{"path":364,"priority":332},"hooks/src/onStopHandler.test.ts",{"path":366,"priority":332},"hooks/src/onStopHandler.ts",{"path":368,"priority":332},"hooks/src/session.ts",{"path":370,"priority":332},"hooks/tsconfig.json",{"path":372,"priority":332},"hooks/vitest.config.ts",{"basePath":374,"description":375,"displayName":376,"installMethods":377,"rationale":378,"selectedPaths":379,"source":333,"sourceLanguage":18,"type":259},"plugins/review","Introduce codebase and PR review commands and skills using multiple specialized agents.","review",{"claudeCode":376},"plugin manifest at plugins/review/.claude-plugin/plugin.json",[380,381,382,384,386,388,390,392,394,396],{"path":342,"priority":327},{"path":329,"priority":327},{"path":383,"priority":346},"skills/review-local-changes/SKILL.md",{"path":385,"priority":346},"skills/review-pr/SKILL.md",{"path":387,"priority":332},"agents/bug-hunter.md",{"path":389,"priority":332},"agents/code-quality-reviewer.md",{"path":391,"priority":332},"agents/contracts-reviewer.md",{"path":393,"priority":332},"agents/historical-context-reviewer.md",{"path":395,"priority":332},"agents/security-auditor.md",{"path":397,"priority":332},"agents/test-coverage-reviewer.md",{"basePath":258,"description":254,"displayName":256,"installMethods":399,"rationale":400,"selectedPaths":401,"source":333,"sourceLanguage":18,"type":259},{"claudeCode":256},"plugin manifest at plugins/git/.claude-plugin/plugin.json",[402,403,404,406,408,410,412,414,416],{"path":342,"priority":327},{"path":329,"priority":327},{"path":405,"priority":346},"skills/analyze-issue/SKILL.md",{"path":407,"priority":346},"skills/attach-review-to-pr/SKILL.md",{"path":409,"priority":346},"skills/commit/SKILL.md",{"path":411,"priority":346},"skills/create-pr/SKILL.md",{"path":413,"priority":346},"skills/git-notes/SKILL.md",{"path":415,"priority":346},"skills/git-worktrees/SKILL.md",{"path":417,"priority":346},"skills/load-issues/SKILL.md",{"basePath":419,"description":420,"displayName":421,"installMethods":422,"rationale":423,"selectedPaths":424,"source":333,"sourceLanguage":18,"type":259},"plugins/tdd","Introduces commands for test-driven development, common anti-patterns and skills for testing using subagents.","tdd",{"claudeCode":421},"plugin manifest at plugins/tdd/.claude-plugin/plugin.json",[425,426,427,429,431],{"path":342,"priority":327},{"path":329,"priority":327},{"path":428,"priority":346},"skills/fix-tests/SKILL.md",{"path":430,"priority":346},"skills/test-driven-development/SKILL.md",{"path":432,"priority":346},"skills/write-tests/SKILL.md",{"basePath":434,"description":435,"displayName":436,"installMethods":437,"rationale":438,"selectedPaths":439,"source":333,"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":436},"plugin manifest at plugins/sadd/.claude-plugin/plugin.json",[440,441,442,444,446,448,450,452,454,456,458,460,462,464],{"path":342,"priority":327},{"path":329,"priority":327},{"path":443,"priority":346},"skills/do-and-judge/SKILL.md",{"path":445,"priority":346},"skills/do-competitively/SKILL.md",{"path":447,"priority":346},"skills/do-in-parallel/SKILL.md",{"path":449,"priority":346},"skills/do-in-steps/SKILL.md",{"path":451,"priority":346},"skills/judge/SKILL.md",{"path":453,"priority":346},"skills/judge-with-debate/SKILL.md",{"path":455,"priority":346},"skills/launch-sub-agent/SKILL.md",{"path":457,"priority":346},"skills/multi-agent-patterns/SKILL.md",{"path":459,"priority":346},"skills/subagent-driven-development/SKILL.md",{"path":461,"priority":346},"skills/tree-of-thoughts/SKILL.md",{"path":463,"priority":332},"agents/judge.md",{"path":465,"priority":332},"agents/meta-judge.md",{"basePath":467,"description":468,"displayName":469,"installMethods":470,"rationale":471,"selectedPaths":472,"source":333,"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":469},"plugin manifest at plugins/ddd/.claude-plugin/plugin.json",[473,474],{"path":342,"priority":327},{"path":329,"priority":327},{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":333,"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":478},"plugin manifest at plugins/sdd/.claude-plugin/plugin.json",[482,483,484,486,488,490,492,494,496,498,500,502,504,506,508,510],{"path":342,"priority":327},{"path":329,"priority":327},{"path":485,"priority":346},"skills/add-task/SKILL.md",{"path":487,"priority":346},"skills/brainstorm/SKILL.md",{"path":489,"priority":346},"skills/create-ideas/SKILL.md",{"path":491,"priority":346},"skills/implement-task/SKILL.md",{"path":493,"priority":346},"skills/plan-task/SKILL.md",{"path":495,"priority":332},"agents/business-analyst.md",{"path":497,"priority":332},"agents/code-explorer.md",{"path":499,"priority":332},"agents/developer.md",{"path":501,"priority":332},"agents/qa-engineer.md",{"path":503,"priority":332},"agents/researcher.md",{"path":505,"priority":332},"agents/software-architect.md",{"path":507,"priority":332},"agents/team-lead.md",{"path":509,"priority":332},"agents/tech-lead.md",{"path":511,"priority":332},"agents/tech-writer.md",{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":333,"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":515},"plugin manifest at plugins/kaizen/.claude-plugin/plugin.json",[519,520,521,523,525,527,529,531,533],{"path":342,"priority":327},{"path":329,"priority":327},{"path":522,"priority":346},"skills/analyse/SKILL.md",{"path":524,"priority":346},"skills/analyse-problem/SKILL.md",{"path":526,"priority":346},"skills/cause-and-effect/SKILL.md",{"path":528,"priority":346},"skills/kaizen/SKILL.md",{"path":530,"priority":346},"skills/plan-do-check-act/SKILL.md",{"path":532,"priority":346},"skills/root-cause-tracing/SKILL.md",{"path":534,"priority":346},"skills/why/SKILL.md",{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":333,"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":538},"plugin manifest at plugins/customaize-agent/.claude-plugin/plugin.json",[542,543,544,546,548,550,552,554,556,558,560,562,564,566,568],{"path":342,"priority":327},{"path":329,"priority":327},{"path":545,"priority":346},"skills/agent-evaluation/SKILL.md",{"path":547,"priority":346},"skills/apply-anthropic-skill-best-practices/SKILL.md",{"path":549,"priority":346},"skills/context-engineering/SKILL.md",{"path":551,"priority":346},"skills/create-agent/SKILL.md",{"path":553,"priority":346},"skills/create-command/SKILL.md",{"path":555,"priority":346},"skills/create-hook/SKILL.md",{"path":557,"priority":346},"skills/create-rule/SKILL.md",{"path":559,"priority":346},"skills/create-skill/SKILL.md",{"path":561,"priority":346},"skills/create-workflow-command/SKILL.md",{"path":563,"priority":346},"skills/prompt-engineering/SKILL.md",{"path":565,"priority":346},"skills/test-prompt/SKILL.md",{"path":567,"priority":346},"skills/test-skill/SKILL.md",{"path":569,"priority":346},"skills/thought-based-reasoning/SKILL.md",{"basePath":571,"description":572,"displayName":573,"installMethods":574,"rationale":575,"selectedPaths":576,"source":333,"sourceLanguage":18,"type":259},"plugins/docs","Commands for analysing project, writing and refining documentation.","docs",{"claudeCode":573},"plugin manifest at plugins/docs/.claude-plugin/plugin.json",[577,578,579,581],{"path":342,"priority":327},{"path":329,"priority":327},{"path":580,"priority":346},"skills/update-docs/SKILL.md",{"path":582,"priority":346},"skills/write-concisely/SKILL.md",{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":333,"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":586},"plugin manifest at plugins/tech-stack/.claude-plugin/plugin.json",[590,591],{"path":342,"priority":327},{"path":329,"priority":327},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":333,"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":595},"plugin manifest at plugins/mcp/.claude-plugin/plugin.json",[599,600,601,603,605,607,609],{"path":342,"priority":327},{"path":329,"priority":327},{"path":602,"priority":346},"skills/build-mcp/SKILL.md",{"path":604,"priority":346},"skills/setup-arxiv-mcp/SKILL.md",{"path":606,"priority":346},"skills/setup-codemap-cli/SKILL.md",{"path":608,"priority":346},"skills/setup-context7-mcp/SKILL.md",{"path":610,"priority":346},"skills/setup-serena-mcp/SKILL.md",{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":333,"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":614},"plugin manifest at plugins/fpf/.claude-plugin/plugin.json",[618,619,620,622,624,626,628,630,632],{"path":342,"priority":327},{"path":329,"priority":327},{"path":621,"priority":346},"skills/actualize/SKILL.md",{"path":623,"priority":346},"skills/decay/SKILL.md",{"path":625,"priority":346},"skills/propose-hypotheses/SKILL.md",{"path":627,"priority":346},"skills/query/SKILL.md",{"path":629,"priority":346},"skills/reset/SKILL.md",{"path":631,"priority":346},"skills/status/SKILL.md",{"path":633,"priority":332},"agents/fpf-agent.md",{"basePath":635,"description":636,"displayName":637,"installMethods":638,"rationale":639,"selectedPaths":640,"source":333,"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",[641],{"path":642,"priority":327},"SKILL.md",{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":333,"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",[650],{"path":642,"priority":327},{"basePath":652,"description":653,"displayName":276,"installMethods":654,"rationale":655,"selectedPaths":656,"source":333,"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",[657],{"path":642,"priority":327},{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":333,"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",[665],{"path":642,"priority":327},{"basePath":667,"description":668,"displayName":669,"installMethods":670,"rationale":671,"selectedPaths":672,"source":333,"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",[673],{"path":642,"priority":327},{"basePath":675,"description":676,"displayName":677,"installMethods":678,"rationale":679,"selectedPaths":680,"source":333,"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",[681],{"path":642,"priority":327},{"basePath":683,"description":684,"displayName":685,"installMethods":686,"rationale":687,"selectedPaths":688,"source":333,"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",[689],{"path":642,"priority":327},{"basePath":691,"description":692,"displayName":693,"installMethods":694,"rationale":695,"selectedPaths":696,"source":333,"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",[697],{"path":642,"priority":327},{"basePath":699,"description":700,"displayName":701,"installMethods":702,"rationale":703,"selectedPaths":704,"source":333,"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",[705],{"path":642,"priority":327},{"basePath":707,"description":708,"displayName":709,"installMethods":710,"rationale":711,"selectedPaths":712,"source":333,"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",[713],{"path":642,"priority":327},{"basePath":715,"description":716,"displayName":717,"installMethods":718,"rationale":719,"selectedPaths":720,"source":333,"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",[721],{"path":642,"priority":327},{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":333,"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",[729],{"path":642,"priority":327},{"basePath":731,"description":732,"displayName":733,"installMethods":734,"rationale":735,"selectedPaths":736,"source":333,"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",[737],{"path":642,"priority":327},{"basePath":739,"description":740,"displayName":741,"installMethods":742,"rationale":743,"selectedPaths":744,"source":333,"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",[745],{"path":642,"priority":327},{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":333,"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",[753],{"path":642,"priority":327},{"basePath":755,"description":756,"displayName":757,"installMethods":758,"rationale":759,"selectedPaths":760,"source":333,"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",[761],{"path":642,"priority":327},{"basePath":763,"description":764,"displayName":765,"installMethods":766,"rationale":767,"selectedPaths":768,"source":333,"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",[769],{"path":642,"priority":327},{"basePath":771,"description":772,"displayName":773,"installMethods":774,"rationale":775,"selectedPaths":776,"source":333,"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",[777],{"path":642,"priority":327},{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":333,"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",[785],{"path":642,"priority":327},{"basePath":787,"description":788,"displayName":789,"installMethods":790,"rationale":791,"selectedPaths":792,"source":333,"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",[793],{"path":642,"priority":327},{"basePath":795,"description":796,"displayName":797,"installMethods":798,"rationale":799,"selectedPaths":800,"source":333,"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",[801],{"path":642,"priority":327},{"basePath":245,"description":10,"displayName":13,"installMethods":803,"rationale":804,"selectedPaths":805,"source":333,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at plugins/git/skills/attach-review-to-pr/SKILL.md",[806],{"path":642,"priority":327},{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":333,"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",[814],{"path":642,"priority":327},{"basePath":816,"description":817,"displayName":818,"installMethods":819,"rationale":820,"selectedPaths":821,"source":333,"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",[822],{"path":642,"priority":327},{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":333,"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",[830],{"path":642,"priority":327},{"basePath":832,"description":833,"displayName":834,"installMethods":835,"rationale":836,"selectedPaths":837,"source":333,"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",[838],{"path":642,"priority":327},{"basePath":840,"description":841,"displayName":842,"installMethods":843,"rationale":844,"selectedPaths":845,"source":333,"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",[846],{"path":642,"priority":327},{"basePath":848,"description":849,"displayName":850,"installMethods":851,"rationale":852,"selectedPaths":853,"source":333,"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",[854],{"path":642,"priority":327},{"basePath":856,"description":857,"displayName":858,"installMethods":859,"rationale":860,"selectedPaths":861,"source":333,"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",[862],{"path":642,"priority":327},{"basePath":864,"description":865,"displayName":866,"installMethods":867,"rationale":868,"selectedPaths":869,"source":333,"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",[870],{"path":642,"priority":327},{"basePath":872,"description":873,"displayName":515,"installMethods":874,"rationale":875,"selectedPaths":876,"source":333,"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",[877],{"path":642,"priority":327},{"basePath":879,"description":880,"displayName":881,"installMethods":882,"rationale":883,"selectedPaths":884,"source":333,"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",[885],{"path":642,"priority":327},{"basePath":887,"description":888,"displayName":889,"installMethods":890,"rationale":891,"selectedPaths":892,"source":333,"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",[893],{"path":642,"priority":327},{"basePath":895,"description":896,"displayName":897,"installMethods":898,"rationale":899,"selectedPaths":900,"source":333,"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",[901],{"path":642,"priority":327},{"basePath":903,"description":904,"displayName":905,"installMethods":906,"rationale":907,"selectedPaths":908,"source":333,"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",[909],{"path":642,"priority":327},{"basePath":911,"description":912,"displayName":913,"installMethods":914,"rationale":915,"selectedPaths":916,"source":333,"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",[917],{"path":642,"priority":327},{"basePath":919,"description":920,"displayName":921,"installMethods":922,"rationale":923,"selectedPaths":924,"source":333,"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",[925],{"path":642,"priority":327},{"basePath":927,"description":928,"displayName":929,"installMethods":930,"rationale":931,"selectedPaths":932,"source":333,"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",[933],{"path":642,"priority":327},{"basePath":935,"description":936,"displayName":937,"installMethods":938,"rationale":939,"selectedPaths":940,"source":333,"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",[941],{"path":642,"priority":327},{"basePath":943,"description":944,"displayName":945,"installMethods":946,"rationale":947,"selectedPaths":948,"source":333,"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",[949],{"path":642,"priority":327},{"basePath":951,"description":952,"displayName":953,"installMethods":954,"rationale":955,"selectedPaths":956,"source":333,"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",[957],{"path":642,"priority":327},{"basePath":959,"description":960,"displayName":961,"installMethods":962,"rationale":963,"selectedPaths":964,"source":333,"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",[965],{"path":642,"priority":327},{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":333,"sourceLanguage":18,"type":248},"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",[973],{"path":642,"priority":327},{"basePath":975,"description":976,"displayName":977,"installMethods":978,"rationale":979,"selectedPaths":980,"source":333,"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",[981],{"path":642,"priority":327},{"basePath":983,"description":984,"displayName":985,"installMethods":986,"rationale":987,"selectedPaths":988,"source":333,"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",[989],{"path":642,"priority":327},{"basePath":991,"description":992,"displayName":993,"installMethods":994,"rationale":995,"selectedPaths":996,"source":333,"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",[997],{"path":642,"priority":327},{"basePath":999,"description":1000,"displayName":1001,"installMethods":1002,"rationale":1003,"selectedPaths":1004,"source":333,"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",[1005],{"path":642,"priority":327},{"basePath":1007,"description":1008,"displayName":1009,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":333,"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",[1013],{"path":642,"priority":327},{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":333,"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",[1021],{"path":642,"priority":327},{"basePath":1023,"description":1024,"displayName":1025,"installMethods":1026,"rationale":1027,"selectedPaths":1028,"source":333,"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",[1029],{"path":642,"priority":327},{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":333,"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",[1037],{"path":642,"priority":327},{"basePath":1039,"description":1040,"displayName":1041,"installMethods":1042,"rationale":1043,"selectedPaths":1044,"source":333,"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",[1045],{"path":642,"priority":327},{"basePath":1047,"description":1048,"displayName":1049,"installMethods":1050,"rationale":1051,"selectedPaths":1052,"source":333,"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",[1053],{"path":642,"priority":327},{"basePath":1055,"description":1056,"displayName":1057,"installMethods":1058,"rationale":1059,"selectedPaths":1060,"source":333,"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",[1061],{"path":642,"priority":327},{"basePath":1063,"description":1064,"displayName":1065,"installMethods":1066,"rationale":1067,"selectedPaths":1068,"source":333,"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",[1069],{"path":642,"priority":327},{"basePath":1071,"description":1072,"displayName":1073,"installMethods":1074,"rationale":1075,"selectedPaths":1076,"source":333,"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",[1077],{"path":642,"priority":327},{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":333,"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",[1085],{"path":642,"priority":327},{"basePath":1087,"description":1088,"displayName":1089,"installMethods":1090,"rationale":1091,"selectedPaths":1092,"source":333,"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",[1093],{"path":642,"priority":327},{"basePath":1095,"description":1096,"displayName":1097,"installMethods":1098,"rationale":1099,"selectedPaths":1100,"source":333,"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",[1101,1102],{"path":642,"priority":327},{"path":1103,"priority":346},"analyse-business-requirements.md",{"basePath":1105,"description":1106,"displayName":1107,"installMethods":1108,"rationale":1109,"selectedPaths":1110,"source":333,"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",[1111],{"path":642,"priority":327},{"basePath":1113,"description":1114,"displayName":1115,"installMethods":1116,"rationale":1117,"selectedPaths":1118,"source":333,"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",[1119],{"path":642,"priority":327},{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":333,"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",[1127],{"path":642,"priority":327},{"sources":1129},[1130],"manual",{"closedIssues90d":233,"description":1132,"forks":234,"homepage":1133,"license":240,"openIssues90d":236,"pushedAt":237,"readmeSize":231,"stars":238,"topics":1134},"Hand-crafted Claude Code Skills focused on improving agent results quality. Compatible with OpenCode, Cursor, Antigravity, Gemini CLI, and others.","https://cek.neolab.finance/",[1135,1136,1137,1138,270,1139,1140,1141,1142],"agent","ai","claude","llm","cline","cursor","opencode","windsurf",{"classifiedAt":1144,"discoverAt":1145,"extractAt":1146,"githubAt":1146,"updatedAt":1144},1778694480631,1778694475065,1778694478670,[218,215,217,214,216],{"evaluatedAt":243,"extractAt":294,"updatedAt":243},[],[1151,1175,1203,1223,1251,1272],{"_creationTime":1152,"_id":1153,"community":1154,"display":1155,"identity":1160,"providers":1164,"relations":1169,"tags":1171,"workflow":1172},1778697652123.8928,"k171pew5empzzrfghyg9nqrk6n86nqa9",{"reviewCount":8},{"description":1156,"installMethods":1157,"name":214,"sourceUrl":1159},"Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.",{"claudeCode":1158},"steipete/clawdis","https://github.com/steipete/clawdis",{"basePath":1161,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":214,"type":248},"skills/github","steipete","clawdis",{"evaluate":1165,"extract":1168},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1166,"tags":1167,"targetMarket":219,"tier":281},100,[214,215,218,280,301],{"commitSha":283},{"repoId":1170},"kd738npxg9yh3xf3vddzy9fyfh86nhng",[218,301,215,280,214],{"evaluatedAt":1173,"extractAt":1174,"updatedAt":1173},1778698569289,1778697652123,{"_creationTime":1176,"_id":1177,"community":1178,"display":1179,"identity":1185,"providers":1189,"relations":1196,"tags":1199,"workflow":1200},1778695548458.3926,"k172f2ed2j5kxdq8hbw4nszcw186m5xj",{"reviewCount":8},{"description":1180,"installMethods":1181,"name":1183,"sourceUrl":1184},"Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.\n",{"claudeCode":1182},"pjt222/agent-almanac","review-pull-request","https://github.com/pjt222/agent-almanac",{"basePath":1186,"githubOwner":1187,"githubRepo":1188,"locale":18,"slug":1183,"type":248},"skills/review-pull-request","pjt222","agent-almanac",{"evaluate":1190,"extract":1195},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1166,"tags":1191,"targetMarket":219,"tier":281},[376,216,214,217,1192,1193,1194],"gh-cli","feedback","pr",{"commitSha":283},{"parentExtensionId":1197,"repoId":1198},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[217,1193,1192,214,1194,216,376],{"evaluatedAt":1201,"extractAt":1202,"updatedAt":1201},1778700796502,1778695548458,{"_creationTime":1204,"_id":1205,"community":1206,"display":1207,"identity":1211,"providers":1213,"relations":1219,"tags":1220,"workflow":1221},1778695548458.3474,"k1730fbw3hyx274fzsesckx2bs86nqph",{"reviewCount":8},{"description":1208,"installMethods":1209,"name":1210,"sourceUrl":1184},"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":1182},"create-pull-request",{"basePath":1212,"githubOwner":1187,"githubRepo":1188,"locale":18,"slug":1210,"type":248},"skills/create-pull-request",{"evaluate":1214,"extract":1218},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1215,"tags":1216,"targetMarket":219,"tier":281},99,[214,216,256,1217,217,301],"collaboration",{"commitSha":283},{"parentExtensionId":1197,"repoId":1198},[301,217,1217,256,214,216],{"evaluatedAt":1222,"extractAt":1202,"updatedAt":1222},1778697203799,{"_creationTime":1224,"_id":1225,"community":1226,"display":1227,"identity":1233,"providers":1237,"relations":1244,"tags":1247,"workflow":1248},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":1228,"installMethods":1229,"name":1231,"sourceUrl":1232},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":1230},"Yeachan-Heo/oh-my-claudecode","oh-my-claudecode","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":1234,"githubOwner":1235,"githubRepo":1231,"locale":18,"slug":1236,"type":248},"skills/ask","Yeachan-Heo","ask",{"evaluate":1238,"extract":1242},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1166,"tags":1239,"targetMarket":219,"tier":281},[215,301,1138,1240,217,1241],"prompting","artifact-generation",{"commitSha":283,"license":1243},"MIT",{"parentExtensionId":1245,"repoId":1246},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[1241,301,215,217,1138,1240],{"evaluatedAt":1249,"extractAt":1250,"updatedAt":1249},1778699303045,1778699234184,{"_creationTime":1252,"_id":1253,"community":1254,"display":1255,"identity":1259,"providers":1262,"relations":1268,"tags":1269,"workflow":1270},1778697652123.8804,"k173mjn1bp2a67v1h8qjkv7wn186met8",{"reviewCount":8},{"description":1256,"installMethods":1257,"name":1258,"sourceUrl":1159},"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":1158},"ClawSweeper Skill",{"basePath":1260,"githubOwner":1162,"githubRepo":1163,"locale":18,"slug":1261,"type":248},".agents/skills/clawsweeper","clawsweeper",{"evaluate":1263,"extract":1267},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1166,"tags":1264,"targetMarket":219,"tier":281},[214,301,217,1265,1266],"maintenance","ci-cd",{"commitSha":283,"license":1243},{"repoId":1170},[301,1266,217,214,1265],{"evaluatedAt":1271,"extractAt":1174,"updatedAt":1271},1778697688364,{"_creationTime":1273,"_id":1274,"community":1275,"display":1276,"identity":1282,"providers":1288,"relations":1296,"tags":1298,"workflow":1299},1778691193352.5178,"k175cj68ewyej64segk2xnppss86n5ad",{"reviewCount":8},{"description":1277,"installMethods":1278,"name":1280,"sourceUrl":1281},"Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida \"revisión Codex\", \"revisión de PR\", \"revisar PR\", \"revisar PR",{"claudeCode":1279},"j4rk0r/claude-skills","Codex PR Review","https://github.com/j4rk0r/claude-skills",{"basePath":1283,"githubOwner":1284,"githubRepo":1285,"locale":1286,"slug":1287,"type":248},"skills/codex-pr-review","j4rk0r","claude-skills","es","codex-pr-review",{"evaluate":1289,"extract":1295},{"promptVersionExtension":207,"promptVersionScoring":208,"score":1166,"tags":1290,"targetMarket":219,"tier":281},[1291,217,216,1292,1293,1294],"drupal","codex","security","quality-assurance",{"commitSha":283,"license":1243},{"repoId":1297},"kd79shaph0e07035621cxd7x1n86m944",[217,1292,1291,216,1294,1293],{"evaluatedAt":1300,"extractAt":1301,"updatedAt":1302},1778691239127,1778691193352,1778691484699]