inventory

Solid

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

AI & Automation 14 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
39
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Inventory Discover what the toolkit can do before you build — **skills, agents, loops, MCP, and platform support** — via `agent-toolkit inventory`, `matrix`, `build --check`, and `skills list`. ## When to use - User asks "what can agent-toolkit do?", "what skills are available?", or "is there a skill for X". - Before starting delivery: check which workflow (`delivery/*`), forge (`github-cli-workflow`), or ops (`swarm`) skills apply. - After `agent-toolkit install` — verify what was deployed and what needs `mcp setup`. - Before running `build` or `plugin` — understand target support via `matrix`. ## Workflow ### 1. List everything ```bash agent-toolkit inventory # skills (61), agents (16), loops (10), products agent-toolkit matrix # platform capability matrix (claude-code, cursor, opencode, etc.) agent-toolkit skills list # grouped by domain (core, ops, forge, etc.) agent-toolkit skills list --domain ops # filter agent-toolkit loops --help 2>&1 | head ``` `inventory` now shows 61 skills across 9 domains including the new swarm family: - `ops/swarm`, `ops/swarm-observer`, `ops/swarm-handoff`, `tooling/herdr`, `forge/worktree`, `core/workspace`, `core/project`, `integrations/mcp`, `tooling/inventory`. ### 2. Inspect a skill or agent ```bash agent-toolkit skills validate # all 61 should be ✓ muse skills validate ~/.ai-workspace/.agents/skills/swarm --json | jq .valid cat skills/ops/swarm/SKILL.md | head -n 20 cat agents/c...

Details

Author
ulises-jeremias
Repository
ulises-jeremias/agent-toolkit
Created
3 weeks ago
Last Updated
today
Language
V
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

skill-atlas

Audit, discover, recommend, orchestrate, monitor, and safely manage agent skills across Codex, OpenCode, Claude-style agents, plugin caches, and configurable skill roots. Use when the user wants to inventory installed skills, detect duplicates or symlinks, check upstream freshness, compare public alternatives once or periodically, review third-party skill safety, plan cross-platform consolidation, describe a product or professional task and ask which skills should be combined, compare current AI models for a workflow, or find skills and connectors for software such as design, HMI, animation, CAD, and 3D modeling tools. The skill is platform-neutral and local-aware. It reports and recommends before acting; it must not overwrite, delete, symlink, install, or upgrade skills without explicit confirmation.

0 Updated 2 weeks ago
Jorgut
Web & Frontend Featured

skill-inventory

Inventory the installed skills and which plugins contribute them, then flag overlap with the user's own skills — read through the Agent Monitor Config Explorer API. Reads /api/cc-config/skills and /api/cc-config/plugins. Use when managing skills: deduping, deciding what to keep, or tracing a skill back to the plugin that ships it.

936 Updated today
hoangsonww
AI & Automation Listed

manage-agent-kit

Audit, initialize, upgrade, synchronize, discover, and safely curate a shared Agent Skills repository across Claude Code, Codex, Qwen Code, OpenCode, Pi, OpenClaw, and compatible hosts. Use when setting up a machine or server, finding top GitHub skills, checking skill or upstream drift, adding or updating a skill, integrating CC Switch, resolving cross-agent installation conflicts, or reviewing whether agent configuration is safe to publish.

2 Updated 2 weeks ago
cubxxw