Tech Writer
Description
֎ A Claude Code plugin that documents codebases using multiple agents running in parallel 🌟 Star if you like it! 🌟
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
CodeGuardian: AI-Powered Codebase Documentation
[](https://github.com/your-username/codeguardian) [](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/)
A command-line tool that maps and documents codebases of any size using parallel AI sub-agents.
About The Project
CodeGuardian is designed to give developers a high-level overview of any new or existing codebase. It recursively scans a target directory, dispatches AI-powered analysis agents to each file, and generates a consolidated report of the project's structure, components, and complexity.
This tool helps in:
- Quickly onboarding new developers.
- Identifying key components and potential areas for refactoring.
- Generating automatic documentation stubs.
Features
- Parallel Analysis: Utilizes multiple AI agents to process files concurrently, making it fast and efficient for large codebases.
- Extensible Agent System: Easily extendable to support different types of analysis (e.g., security vulnerabilities, style-guide compliance, dependency checking).
- CLI Interface: Simple and intuitive command-line for easy integration into your workflow.
- Platform Agnostic: Built with Python, it runs on Windows, macOS, and Linux.
Getting Started
Prerequisites
- Python 3.9 or later
Installation
- Clone the repo
git clone https://github.com/your-username/codeguardian.git - Install the package
cd codeguardian pip install .
Usage
To analyze a codebase, run CodeGuardian and point it to the target directory:
codeguardian /path/to/your/project
License
Distributed under the MIT License. See `LICENSE` for more information.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11