ck:docs

Analyze codebases to initialize, update, and summarize project documentation.

Updated May 10, 2026
One-click install
npx skills add https://github.com/dthuy62/kollet-app --skill ck-docs-dthuy62
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:docs
Source: https://github.com/dthuy62/kollet-app/tree/main/.opencode/skills/docs
Command: npx skills add https://github.com/dthuy62/kollet-app --skill ck-docs-dthuy62

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the manual effort of understanding a codebase and turning that understanding into clear, structured, and maintainable documentation.

Core Features & Use Cases

  • Documentation Initialization: Scans a repository and creates a baseline documentation set for architecture, standards, roadmap, and overview pages.
  • Documentation Updates: Reads existing docs, compares them with the current codebase, and refreshes outdated content without starting implementation work.
  • Documentation Summaries: Produces quick repository summaries for teams that need a concise view of scope, structure, and current direction.
  • Use Case: A team adds new modules and wants the README and docs folder updated to reflect the latest architecture, workflow, and project status.

Quick Start

Use the ck:docs skill to analyze the repository and update the requested documentation workflow.

Frequently Asked Questions about ck:docs

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

FAQPage Schema
How do I generate project documentation from a codebase automatically?

To generate project documentation from a codebase automatically, this Skill scans your repository to create a baseline set of architecture, standards, roadmap, and overview pages. It reads the source-of-truth and structures output into your docs folder.

Can I update existing README files without rewriting the whole documentation?

Yes, you can update existing README files without a full rewrite. The Skill reads current docs, compares them against the latest codebase, and refreshes outdated content to reflect evolving features and architecture without starting implementation work.

What is the best way to summarize a repository for my team?

The best way to summarize a repository is using the documentation summarize workflow. It produces a concise view of project scope, structure, and current direction, giving teams a quick repository summary without manual codebase analysis.

Does this documentation workflow validate links and code references?

Yes, the documentation workflow validates generated documentation size, links, and code references. It coordinates scout and docs-manager agents to ensure your README and docs folder remain accurate and organized across evolving features.

When do I need to initialize documentation for my codebase?

You need to initialize documentation for your codebase when your repository lacks structured docs. This Skill scans the codebase to establish a baseline documentation set covering architecture, standards, roadmap, and overview pages for ongoing maintenance.