docs-builder
π―Skillfrom amrhas82/agentic-toolkit
Generates comprehensive documentation automatically by analyzing code structure, extracting comments, and creating organized markdown or documentation files with systematic formatting and content g...
Installation
npx skills add https://github.com/amrhas82/agentic-toolkit --skill docs-builderSkill Details
Overview
# Agentic Toolkit
Your Gateway to Vibecoding: AI-Powered Development Made Simple
Discover proven tools and structured frameworks to start vibecoding as a non-technical or semi-technical user. Get essential scripts for Linux environments, learn through Vibecoding 101, and deploy ready-made AI subagents to accelerate your development workflow.
Featuring structured thinking frameworks, skills, and plugins that guide your AI collaboration for better results.
π [Start Learning Vibecoding 101](docs/vibecoding-101-guide.md) - Essential guide for beginners
---
Core Value: Structured AI Development Made Simple
Lightweight, structured subagents that enforce sequential task execution with built-in verification - not just natural language prompting.
Feature Overview
| Category | Component | Description |
|----------|-----------|-------------|
| Agents | 11 Role-Based Specialists | Orchestrator, QA, Dev, Architect, UX, Feature Planner, Market Researcher, Context Builder plus 3-phase workflow agents (1-create-prd, 2-generate-tasks, 3-process-task-list) |
| Skills | 10 Core Workflows | systematic-debugging, test-driven-development, verification-before-completion, testing-anti-patterns, root-cause-tracing, condition-based-waiting, brainstorming, code-review, skill-creator, docs-builder |
| Commands | 10 Development Tools | debug, explain, git-commit, optimize, refactor, review, security, ship, stash, test-generate |
| Workflows | 3-Phase Development | PRD Creation β Task Generation β Sequential Execution with automatic routing through digraph state machines |
| Architecture | Token Efficient | Progressive disclosure loads ~950 tokens for agent stubs, expands only when invoked |
| Installation | Multiple Options | Manual copy-paste (cp -r ai/subagentic/claude/* ~/.claude/) or NPM (npx liteagents) |
| Verification | Built-in Quality Gates | TDD enforcement, verification gates before completion, systematic debugging frameworks |
Complete & Self-Sufficient
Works standalone out of the box. Optional: Add [Superpowers](https://github.com/obra/superpowers) framework for auto-triggering behavioral constraints if desired.
[Full Subagent Manual](ai/subagentic/subagentic-manual.md) | [Install Now](#-quick-start)
---
π Quick Start
Option 1: NPX (Recommended - No Installation)
```bash
npx liteagents
```
Option 2: NPM Global Install
```bash
# Install globally (never use sudo)
npm install -g liteagents
# If permission errors, configure npm first:
mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
# Run installer
liteagents
```
Option 3: Manual Installation
```bash
# Clone the repository
git clone https://github.com/amrhas82/agentic-toolkit.git && cd agentic-toolkit
# Install subagents for your platform (choose one)
cp -rv ai/subagentic/claude/* ~/.claude/ # Claude Code
cp -rv ai/subagentic/opencode/* ~/.config/opencode/ # OpenCode
cp -rv ai/subagentic/droid/* ~/.factory/ # Droid
cp -rv ai/subagentic/ampcode/* ~/.config/amp/ # Amp
```
[Vibecoding 101](docs/vibecoding-101-guide.md) | [Subagent Manual](ai/subagentic/subagentic-manual.md) | [Development Tools](tools/dev_tools_menu.sh)
---
π What's Included
Development Tools
- Interactive Installer:
tools/dev_tools_menu.sh- Choose and install Linux tools (Tmux, Neovim, etc.) - Automation Scripts: Pre-configured setups for development environments
- Complete Guide:
tools/tools_guide.md- Documentation for all tools
Vibecoding 101 Guide
- Beginner's Course:
docs/vibecoding-101-guide.md- Step-by-step guide for non-technical users - Core Concepts: Tool selection, AI collaboration, avoiding common pitfalls
- Practical Examples: Real-world vibecoding scenarios and best practices
Subagent Kits - Platform Support
Installation Options:
- Manual: `cp -rv ai/suba