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 - Essential guide for beginners
Lightweight, structured subagents that enforce sequential task execution with built-in verification - not just natural language prompting.
| 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 |
Works standalone out of the box. Optional: Add Superpowers framework for auto-triggering behavioral constraints if desired.
Full Subagent Manual | Install Now
npx liteagents# 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# Clone the repository
git clone https://github.com/hamr0/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/ # AmpVibecoding 101 | Subagent Manual | 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
- 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
Installation Options:
- Manual:
cp -rv ai/subagentic/<platform>/* <install-path>/(see table below) - NPM Package:
npx liteagents- Auto-updates, no cloning (repo) - π Subagentic Manual - Token loads, progressive disclosure, complete reference
| Platform | Agents | Skills/Commands | Install Path | Project Path | Source Path |
|---|---|---|---|---|---|
| Claude Code | 11 agents | 10 skills + 12 commands | ~/.claude/ |
./.claude/ |
ai/subagentic/claude/ |
| OpenCode | 11 agents | 22 commands | ~/.config/opencode/ |
./.opencode/ |
ai/subagentic/opencode/ |
| Droid | 11 droids | 22 commands | ~/.factory/ |
./.factory/ |
ai/subagentic/droid/ |
| Amp | 11 agents | 22 commands | ~/.config/amp/ |
./.amp/ |
ai/subagentic/ampcode/ |
Usage: Invoke with @agent-name or As agent-name, ... (Claude/OpenCode/Amp) or invoke droid agent-name (Droid). Commands via /command-name.
- AI Marketplace (
ai/marketplace/): 90+ reusable subagents (droids), plugins, skills, 200+ MCP servers, workflows - Ollama Local LLM (
ai/customize/ollama): Ollama configuration for OpenCode/Droid - Claude Code Switcher (
ai/customize/claude-switcher): Use GLM LLM/MCP on Claude Code - BYOK Config (
ai/customize/byok): Use Synthetic, GLM on OpenCode/Droid - Agent Best Practices (
ai/customize/config): Agent tweaks and guidelines
Agentic Toolkit is complete and self-sufficient. Optionally add Superpowers for auto-triggering behavioral constraints (TDD must run first, verification before completion, fresh subagent isolation per task).
agentic-toolkit/
βββ ai/
β βββ subagentic/ # Subagent kits for all platforms
β β βββ claude/ # 11 agents + 10 skills + 10 commands
β β βββ opencode/ # 11 agents + 20 commands
β β βββ droid/ # 11 droids + 20 commands
β β βββ ampcode/ # 11 agents + 10 skills + 10 commands
β βββ customize/ # Platform customization configs
β β βββ byok/ # Bring Your Own Key configs
β β βββ claude-switcher/ # Claude Code LLM/MCP switcher
β β βββ config/ # Agent best practices
β β βββ memcp/ # Memory MCP server
β β βββ ollama/ # Local LLM configs
β β βββ skill-to-command/ # Skill conversion tools
β βββ marketplace/ # Curated AI resources
β βββ agents/ # 90+ specialized subagents
β βββ workflows/ # Workflow patterns
βββ tools/ # Development utilities
β βββ dev_tools_menu.sh # Interactive installer
β βββ master_tmux_setup.sh # Tmux automation
β βββ master_neovim_setup.sh # Neovim automation
β βββ tools_guide.md # Tools documentation
βββ docs/ # Documentation
β βββ vibecoding-101-guide.md # Beginner's guide
βββ env/ # Environment configs
This toolkit is designed for anyone wanting to maximize AI-powered development:
β
Vibecoders - Non-coders building with AI
β
Semi-technical users - Some coding background, learning to leverage AI
β
Technical non-coders - Strong technical knowledge without coding experience
β
Developers - Wanting structured, proven AI workflows
β
Teams - Needing standardized AI collaboration patterns
Vibecoding 101 Guide - Learn how to build software with AI without being a traditional coder.
- Vibecoding 101 - Beginner's guide to AI-powered development
- Subagent Manual - Complete agent reference with token loads
- Tools Guide - Development tools documentation
- Agent Guidelines - AI collaboration guardrails
- β Star this repo for updates
- π¬ Join Discord for vibecoding support
- π GitHub Issues for bug reports
- π‘ GitHub Discussions for questions
We welcome contributions! See CONTRIBUTING.md for guidelines.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
What to contribute: Subagent improvements, tool scripts, documentation
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Built with β€οΈ for the vibecoding community | LinkedIn
Ready to vibecode? Follow the Quick Start above!