Agent skill
ce-rtd-writer
Write or revise RTD pages with audience-aware structure, CE-first examples, and correct toctree integration.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/ce-rtd-writer
SKILL.md
CE RTD Writer
Use this skill when adding or rewriting docs pages under docs/.
Core asset
assets/rtd_page_template.md- default authoring template.
Workflow
- Identify audience and placement:
- choose target hub (
get-started,practitioner,researcher,contributor, etc.) - identify parent index/toctree update requirements
- Start from template:
Copy-Item .claude/skills/ce-rtd-writer/assets/rtd_page_template.md `
docs/<target>/<new-page>.md
- Author content with CE-first correctness:
- public APIs only
- explicit uncertainty semantics
- runnable command/code examples
- audience-appropriate depth (STD-004)
- Wire navigation:
- add page to relevant index/toctree
- ensure canonical cross-links to related docs
- Self-audit:
- run
ce-rtd-auditorchecks before finalizing - fix all blocker/high issues
Output contract
Deliver:
- new/updated page(s)
- toctree/index updates
- concise change summary with audience impact
Constraints
- Avoid evaluation-specific skill planning.
- Prefer edits that preserve existing public API stability and doc consistency.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?