dev-manual

Read selected dev manual chapters from .cwm/dev-manual/chapters for AI-assisted tasks.

32|6|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HSUNEH/dev_sys_template --skill dev-manual
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-manual
Source: https://github.com/HSUNEH/dev_sys_template/tree/main/cwm/skills/dev-manual
Command: npx skills add https://github.com/HSUNEH/dev_sys_template --skill dev-manual

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This manual helps engineers avoid reading the entire development guide by enabling selective reading of only the chapters relevant to the current task, saving tokens and time.

Core Features & Use Cases

  • Selective chapter access from the chapter library located at .cwm/dev-manual/chapters.
  • Task-oriented guidance for common development activities such as new feature development, debugging, API work, and refactoring.
  • Lightweight self-service: load only the needed content to inform decisions and reduce cognitive load.

Quick Start

Specify the relevant chapters to read for your task to minimize token usage, for example read chapters 01-project-overview and 02-coding-standards for a new feature.

Frequently Asked Questions about dev-manual

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

FAQPage Schema
How do I minimize token usage when reading a development manual for AI-assisted coding?

You can minimize token usage by selectively loading only the relevant development manual chapters instead of feeding the entire guide to the AI. This targeted approach provides task-oriented guidance for new features, debugging, or refactoring while significantly cutting token consumption.

What is selective chapter reading for software engineering workflows?

Selective chapter reading is a workflow mechanism that loads specific bookmarked sections from a chapter library to guide AI work. It prevents unnecessary token usage by ensuring only context-relevant documentation informs the AI during tasks like API development or refactoring.

How do I set up chapters for selective development manual reading?

Set up selective reading by placing your development manual chapters under the .cwm/dev-manual/chapters directory. Once organized there, you can specify and load only the bookmarked chapters relevant to your current task to guide the AI.

Can I use selective manual reading for debugging and refactoring tasks?

Yes, selective manual reading applies directly to debugging and refactoring tasks. By loading only the chapters covering coding standards or debugging protocols, the AI receives targeted workflow guidance without wasting tokens on unrelated documentation.

What is the best way to provide project context to AI without exceeding token limits?

The best way to provide project context within token limits is through selective chapter access. Loading only task-relevant sections from the chapter library, rather than the full manual, delivers lightweight self-service context that reduces cognitive load and saves tokens.