Agent Plugins Marketplace
All plugins

agent-toolkit-complete

v1.22.2

Full stable skill catalog coverage for consumers who want everything (

CodexClaude CodeAgent Plugins50 Skills3 MCP serversstdio

By ulises-jeremiasLicense: MIT12 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
53 skill or MCP entries
Source updated
Aug 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add agent-toolkit-complete@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ulises-jeremias/agent-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-toolkit-complete/.

Plugin files

plugins/agent-toolkit-complete/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/adr/SKILL.md
├── skills/agreement/SKILL.md
├── skills/assistant/SKILL.md
├── skills/aws-well-architected-review/SKILL.md
├── skills/blast-radius/SKILL.md
├── skills/bug/SKILL.md
├── skills/c4-model/SKILL.md
├── skills/chrome-devtools/SKILL.md
├── skills/cli-for-agents/SKILL.md
├── skills/clickup-cli/SKILL.md
├── skills/cloud-design-patterns/SKILL.md
├── skills/codeql/SKILL.md
├── skills/dbt-validation/SKILL.md
├── skills/decision-log/SKILL.md
├── skills/deep-review/SKILL.md
├── skills/design-assessment/SKILL.md
├── skills/design-improvement/SKILL.md
├── skills/deslop/SKILL.md
├── skills/dev-companion/SKILL.md
├── skills/development-workflow/SKILL.md
├── skills/docs-generator/SKILL.md
├── skills/epic/SKILL.md
├── skills/figma/SKILL.md
├── skills/figma-code-connect-components/SKILL.md
├── skills/figma-create-design-system-rules/SKILL.md
├── skills/figma-create-new-file/SKILL.md
├── skills/figma-implement-design/SKILL.md
├── skills/fix-merge-conflicts/SKILL.md
├── skills/frontend-design/SKILL.md
├── skills/frontend-design-review/SKILL.md
├── skills/gh-address-comments/SKILL.md
├── skills/gh-contribution-planner/SKILL.md
├── skills/gh-fix-ci/SKILL.md
├── skills/github-cli-workflow/SKILL.md
├── skills/gitlab-cli-workflow/SKILL.md
├── skills/herdr/SKILL.md
├── skills/incident/SKILL.md
├── skills/inventory/SKILL.md
├── skills/jupyter-notebook/SKILL.md
├── skills/linear/SKILL.md
├── skills/llm-cost-advisor/SKILL.md
├── skills/loop-runner/SKILL.md
├── skills/management-unit-assessment/SKILL.md
├── skills/mcp/SKILL.md
├── skills/mcp-audit/SKILL.md
├── skills/meeting-minutes/SKILL.md
├── skills/megalinter/SKILL.md
├── skills/megalinter-check/SKILL.md
├── skills/megalinter-fix/SKILL.md
├── skills/megalinter-setup/SKILL.md
└── .mcp.json

Included Skills50

adrskills/adr/SKILL.md

WHAT — Create and maintain Architecture Decision Records (ADRs) per the process. Covers when to write an ADR, required sections, review, and linking to epics/PRs. English for cross-team artifacts unless the user asks otherwise.

agreementskills/agreement/SKILL.md

WHAT - Capture explicit agreements, terms, parties involved, dates, validity, and linked work items using the Agreement Document structure.

assistantskills/assistant/SKILL.md

Assistant — on any repo, scan README→docs→AGENTS→CONTRIBUTING→PR templates→task runners→devcontainer→CI→configs before code; cite sources; prefer AGENTS.md for agent behavior; portable across Cursor/Copilot/Claude; use agent-toolkit CLI when needed.

aws-well-architected-reviewskills/aws-well-architected-review/SKILL.md

WHAT — AWS Well-Architected Framework review (6 pillars) — operational excellence, security, reliability, performance, cost, sustainability + WAR process. Checklist for workload evaluation on AWS; complementary to official AWS MCP for live account data.

blast-radiusskills/blast-radius/SKILL.md

Find what a change could break somewhere else before it ships, beyond the diff, and prove the one fact it's safe because of by running real code instead of writing it up. Use for 'blast radius of X', 'what could this break', or reviewing a small diff you don't trust.

bugskills/bug/SKILL.md

WHAT - Draft and review bugs using the Bug Template; classifies whether an issue should be escalated to incident based on production/user impact.

c4-modelskills/c4-model/SKILL.md

WHAT — C4 model methodology (Context, Container, Component, Code) guidance — what to draw at each level, when, and how to render C4-inspired diagrams via Mermaid (PlantUML/Structurizr optional advanced). Methodology not renderer.

chrome-devtoolsskills/chrome-devtools/SKILL.md

Use Chrome DevTools MCP to control and inspect a live Chrome instance for network, console, performance, rendering, and Deep debugging. Pairs with playwright-cli (deterministic interaction/E2E) — complements, not duplicates.

cli-for-agentsskills/cli-for-agents/SKILL.md

Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs.

clickup-cliskills/clickup-cli/SKILL.md

ClickUp CLI for managing tasks, sprints, comments, statuses, and Docs. Use when the user needs to interact with ClickUp — creating/editing tasks, checking sprint status, adding comments, linking PRs, managing Docs and pages, or searching tasks. Prefer this CLI over raw API calls.

cloud-design-patternsskills/cloud-design-patterns/SKILL.md

WHAT — Vendor-neutral distributed cloud patterns (Retry, Bulkhead, Circuit Breaker, CQRS, Event Sourcing, etc.) abstracted from AWS/Azure/GCP sources — when to apply, tradeoffs, mapping to AWS/GCP/Azure primitives. Offline checklist, no live account required.

codeqlskills/codeql/SKILL.md

CodeQL operational workflow — discover/config, run/inspect, triage SARIF findings (rule/query ID, source→sink, evidence), remediate, re-validate. Distinguishes broad MegaLinter linting from semantic security analysis.

dbt-validationskills/dbt-validation/SKILL.md

HOW — Run dbt checks as documented in the target repo (parse, compile, test, selective run). Does not configure Snowflake accounts or change cloud security.

decision-logskills/decision-log/SKILL.md

WHAT - Capture lightweight project, product, or operational decisions that do not require a full ADR; includes rationale, date, owner, and references.

deep-reviewskills/deep-review/SKILL.md

Evidence-based deep code review rubric — severity + confidence findings across maintainability, correctness, security, performance, and testing. Push for ambitious structural simplification (code judo), not just local cleanup. Escalate hands-on triage to the code-reviewer agent.

design-assessmentskills/design-assessment/SKILL.md

WHAT - Evidence-based design-unit assessment orchestrated by project-assessment. Evaluates visual hierarchy, UX friction, interaction, a11y, responsiveness, design-system compliance, and distinctiveness with severity/confidence evidence citations. Reuses project-assessment-evidence semantics — no second framework.

design-improvementskills/design-improvement/SKILL.md

WHAT - Browser-grounded iterative design improvement. Consumes design-assessment findings, defines direction, prioritizes safe vs ambiguous changes, implements within existing design system, runs app, captures rendered evidence via browser, reviews and iterates. Reuses evidence model — no new scoring framework.

deslopskills/deslop/SKILL.md

Remove AI-generated code slop and clean up code style

dev-companionskills/dev-companion/SKILL.md

WHAT — Dev Companion (general): layered companion for client delivery; modes, gates, delegation to assistant and workflow-generic-project; no CLI matrices.

development-workflowskills/development-workflow/SKILL.md

WHAT - Default development workflow, task lifecycle, DoR, DoD, validation, and evidence model when a project has no explicit override. Repository instructions still take precedence.

docs-generatorskills/docs-generator/SKILL.md

WHAT — Generate or update documentation from code: README.md from repo structure, CHANGELOG.md from git history, API reference from OpenAPI/GraphQL schemas, and AGENTS.md starters for new projects.

epicskills/epic/SKILL.md

WHAT - Draft and review epics using the Best Practices Epic Template; includes objectives, success criteria, related tasks, stakeholders, and effort metadata.

figmaskills/figma/SKILL.md

Use the Figma MCP server to fetch design context, screenshots, variables, and assets, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

figma-code-connect-componentsskills/figma-code-connect-components/SKILL.md

Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma designs and code implementations. For canvas writes (Plugin API), install the opt-in `figma-use` pack documented in `docs/SKILLS.md`.

figma-create-design-system-rulesskills/figma-create-design-system-rules/SKILL.md

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.

figma-create-new-fileskills/figma-create-new-file/SKILL.md

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard)

figma-implement-designskills/figma-implement-design/SKILL.md

Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes (Plugin API), see the opt-in `figma-use` pack documented in `docs/SKILLS.md`.

fix-merge-conflictsskills/fix-merge-conflicts/SKILL.md

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution

frontend-designskills/frontend-design/SKILL.md

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

frontend-design-reviewskills/frontend-design-review/SKILL.md

Review and create distinctive, production-grade frontend interfaces with high design quality and design system compliance. Evaluates using three pillars: frictionless insight-to-action, quality craft, and trustworthy building. USE FOR: PR reviews, design reviews, accessibility audits, design system compliance checks, creative frontend design, UI code review, component reviews, responsive design checks, theme testing, and creating memorable UI. DO NOT USE FOR: Backend API reviews, database schema reviews, infrastructure or DevOps work, pure business logic without UI, or non-frontend code.

gh-address-commentsskills/gh-address-comments/SKILL.md

Triage and address open GitHub PR review and conversation comments using the gh CLI. Use when the user wants to "address PR comments", "resolve review threads", or "respond to reviewers" on the current branch's pull request.

gh-contribution-plannerskills/gh-contribution-planner/SKILL.md

Daily GitHub contribution planner — analyzes the gh-logged-in user's non-archived repos (owned + forks) and recent contributions, produces a prioritized plan, halts for approval, then dispatches parallel sub-agents to execute approved items via existing PR/CI/review skills.

gh-fix-ciskills/gh-fix-ci/SKILL.md

Diagnose failing GitHub Actions checks on a PR via gh, summarize the failure context, propose a plan, and only implement after explicit user approval. External CI providers (Buildkite, CircleCI, etc.) are reported by URL only.

github-cli-workflowskills/github-cli-workflow/SKILL.md

HOW — GitHub CLI (gh): push branch, create draft PR with title/body from template or file; fallback untracked PR_DESCRIPTION_*.md. Use when origin is GitHub.

gitlab-cli-workflowskills/gitlab-cli-workflow/SKILL.md

HOW — GitLab CLI (glab): push branch, create draft MR with title/body; fallback untracked markdown. Use when origin is GitLab.

herdrskills/herdr/SKILL.md

Manage Herdr workspaces, tabs, and panes for Agent Toolkit swarms with eager windows, shell-aware execution, and reuse.

incidentskills/incident/SKILL.md

WHAT - Draft and review incident reports and RCA notes using Incident Management guidance; includes detection, impact, timeline, RCA, resolution, and follow-ups.

inventoryskills/inventory/SKILL.md

Discover installed skills, agents, loops, and platform capabilities via agent-toolkit inventory, matrix, and skills list.

jupyter-notebookskills/jupyter-notebook/SKILL.md

Create, scaffold, or refactor Jupyter notebooks (.ipynb) for experiments and tutorials. Prefer the bundled templates and the helper script (`new_notebook.py`, also exposed as `newnotebook`) to generate a clean starting notebook instead of authoring raw notebook JSON.

linearskills/linear/SKILL.md

Manage Linear issues, projects and cycles via the Linear MCP server. Use when the user wants to read, triage, create or update Linear tickets, plan a sprint, audit Linear documentation, or rebalance team workload.

llm-cost-advisorskills/llm-cost-advisor/SKILL.md

WHAT — Recommend the most cost-effective LLM provider for a given task type. Shows estimated cost per run across available providers and integrates with devcompanion llm-status to show what is actually available.

loop-runnerskills/loop-runner/SKILL.md

Execute and manage loop engineering primitives (init, run, status, audit) from an AI coding session via the agent-toolkit loop CLI.

management-unit-assessmentskills/management-unit-assessment/SKILL.md

WHAT - Evidence-based management unit assessment for governance, delivery, collaboration, culture, and AI-native management readiness. Interactive and source-driven before any score is assigned.

mcpskills/mcp/SKILL.md

Configure and manage MCP providers for Agent Toolkit — setup, list, doctor, and per-tool deployment.

mcp-auditskills/mcp-audit/SKILL.md

MCP config + implementation security audit — config secrets/auth, unpinned versions, remote vs local, OAuth, env exposure; implementation command injection, SSRF, unsafe args, tool poisoning. Static, evidence-cited.

meeting-minutesskills/meeting-minutes/SKILL.md

WHAT - Create structured meeting minutes from notes or transcripts using meeting templates, with redaction, action items, decisions, and traceability.

megalinterskills/megalinter/SKILL.md

Entry point for everything MegaLinter. Use when the user wants to lint their repository, set up MegaLinter, check or fix lint errors, make CI lint jobs pass, or says "run megalinter", "fix lint errors", "make the linters happy", "clean up code quality". Detects the repository state and orchestrates the megalinter-setup, megalinter-check and megalinter-fix skills in a loop until the repository is clean.

megalinter-checkskills/megalinter-check/SKILL.md

Collect MegaLinter lint errors for the current repository. Use when the user wants to know if the code passes linting, why the MegaLinter CI job fails, or before/after fixing lint errors. Two modes - watch a CI job (GitHub Actions, GitLab CI, Azure Pipelines, Bitbucket Pipelines) and parse its logs, or run MegaLinter locally with Docker (full run or fast parallel standalone linter runs).

megalinter-fixskills/megalinter-fix/SKILL.md

Fix the errors reported by MegaLinter. Use after megalinter-check found errors, or when the user pastes MegaLinter/CI lint errors and wants them fixed. Applies safe fixes automatically (auto-fix linters first, then guided manual fixes using per-linter fix guides), asks the user when fixing is ambiguous, and can disable rules or linters with user confirmation. Never pushes to the default branch.

megalinter-setupskills/megalinter-setup/SKILL.md

Install or upgrade MegaLinter on a repository. Use when the user wants to add MegaLinter to a project, set up linting CI, update MegaLinter configuration or version, or says "install megalinter", "setup linting", "add code quality checks". Always goes through npx mega-linter-runner (--install or --upgrade), then refines .mega-linter.yml.

MCP servers3

githubstdio
command
docker
args
run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
cwd
${PLUGIN_ROOT}
notionstdio
command
npx
args
-y @notionhq/notion-mcp-server
cwd
${PLUGIN_ROOT}
slackstdio
command
npx
args
-y @modelcontextprotocol/server-slack
cwd
${PLUGIN_ROOT}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests3

plugins/agent-toolkit-complete/.codex-plugin/plugin.json
{
  "name": "agent-toolkit-complete",
  "version": "1.22.2",
  "description": "Full stable skill catalog coverage for consumers who want everything (",
  "maturity": "experimental",
  "author": {
    "name": "ulises-jeremias",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/ulises-jeremias/agent-toolkit",
  "repository": "https://github.com/ulises-jeremias/agent-toolkit",
  "license": "MIT",
  "keywords": [
    "agent-toolkit",
    "complete",
    "codex",
    "skills",
    "agents"
  ]
}
plugins/agent-toolkit-complete/.claude-plugin/plugin.json
{
  "name": "agent-toolkit-complete",
  "version": "1.22.2",
  "description": "Full stable skill catalog coverage for consumers who want everything (",
  "author": {
    "name": "ulises-jeremias",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/ulises-jeremias/agent-toolkit",
  "repository": "https://github.com/ulises-jeremias/agent-toolkit",
  "license": "MIT",
  "keywords": [
    "agent-toolkit",
    "complete"
  ]
}
plugins/agent-toolkit-complete/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-toolkit-complete",
  "version": "1.22.2",
  "description": "Full stable skill catalog coverage for consumers who want everything (",
  "author": {
    "name": "ulises-jeremias",
    "url": "https://github.com/ulises-jeremias/agent-toolkit"
  },
  "homepage": "https://github.com/ulises-jeremias/agent-toolkit",
  "repository": "https://github.com/ulises-jeremias/agent-toolkit",
  "license": "MIT",
  "keywords": [
    "agent-toolkit",
    "complete",
    "skills",
    "agents",
    "mcp"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[agent-toolkit-complete on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agent-toolkit-complete)