imtiazrayhan

Add Docstrings — Development skill for Claude Code

Development community

Add or improve docstrings for the public API of a file or symbol.

How to install Add Docstrings

Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-add-docstrings/SKILL.md

Terminal
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-add-docstrings && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/add-docstrings.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-add-docstrings/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Add Docstrings does


description: "Add or improve docstrings for the public API of a file or symbol." argument-hint: "" allowed-tools: "Read, Grep, Glob, Edit"

Add or improve docstrings for the code identified by `$ARGUMENTS`. Document the public surface so a caller can use it correctly without reading the implementation. Edit only the documentation — never the logic.

Scope

Resolve `$ARGUMENTS` before writing anything.

  • If it is a path (e.g. src/auth/session.ts), document the public

Alternatives in Development

  • Contributing — Thanks for your interest in contributing to Marketing Skills 13.8k ★
  • AWorld — Search, understand, reproduce, and improve an idea with ease 1.2k ★
  • Claude Code Agent Farm — A powerful orchestration framework that runs multiple Claude Code (cc) sessions in parallel to systematically 704 ★

Full documentation available on GitHub

View Source Repository