toilahuongg/shopify-agents-kit

docs-out

Activates the Technical Writer to generate, update, or refactor internal project documentation. Use when creating READMEs, ADRs, or technical guides.

First seen Jan 30, 2026

Installation

$ npx skills add toilahuongg/shopify-agents-kit --skill docs-out

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from toilahuongg/shopify-agents-kit · top by installs.

npx skills add toilahuongg/shopify-agents-kit

Browse all from toilahuongg/shopify-agents-kit

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 10
License LICENSE
Default branch master
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,606 B
  • docs SUMMARY.md 165 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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).

  1. 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.

  1. 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.

  1. Verification

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