跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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.

目的

To serve as a definitive guide for creating effective, well-structured, and discoverable skills within the Claude Code plugin ecosystem.

功能

  • Guidance on skill structure and organization
  • Best practices for writing SKILL.md and frontmatter
  • Instructions on progressive disclosure for efficient context management
  • Examples of skill creation and validation processes
  • Details on bundling scripts, references, and assets

使用场景

  • When creating a new skill for a Claude Code plugin
  • When improving the description or content of an existing skill
  • When organizing skill resources like scripts and references
  • When seeking guidance on skill development best practices for Claude Code

非目标

  • Developing specific plugin code or agents
  • Providing direct execution of code or tools
  • Writing specific content for a skill's functionality

License

  • info:License usabilityThe LICENSE.md file exists and states 'All rights reserved. Use is subject to Anthropic's Commercial Terms of Service.', which is not a standard OSI-approved SPDX license but is clarified by the terms.

Trust

  • warning:Issues AttentionThere are 9462 open issues and 22831 closed issues in the last 90 days, indicating a closure rate below 10% and a high volume of activity, suggesting slow maintainer response.

安装

请先添加 Marketplace

/plugin marketplace add anthropics/claude-code
/plugin install plugin-dev@claude-code-plugins

质量评分

95 /100
7 days ago 分析

信任信号

最近提交8 days ago
星标123.1k
状态
查看源代码

类似扩展

Plugin Authoring

100

用于在创建、修改或调试 Claude Code 插件时使用。当遇到 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/ 或 hooks/ 目录时触发。提供模式、模板、验证工作流和故障排除。

技能
ivan-magda

Neon Postgres

100

Neon Serverless Postgres 的使用指南和最佳实践。涵盖入门、使用 Neon 进行本地开发、选择连接方法、Neon 功能、身份验证(@neondatabase/auth)、PostgREST 风格的数据 API(@neondatabase/neon-js)、Neon CLI 以及 Neon 的平台 API/SDK。可用于任何与 Neon 相关的问题。

技能
neondatabase

Sdk Dx

100

Design SDKs that developers love to use—APIs that feel native, error messages that guide, and experiences that reduce friction. This skill covers creating SDKs that drive adoption through exceptional developer experience rather than aggressive marketing. Trigger phrases: "SDK design", "developer experience", "API design", "SDK DX", "error messages", "type safety", "IDE integration", "SDK versioning", "migration guides", "client library design", "making SDKs feel native", "SDK best practices"

技能
jonathimer

Csharp Async

100

Get best practices for C# async programming

技能
github

Dart Matcher Best Practices

100

Best practices for using `expect` and `package:matcher`. Focuses on readable assertions, proper matcher selection, and avoiding common pitfalls.

技能
flutter

Golang Concurrency Patterns

100

Go concurrency patterns for production services: context cancellation, errgroup, worker pools, bounded parallelism, fan-in/fan-out, and common race/deadlock pitfalls

技能
bobmatnyc