スキル一覧に戻る
TaylorHuston

docs

by TaylorHuston

A customizable life management framework for Claude Code - skills, agents, and workflows for personal productivity

12🍴 2📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: docs description: "Documentation health check and maintenance across all ideas. Use for periodic maintenance, finding gaps, and keeping docs accurate." model: claude-haiku-4-5-20251001 allowed-tools: Read, Edit, Glob, Grep

/docs

Documentation health check, validation, and maintenance.

Usage

/docs --health                   # Overall health report
/docs --validate                 # Check broken links, missing files
/docs --stale                    # Find documents >30 days old
/docs --sync                     # Sync CLAUDE.md with project state
/docs --project coordinatr       # Focus on specific project

Flags

FlagPurpose
--healthComprehensive health report with scores
--validateCheck links, references, required files
--staleFind outdated documentation
--syncUpdate CLAUDE.md with current status
--projectFocus on specific project

Health Report

## Documentation Health Report

### Overall Score: 72/100

### By Project
| Project | Brief | Critique | Specs | Issues | Score |
|---------|-------|----------|-------|--------|-------|
| Coordinatr | ✓ | ✓ | 2 | 3 | 85 |
| YourBench | ✓ | ✗ | 1 | 0 | 60 |

### Recommendations
1. Run /critique on [project]
2. Create project-brief.md for [project]

Validation Report

## Validation Report

### Broken Links
- ideas/coordinatr/README.md:15 -> ../specs/SPEC-001.md (not found)

### Missing Required Files
- ideas/irl-social/project-brief.md

### Orphaned Files
- ideas/shared/docs/old-research.md (not referenced)

### Structure Issues
- ideas/lorecraft/ missing issues/ directory

Health Scoring

ComponentWeight
README.md20%
project-brief.md25%
critique.md15%
specs/20%
issues/10%
Freshness10%

Execution Flow

--health

  1. Scan all ideas/*/ directories
  2. Check for required files
  3. Count specs, issues, research docs
  4. Calculate health score per project

--validate

  1. Parse markdown files for links
  2. Verify link targets exist
  3. Check for required structure
  4. Identify orphaned files

--stale

  1. Get file modification dates via git
  2. Flag files older than threshold
  3. Categorize by severity

--sync

  1. Read current CLAUDE.md
  2. Scan all ideas/*/README.md for status
  3. Compare and identify differences
  4. Propose updates

When to Use

  • Weekly documentation review
  • Before presenting ideas
  • After adding/removing ideas
  • Finding forgotten projects

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です