new-command-docs

Solid

This skill should be used when a new ArcKit command has been added and documentation needs updating across the repository. Triggers: update documentation for new command, update command count, add command to README, update DEPENDENCY-MATRIX, update docs/index.html, new command documentation checklist, update all docs for new command, add command to dependency matrix, update command tables, sync documentation after adding command, I added a new command what do I update, post-command documentation, new slash command docs.

AI & Automation 2,105 stars 257 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 83/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# New Command Documentation Checklist When a new ArcKit command is added, **11 files** across the repository must be updated to reflect the new command. This skill provides the complete checklist and exact patterns for each update. ## Pre-flight Checks Before starting, verify these files exist for the new command: 1. **Command file**: `plugins/arckit-claude/commands/{name}.md` (required) 2. **Template file**: `.arckit/templates/{name}-template.md` AND `plugins/arckit-claude/templates/{name}-template.md` (required for document-generating commands, skip for utility commands like `customize`, `pages`, `trello`) 3. **Guide file**: `docs/guides/{name}.md` AND `plugins/arckit-claude/guides/{name}.md` (create if missing, see Guide Creation below) If any required file is missing, create it before proceeding. Templates should be identical between `.arckit/templates/` and `plugins/arckit-claude/templates/`. Guides should be identical between `docs/guides/` and `plugins/arckit-claude/guides/` (except `migration.md` and `customize.md` which have path differences). ## Determine the New Count Read the current count from `plugins/arckit-claude/.claude-plugin/plugin.json` (the `description` field contains the current count, e.g., "50 slash commands"). The new count is current + 1. ## Update Checklist Work through these 11 files in order. For exact grep patterns, insertion formats, and line-level detail, see [references/file-locations.md](references/file-locations.md). ### 1. README...

Details

Author
tractorjuice
Repository
tractorjuice/arc-kit
Created
9 months ago
Last Updated
today
Language
JavaScript
License
NOASSERTION

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category