KS
Killer-Skills

write-documentation — Categories.community

v1.0.0
GitHub

About this Skill

Perfect for Code Maintenance Agents needing synchronized documentation updates with public API additions or signature changes Fresh project with everything (I) might need.

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

Quality Score

Top 5%
39
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

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.

Ideal Agent Persona

Perfect for Code Maintenance Agents needing synchronized documentation updates with public API additions or signature changes

Core Value

Empowers agents to maintain discoverable guidance for new modules or systems, ensuring code and documentation synchronization through internal workflow or architecture changes, using touched entry points and exports identification

Capabilities Granted for write-documentation MCP Server

Documenting public API additions or signature changes
Generating user-facing behavior change documentation
Creating discoverable guidance for new modules or systems

! Prerequisites & Limits

  • Requires identification of change type and touched entry points
  • Needs knowledge of current source documentation
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