[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-anthropics-commit-commands-en":3,"guides-for-anthropics-commit-commands":700,"similar-k17ar53f4ypw36h5r3bf8cx3dn86nw7x-en":701},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":14,"identity":251,"isFallback":234,"parentExtension":256,"providers":291,"relations":295,"repo":296,"tags":698,"workflow":699},1778675383815.6453,"k17ar53f4ypw36h5r3bf8cx3dn86nw7x",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13},"Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",{"claudeCode":12},"commit-commands","https://github.com/anthropics/claude-code",{"_creationTime":15,"_id":16,"extensionId":5,"locale":17,"result":18,"trustSignals":232,"workflow":249},1778675460618.5115,"kn726gdqtbg6pq36pyq6yh673s86n70j","en",{"checks":19,"evaluatedAt":203,"extensionSummary":204,"features":205,"nonGoals":210,"promptVersionExtension":214,"promptVersionScoring":215,"purpose":216,"rationale":217,"score":218,"summary":219,"tags":220,"targetMarket":226,"tier":227,"useCases":228},[20,25,28,31,35,38,42,47,50,53,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,150,153,157,160,163,166,169,171,174,177,180,182,185,189,192,195,199],{"category":21,"check":22,"severity":23,"summary":24},"Practical Utility","Problem relevance","pass","The description clearly states the problem of streamlining git workflow with simple commands for committing, pushing, and creating pull requests.",{"category":21,"check":26,"severity":23,"summary":27},"Unique selling proposition","The plugin automates common git operations by using slash commands, reducing context switching and manual execution of multiple git commands, which goes beyond simple prompt interaction.",{"category":21,"check":29,"severity":23,"summary":30},"Production readiness","The plugin covers the complete lifecycle for git operations including committing, pushing, and pull request creation, and cleanup of stale branches.",{"category":32,"check":33,"severity":23,"summary":34},"Scope","Single responsibility principle","The plugin focuses on git workflow commands, specifically committing, pushing, and pull request creation, which forms a coherent and single domain.",{"category":32,"check":36,"severity":23,"summary":37},"Description quality","The provided description accurately reflects the plugin's functionality of streamlining git workflows.",{"category":39,"check":40,"severity":23,"summary":41},"Invocation","Scoped tools","Tools like `/commit`, `/commit-push-pr`, and `/clean_gone` are narrow verb-noun specialists, making them easy for the agent to select.",{"category":43,"check":44,"severity":45,"summary":46},"Documentation","Configuration & parameter reference","not_applicable","There are no configurable options or parameters for this plugin beyond basic Git and GitHub CLI setup, which are external requirements.",{"category":32,"check":48,"severity":23,"summary":49},"Tool naming","All tool names are descriptive verb-noun pairs within the git domain.",{"category":32,"check":51,"severity":23,"summary":52},"Minimal I/O surface","Tool inputs are primarily flags or structured arguments, and outputs are focused on the task results without extraneous data.",{"category":54,"check":55,"severity":56,"summary":57},"License","License usability","warning","The license is stated as '© Anthropic PBC. All rights reserved. Use is subject to Anthropic's [Commercial Terms of Service]', which is not a standard OSI-approved open-source license and may impose commercial restrictions.",{"category":59,"check":60,"severity":23,"summary":61},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is within the last 3 months.",{"category":59,"check":63,"severity":45,"summary":64},"Dependency Management","The plugin does not appear to use third-party dependencies directly within its bundled scripts, relying on external tools like Git and GitHub CLI.",{"category":66,"check":67,"severity":23,"summary":68},"Security","Secret Management","The plugin relies on external authentication for the GitHub CLI, implying secrets are handled by the user's system, not directly within the plugin's code or settings.",{"category":66,"check":70,"severity":23,"summary":71},"Injection","The plugin uses specific, well-defined bash commands and relies on the security of the underlying Git and GitHub CLI tools; it does not load untrusted external data as instructions.",{"category":66,"check":73,"severity":23,"summary":74},"Transitive Supply-Chain Grenades","The plugin uses bundled bash scripts that call external but standard tools (git, gh); it does not fetch remote code or data at runtime.",{"category":66,"check":76,"severity":23,"summary":77},"Sandbox Isolation","The plugin executes git and gh commands, which operate within the context of the repository and user's environment, and does not appear to attempt to write to arbitrary paths outside its scope.",{"category":66,"check":79,"severity":23,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were detected in the plugin's scripts.",{"category":66,"check":82,"severity":23,"summary":83},"Data Exfiltration","The plugin's operations are local git commands and GitHub PR creation; there are no indications of reading or submitting confidential data to third parties.",{"category":66,"check":85,"severity":23,"summary":86},"Hidden Text Tricks","The bundled files do not contain hidden-steering tricks, invisible characters, or other obfuscation methods.",{"category":88,"check":89,"severity":23,"summary":90},"Hooks","Opaque code execution","The plugin's scripts are readable bash commands; there is no obfuscation like base64 payloads or minified bundles.",{"category":92,"check":93,"severity":23,"summary":94},"Portability","Structural Assumption","The scripts assume a standard git repository structure and external tools (git, gh) are installed, which is reasonable for a git workflow plugin.",{"category":96,"check":97,"severity":56,"summary":98},"Trust","Issues Attention","Open issues (9462) significantly outnumber closed issues (22831) in the last 90 days, indicating potentially slow maintainer response times.",{"category":100,"check":101,"severity":23,"summary":102},"Version","Release Management","The plugin declares a version (1.0.0) in its `plugin.json` and README, and uses specific tags/branches for development.",{"category":104,"check":105,"severity":23,"summary":106},"Code Execution","Validation","The bash scripts for git and gh commands are standard and rely on the inherent validation of those tools; no complex custom validation schema is expected or needed here.",{"category":66,"check":108,"severity":23,"summary":109},"Unguarded Destructive Operations","Destructive operations like `git branch -D` and `git worktree remove` are performed by specific, documented commands and have clear user feedback, not silent execution.",{"category":104,"check":111,"severity":23,"summary":112},"Error Handling","The bash scripts use standard git and gh commands, which provide clear error messages and exit codes upon failure, allowing the agent to handle them.",{"category":104,"check":114,"severity":23,"summary":115},"Logging","The plugin provides feedback on executed commands and their outcomes in the output, effectively serving as a form of audit logging for user review.",{"category":117,"check":118,"severity":45,"summary":119},"Compliance","GDPR","The plugin operates on local git repository data and GitHub PRs; it does not handle personal data directly.",{"category":117,"check":121,"severity":23,"summary":122},"Target market","The extension is a generic git workflow tool usable globally, with no regional or jurisdictional limitations.",{"category":92,"check":124,"severity":23,"summary":125},"Runtime stability","The plugin relies on standard Git and GitHub CLI, which are generally cross-platform compatible.",{"category":43,"check":127,"severity":23,"summary":128},"README","The README file is present, well-organized, and clearly explains the plugin's purpose, commands, and usage.",{"category":32,"check":130,"severity":23,"summary":131},"Tool surface size","The plugin exposes three distinct commands (`/commit`, `/commit-push-pr`, `/clean_gone`), which is within the target range.",{"category":39,"check":133,"severity":23,"summary":134},"Overlapping near-synonym tools","The tools `/commit` and `/commit-push-pr` have distinct functionalities (commit only vs. commit-push-pr) and do not represent near-synonyms.",{"category":43,"check":136,"severity":23,"summary":137},"Phantom features","All features described in the README, such as automatic commit message generation and PR creation, have corresponding implemented commands.",{"category":139,"check":140,"severity":23,"summary":141},"Install","Installation instruction","The README clearly states the plugin is included in Claude Code and available automatically, and provides usage examples.",{"category":143,"check":144,"severity":23,"summary":145},"Errors","Actionable error messages","The plugin relies on the actionable error messages provided by git and gh CLI commands, which are standard and well-understood.",{"category":147,"check":148,"severity":23,"summary":149},"Execution","Pinned dependencies","The plugin does not use third-party dependencies directly within its scripts, thus not requiring pinning or lockfiles for them.",{"category":32,"check":151,"severity":23,"summary":152},"Dry-run preview","While not explicitly a `--dry-run` flag, the commands (`/commit`, `/clean_gone`) provide clear feedback and output that acts as a preview of their actions before permanent changes.",{"category":154,"check":155,"severity":45,"summary":156},"Protocol","Idempotent retry & timeouts","The plugin operates on local git and GitHub CLI commands which handle their own retries and timeouts; the plugin itself does not have remote calls.",{"category":117,"check":158,"severity":23,"summary":159},"Telemetry opt-in","There is no indication of telemetry collection within the plugin's code or documentation.",{"category":39,"check":161,"severity":23,"summary":162},"Name collisions","The plugin provides three distinct slash commands that do not appear to collide with built-in Claude Code commands or other common git CLI commands.",{"category":39,"check":164,"severity":45,"summary":165},"Hooks-off mechanism","This extension is a plugin that provides commands directly, not hooks that would require a hooks-off mechanism.",{"category":39,"check":167,"severity":45,"summary":168},"Hook matcher tightness","This extension does not appear to use hooks.",{"category":66,"check":170,"severity":45,"summary":168},"Hook security",{"category":88,"check":172,"severity":45,"summary":173},"Silent prompt rewriting","This extension does not use UserPromptSubmit hooks.",{"category":66,"check":175,"severity":45,"summary":176},"Permission Hook","This extension does not use PermissionRequest hooks.",{"category":117,"check":178,"severity":45,"summary":179},"Hook privacy","This extension does not appear to use hooks that would involve network calls for logging or telemetry.",{"category":104,"check":181,"severity":45,"summary":168},"Hook dependency",{"category":43,"check":183,"severity":23,"summary":184},"Feature Transparency","The README clearly describes each command's functionality and usage, aligning with the provided script logic.",{"category":186,"check":187,"severity":23,"summary":188},"Convention","Layout convention adherence","The plugin structure follows standard conventions with `plugin.json` in `.claude-plugin/` and commands in a `commands/` directory, documented in the README.",{"category":186,"check":190,"severity":45,"summary":191},"Plugin state","The plugin does not appear to maintain persistent state that would require management under CLAUDE_PLUGIN_DATA.",{"category":66,"check":193,"severity":45,"summary":194},"Keychain-stored secrets","The plugin does not directly handle secrets; it relies on the user's pre-configured GitHub CLI authentication.",{"category":196,"check":197,"severity":45,"summary":198},"Dependencies","Tagged release sourcing","The plugin does not bundle external MCP servers; it relies on standard system tools.",{"category":200,"check":201,"severity":23,"summary":202},"Installation","Clean uninstall","The plugin executes local commands and does not install background daemons or services that would persist after uninstall.",1778675460500,"This plugin provides commands to automate git operations such as committing with auto-generated messages, pushing changes, creating pull requests, and cleaning up stale local branches. It relies on the installed Git and GitHub CLI tools.",[206,207,208,209],"Automated git commit message generation","One-step commit, push, and pull request creation","Cleanup of stale local git branches","Workflow integration for development and maintenance",[211,212,213],"Managing complex git rebasing or merging strategies.","Interacting with Git hosting platforms other than GitHub.","Providing a full-fledged Git GUI.","3.0.0","4.4.0","Streamline your git workflow by automating common tasks like committing, pushing, and creating pull requests with simple, integrated commands.","The `License usability` check is a warning due to the proprietary nature of the license. The `Issues Attention` check is also a warning due to a high number of open issues relative to closed issues.",78,"A well-integrated plugin for streamlining Git workflows with clear commands for common operations.",[221,222,223,224,225],"git","cli","workflow","automation","github","global","community",[229,230,231],"When you need to quickly commit staged changes with an appropriate message.","When ready to push feature branches and create pull requests.","To maintain a clean local git repository by removing deleted remote branches.",{"codeQuality":233,"collectedAt":235,"documentation":236,"maintenance":239,"security":246,"testCoverage":247},{"hasLockfile":234},false,1778675444175,{"descriptionLength":237,"readmeSize":238},101,2873,{"closedIssues90d":240,"forks":241,"hasChangelog":234,"manifestVersion":242,"openIssues90d":243,"pushedAt":244,"stars":245},22831,20310,"1.0.0",9462,1778620184000,123134,{"hasNpmPackage":234,"smitheryVerified":234},{"hasCi":248,"hasTests":234},true,{"updatedAt":250},1778675460618,{"basePath":252,"githubOwner":253,"githubRepo":254,"locale":17,"slug":12,"type":255},"plugins/commit-commands","anthropics","claude-code","plugin",{"_creationTime":257,"_id":258,"community":259,"display":260,"identity":265,"parentExtension":268,"providers":269,"relations":285,"tags":287,"workflow":288},1778675383815.6443,"k17ft5f5kw1crrqpbr5ez2tfx586mxk0",{"reviewCount":8},{"description":261,"installMethods":262,"name":264,"sourceUrl":13},"Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",{"claudeCode":263},"anthropics/claude-code","claude-code-plugins",{"basePath":266,"githubOwner":253,"githubRepo":254,"locale":17,"slug":254,"type":267},"","marketplace",null,{"evaluate":270,"extract":279},{"promptVersionExtension":271,"promptVersionScoring":215,"score":272,"tags":273,"targetMarket":226,"tier":227},"3.1.0",79,[254,274,275,276,277,278],"plugins","development","productivity","code-review","agent-sdk",{"commitSha":280,"marketplace":281,"plugin":283},"HEAD",{"name":264,"pluginCount":282,"version":242},13,{"mcpCount":8,"provider":284,"skillCount":8},"classify",{"repoId":286},"kd7d2pdr9h079xr7vcg3zyy2nx86mab0",[278,254,277,275,274,276],{"evaluatedAt":289,"extractAt":290,"updatedAt":289},1778675396350,1778675383815,{"evaluate":292,"extract":294},{"promptVersionExtension":214,"promptVersionScoring":215,"score":218,"tags":293,"targetMarket":226,"tier":227},[221,222,223,224,225],{"commitSha":280},{"parentExtensionId":258,"repoId":286},{"_creationTime":297,"_id":286,"identity":298,"providers":299,"workflow":694},1778675378145.0718,{"githubOwner":253,"githubRepo":254,"sourceUrl":13},{"classify":300,"discover":687,"github":690},{"commitSha":280,"extensions":301},[302,315,331,343,353,365,376,393,404,436,446,462,484,501,512,525,532,540,561,588,616,636,658,677],{"basePath":266,"description":261,"displayName":264,"installMethods":303,"rationale":304,"selectedPaths":305,"source":314,"sourceLanguage":17,"type":267},{"claudeCode":263},"marketplace.json at .claude-plugin/marketplace.json",[306,309,311],{"path":307,"priority":308},".claude-plugin/marketplace.json","mandatory",{"path":310,"priority":308},"README.md",{"path":312,"priority":313},"LICENSE.md","high","rule",{"basePath":316,"description":317,"displayName":318,"installMethods":319,"rationale":320,"selectedPaths":321,"source":314,"sourceLanguage":17,"type":255},"plugins/agent-sdk-dev","Claude Agent SDK Development Plugin","agent-sdk-dev",{"claudeCode":318},"plugin manifest at plugins/agent-sdk-dev/.claude-plugin/plugin.json",[322,324,325,327,329],{"path":323,"priority":308},".claude-plugin/plugin.json",{"path":310,"priority":308},{"path":326,"priority":313},"agents/agent-sdk-verifier-py.md",{"path":328,"priority":313},"agents/agent-sdk-verifier-ts.md",{"path":330,"priority":313},"commands/new-sdk-app.md",{"basePath":332,"description":333,"displayName":334,"installMethods":335,"rationale":336,"selectedPaths":337,"source":314,"sourceLanguage":17,"type":255},"plugins/claude-opus-4-5-migration","Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.","claude-opus-4-5-migration",{"claudeCode":334},"plugin manifest at plugins/claude-opus-4-5-migration/.claude-plugin/plugin.json",[338,339,340],{"path":323,"priority":308},{"path":310,"priority":308},{"path":341,"priority":342},"skills/claude-opus-4-5-migration/SKILL.md","medium",{"basePath":344,"description":345,"displayName":277,"installMethods":346,"rationale":347,"selectedPaths":348,"source":314,"sourceLanguage":17,"type":255},"plugins/code-review","Automated code review for pull requests using multiple specialized agents with confidence-based scoring",{"claudeCode":277},"plugin manifest at plugins/code-review/.claude-plugin/plugin.json",[349,350,351],{"path":323,"priority":308},{"path":310,"priority":308},{"path":352,"priority":313},"commands/code-review.md",{"basePath":252,"description":10,"displayName":12,"installMethods":354,"rationale":355,"selectedPaths":356,"source":314,"sourceLanguage":17,"type":255},{"claudeCode":12},"plugin manifest at plugins/commit-commands/.claude-plugin/plugin.json",[357,358,359,361,363],{"path":323,"priority":308},{"path":310,"priority":308},{"path":360,"priority":313},"commands/clean_gone.md",{"path":362,"priority":313},"commands/commit-push-pr.md",{"path":364,"priority":313},"commands/commit.md",{"basePath":366,"description":367,"displayName":368,"installMethods":369,"rationale":370,"selectedPaths":371,"source":314,"sourceLanguage":17,"type":255},"plugins/explanatory-output-style","Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)","explanatory-output-style",{"claudeCode":368},"plugin manifest at plugins/explanatory-output-style/.claude-plugin/plugin.json",[372,373,374],{"path":323,"priority":308},{"path":310,"priority":308},{"path":375,"priority":313},"hooks/hooks.json",{"basePath":377,"description":378,"displayName":379,"installMethods":380,"rationale":381,"selectedPaths":382,"source":314,"sourceLanguage":17,"type":255},"plugins/feature-dev","Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review","feature-dev",{"claudeCode":379},"plugin manifest at plugins/feature-dev/.claude-plugin/plugin.json",[383,384,385,387,389,391],{"path":323,"priority":308},{"path":310,"priority":308},{"path":386,"priority":313},"agents/code-architect.md",{"path":388,"priority":313},"agents/code-explorer.md",{"path":390,"priority":313},"agents/code-reviewer.md",{"path":392,"priority":313},"commands/feature-dev.md",{"basePath":394,"description":395,"displayName":396,"installMethods":397,"rationale":398,"selectedPaths":399,"source":314,"sourceLanguage":17,"type":255},"plugins/frontend-design","Frontend design skill for UI/UX implementation","frontend-design",{"claudeCode":396},"plugin manifest at plugins/frontend-design/.claude-plugin/plugin.json",[400,401,402],{"path":323,"priority":308},{"path":310,"priority":308},{"path":403,"priority":342},"skills/frontend-design/SKILL.md",{"basePath":405,"description":406,"displayName":407,"installMethods":408,"rationale":409,"selectedPaths":410,"source":314,"sourceLanguage":17,"type":255},"plugins/hookify","Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns","hookify",{"claudeCode":407},"plugin manifest at plugins/hookify/.claude-plugin/plugin.json",[411,412,413,415,417,419,421,423,425,427,428,430,432,434],{"path":323,"priority":308},{"path":310,"priority":308},{"path":414,"priority":342},"skills/writing-rules/SKILL.md",{"path":416,"priority":313},"agents/conversation-analyzer.md",{"path":418,"priority":313},"commands/configure.md",{"path":420,"priority":313},"commands/help.md",{"path":422,"priority":313},"commands/hookify.md",{"path":424,"priority":313},"commands/list.md",{"path":426,"priority":313},"hooks/__init__.py",{"path":375,"priority":313},{"path":429,"priority":313},"hooks/posttooluse.py",{"path":431,"priority":313},"hooks/pretooluse.py",{"path":433,"priority":313},"hooks/stop.py",{"path":435,"priority":313},"hooks/userpromptsubmit.py",{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":314,"sourceLanguage":17,"type":255},"plugins/learning-output-style","Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)","learning-output-style",{"claudeCode":439},"plugin manifest at plugins/learning-output-style/.claude-plugin/plugin.json",[443,444,445],{"path":323,"priority":308},{"path":310,"priority":308},{"path":375,"priority":313},{"basePath":447,"description":448,"displayName":449,"installMethods":450,"rationale":451,"selectedPaths":452,"source":314,"sourceLanguage":17,"type":255},"plugins/plugin-dev","Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.","plugin-dev",{"claudeCode":449},"inline plugin source from marketplace.json at plugins/plugin-dev",[453,454,456,458,460],{"path":310,"priority":308},{"path":455,"priority":313},"agents/agent-creator.md",{"path":457,"priority":313},"agents/plugin-validator.md",{"path":459,"priority":313},"agents/skill-reviewer.md",{"path":461,"priority":313},"commands/create-plugin.md",{"basePath":463,"description":464,"displayName":465,"installMethods":466,"rationale":467,"selectedPaths":468,"source":314,"sourceLanguage":17,"type":255},"plugins/pr-review-toolkit","Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification","pr-review-toolkit",{"claudeCode":465},"plugin manifest at plugins/pr-review-toolkit/.claude-plugin/plugin.json",[469,470,471,472,474,476,478,480,482],{"path":323,"priority":308},{"path":310,"priority":308},{"path":390,"priority":313},{"path":473,"priority":313},"agents/code-simplifier.md",{"path":475,"priority":313},"agents/comment-analyzer.md",{"path":477,"priority":313},"agents/pr-test-analyzer.md",{"path":479,"priority":313},"agents/silent-failure-hunter.md",{"path":481,"priority":313},"agents/type-design-analyzer.md",{"path":483,"priority":313},"commands/review-pr.md",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":314,"sourceLanguage":17,"type":255},"plugins/ralph-wiggum","Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.","ralph-wiggum",{"claudeCode":487},"plugin manifest at plugins/ralph-wiggum/.claude-plugin/plugin.json",[491,492,493,495,496,498,499],{"path":323,"priority":308},{"path":310,"priority":308},{"path":494,"priority":313},"commands/cancel-ralph.md",{"path":420,"priority":313},{"path":497,"priority":313},"commands/ralph-loop.md",{"path":375,"priority":313},{"path":500,"priority":313},"hooks/stop-hook.sh",{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":314,"sourceLanguage":17,"type":255},"plugins/security-guidance","Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns","security-guidance",{"claudeCode":504},"plugin manifest at plugins/security-guidance/.claude-plugin/plugin.json",[508,509,510],{"path":323,"priority":308},{"path":375,"priority":313},{"path":511,"priority":313},"hooks/security_reminder_hook.py",{"basePath":513,"description":514,"displayName":334,"installMethods":515,"rationale":516,"selectedPaths":517,"source":314,"sourceLanguage":17,"type":524},"plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration","Migrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5.",{"claudeCode":263},"SKILL.md frontmatter at plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration/SKILL.md",[518,520,522],{"path":519,"priority":308},"SKILL.md",{"path":521,"priority":342},"references/effort.md",{"path":523,"priority":342},"references/prompt-snippets.md","skill",{"basePath":526,"description":527,"displayName":396,"installMethods":528,"rationale":529,"selectedPaths":530,"source":314,"sourceLanguage":17,"type":524},"plugins/frontend-design/skills/frontend-design","Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.",{"claudeCode":263},"SKILL.md frontmatter at plugins/frontend-design/skills/frontend-design/SKILL.md",[531],{"path":519,"priority":308},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":314,"sourceLanguage":17,"type":524},"plugins/hookify/skills/writing-rules","This skill should be used when the user asks to \"create a hookify rule\", \"write a hook rule\", \"configure hookify\", \"add a hookify rule\", or needs guidance on hookify rule syntax and patterns.","writing-rules",{"claudeCode":263},"SKILL.md frontmatter at plugins/hookify/skills/writing-rules/SKILL.md",[539],{"path":519,"priority":308},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/agent-development","This skill should be used when the user asks to \"create an agent\", \"add an agent\", \"write a subagent\", \"agent frontmatter\", \"when to use description\", \"agent examples\", \"agent tools\", \"agent colors\", \"autonomous agent\", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.","agent-development",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/agent-development/SKILL.md",[547,548,551,553,555,557,559],{"path":519,"priority":308},{"path":549,"priority":550},"examples/agent-creation-prompt.md","low",{"path":552,"priority":550},"examples/complete-agent-examples.md",{"path":554,"priority":342},"references/agent-creation-system-prompt.md",{"path":556,"priority":342},"references/system-prompt-design.md",{"path":558,"priority":342},"references/triggering-examples.md",{"path":560,"priority":550},"scripts/validate-agent.sh",{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/command-development","This skill should be used when the user asks to \"create a slash command\", \"add a command\", \"write a custom command\", \"define command arguments\", \"use command frontmatter\", \"organize commands\", \"create command with file references\", \"interactive command\", \"use AskUserQuestion in command\", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.","command-development",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/command-development/SKILL.md",[568,569,570,572,574,576,578,580,582,584,586],{"path":519,"priority":308},{"path":310,"priority":313},{"path":571,"priority":550},"examples/plugin-commands.md",{"path":573,"priority":550},"examples/simple-commands.md",{"path":575,"priority":342},"references/advanced-workflows.md",{"path":577,"priority":342},"references/documentation-patterns.md",{"path":579,"priority":342},"references/frontmatter-reference.md",{"path":581,"priority":342},"references/interactive-commands.md",{"path":583,"priority":342},"references/marketplace-considerations.md",{"path":585,"priority":342},"references/plugin-features-reference.md",{"path":587,"priority":342},"references/testing-strategies.md",{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/hook-development","This skill should be used when the user asks to \"create a hook\", \"add a PreToolUse/PostToolUse/Stop hook\", \"validate tool use\", \"implement prompt-based hooks\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"set up event-driven automation\", \"block dangerous commands\", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.","hook-development",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/hook-development/SKILL.md",[595,596,598,600,602,604,606,608,610,612,614],{"path":519,"priority":308},{"path":597,"priority":550},"examples/load-context.sh",{"path":599,"priority":550},"examples/validate-bash.sh",{"path":601,"priority":550},"examples/validate-write.sh",{"path":603,"priority":342},"references/advanced.md",{"path":605,"priority":342},"references/migration.md",{"path":607,"priority":342},"references/patterns.md",{"path":609,"priority":550},"scripts/README.md",{"path":611,"priority":550},"scripts/hook-linter.sh",{"path":613,"priority":550},"scripts/test-hook.sh",{"path":615,"priority":550},"scripts/validate-hook-schema.sh",{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/mcp-integration","This skill should be used when the user asks to \"add MCP server\", \"integrate MCP\", \"configure MCP in plugin\", \"use .mcp.json\", \"set up Model Context Protocol\", \"connect external service\", mentions \"${CLAUDE_PLUGIN_ROOT} with MCP\", or discusses MCP server types (SSE, stdio, HTTP, WebSocket). Provides comprehensive guidance for integrating Model Context Protocol servers into Claude Code plugins for external tool and service integration.","mcp-integration",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/mcp-integration/SKILL.md",[623,624,626,628,630,632,634],{"path":519,"priority":308},{"path":625,"priority":550},"examples/http-server.json",{"path":627,"priority":550},"examples/sse-server.json",{"path":629,"priority":550},"examples/stdio-server.json",{"path":631,"priority":342},"references/authentication.md",{"path":633,"priority":342},"references/server-types.md",{"path":635,"priority":342},"references/tool-usage.md",{"basePath":637,"description":638,"displayName":639,"installMethods":640,"rationale":641,"selectedPaths":642,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/plugin-settings","This skill should be used when the user asks about \"plugin settings\", \"store plugin configuration\", \"user-configurable plugin\", \".local.md files\", \"plugin state files\", \"read YAML frontmatter\", \"per-project plugin settings\", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.","plugin-settings",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/plugin-settings/SKILL.md",[643,644,646,648,650,652,654,656],{"path":519,"priority":308},{"path":645,"priority":550},"examples/create-settings-command.md",{"path":647,"priority":550},"examples/example-settings.md",{"path":649,"priority":550},"examples/read-settings-hook.sh",{"path":651,"priority":342},"references/parsing-techniques.md",{"path":653,"priority":342},"references/real-world-examples.md",{"path":655,"priority":550},"scripts/parse-frontmatter.sh",{"path":657,"priority":550},"scripts/validate-settings.sh",{"basePath":659,"description":660,"displayName":661,"installMethods":662,"rationale":663,"selectedPaths":664,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/plugin-structure","This skill should be used when the user asks to \"create a plugin\", \"scaffold a plugin\", \"understand plugin structure\", \"organize plugin components\", \"set up plugin.json\", \"use ${CLAUDE_PLUGIN_ROOT}\", \"add commands/agents/skills/hooks\", \"configure auto-discovery\", or needs guidance on plugin directory layout, manifest configuration, component organization, file naming conventions, or Claude Code plugin architecture best practices.","plugin-structure",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/plugin-structure/SKILL.md",[665,666,667,669,671,673,675],{"path":519,"priority":308},{"path":310,"priority":313},{"path":668,"priority":550},"examples/advanced-plugin.md",{"path":670,"priority":550},"examples/minimal-plugin.md",{"path":672,"priority":550},"examples/standard-plugin.md",{"path":674,"priority":342},"references/component-patterns.md",{"path":676,"priority":342},"references/manifest-reference.md",{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":314,"sourceLanguage":17,"type":524},"plugins/plugin-dev/skills/skill-development","This skill should be used when the user wants to \"create a skill\", \"add a skill to plugin\", \"write a new skill\", \"improve skill description\", \"organize skill content\", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.","skill-development",{"claudeCode":263},"SKILL.md frontmatter at plugins/plugin-dev/skills/skill-development/SKILL.md",[684,685],{"path":519,"priority":308},{"path":686,"priority":342},"references/skill-creator-original.md",{"sources":688},[689],"manual",{"closedIssues90d":240,"description":691,"forks":241,"homepage":692,"openIssues90d":243,"pushedAt":244,"readmeSize":238,"stars":245,"topics":693},"Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.","https://code.claude.com/docs/en/overview",[],{"classifiedAt":695,"discoverAt":696,"extractAt":697,"githubAt":697,"updatedAt":695},1778675383497,1778675378145,1778675381570,[224,222,221,225,223],{"evaluatedAt":250,"extractAt":290,"updatedAt":250},[],[702,733],{"_creationTime":703,"_id":704,"community":705,"display":706,"identity":711,"providers":715,"relations":727,"tags":729,"workflow":730},1778685949178.788,"k176z1bn53zzf0sm269h9x914x86nmtv",{"reviewCount":8},{"description":707,"installMethods":708,"name":709,"sourceUrl":710},"Build AG2 (AutoGen) multi-agent systems with slash commands: scaffold agents, wire workflows, create tools, and review code",{"claudeCode":709},"ag2-agent-builder","https://github.com/davepoon/buildwithclaude",{"basePath":712,"githubOwner":713,"githubRepo":714,"locale":17,"slug":709,"type":255},"plugins/ag2-agent-builder","davepoon","buildwithclaude",{"evaluate":716,"extract":725},{"promptVersionExtension":214,"promptVersionScoring":215,"score":717,"tags":718,"targetMarket":226,"tier":724},100,[719,720,721,223,722,723],"autogen","multi-agent","agent-building","tools","python","verified",{"commitSha":280,"license":726},"Apache-2.0",{"repoId":728},"kd719kw54vhmcscq7ckdp59fg586mnt6",[721,719,720,723,722,223],{"evaluatedAt":731,"extractAt":732,"updatedAt":731},1778687364609,1778685949178,{"_creationTime":734,"_id":735,"community":736,"display":737,"identity":743,"providers":745,"relations":756,"tags":759,"workflow":760},1778692878074.8347,"k178v80t9azwkv73nsx1a4r35n86m226",{"reviewCount":8},{"description":738,"installMethods":739,"name":741,"sourceUrl":742},"Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).",{"claudeCode":740},"worktrunk","Worktrunk","https://github.com/max-sixty/worktrunk",{"basePath":266,"githubOwner":744,"githubRepo":740,"locale":17,"slug":740,"type":255},"max-sixty",{"evaluate":746,"extract":752},{"promptVersionExtension":214,"promptVersionScoring":215,"score":747,"tags":748,"targetMarket":226,"tier":724},99,[221,749,222,750,224,751],"worktree","ai-agent","developer-tool",{"commitSha":280,"license":753,"plugin":754},"MIT OR Apache-2.0",{"mcpCount":8,"provider":284,"skillCount":755},2,{"parentExtensionId":757,"repoId":758},"k17933gw8zcjnsjg1xt0r1t2a586n11x","kd735mff6mvfxbagjk8sv9pg9s86ngdh",[750,224,222,751,221,749],{"evaluatedAt":761,"extractAt":762,"updatedAt":763},1778692927488,1778692878074,1778693214478]