Claude-skill-registry doc-author
Guide a user through authoring a new document using the GoodDocs template and validation rules.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/doc-author" ~/.claude/skills/majiayu000-claude-skill-registry-doc-author && rm -rf "$T"
manifest:
skills/data/doc-author/SKILL.mdsource content
Skill: doc-author
Purpose
Guide a user through authoring a new document using the GoodDocs template and validation rules.
Behavior
- If
exists, userepo.config.json
anddefaultDocTypeKey
automatically.defaultOwners - Ask the user for:
- Title
- Motivation
- Proposed solution
- Alternatives/open questions
- Determine the next numeric ID by scanning
fordocs/<docRoot>
and incrementing the max value.####-*.md - Set frontmatter
toid
and generateDOC-####
using####-<kebab-title>.md
.templates/doc-template.md - Update
to include a link to the new document.docs/README.md - Run
and fix issues before finishing.python3 scripts/validate_docs.py