FAQ
agent-toolkit is a Claude Code plugin with 19 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes check-ticket-implementation, compact-docs-writer, compact-skill-creator. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
> /plugin marketplace add eai-org/agent-toolkit> /plugin install agent-toolkit@agent-toolkit
Repo: eai-org/agent-toolkit
A collection of generic agentic tools for common engineering tasks, designed to work with any AI agent on any kind of software project. The philosophy behind the toolkit โ five pillars and a litmus test for every new artifact โ is captured in docs/core-philosophy.md.
Agentic skills for everyday software engineering โ solo or in a team, not bound to any specific language or framework.
Tools to create and continuously improve the skills and docs your agents rely on, following this approach to agentic skills.
Maintenance to run from time to time, keeping your setup tidy and your context sharp.
A daily routine for any programming task, following the RPA workflow: fetch a ticket, refine it, plan it, then let a fresh session execute it.
Review helpers that check the codebase while assisting with code or ticket reviews.
Install all skills in one command:
git clone https://github.com/eai-org/agent-toolkit.git && cd agent-toolkit && ./install.sh
Update in one command:
cd agent-toolkit && git pull && ./install.sh
How the symlink install works and the other install methods โ hand-picking skills, other agents, skills.sh, the Claude Code plugin marketplace โ are covered in docs/install-skills.md.
A set of generic, project-agnostic, opinionated rules that apply to any codebase. They are opt-in, installed separately from the skills.
Because rules are always-on, they are never installed implicitly with the skills. To opt in:
./install-opinionated-rules.sh
Auto-loaded rules are mostly a Claude Code feature โ how they work, which agents support them, the script's options, and linking individual rules by hand are covered in docs/install-rules.md.
agentwheel installs this repo's rules and skills
into your agent and keeps them in sync across Claude, Codex, Copilot, and other runtimes, from
one source. Run it from where you want it installed (~ for user level, or a project root):
npx agentwheel install github:eai-org/agent-toolkit --adapter claude
Other adapters, selecting individual pieces, and the OpenPack manifest are covered in docs/install-with-agentwheel.md.
Some skills and rules form a workflow or rely on each other. Hard dependencies are encoded in
openpack.json; suggested next steps live in the skill text.
flowchart TD
fetch_ticket["fetch-ticket"] --> refine["refine-ticket"]
fetch_pr["fetch-pr-review"] --> refine_pr["refine-pr-review"]
refine_pr --> refine
refine_pr --> plan
refine_pr --> express["use-conversational-language"]
review_code["review-code-assistant"] --> express
realistic_rule["write-realistic-texts rule"] --> express
nonsense_rule["no-nonsense-comments rule"] --> express
review_ticket["review-ticket"] --> fetch_ticket
review_ticket --> express
review_ticket --> verify_understanding["verify-understanding"]
check_impl["check-ticket-implementation"] --> fetch_ticket
refine --> manual["create-manual-test-instructions"]
refine --> plan["create-implementation-plan"]
plan --> handover["handover"]
handover --> express
self_rule["self-improve-on-correction rule"] --> self["self-improve"]
self --> compact["compact-skill-creator"]
self --> compact_docs["compact-docs-writer"]
compact --> compact_docs
memory_doctor["memory-doctor"] --> self
compact_gov["compact-governing-docs rule"] --> compact
compact_gov --> compact_docs
plans_rule["plans-directory rule"] -. informs .-> fetch_ticket
plans_rule -. informs .-> fetch_pr
plans_rule -. informs .-> refine_pr
plans_rule -. informs .-> refine
plans_rule -. informs .-> manual
plans_rule -. informs .-> plan
plans_rule -. informs .-> review_ticket
plans_rule -. informs .-> check_impl
plans_rule -. informs .-> handover
docs_rule["self-contained-docs rule"] -. informs .-> fetch_ticket
docs_rule -. informs .-> fetch_pr
docs_rule -. informs .-> refine_pr
docs_rule -. informs .-> refine
docs_rule -. informs .-> manual
docs_rule -. informs .-> plan
.claude-plugin/
marketplace.json
plugin.json
.editorconfig
.gitattributes
.gitignore
AGENTS.md
CLAUDE.md
docs/
core-philosophy.md
install-rules.md
install-skills.md
install-with-agentwheel.md
install-opinionated-rules.sh
install.sh
lib/
install-utils.sh
LICENSE
openpack.json
README.md
rules/
compact-governing-docs.md
git-read-only-by-default.md
no-ai-attribution.md
no-nonsense-comments.md
plans-directory.md
read-other-repos-governing-docs.md
self-contained-docs.md
self-improve-on-correction.md
write-realistic-texts.md
skills/
check-ticket-implementation/
SKILL.md
compact-docs-writer/
SKILL.md
compact-skill-creator/
SKILL.md
context-checkup/
SKILL.md
create-implementation-plan/
SKILL.md
create-manual-test-instructions/
SKILL.md
fetch-pr-review/
SKILL.md
fetch-ticket/
attachments.md
multiple-tickets.md
SKILL.md
fresh-eyes-review/
SKILL.md
handover/
SKILL.md
memory-doctor/
SKILL.md
refine-pr-review/
SKILL.md
refine-ticket/
SKILL.md
review-code-assistant/
SKILL.md
review-ticket/
challenger-prompt.md
SKILL.md
run-nx-checks/
remote-cache-rationale.md
SKILL.md
self-improve/
SKILL.md
use-conversational-language/
SKILL.md
verify-understanding/
SKILL.md
test/
use-conversational-language/
assemble-log.sh
judge-kimi.sh
judge.sh
LANGUAGE-TEST.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic