Showing 30 of 14565 results
Documentation generation agents and skills for code explanation and API docs
Converts PHPDoc and JSDoc blocks into one-line plain-English // comments that a non-technical reader can understand. Two engines under shared rules: interactive skill mode (Read/Edit walk, 1-20 files) and a bundled bash + perl + claude --print runner (20+ files, unattended, CI-able) exposed as /docblock-rewrite. Walks .php, .js, .ts, .jsx, .tsx, .mjs, .cjs. Skip list covers vendor, node_modules, dist, build, coverage, __tests__, .git, .next, .nuxt, out, tmp, *.min.js, *.min.css. Honors @internal, @deprecated, @ignore opt-out tags. File-level detection via @file/@package/@module or post-block declare/namespace/use/import/export. Banned-word list: instantiate, invoke, callback, promise, iterate, async, boolean, array, object, parameter, argument, mutate, hash, payload, instance, factory, singleton, polyfill, regex. Output format: one line beginning with // and ending with a period, capitalized, present-tense verb for functions/methods, noun phrase for classes/files/properties/constants, max 100 chars total. Validation gates: one-line check, // prefix, length cap, banned-word regex. Bad outputs leave the original block intact for human review. Backups saved as .bak per file unless --no-backup. Dry-run mode emits unified diffs without writing. Concurrency configurable (default 3). Right-to-left byte-offset splice preserves alignment across multi-block files.
Generate Docker Compose and Podman Compose configurations for multi-container applications
Generates or optimizes docker-compose.yml for any self-hosted app or cloud replacement (Google Photos→Immich, Gmail→Mailcow, ChatGPT→Ollama) — full stacks with health checks, named volumes, and .env setup.
from netresearch/claude-code-marketplace
Docker and container development — Dockerfile optimization, docker-compose orchestration, multi-stage builds, security hardening, and CI/CD container pipelines.
from JosiahSiegel/claude-plugin-marketplace
Navigate, discover, and manage markdown docs in code repositories
C4-model documentation tracker with SHA propagation and staleness detection
Query documentation using semantic search via Gemini File Search
Automated documentation generation including README, API specs, and architecture documentation
Используй этого агента, когда нужно получить справку по документации, уточнить детали работы фреймворков, библиотек или языков. Агент обращается к context7 MCP и помогает быстро найти точное описание, синтаксис или пример из официальных источников. Подходит для технических разъяснений, примеров, и поиска решений на уровне документации.
from nitromike502/meckert-claude-code-marketplace