new-command-docs

Automate documentation updates for new ArcKit commands across 11 files.

2.1k|266|Updated Oct 14, 2025
One-click install
npx skills add https://github.com/tractorjuice/arc-kit --skill new-command-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-command-docs
Source: https://github.com/tractorjuice/arc-kit/tree/main/.claude/skills/new-command-docs
Command: npx skills add https://github.com/tractorjuice/arc-kit --skill new-command-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex and error-prone process of updating documentation across an entire repository whenever a new command is added, ensuring consistency and saving significant developer time.

Core Features & Use Cases

  • Comprehensive Checklist: Provides a step-by-step guide for updating 11 critical files.
  • Automated Verification: Includes commands to grep for old and new counts, ensuring all instances are updated.
  • Use Case: After adding a new command like /arckit.new-feature, run this skill to automatically update the README, dependency matrix, HTML documentation, and changelogs, preventing inconsistencies.

Quick Start

Run the new-command-docs skill to update all documentation after adding a new command.

Frequently Asked Questions about new-command-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update documentation across a repository after adding a new command?

Automating repository documentation updates after adding a new command requires modifying multiple files like READMEs, dependency matrices, HTML docs, and changelogs to ensure consistency. This skill automates that process using shell commands and Python scripts for verification.

What files need to be updated when adding a new command to a repository?

When adding a new command, 11 key files require updates to maintain consistency, including READMEs, dependency matrices, HTML documentation, and changelogs. This skill provides a comprehensive checklist to guide you through updating each required file.

How can I verify that all documentation instances were updated correctly?

You can verify documentation updates by using grep commands to search for old and new command counts across the repository. This skill includes automated verification steps that check all instances are properly updated to prevent inconsistencies.

Does this documentation automation tool require any external dependencies?

No, this documentation automation tool operates without any external dependencies. It leverages built-in shell commands and Python scripts to handle verification and regeneration of documentation formats within the ArcKit repository.

What is the best way to maintain consistency across READMEs and changelogs when adding commands?

The best way to maintain consistency across READMEs and changelogs is to automate the update process rather than manually editing each file. This skill provides a step-by-step guide covering 11 critical files to ensure no documentation is missed.