ccb-doc

Create and update CCB project documentation according to routing rules.

17|2|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/SeemSeam/agent-roles-spec --skill ccb-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccb-doc
Source: https://github.com/SeemSeam/agent-roles-spec/tree/main/roles/su-ccb/skills/ccb-doc
Command: npx skills add https://github.com/SeemSeam/agent-roles-spec --skill ccb-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and updating of project documentation according to CCB document routing rules, streamlining the documentation process and ensuring consistency.

Core Features & Use Cases

  • Automated Documentation: Generates and updates project documentation based on CCB document routing rules.
  • Routing Rules: Adheres to docs/.ccb/docs-structure-contract.yaml for document classification, naming, and placement.
  • Use Case: When Claude requests to write documentation, this Skill ensures that the documents are structured and named correctly according to the CCB standards.

Quick Start

Use the ccb-doc skill to update the project documentation for the latest module changes.

Frequently Asked Questions about ccb-doc

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

FAQPage Schema
How do I automate project documentation maintenance and routing?

Automating project documentation maintenance is achieved by processing instructions to create or update files based on CCB routing rules. This ensures document classification and placement adhere to the structure contract defined in docs/.ccb/docs-structure-contract.yaml.

What are CCB document routing rules for project documentation?

CCB document routing rules dictate how project documentation is classified, named, and placed. They are defined within a structure contract file, ensuring consistency and proper organization across the project's documentation directories.

How do I ensure my project documentation follows CCB naming conventions?

To ensure documentation follows CCB naming conventions, the documentation generation process references the docs/.ccb/docs-structure-contract.yaml file. This contract specifies the exact classification and naming standards required for all project documents.

Do I need a specific contract file to automate CCB documentation creation?

Yes, automating CCB documentation creation requires access to the documentation structure contract located at docs/.ccb/docs-structure-contract.yaml. This file provides the necessary routing rules and naming conventions for accurate document generation.

What is the best way to update project documentation after module changes?

The best way to update project documentation after module changes is to trigger an automated update process guided by CCB routing rules. This ensures all new or modified documents are structured and named correctly according to project standards.

Why does my project documentation structure not match CCB standards?

Project documentation structure may not match CCB standards if the routing rules defined in the structure contract are not properly applied during creation. Ensure the documentation process references the docs/.ccb/docs-structure-contract.yaml file for correct classification and placement.