[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-anthropics-plugin-settings-zh-CN":3,"guides-for-anthropics-plugin-settings":695,"similar-k174p7z9bhwxy1b4dea6bysexn86n2qj-zh-CN":696},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":222,"isFallback":219,"parentExtension":227,"providers":290,"relations":294,"repo":295,"tags":693,"workflow":694},1778675383815.6494,"k174p7z9bhwxy1b4dea6bysexn86n2qj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"anthropics/claude-code","plugin-settings","https://github.com/anthropics/claude-code",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":203,"workflow":220},1778675801703.9968,"kn70sbgq1z8jg3wh67ark9gc7986n68s","en",{"checks":20,"evaluatedAt":170,"extensionSummary":171,"features":172,"nonGoals":178,"promptVersionExtension":182,"promptVersionScoring":183,"purpose":184,"rationale":185,"score":186,"summary":187,"tags":188,"targetMarket":196,"tier":197,"useCases":198},[21,26,29,32,36,39,43,46,50,54,58,61,64,67,71,75,78,81,84,88,92,96,99,103,107,110,113,116,119,122,125,129,132,136,140,144,147,150,153,157,160,163,166],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of making plugin behavior configurable and managing per-project settings.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a concrete pattern for managing plugin configuration outside of code, which is a valuable enhancement over default behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides clear documentation, bash script examples, and references, demonstrating a complete lifecycle for implementing and using the pattern.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on the pattern for storing and reading plugin configuration files, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately and concisely reflects the skill's purpose and the pattern it documents.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The description clearly defines the skill's purpose (managing plugin settings) and when to use it (asking about configuration, state files, etc.), naming the artifact (.local.md files) and the user intent (make behavior configurable).",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise, self-contained, and accurately summarizes the core capability of managing plugin settings.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md is well-structured with clear sections and delegates deeper material to separate reference files.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Detailed parsing techniques and real-world examples are provided in separate reference files, following progressive disclosure principles.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill is about a configuration pattern and does not involve deep exploration that would require forked context.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","Sufficient end-to-end examples are provided in SKILL.md and reference files, demonstrating input, invocation, and expected outcomes.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation addresses edge cases like quote handling, special characters, empty values, and the `---` in body content, with recovery steps where applicable.",{"category":33,"check":65,"severity":56,"summary":66},"Tool Fallback","This skill does not rely on external tools like MCP servers, so this check is not applicable.",{"category":68,"check":69,"severity":24,"summary":70},"Safety","Halt on unexpected state","The documentation implicitly supports halting by demonstrating how to check for file existence and valid structure before proceeding.",{"category":72,"check":73,"severity":24,"summary":74},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills; its functionality is independent.",{"category":33,"check":76,"severity":56,"summary":77},"Tool surface size","This is a skill with no exposed tools/commands, therefore tool surface size is not applicable.",{"category":40,"check":79,"severity":56,"summary":80},"Overlapping near-synonym tools","The skill does not expose tools that would have overlapping synonyms.",{"category":47,"check":82,"severity":24,"summary":83},"Phantom features","All documented features, such as reading settings and parsing techniques, have corresponding implementations in the provided scripts and examples.",{"category":85,"check":86,"severity":56,"summary":87},"Install","Installation instruction","This skill does not require a separate installation or authentication steps beyond the core Claude Code installation.",{"category":89,"check":90,"severity":24,"summary":91},"Errors","Actionable error messages","The provided scripts and documentation consistently name what failed, why, and suggest remediation steps or indicate required user actions (e.g., restart Claude Code).",{"category":93,"check":94,"severity":24,"summary":95},"Execution","Pinned dependencies","The provided bash scripts are self-contained and do not rely on external dependencies beyond standard shell utilities.",{"category":33,"check":97,"severity":56,"summary":98},"Dry-run preview","This skill focuses on configuration and documentation, and does not perform state-changing operations that would require a dry-run feature.",{"category":100,"check":101,"severity":56,"summary":102},"Protocol","Idempotent retry & timeouts","The skill's operations are not remote or state-changing, making this check not applicable.",{"category":104,"check":105,"severity":56,"summary":106},"Security","Secret Management","The skill deals with configuration files and does not handle or expose secrets.",{"category":104,"check":108,"severity":24,"summary":109},"Injection","The scripts demonstrate safe parsing techniques and user input sanitization when writing settings, mitigating injection risks.",{"category":104,"check":111,"severity":24,"summary":112},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all necessary scripts and documentation are bundled.",{"category":104,"check":114,"severity":24,"summary":115},"Sandbox Isolation","The provided scripts operate only on local configuration files within the project and do not attempt to modify system paths or outside files.",{"category":104,"check":117,"severity":24,"summary":118},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were found in the provided scripts.",{"category":104,"check":120,"severity":24,"summary":121},"Data Exfiltration","The skill operates on local configuration files and has no outbound calls that could exfiltrate data.",{"category":104,"check":123,"severity":24,"summary":124},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean printable ASCII.",{"category":126,"check":127,"severity":24,"summary":128},"Hooks","Opaque code execution","The provided scripts are plain, readable bash and do not contain obfuscated code, base64 payloads, or runtime fetches.",{"category":72,"check":130,"severity":24,"summary":131},"Structural Assumption","The skill assumes the standard project root for settings files and documents this expectation, with clear instructions on placement.",{"category":133,"check":134,"severity":56,"summary":135},"Trust","Issues Attention","This evaluation is for a specific skill, not a repository; therefore, issue attention cannot be evaluated.",{"category":137,"check":138,"severity":24,"summary":139},"Versioning","Release Management","A meaningful version (0.1.0) is declared in the SKILL.md frontmatter.",{"category":141,"check":142,"severity":24,"summary":143},"Code Execution","Validation","The provided scripts demonstrate validation of file existence, frontmatter structure, and field values, using standard bash tools.",{"category":104,"check":145,"severity":24,"summary":146},"Unguarded Destructive Operations","The skill's operations involve reading and writing configuration files, which are guarded by file existence checks and are not destructive.",{"category":141,"check":148,"severity":24,"summary":149},"Error Handling","The provided bash scripts use `set -euo pipefail` and include explicit checks and error messages for file operations, ensuring fail-closed behavior.",{"category":141,"check":151,"severity":56,"summary":152},"Logging","The skill itself does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":154,"check":155,"severity":56,"summary":156},"Compliance","GDPR","The skill operates on user-provided configuration files and does not process personal data.",{"category":154,"check":158,"severity":24,"summary":159},"Target market","The skill is language-agnostic and operates on local file paths, making it globally applicable without regional restrictions.",{"category":72,"check":161,"severity":24,"summary":162},"Runtime stability","The skill relies on standard bash utilities and file operations, ensuring cross-platform compatibility on POSIX-compliant systems.",{"category":47,"check":164,"severity":24,"summary":165},"README","The README file clearly explains the purpose of Claude Code and mentions plugins, directing users to the appropriate documentation.",{"category":167,"check":168,"severity":24,"summary":169},"License","License usability","The license is defined by Anthropic's Commercial Terms of Service, which is permissive for use and distribution.",1778675801567,"This skill demonstrates a pattern for managing plugin configuration and state using `.claude/plugin-name.local.md` files, which combine YAML frontmatter for structured data and markdown for additional context. It includes detailed bash script examples for reading and writing these files, along with guidance on best practices and security considerations.",[173,174,175,176,177],"Per-project plugin configuration","YAML frontmatter for structured settings","Markdown body for prompts and context","Bash script examples for parsing and management","Guidance on best practices and security",[179,180,181],"Providing a plugin management system itself","Handling configuration for extensions other than Claude Code plugins","Implementing complex UI-based configuration interfaces","3.0.0","4.4.0","To provide developers with a standardized and robust pattern for making plugin behavior configurable on a per-project basis, enhancing flexibility and user control.","The skill is exceptionally well-documented and robust, with clear instructions, comprehensive examples, and safe scripting practices. The only minor deviation was the lack of an explicit `set -euo pipefail` in all example scripts, but this is well-covered by the main SKILL.md and the overall quality is extremely high.",98,"Excellent skill for managing per-project plugin configurations via .local.md files, with clear documentation and robust examples.",[189,190,191,192,193,194,195],"configuration","plugin","settings","yaml","markdown","bash","developer-tools","global","verified",[199,200,201,202],"Making plugin behavior adaptable to different projects","Storing per-project state for plugins","Allowing users to customize plugin settings without code changes","Creating user-friendly, configurable command-line tools",{"codeQuality":204,"collectedAt":206,"documentation":207,"maintenance":210,"security":217,"testCoverage":218},{"hasLockfile":205},false,1778675786137,{"descriptionLength":208,"readmeSize":209},408,2873,{"closedIssues90d":211,"forks":212,"hasChangelog":205,"manifestVersion":213,"openIssues90d":214,"pushedAt":215,"stars":216},22831,20310,"0.1.0",9462,1778620184000,123134,{"hasNpmPackage":205,"smitheryVerified":205},{"hasCi":219,"hasTests":205},true,{"updatedAt":221},1778675801704,{"basePath":223,"githubOwner":224,"githubRepo":225,"locale":18,"slug":13,"type":226},"plugins/plugin-dev/skills/plugin-settings","anthropics","claude-code","skill",{"_creationTime":228,"_id":229,"community":230,"display":231,"identity":236,"parentExtension":238,"providers":273,"relations":286,"tags":287,"workflow":288},1778675383815.6467,"k175f1rehwh7y2v5t5t0j9hxv586ndkq",{"reviewCount":8},{"description":232,"installMethods":233,"name":235,"sourceUrl":14},"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.",{"claudeCode":234},"plugin-dev","Plugin Development Toolkit",{"basePath":237,"githubOwner":224,"githubRepo":225,"locale":18,"slug":234,"type":190},"plugins/plugin-dev",{"_creationTime":239,"_id":240,"community":241,"display":242,"identity":246,"providers":249,"relations":267,"tags":269,"workflow":270},1778675383815.6443,"k17ft5f5kw1crrqpbr5ez2tfx586mxk0",{"reviewCount":8},{"description":243,"installMethods":244,"name":245,"sourceUrl":14},"Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",{"claudeCode":12},"claude-code-plugins",{"basePath":247,"githubOwner":224,"githubRepo":225,"locale":18,"slug":225,"type":248},"","marketplace",{"evaluate":250,"extract":260},{"promptVersionExtension":251,"promptVersionScoring":183,"score":252,"tags":253,"targetMarket":196,"tier":259},"3.1.0",79,[225,254,255,256,257,258],"plugins","development","productivity","code-review","agent-sdk","community",{"commitSha":261,"marketplace":262,"plugin":265},"HEAD",{"name":245,"pluginCount":263,"version":264},13,"1.0.0",{"mcpCount":8,"provider":266,"skillCount":8},"classify",{"repoId":268},"kd7d2pdr9h079xr7vcg3zyy2nx86mab0",[258,225,257,255,254,256],{"evaluatedAt":271,"extractAt":272,"updatedAt":271},1778675396350,1778675383815,{"evaluate":274,"extract":282},{"promptVersionExtension":182,"promptVersionScoring":183,"score":275,"tags":276,"targetMarket":196,"tier":197},99,[277,225,278,279,280,281,195],"plugin-development","skills","agents","hooks","mcp",{"commitSha":261,"license":283,"plugin":284},"MIT",{"mcpCount":8,"provider":266,"skillCount":285},7,{"parentExtensionId":240,"repoId":268},[279,225,195,280,281,277,278],{"evaluatedAt":289,"extractAt":272,"updatedAt":289},1778675571192,{"evaluate":291,"extract":293},{"promptVersionExtension":182,"promptVersionScoring":183,"score":186,"tags":292,"targetMarket":196,"tier":197},[189,190,191,192,193,194,195],{"commitSha":261},{"parentExtensionId":229,"repoId":268},{"_creationTime":296,"_id":268,"identity":297,"providers":298,"workflow":689},1778675378145.0718,{"githubOwner":224,"githubRepo":225,"sourceUrl":14},{"classify":299,"discover":682,"github":685},{"commitSha":261,"extensions":300},[301,314,330,342,352,367,378,395,406,438,448,461,483,500,511,523,530,538,559,586,614,634,653,672],{"basePath":247,"description":243,"displayName":245,"installMethods":302,"rationale":303,"selectedPaths":304,"source":313,"sourceLanguage":18,"type":248},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[305,308,310],{"path":306,"priority":307},".claude-plugin/marketplace.json","mandatory",{"path":309,"priority":307},"README.md",{"path":311,"priority":312},"LICENSE.md","high","rule",{"basePath":315,"description":316,"displayName":317,"installMethods":318,"rationale":319,"selectedPaths":320,"source":313,"sourceLanguage":18,"type":190},"plugins/agent-sdk-dev","Claude Agent SDK Development Plugin","agent-sdk-dev",{"claudeCode":317},"plugin manifest at plugins/agent-sdk-dev/.claude-plugin/plugin.json",[321,323,324,326,328],{"path":322,"priority":307},".claude-plugin/plugin.json",{"path":309,"priority":307},{"path":325,"priority":312},"agents/agent-sdk-verifier-py.md",{"path":327,"priority":312},"agents/agent-sdk-verifier-ts.md",{"path":329,"priority":312},"commands/new-sdk-app.md",{"basePath":331,"description":332,"displayName":333,"installMethods":334,"rationale":335,"selectedPaths":336,"source":313,"sourceLanguage":18,"type":190},"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":333},"plugin manifest at plugins/claude-opus-4-5-migration/.claude-plugin/plugin.json",[337,338,339],{"path":322,"priority":307},{"path":309,"priority":307},{"path":340,"priority":341},"skills/claude-opus-4-5-migration/SKILL.md","medium",{"basePath":343,"description":344,"displayName":257,"installMethods":345,"rationale":346,"selectedPaths":347,"source":313,"sourceLanguage":18,"type":190},"plugins/code-review","Automated code review for pull requests using multiple specialized agents with confidence-based scoring",{"claudeCode":257},"plugin manifest at plugins/code-review/.claude-plugin/plugin.json",[348,349,350],{"path":322,"priority":307},{"path":309,"priority":307},{"path":351,"priority":312},"commands/code-review.md",{"basePath":353,"description":354,"displayName":355,"installMethods":356,"rationale":357,"selectedPaths":358,"source":313,"sourceLanguage":18,"type":190},"plugins/commit-commands","Streamline your git workflow with simple commands for committing, pushing, and creating pull requests","commit-commands",{"claudeCode":355},"plugin manifest at plugins/commit-commands/.claude-plugin/plugin.json",[359,360,361,363,365],{"path":322,"priority":307},{"path":309,"priority":307},{"path":362,"priority":312},"commands/clean_gone.md",{"path":364,"priority":312},"commands/commit-push-pr.md",{"path":366,"priority":312},"commands/commit.md",{"basePath":368,"description":369,"displayName":370,"installMethods":371,"rationale":372,"selectedPaths":373,"source":313,"sourceLanguage":18,"type":190},"plugins/explanatory-output-style","Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)","explanatory-output-style",{"claudeCode":370},"plugin manifest at plugins/explanatory-output-style/.claude-plugin/plugin.json",[374,375,376],{"path":322,"priority":307},{"path":309,"priority":307},{"path":377,"priority":312},"hooks/hooks.json",{"basePath":379,"description":380,"displayName":381,"installMethods":382,"rationale":383,"selectedPaths":384,"source":313,"sourceLanguage":18,"type":190},"plugins/feature-dev","Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review","feature-dev",{"claudeCode":381},"plugin manifest at plugins/feature-dev/.claude-plugin/plugin.json",[385,386,387,389,391,393],{"path":322,"priority":307},{"path":309,"priority":307},{"path":388,"priority":312},"agents/code-architect.md",{"path":390,"priority":312},"agents/code-explorer.md",{"path":392,"priority":312},"agents/code-reviewer.md",{"path":394,"priority":312},"commands/feature-dev.md",{"basePath":396,"description":397,"displayName":398,"installMethods":399,"rationale":400,"selectedPaths":401,"source":313,"sourceLanguage":18,"type":190},"plugins/frontend-design","Frontend design skill for UI/UX implementation","frontend-design",{"claudeCode":398},"plugin manifest at plugins/frontend-design/.claude-plugin/plugin.json",[402,403,404],{"path":322,"priority":307},{"path":309,"priority":307},{"path":405,"priority":341},"skills/frontend-design/SKILL.md",{"basePath":407,"description":408,"displayName":409,"installMethods":410,"rationale":411,"selectedPaths":412,"source":313,"sourceLanguage":18,"type":190},"plugins/hookify","Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns","hookify",{"claudeCode":409},"plugin manifest at plugins/hookify/.claude-plugin/plugin.json",[413,414,415,417,419,421,423,425,427,429,430,432,434,436],{"path":322,"priority":307},{"path":309,"priority":307},{"path":416,"priority":341},"skills/writing-rules/SKILL.md",{"path":418,"priority":312},"agents/conversation-analyzer.md",{"path":420,"priority":312},"commands/configure.md",{"path":422,"priority":312},"commands/help.md",{"path":424,"priority":312},"commands/hookify.md",{"path":426,"priority":312},"commands/list.md",{"path":428,"priority":312},"hooks/__init__.py",{"path":377,"priority":312},{"path":431,"priority":312},"hooks/posttooluse.py",{"path":433,"priority":312},"hooks/pretooluse.py",{"path":435,"priority":312},"hooks/stop.py",{"path":437,"priority":312},"hooks/userpromptsubmit.py",{"basePath":439,"description":440,"displayName":441,"installMethods":442,"rationale":443,"selectedPaths":444,"source":313,"sourceLanguage":18,"type":190},"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":441},"plugin manifest at plugins/learning-output-style/.claude-plugin/plugin.json",[445,446,447],{"path":322,"priority":307},{"path":309,"priority":307},{"path":377,"priority":312},{"basePath":237,"description":232,"displayName":234,"installMethods":449,"rationale":450,"selectedPaths":451,"source":313,"sourceLanguage":18,"type":190},{"claudeCode":234},"inline plugin source from marketplace.json at plugins/plugin-dev",[452,453,455,457,459],{"path":309,"priority":307},{"path":454,"priority":312},"agents/agent-creator.md",{"path":456,"priority":312},"agents/plugin-validator.md",{"path":458,"priority":312},"agents/skill-reviewer.md",{"path":460,"priority":312},"commands/create-plugin.md",{"basePath":462,"description":463,"displayName":464,"installMethods":465,"rationale":466,"selectedPaths":467,"source":313,"sourceLanguage":18,"type":190},"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":464},"plugin manifest at plugins/pr-review-toolkit/.claude-plugin/plugin.json",[468,469,470,471,473,475,477,479,481],{"path":322,"priority":307},{"path":309,"priority":307},{"path":392,"priority":312},{"path":472,"priority":312},"agents/code-simplifier.md",{"path":474,"priority":312},"agents/comment-analyzer.md",{"path":476,"priority":312},"agents/pr-test-analyzer.md",{"path":478,"priority":312},"agents/silent-failure-hunter.md",{"path":480,"priority":312},"agents/type-design-analyzer.md",{"path":482,"priority":312},"commands/review-pr.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":313,"sourceLanguage":18,"type":190},"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":486},"plugin manifest at plugins/ralph-wiggum/.claude-plugin/plugin.json",[490,491,492,494,495,497,498],{"path":322,"priority":307},{"path":309,"priority":307},{"path":493,"priority":312},"commands/cancel-ralph.md",{"path":422,"priority":312},{"path":496,"priority":312},"commands/ralph-loop.md",{"path":377,"priority":312},{"path":499,"priority":312},"hooks/stop-hook.sh",{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":313,"sourceLanguage":18,"type":190},"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":503},"plugin manifest at plugins/security-guidance/.claude-plugin/plugin.json",[507,508,509],{"path":322,"priority":307},{"path":377,"priority":312},{"path":510,"priority":312},"hooks/security_reminder_hook.py",{"basePath":512,"description":513,"displayName":333,"installMethods":514,"rationale":515,"selectedPaths":516,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/claude-opus-4-5-migration/skills/claude-opus-4-5-migration/SKILL.md",[517,519,521],{"path":518,"priority":307},"SKILL.md",{"path":520,"priority":341},"references/effort.md",{"path":522,"priority":341},"references/prompt-snippets.md",{"basePath":524,"description":525,"displayName":398,"installMethods":526,"rationale":527,"selectedPaths":528,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/frontend-design/skills/frontend-design/SKILL.md",[529],{"path":518,"priority":307},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/hookify/skills/writing-rules/SKILL.md",[537],{"path":518,"priority":307},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/agent-development/SKILL.md",[545,546,549,551,553,555,557],{"path":518,"priority":307},{"path":547,"priority":548},"examples/agent-creation-prompt.md","low",{"path":550,"priority":548},"examples/complete-agent-examples.md",{"path":552,"priority":341},"references/agent-creation-system-prompt.md",{"path":554,"priority":341},"references/system-prompt-design.md",{"path":556,"priority":341},"references/triggering-examples.md",{"path":558,"priority":548},"scripts/validate-agent.sh",{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/command-development/SKILL.md",[566,567,568,570,572,574,576,578,580,582,584],{"path":518,"priority":307},{"path":309,"priority":312},{"path":569,"priority":548},"examples/plugin-commands.md",{"path":571,"priority":548},"examples/simple-commands.md",{"path":573,"priority":341},"references/advanced-workflows.md",{"path":575,"priority":341},"references/documentation-patterns.md",{"path":577,"priority":341},"references/frontmatter-reference.md",{"path":579,"priority":341},"references/interactive-commands.md",{"path":581,"priority":341},"references/marketplace-considerations.md",{"path":583,"priority":341},"references/plugin-features-reference.md",{"path":585,"priority":341},"references/testing-strategies.md",{"basePath":587,"description":588,"displayName":589,"installMethods":590,"rationale":591,"selectedPaths":592,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/hook-development/SKILL.md",[593,594,596,598,600,602,604,606,608,610,612],{"path":518,"priority":307},{"path":595,"priority":548},"examples/load-context.sh",{"path":597,"priority":548},"examples/validate-bash.sh",{"path":599,"priority":548},"examples/validate-write.sh",{"path":601,"priority":341},"references/advanced.md",{"path":603,"priority":341},"references/migration.md",{"path":605,"priority":341},"references/patterns.md",{"path":607,"priority":548},"scripts/README.md",{"path":609,"priority":548},"scripts/hook-linter.sh",{"path":611,"priority":548},"scripts/test-hook.sh",{"path":613,"priority":548},"scripts/validate-hook-schema.sh",{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/mcp-integration/SKILL.md",[621,622,624,626,628,630,632],{"path":518,"priority":307},{"path":623,"priority":548},"examples/http-server.json",{"path":625,"priority":548},"examples/sse-server.json",{"path":627,"priority":548},"examples/stdio-server.json",{"path":629,"priority":341},"references/authentication.md",{"path":631,"priority":341},"references/server-types.md",{"path":633,"priority":341},"references/tool-usage.md",{"basePath":223,"description":10,"displayName":13,"installMethods":635,"rationale":636,"selectedPaths":637,"source":313,"sourceLanguage":18,"type":226},{"claudeCode":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/plugin-settings/SKILL.md",[638,639,641,643,645,647,649,651],{"path":518,"priority":307},{"path":640,"priority":548},"examples/create-settings-command.md",{"path":642,"priority":548},"examples/example-settings.md",{"path":644,"priority":548},"examples/read-settings-hook.sh",{"path":646,"priority":341},"references/parsing-techniques.md",{"path":648,"priority":341},"references/real-world-examples.md",{"path":650,"priority":548},"scripts/parse-frontmatter.sh",{"path":652,"priority":548},"scripts/validate-settings.sh",{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/plugin-structure/SKILL.md",[660,661,662,664,666,668,670],{"path":518,"priority":307},{"path":309,"priority":312},{"path":663,"priority":548},"examples/advanced-plugin.md",{"path":665,"priority":548},"examples/minimal-plugin.md",{"path":667,"priority":548},"examples/standard-plugin.md",{"path":669,"priority":341},"references/component-patterns.md",{"path":671,"priority":341},"references/manifest-reference.md",{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":313,"sourceLanguage":18,"type":226},"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":12},"SKILL.md frontmatter at plugins/plugin-dev/skills/skill-development/SKILL.md",[679,680],{"path":518,"priority":307},{"path":681,"priority":341},"references/skill-creator-original.md",{"sources":683},[684],"manual",{"closedIssues90d":211,"description":686,"forks":212,"homepage":687,"openIssues90d":214,"pushedAt":215,"readmeSize":209,"stars":216,"topics":688},"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":690,"discoverAt":691,"extractAt":692,"githubAt":692,"updatedAt":690},1778675383497,1778675378145,1778675381570,[194,189,195,193,190,191,192],{"evaluatedAt":221,"extractAt":272,"updatedAt":221},[],[697,725,753,782,812,843],{"_creationTime":698,"_id":699,"community":700,"display":701,"identity":707,"providers":712,"relations":718,"tags":721,"workflow":722},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":702,"installMethods":703,"name":705,"sourceUrl":706},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":704},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":708,"githubOwner":709,"githubRepo":710,"locale":18,"slug":711,"type":226},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":713,"extract":717},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":715,"targetMarket":196,"tier":197},100,[716,190,195,225,281],"validation",{"commitSha":261,"license":283},{"parentExtensionId":719,"repoId":720},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[225,195,281,190,716],{"evaluatedAt":723,"extractAt":724,"updatedAt":723},1778701241052,1778696691708,{"_creationTime":726,"_id":727,"community":728,"display":729,"identity":735,"providers":739,"relations":747,"tags":749,"workflow":750},1778697205743.8958,"k17a1wa1fwjqf68n1ghcnjcn6186ngbk",{"reviewCount":8},{"description":730,"installMethods":731,"name":733,"sourceUrl":734},"Instructions for fetching current Dubai time via bash command",{"claudeCode":732},"shanraisshan/claude-code-best-practice","time-fetcher","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":736,"githubOwner":737,"githubRepo":738,"locale":18,"slug":733,"type":226},"agent-teams/.claude/skills/time-fetcher","shanraisshan","claude-code-best-practice",{"evaluate":740,"extract":746},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":741,"targetMarket":196,"tier":197},[742,743,194,744,745],"time","dubai","utility","datetime",{"commitSha":261},{"repoId":748},"kd74710g49kxgwbfjxeb7s132d86myxr",[194,745,743,742,744],{"evaluatedAt":751,"extractAt":752,"updatedAt":751},1778697339084,1778697205743,{"_creationTime":754,"_id":755,"community":756,"display":757,"identity":763,"providers":767,"relations":775,"tags":778,"workflow":779},1778694720643.0364,"k178ezcgbcwcccen6aezxvmxbh86mhxg",{"reviewCount":8},{"description":758,"installMethods":759,"name":761,"sourceUrl":762},"Upgrade toprank plugin to the latest version. Updates the marketplace repo, installs the new version to the plugin cache, and updates installed_plugins.json. Use when asked to \"upgrade toprank\", \"update toprank\", or \"get latest version\". Also handles inline upgrade prompts when a skill detects UPGRADE_AVAILABLE at startup.\n",{"claudeCode":760},"nowork-studio/toprank","toprank-upgrade","https://github.com/nowork-studio/toprank",{"basePath":764,"githubOwner":765,"githubRepo":766,"locale":18,"slug":764,"type":226},"toprank-upgrade-skill","nowork-studio","toprank",{"evaluate":768,"extract":774},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":769,"targetMarket":196,"tier":197},[770,771,772,194,773],"plugin-management","upgrade","automation","python",{"commitSha":261,"license":283},{"parentExtensionId":776,"repoId":777},"k17dxqwvvhjw9ft30d5zz356z986my6s","kd74wn8s89tp9hrfsmcra492r586nbrv",[772,194,770,773,771],{"evaluatedAt":780,"extractAt":781,"updatedAt":780},1778695134020,1778694720643,{"_creationTime":783,"_id":784,"community":785,"display":786,"identity":792,"providers":797,"relations":803,"tags":807,"workflow":808},1778692132094.5508,"k172xwgdzpzbbj8ndwdkmhfy5n86mksm",{"reviewCount":8},{"description":787,"installMethods":788,"name":790,"sourceUrl":791},"自动修复技能问题（首先进行安全预览）。也可与 --prune 一起使用，查找并移除损坏的符号链接、空目录和孤立的技能。",{"claudeCode":789},"khendzel/skills-janitor","janitor-fix","https://github.com/khendzel/skills-janitor",{"basePath":793,"githubOwner":794,"githubRepo":795,"locale":796,"slug":790,"type":226},"skills/janitor-fix","khendzel","skills-janitor","zh-CN",{"evaluate":798,"extract":802},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":799,"targetMarket":196,"tier":197},[278,800,801,772,194,773],"maintenance","cleanup",{"commitSha":261},{"parentExtensionId":804,"repoId":805,"translatedFrom":806},"k173y287h96a0x42zvrvymzvgn86nq38","kd722xn3d2v8ze2vwgebvzgpv986mj48","k172gnk14qpj28ndayqyr7y56186n1ys",[772,194,801,800,773,278],{"evaluatedAt":809,"extractAt":810,"updatedAt":811},1778691964565,1778691884319,1778692132094,{"_creationTime":813,"_id":814,"community":815,"display":816,"identity":822,"providers":826,"relations":836,"tags":839,"workflow":840},1778695548458.4001,"k170asnajd0vcr51hwhfy4t0t986m5bh",{"reviewCount":8},{"description":817,"installMethods":818,"name":820,"sourceUrl":821},"Configure Tailwind CSS with TypeScript in a Next.js or React project. Covers installation, configuration, custom theme extensions, component patterns, and type-safe styling utilities. Use when adding Tailwind CSS to an existing TypeScript project, customizing the Tailwind theme for a project's design system, setting up type-safe component styling patterns, or configuring Tailwind plugins and extensions.\n",{"claudeCode":819},"pjt222/agent-almanac","setup-tailwind-typescript","https://github.com/pjt222/agent-almanac",{"basePath":823,"githubOwner":824,"githubRepo":825,"locale":18,"slug":820,"type":226},"skills/setup-tailwind-typescript","pjt222","agent-almanac",{"evaluate":827,"extract":835},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":828,"targetMarket":196,"tier":197},[829,830,831,832,189,833,834],"tailwind","typescript","css","styling","react","nextjs",{"commitSha":261},{"parentExtensionId":837,"repoId":838},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[189,831,834,833,832,829,830],{"evaluatedAt":841,"extractAt":842,"updatedAt":841},1778701490050,1778695548458,{"_creationTime":844,"_id":845,"community":846,"display":847,"identity":853,"providers":857,"relations":863,"tags":866,"workflow":867},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":848,"installMethods":849,"name":851,"sourceUrl":852},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":850},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":854,"githubOwner":855,"githubRepo":856,"locale":18,"slug":851,"type":226},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":858,"extract":862},{"promptVersionExtension":182,"promptVersionScoring":183,"score":714,"tags":859,"targetMarket":196,"tier":197},[851,860,189,861,281],"routing","cli",{"commitSha":261},{"parentExtensionId":864,"repoId":865},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[861,189,281,860,851],{"evaluatedAt":868,"extractAt":869,"updatedAt":868},1778699724286,1778699234184]