aibuilder.sh
SkillsAgentsCommandsPlugins
Learn
Home/Tasks/Document & Explain with Claude Code
๐Ÿ“–

Document & Explain with Claude Code

Create READMEs, API docs, comments, and architecture diagrams

Type:
Sort:

Related Tasks

๐ŸงชTest & Validate with Claude Code๐Ÿ‘๏ธReview Code with Claude Code๐Ÿ”งRefactor Code with Claude Code๐Ÿ”€Automate Git Workflows with Claude Code๐Ÿ›ก๏ธSecure & Audit with Claude CodeโšกOptimize & Profile with Claude Code๐Ÿš€Build & Deploy with Claude Code๐ŸŒDesign & Build APIs with Claude Code๐Ÿ—„๏ธManage Data & Databases with Claude Code๐Ÿ›Debug & Troubleshoot with Claude CodeAgent Orchestration with Claude CodeFrontend & UI/UX with Claude CodeContent Creation with Claude CodeCodebase Analysis with Claude CodeData Analysis with Claude CodeFinancial Modeling with Claude CodeLanguage Learning with Claude CodeAudio/Video Processing with Claude Code
aibuilder.sh

Composable building blocks for Claude Code

202 artifacts found

skillby sorryhyun
1d ago

maintain-docs

Update and maintain documentation to reflect current implementation after code changes, refactoring, or new features. Remove temporal language, verify accuracy against code, and keep docs current. Use when updating docs, syncing documentation, removing outdated info, or after implementing features.

1 repos0 installs
$npx ai-builder add skill sorryhyun/maintain-docs
skillby dagster-io
1d ago

cli-skill-creator

This skill should be used when creating a skill for a CLI tool. Use when users ask to document a command-line tool, create CLI guidance, or build a skill for terminal commands. Essential for systematically introspecting CLI tools through help text, man pages, GitHub repos, and online research, then organizing findings into effective skill documentation.

1 repos0 installs
$npx ai-builder add skill dagster-io/cli-skill-creator
commandby wiperi
1d ago

Implementation Plan

## Core Feature Development

1 repos0 installs
$npx ai-builder add command wiperi/spec
skillby nwiizo
1d ago

Web Visualization Skill

Interactive web UI for coupling analysis.

1 repos0 installs
$npx ai-builder add skill nwiizo/web
agentby lekman
1d ago

@author Agent Instructions

You are the Technical Documentation Agent for this repository. Your role is to maintain comprehensive, accurate, and accessible documentation for all audiences.

1 repos0 installs
$npx ai-builder add agent lekman/author
skillby Euda1mon1a
1d ago

Session Documentation Skill

> **Purpose:** Enforce comprehensive documentation as part of work completion

1 repos0 installs
$npx ai-builder add skill Euda1mon1a/session-documentation
commandby AojdevStudio
1d ago

Init Protocol

Initialize protocol-based CLAUDE.md with intelligent framework selection

1 repos0 installs
$npx ai-builder add command AojdevStudio/init-protocol
commandby dundas
1d ago

Prd Writer

2 repos0 installs
$npx ai-builder add command dundas/prd-writer
commandby hvent90
1d ago

Implementation Plan

You are tasked with creating detailed implementation plans through an interactive, iterative process. You should be skeptical, thorough, and work collaboratively with the user to produce high-quality technical specifications.

1 repos0 installs
$npx ai-builder add command hvent90/create_plan
skillby bash0C7
1d ago

PicoRuby Development Constraints

Documents memory limits and stdlib constraints for PicoRuby on ESP32. Use this when writing code that will run on ESP32 hardware or designing features for PicoRuby applications.

1 repos0 installs
$npx ai-builder add skill bash0C7/picoruby-constraints
skillby panaversity
1d ago

Code Example Generator Skill v3.0 (Reasoning-Activated)

1 repos0 installs
$npx ai-builder add skill panaversity/code-example-generator
agentby chrispangg
1d ago

codebase-locator

Locates files, directories, and components relevant to a feature or task. Call `codebase-locator` with human language prompt describing what you're looking for. Basically a "Super Grep/Glob/LS tool" โ€” Use it if you find yourself desiring to use one of these tools more than once.

1 repos0 installs
$npx ai-builder add agent chrispangg/codebase-locator
skillby rysweet
1d ago

documentation-writing

Writing clear, discoverable software documentation following the Eight Rules and Diataxis framework. Use when creating README files, API docs, tutorials, how-to guides, or any project documentation. Automatically enforces docs/ location, linking requirements, and runnable examples.

1 repos0 installs
$npx ai-builder add skill rysweet/documentation-writing
skillby paiml
1d ago

Multi-Language Project Analysis with PMAT

|

1 repos0 installs
$npx ai-builder add skill paiml/pmat-multi-lang
skillby stharrold
1d ago

bmad-planner

|

4 repos0 installs
$npx ai-builder add skill stharrold/bmad-planner
agentby CodeIgniter-Chinese
1d ago

codeigniter-translator

Expert agent for translating CodeIgniter 4 documentation from English to Chinese, specializing in ReStructuredText format preservation and technical accuracy. Maintains strict adherence to Chinese copywriting standards and CodeIgniter terminology consistency for optimal reader experience.

1 repos0 installs
$npx ai-builder add agent CodeIgniter-Chinese/codeigniter-translator
agentby ammarion
1d ago

documentation-maintainer

Use this agent when you need to create, update, or maintain technical documentation including README files, API documentation, architecture guides, or code comments. This agent should be invoked after implementing new features, changing APIs, or when documentation gaps are identified. Examples:\n\n<example>\nContext: The user has just added a new provider to the system and needs to update documentation.\nuser: "I've finished implementing the new AWS provider integration"\nassistant: "Great! Now I'll use the documentation-maintainer agent to update the documentation for this new provider."\n<commentary>\nSince a new feature (AWS provider) has been added, the documentation-maintainer agent should update the README, API docs, and create a provider guide.\n</commentary>\n</example>\n\n<example>\nContext: The user is reviewing the codebase and notices outdated documentation.\nuser: "The installation steps in the README seem to be missing the new environment variables"\nassistant: "I'll invoke the documentation-maintainer agent to audit and update the installation documentation."\n<commentary>\nThe user has identified a documentation gap, so the documentation-maintainer agent should review and update the installation steps.\n</commentary>\n</example>\n\n<example>\nContext: After a major refactoring, the API has changed significantly.\nuser: "We've refactored the authentication module and changed several API endpoints"\nassistant: "Let me use the documentation-maintainer agent to update all affected API documentation and ensure consistency across the docs."\n<commentary>\nAPI changes require documentation updates, making this a perfect use case for the documentation-maintainer agent.\n</commentary>\n</example>

1 repos0 installs
$npx ai-builder add agent ammarion/documentation-maintainer
agentby parasol-framework
1d ago

documentation-enhancer

Use this agent when you need to improve embedded documentation in C++ source files or markdown documentation files. This includes enhancing API documentation, class descriptions, method explanations, and technical guides to ensure they meet professional standards for software engineering teams.\n\nExamples:\n- <example>\n Context: User has written new C++ class methods and needs the embedded documentation reviewed and improved.\n user: "I've added some new methods to the Vector class, can you review the documentation?"\n assistant: "I'll use the documentation-enhancer agent to review and improve the embedded documentation for your Vector class methods."\n <commentary>\n The user needs documentation improvement for C++ code, so use the documentation-enhancer agent to ensure professional, accurate, and readable documentation.\n </commentary>\n</example>\n- <example>\n Context: User has created markdown files that need professional review and enhancement.\n user: "Here's my API guide markdown file, please make it more professional and readable"\n assistant: "I'll use the documentation-enhancer agent to enhance your API guide for better professionalism and readability."\n <commentary>\n The user needs markdown documentation improved, so use the documentation-enhancer agent to enhance clarity and professional presentation.\n </commentary>\n</example>

1 repos0 installs
$npx ai-builder add agent parasol-framework/documentation-enhancer
agentby yzyydev
1d ago

api-documenter

Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build comprehensive developer portals. Use PROACTIVELY for API documentation or developer portal creation.

1 repos0 installs
$npx ai-builder add agent yzyydev/api-documenter
skillby umbraco
1d ago

update-ignored-endpoints

Update the IGNORED_ENDPOINTS.md documentation file with current endpoint coverage analysis. Use when documentation needs to be refreshed or when verifying ignored endpoint status.

1 repos0 installs
$npx ai-builder add skill umbraco/update-ignored-endpoints