documentation-patterns

📁 practicalswan/agent-skills 📅 Today
2
总安装量
1
周安装量
#71187
全站排名
安装命令
npx skills add https://github.com/practicalswan/agent-skills --skill documentation-patterns

Agent 安装分布

amp 1
cline 1
opencode 1
cursor 1
kimi-cli 1
codex 1

Skill 文档

Documentation Patterns

This skill provides standardized templates and patterns for creating developer documentation.

Skill Paths

  • Workspace skills: .github/skills/
  • Global skills: C:/Users/LOQ/.agents/skills/

Activation Conditions

Use these patterns when:

  • Creating new API documentation
  • Documenting REST endpoints or HTTP methods
  • Writing feature documentation
  • Standardizing configuration documentation
  • Applying consistent Markdown formatting
  • Creating migration or breaking change guides

Documentation Templates

See API Documentation Templates for standard API endpoint, function, and method documentation formats.

See Feature Documentation Templates for feature descriptions, usage examples, and troubleshooting sections.

See Configuration Documentation Templates for environment variable, config file, and deployment documentation.

Best Practices

  • Use consistent heading hierarchy
  • Include working code examples
  • Document edge cases and limitations
  • Provide clear, concise descriptions
  • Use accurate type information for parameters