eai-org/agent-toolkit

30 agent markdown files indexed from eai-org/agent-toolkit. Install any of them pinned to an exact hash with mdr add eai-org/agent-toolkit/<name>.

AGENTS.md agents
eai-org/agent-toolkit · AGENTS.md
git:20260913.f03ac1e · audit A · 50 stars
CLAUDE.md claude
eai-org/agent-toolkit · CLAUDE.md
git:20260817.0a229c6 · audit B · 50 stars
agentify-project skill
eai-org/agent-toolkit · skills/agentify-project/SKILL.md · Make a project ready for AI agentic engineering by converging it toward a canonical agent-neutral structure — a lean…
v0.2 · audit A · 50 stars
attach-to-ticket skill
eai-org/agent-toolkit · skills/attach-to-ticket/SKILL.md · Attach pasted images, files or URLs to a fetched ticket, saved beside its ticket file and referenced from it, or fill…
v0.1 · audit A · 50 stars
check-ticket-implementation skill
eai-org/agent-toolkit · skills/check-ticket-implementation/SKILL.md · Check how much of a ticket is already implemented — split it into requirement blocks, judge each against the code, and…
v1.0 · audit A · 50 stars
compact-docs-writer skill
eai-org/agent-toolkit · skills/compact-docs-writer/SKILL.md · Draft, rewrite, or refine a doc for maximum token economy without losing any rule or intent. Use for docs kept in…
v1.6 · audit A · 50 stars
compact-skill-creator skill
eai-org/agent-toolkit · skills/compact-skill-creator/SKILL.md · Author or refine a skill for maximum token economy without losing intent. Use when creating any new skill or editing an…
v1.21 · audit A · 50 stars
context-checkup skill
eai-org/agent-toolkit · skills/context-checkup/SKILL.md · Audit what auto-loads into an agent session's context window and suggest lean, reversible fixes to cut startup tokens.
v1.2 · audit A · 50 stars
create-implementation-plan skill
eai-org/agent-toolkit · skills/create-implementation-plan/SKILL.md · Turn a refined requirements document into a structured implementation PLAN.md a fresh session can execute. Planning…
v1.11 · audit A · 50 stars
create-manual-test-instructions skill
eai-org/agent-toolkit · skills/create-manual-test-instructions/SKILL.md · Turn a ticket or requirements document into a concise QA manual-test file a non-author can follow. Invoke manually only.
v1.4 · audit A · 50 stars
execute-plan-tasks skill
eai-org/agent-toolkit · skills/execute-plan-tasks/SKILL.md · Execute one task from a plan's task breakdown, verify it, tick it off, and hand back for review before the next one.
v0.3 · audit A · 50 stars
explain-in-simple-language skill
eai-org/agent-toolkit · skills/explain-in-simple-language/SKILL.md · Explain code, a decision, a recap, or a question to the user in simple language that a fluent but often non-native…
v0.1 · audit A · 50 stars
fetch-pr-review skill
eai-org/agent-toolkit · skills/fetch-pr-review/SKILL.md · Fetch all reviewer comments from a pull request URL (GitHub, Azure DevOps, …) and save them as a self-contained…
v1.7 · audit A · 50 stars
fetch-ticket skill
eai-org/agent-toolkit · skills/fetch-ticket/SKILL.md · Fetch one or more tickets/issues from their tracker (Azure DevOps, Jira, GitHub, …) and save each as a self-contained…
v1.12 · audit A · 50 stars
fresh-eyes-review skill
eai-org/agent-toolkit · skills/fresh-eyes-review/SKILL.md · Fresh-eyes review of a changeset by a fresh-context agent — catches regressions and correctness issues the authoring…
v1.3 · audit A · 50 stars
grill-me skill
eai-org/agent-toolkit · skills/grill-me/SKILL.md · Interview the user relentlessly about a plan, design, or idea until reaching shared understanding, resolving each…
v0.1 · audit A · 50 stars
handover skill
eai-org/agent-toolkit · skills/handover/SKILL.md · Use when handing finished work over to code review — writing a PR description or packaging a change for review by a…
v0.7 · audit A · 50 stars
maintainer-review skill
eai-org/agent-toolkit · skills/maintainer-review/SKILL.md · Review someone else's pull request as the maintainer deciding whether it merges — every prior comment walked, every…
v0.6 · audit A · 50 stars
memory-doctor skill
eai-org/agent-toolkit · skills/memory-doctor/SKILL.md · Audit the current project's agent-memory and, block by block, relocate each entry into a user-controlled home (project…
v1.7 · audit A · 50 stars
prepare-prompt skill
eai-org/agent-toolkit · skills/prepare-prompt/SKILL.md · Prepare a prompt that hands this session's work to a fresh agent session — to continue it, check it, or pick up what…
v0.1 · audit A · 50 stars
refine-pr-review skill
eai-org/agent-toolkit · skills/refine-pr-review/SKILL.md · Triage a fetched PR review with the user, comment by comment, drafting each reply and producing a REQUIREMENTS file for…
v1.4 · audit A · 50 stars
refine-ticket skill
eai-org/agent-toolkit · skills/refine-ticket/SKILL.md · Refine a development ticket — or brainstorm a raw idea — into a validated, self-contained REQUIREMENTS document — the…
v1.14 · audit A · 50 stars
review-code-assistant skill
eai-org/agent-toolkit · skills/review-code-assistant/SKILL.md · Assist a human reviewing a pull request or branch locally — diff a source branch against its target (auto-detected or…
v1.12 · audit A · 50 stars
review-ticket skill
eai-org/agent-toolkit · skills/review-ticket/SKILL.md · Triage a ticket or ticket set before work starts — compare it against the codebase and save a review covering verdict…
v1.3 · audit A · 50 stars
run-nx-checks skill
eai-org/agent-toolkit · skills/run-nx-checks/SKILL.md · Run nx format, lint, test, and build on affected or specified projects, then fix unambiguous failures
v1.8 · audit A · 50 stars
self-improve skill
eai-org/agent-toolkit · skills/self-improve/SKILL.md · Capture durable user feedback into the governing skill/doc, or propose creating a new skill when no suitable one…
v1.10 · audit A · 50 stars
self-review skill
eai-org/agent-toolkit · skills/self-review/SKILL.md · Self-review a changeset until merge-ready — a fresh-context reviewer checks it as a maintainer would, the author…
v0.13 · audit A · 50 stars
split-plan-tasks skill
eai-org/agent-toolkit · skills/split-plan-tasks/SKILL.md · Split a plan into small, individually reviewable tasks grouped into PR-sized batches, appended as a task section at the…
v0.4 · audit A · 50 stars
use-conversational-language skill
eai-org/agent-toolkit · skills/use-conversational-language/SKILL.md · Voice rules for text published under a person's name and read as if a person typed it, such as chat replies, PR…
v1.6 · audit A · 50 stars
verify-understanding skill
eai-org/agent-toolkit · skills/verify-understanding/SKILL.md · Verify the engineer is ready to implement a feature — a teach-back conversation over a .TICKET-REVIEW.md where they…
v1.1 · audit A · 50 stars

Source

github.com/eai-org/agent-toolkit · 50 stars · license MIT · pushed 2026-09-22