By akallabet
Utilities for generating and improving documentation, including docstrings, README files, and API documentation
Creates, structures, and reviews technical documentation following the Diátaxis framework (tutorials, how-to guides, reference, and explanation pages). Use when a user needs to write or reorganize docs, structure a tutorial vs. a how-to guide, build reference docs or API documentation, create explanation pages, choose between Diátaxis documentation types, or improve existing documentation structure. Trigger terms include: documentation structure, Diátaxis, tutorials vs how-to guides, organize docs, user guide, reference docs, technical writing.
Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.
A Claude Code plugin marketplace.
claude plugin marketplace add https://github.com/akallabet/akallabet-cc-marketplace
claude plugin marketplace search --marketplace akallabet-cc-marketplace
claude plugin install <plugin-name> --marketplace akallabet-cc-marketplace
Disclaimer: The
coding-externalplugin is a curated collection of skills, agents, hooks, and tools copied from various external open-source projects. The original author of this marketplace is not the author of those components. Each component's source is tracked inplugins/coding-external/origins.json. Please refer to the original creators for attribution, support, and contributions.
plugins/ with your plugin nameplugin.json manifest inside it.claude-plugin/marketplace.jsonakallabet-cc-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/ # Plugin subdirectories
├── README.md
└── .gitignore
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub akallabet/akallabeth-cc-marketplace --plugin ak-documentationGeneral coding utilities for code explanation, review, refactoring, testing, and debugging
Create comprehensive documentation for code, APIs, and projects.
Documentation generation, API docs, and README maintenance
Code documentation with automated doc generation, code explanation, and tutorial engineering
Create comprehensive documentation for code, APIs, and projects.
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>