Agent skill
completed-0xhiroki-tassp
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/devops/completed-0xhiroki-tassp
SKILL.md
Task: Doc Writer Skill
Status: Completed
Updated: 2025-11-23
Scope: .factory/skills/doc-writer
Objective
Introduce a reusable Droid skill that can generate or update numbered task documents using the project’s canonical template (docs/DOC_TEMPLATE.md) and existing repository context.
Prerequisites / Dependencies
- Repository already includes
docs/DOC_TEMPLATE.md,AGENTS.md, andPLAN.mdfor reference material. .factory/skills/directory exists (per Factory CLI conventions) and is committed for team-wide sharing.- Backend validators (
npm run lint,npm run test) must remain green after any repo additions.
Implementation Summary
- Created
.factory/skills/doc-writer/SKILL.mdwith YAML frontmatter (name: doc-writer,descriptiondescribing purpose). - Authored instructions covering how to gather context (PLAN, AGENTS, DOC_TEMPLATE), enforce numbering, and structure every task doc (Objective, Prerequisites, Implementation Steps, Validation, Completion Criteria, Notes).
- Documented saving conventions (correct directories and filenames) plus validation requirements (markdown structure adherence, numbering uniqueness).
- Verified the repository by running backend lint/test commands to ensure no regressions after adding the skill files.
Validation
npm --prefix "backend" run lintnpm --prefix "backend" run test
Completion Criteria
- Skill file present under
.factory/skills/doc-writer/SKILL.md. ✅ - Instructions explicitly reference
docs/DOC_TEMPLATE.mdand repo naming rules. ✅ - Validators pass after adding the skill. ✅
Notes / Follow-ups
- Future doc-related tasks can reference this skill to ensure consistent formatting.
- Add additional skill variants if other documentation workflows emerge (e.g., PR templates, release notes).
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?