docs-out

📁 toilahuongg/shopify-agents-kit 📅 Jan 30, 2026
2
总安装量
2
周安装量
#74887
全站排名
安装命令
npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill docs-out

Agent 安装分布

cursor 2
mistral-vibe 2
qwen-code 2
claude-code 2
github-copilot 2
codex 2

Skill 文档

Generate Documentation

Create or update internal technical documentation.

  1. Scope and Strategy

    • Identify the target for documentation (Specific file, directory, component, or decision).
    • Determine the appropriate artifact type:
      • README.md: For directories, components, or project root.
      • ADR: For architectural decisions (Architecture Decision Record).
      • Guide: For “How-to” or conceptual explanations.
    • Confirm the placement of the documentation (e.g., co-located with code or in a docs/ folder).
  2. Analysis and Context

    • Read the relevant source code to ensure technical accuracy.
    • Identify key concepts, architectural patterns, and “gotchas”.
    • Review existing related documentation to ensure consistency and avoid duplication.
  3. Draft Documentation

    • Generate the documentation content using the Technical Writer persona.
    • Focus:
      • Explain the Why and Structure, not just the How.
      • Use active voice and clear, concise English.
      • Include accurate code snippets with language tags.
      • Use diagrams (Mermaid) if complex relationships exist.
  4. Verification

    • Validation:
      • Are all commands copy-pasteable and working?
      • Do relative links point to valid files?
      • Is the tone consistent with internal developer documentation?