AI development subagents for Claude Code, OpenCode, Droid, and Amp — plus Linux setup scripts for a terminal dev environment (tmux, Neovim/LazyVim, zsh, fzf, lazygit, Kitty/Ghostty).
- Subagent kits (
ai/subagentic/) — 11 role-based agents plus skills and slash-commands, ready to drop into each tool. See the Subagent Manual. - Linux dev-tool setup (
tools-debian/,tools-fedora/) — per-distro scripts and guides to install and configure a terminal dev environment. - Customization (
ai/customize/) — BYOK keys, a Claude Code LLM/MCP switcher, Ollama configs, a memory MCP server, and agent guidelines. - Marketplace (
ai/marketplace/) — curated subagents, plugins, skills, MCP servers, and workflows.
# NPM (recommended) — interactive installer, auto-updates
npx liteagents
# or copy manually for your tool
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/ # AmpInvoke an agent with @agent-name (Claude/OpenCode/Amp) or
invoke droid agent-name (Droid); run commands with /command-name.
# pick your distro, then follow the interactive menu
./tools-fedora/dev_tools_menu.sh # Fedora
./tools-debian/dev_tools_menu.sh # Debian / UbuntuThe menu installs and configures CLI tools, editors, and terminals. Per-tool guides (tmux, LazyVim, zsh, fzf, lazygit, Kitty, Ghostty) live alongside the scripts.
ai/
subagentic/ # agent kits: claude, opencode, droid, ampcode (+ manual)
customize/ # byok, claude-switcher, ollama, memcp, config, skill-to-command
marketplace/ # curated subagents, plugins, skills, mcp, workflows
tools-debian/ # Linux dev-tool setup (Debian / Ubuntu)
tools-fedora/ # Linux dev-tool setup (Fedora)
docs/ # guides
- Subagent Manual — agents, token loads, progressive disclosure
- Vibecoding 101 — beginner's guide to AI-powered development
- Hot-memory pipeline — how
/stash,/friction, and/rememberwork - Agent Guidelines — AI collaboration guardrails
Apache 2.0 — see LICENSE.