docs

Generate technical documentation and ADRs from feature descriptions.

Updated Jun 23, 2025
One-click install
npx skills add https://github.com/Dayopt/app --skill docs-dayopt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/Dayopt/app/tree/main/.claude/skills/docs
Command: npx skills add https://github.com/Dayopt/app --skill docs-dayopt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

このスキルは、技術ドキュメント、ADR、機能説明の作成プロセスを自動化し、手作業による時間とエラーを削減します。出力は docs/ ディレクトリに統一されたフォーマットで保存され、追跡可能なドキュメントライフサイクルを実現します。

Core Features & Use Cases

  • 自動テンプレート適用: 技術ドキュメント、ADR、APIドキュメントのテンプレートを適用
  • 出力統一: docs/ 以下に標準フォーマットで保存
  • Use Case: 新機能実装後のADR作成とリリースノート作成

Quick Start

Describe your feature in plain language and tell the skill to generate the corresponding documentation in the docs/ directory.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I automatically generate technical documentation and ADRs from feature descriptions?

You can automatically generate technical documentation and ADRs by providing a plain language feature description to the docs skill, which then applies structured templates and validates required sections. The output is formatted and saved to the docs/ directory.

What is an ADR and when do I need to generate one for my project?

An ADR (Architecture Decision Record) documents significant architectural decisions and their context. You need to generate an ADR when making product development choices that require a traceable, structured record for future reference and team alignment.

How do I create consistent documentation templates for my architecture decisions?

To create consistent documentation templates, the docs skill applies standardized templates for technical documents, ADRs, and API docs. It enforces structured output and validates required sections to ensure uniform formatting across all generated files.

Can I use this skill to generate release notes and API documentation alongside ADRs?

Yes, the docs skill supports generating release notes and API documentation alongside ADRs. Its workflow applies to product development, architecture decisions, and feature explanations, producing consistent templates for various document types.

Do I need any specific dependencies or environment setup to generate docs into the docs directory?

No specific dependencies or environment components are required. The docs skill operates independently to process your feature descriptions and save the generated, validated documentation directly into your project's docs/ directory.

What is the best way to maintain a living documentation system for feature development?

The best way to maintain a living documentation system is to automate generation from feature descriptions into the docs/ directory. This approach ensures consistent formatting, validates required sections, and keeps technical docs and ADRs easily integrated and up to date.