Skip to content

hamr0/agentic-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

194 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Toolkit

version (auto from package.json) license: Apache 2.0

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).


What's inside

  • 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.

Install the subagents

# 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/       # Amp

Invoke an agent with @agent-name (Claude/OpenCode/Amp) or invoke droid agent-name (Droid); run commands with /command-name.

Set up Linux dev tools

# pick your distro, then follow the interactive menu
./tools-fedora/dev_tools_menu.sh    # Fedora
./tools-debian/dev_tools_menu.sh    # Debian / Ubuntu

The menu installs and configures CLI tools, editors, and terminals. Per-tool guides (tmux, LazyVim, zsh, fzf, lazygit, Kitty, Ghostty) live alongside the scripts.

Structure

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

Docs


Apache 2.0 — see LICENSE.

About

A ready-to-use suite of tools for AI-driven development, featuring agent workflows, automation scripts, and easy environment setup to boost productivity and streamline project management.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors