Agent Skill
2/7/2026

docs

Generate documentation

M
mgoodman60
0GitHub Stars
1Views
npx skills add mgoodman60/foremanos

SKILL.md

Namedocs
DescriptionGenerate documentation

name: docs description: Generate documentation

Generate documentation for specified code.

Usage

  • /docs lib/rag.ts - Document specific file
  • /docs api - Document API endpoints
  • /docs - Update CLAUDE.md

Documentation Types

JSDoc for Functions

/**
 * Brief description.
 *
 * @param name - Parameter description
 * @returns Return value description
 * @throws {Error} When this happens
 */

API Documentation

## POST /api/endpoint

Description of what it does.

### Request
### Response
### Errors

Output

Generate documentation that is:

  • Accurate to the code
  • Concise but complete
  • Following existing patterns
Skills Info
Original Name:docsAuthor:mgoodman60