KS
Killer-Skills

write-documentation — how to use write-documentation how to use write-documentation, write-documentation setup guide, what is write-documentation, write-documentation alternative, write-documentation vs documentation tools, write-documentation install, public API documentation best practices, internal workflow documentation tips

v1.0.0
GitHub

About this Skill

Essential for Developer Productivity Agents maintaining code-documentation synchronization across API changes. write-documentation is a skill that ensures code and documentation consistency by identifying changes and updating relevant documents accordingly.

Features

Identifies public API additions or signature changes for documentation updates
Detects internal workflow or architecture changes for guided documentation
Supports documentation for new modules or systems with discoverable guidance
Checks for touched entry points and exports to ensure comprehensive documentation
Identifies which source documents need updates for consistency

# Core Topics

rayhanadev rayhanadev
[0]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
44
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add rayhanadev/fresh/write-documentation

Agent Capability Analysis

The write-documentation MCP Server by rayhanadev is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use write-documentation, write-documentation setup guide, what is write-documentation.

Ideal Agent Persona

Essential for Developer Productivity Agents maintaining code-documentation synchronization across API changes.

Core Value

Automatically synchronizes code and documentation changes by identifying touched entry points, exports, and source documentation files. Enforces documentation integrity for public API signatures, user-facing behavior changes, and internal workflow modifications.

Capabilities Granted for write-documentation MCP Server

Generating documentation for public API additions
Updating internal workflow documentation
Creating discoverable guidance for new modules
Maintaining documentation for architecture changes

! Prerequisites & Limits

  • Requires identification of documentation source files
  • Needs analysis of entry points and exports
  • Must distinguish between public API/internal changes
Project
SKILL.md
2.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Write Documentation

Use this skill to keep code and documentation synchronized as part of the same change.

When To Use

  • Public API additions or signature changes
  • User-facing behavior changes
  • Internal workflow or architecture changes
  • New modules or systems that need discoverable guidance

Prerequisite Checks

  • Identify whether the change is public API, internal workflow, or architecture.
  • Identify all touched entry points and exports.
  • Identify which docs are currently source-of-truth for the affected behavior.

Documentation Targets

  • Public exports: add complete JSDoc (description, @param, @returns, @throws, @example).
  • User-facing usage changes: update README.md.
  • Agent workflow or internal pattern changes: update AGENTS.md.
  • New architecture or subsystem docs: update docs/.

Workflow

  1. Classify the change type before finalizing implementation.
  2. Build a docs-impact checklist from changed files and exports.
  3. Update JSDoc while writing code, not as a post-pass.
  4. Update README.md usage snippets for any user-facing behavior change.
  5. Update AGENTS.md for contributor or internal policy updates.
  6. Update docs/ for architecture-level changes.
  7. Verify examples match current signatures and behavior.
  8. Re-check docs during quality gate run to prevent stale guidance.

Commonly Missed Cases

  • Return-type changes with unchanged function names.
  • New error tags introduced without JSDoc @throws updates.
  • Configuration and environment variable changes not reflected in docs.
  • Internal behavior changes that invalidate AGENTS guidance.

Example: Public API Change

If createSession(input) now requires tenantId, update all of:

  • JSDoc in source:
    • Add @param tenantId details and update example.
  • README.md:
    • Update usage snippets and migration notes.
  • AGENTS.md:
    • Add any new contributor rule or workflow impact.

Review Checklist

  • Public exports have complete and accurate JSDoc.
  • README usage examples compile logically against current API.
  • AGENTS guidance reflects current internal patterns.
  • Architecture docs cover any new subsystem or integration.
  • No contradictory statements remain across docs.

References

Related Skills

Looking for an alternative to write-documentation or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication