Agent Skills ecosystem map
agent-skill-groups is a scenario profile layer for local Agent Skills and SKILL.md repositories.
It helps Codex, Claude Code, OpenCode, and generic agent runtimes keep a small always-on skill set while loading larger skill groups only when a task needs them.
Where It Fits
| Ecosystem area | What it does | Relationship to agent-skill-groups |
|---|---|---|
Agent Skills / SKILL.md | Local instruction folders that teach an agent a workflow. | The content being organized. |
| Skill groups | Scenario profiles such as core, research, frontend-browser, or ctf-web. | The primary abstraction this project manages. |
| MCP | Tool servers and protocol-based integrations. | Complementary; MCP exposes tools, while skill groups control which local instructions are active. |
| Plugins | Bundles that may contain skills, MCP servers, apps, and hooks. | Complementary; a plugin can ship skills, and this project can organize local skill folders. |
| GUI skills managers | Visual browsing, editing, or upload workflows for skill collections. | Adjacent; this project focuses on scriptable profiles, backups, JSON, and agent memory snippets. |
| awesome-agent-skills lists | Curated discovery directories for agent skill repositories. | Useful external entry points and backlink sources for people comparing Agent Skills tools. |
Search Aliases
The canonical repository is go165/agent-skill-groups. Transparent alias repositories and pages exist for searches such as github skill-group, github agent-skill-group, and agent-skill-group.
- go165/github-skill-group
- go165/github-agent-skill-group
- go165/agent-skill-group
- go165/github-skills-group
- go165/skill-group
- go165/skill-groups
Recommended Entry Points
- Root Pages index
- Root robots.txt
- Root sitemap.xml
- Quickstart demo
- Skill group vs MCP vs plugin
- Agent Skills manager comparison
- GitHub search diagnostics
- Current discovery report
- Current ecosystem status report
External Directory Submissions
These submissions and index entries are tracked as legitimate ecosystem links, not as ranking guarantees. A live index entry or merged directory entry can help users and crawlers discover the canonical project over time, while an open PR or open issue submission is only evidence that the project was submitted for review.
Run agent-skill-groups ecosystem --json to check the live index page and tracked external PR states as machine-readable maintenance data. Use agent-skill-groups ecosystem-report --input ecosystem-status.json to publish the current status as the ecosystem status report.
| Directory | Status | Link | Local verification |
|---|---|---|---|
| go165.github.io root | Live index entry | Root index | Root GitHub Pages site returns HTTP 200 and links to the canonical agent-skill-groups project. |
| go165.github.io robots.txt | Live index entry | robots.txt | Root robots file returns HTTP 200 and advertises both the root sitemap and the project sitemap. |
| go165.github.io sitemap.xml | Live index entry | sitemap.xml | Root sitemap returns HTTP 200 and includes the canonical project documentation URL. |
| agent-skills.md | Live index entry | Skill page | Public intake API returned ok: true, skillsAdded: 1; live skill page returns HTTP 200 and contains the parsed SKILL.md metadata. |
| ComposioHQ/awesome-claude-skills | Open PR, mergeable and labelled ready-to-merge when last checked | PR #1131 | git diff --check; local copy of the repository's README PR validator constraints; upstream validate check passed. |
| daymade/claude-code-skills | Open PR, mergeable when last checked | PR #93 | Added a real agent-skill-groups marketplace skill; python -m py_compile; claude plugin validate .; manifest path resolver; git diff --check. |
| skillmatic-ai/awesome-agent-skills | Open PR, mergeable when last checked | PR #117 | git diff --check; README-only diff checked with gh pr diff. |
| VoltAgent/awesome-agent-skills | Open PR, mergeable when last checked | PR #698 | README-only diff checked with gh pr diff and PR metadata. |
| heilcheng/awesome-agent-skills | Open PR, mergeable when last checked | PR #299 | git diff --check; cd website && npm run build. |
| libukai/awesome-agent-skills | Open PR, mergeable when last checked | PR #83 | git diff --check; README-only multilingual diff checked with gh pr diff and PR metadata. |
| JackyST0/awesome-agent-skills | Open PR, mergeable when last checked | PR #57 | git diff --check; bilingual README-only diff checked with gh pr diff and PR metadata. |
| kodustech/awesome-agent-skills | Open PR, mergeable when last checked | PR #43 | git diff --check; README-only Tooling diff checked with gh pr diff and PR metadata. |
| Prat011/awesome-llm-skills | Open PR, mergeable when last checked | PR #155 | git diff --check; README-only Development & Code Tools diff checked with gh pr diff and PR metadata. |
| philipbankier/awesome-agent-skills | Open PR, mergeable when last checked | PR #26 | git diff --check; README-only CLIs & Package Managers diff checked with gh pr diff and PR metadata. |
| BehiSecc/awesome-claude-skills | Open PR, mergeable when last checked | PR #390 | git diff --check; README-only Utility & Automation diff checked with gh pr diff and PR metadata. |
| GetBindu/awesome-claude-code-and-skills | Open PR when last checked | PR #81 | git diff --check; README-only Agent Harnesses & Meta-Tools diff checked with gh pr diff and PR metadata. |
| Chat2AnyLLM/awesome-repo-configs | Merged PR when last checked | PR #74 | python tests/test_json_validation.py; python tests/test_pr_review_config.py; python tests/test_readme_pr_reminder.py; upstream review-config-pr check passed. |
| scienceaix/agentskills | Open PR, mergeable when last checked | PR #14 | git diff --check; README-only Community Skills Guides diff checked with PR metadata. |
| dmgrok/agent_skills_directory | Open issue submission when last checked | Issue #90 | gh issue view; issue-based directory intake accepted the submission as open with no labels. |
| JayLZhou/Awesome-Agent-Skills | Open issue submission when last checked | Issue #13 | gh issue create and gh issue view; issue-based directory intake accepted the submission as open. |
The project qualifies for these directories because the repository contains a real skill entry at skills/agent-skill-groups/SKILL.md and the CLI has a working demo path for scenario-based Agent Skills management.
Practical Commands
agent-skill-groups init --runtime codex --output groups.json
agent-skill-groups status --config groups.json --runtime codex --json --details
agent-skill-groups plan --config groups.json --runtime codex research
agent-skill-groups profile --config groups.json --runtime codex research
agent-skill-groups memory --config groups.json --runtime codex --write AGENTS.md
agent-skill-groups discovery --json
agent-skill-groups ecosystem --json
agent-skill-groups ecosystem-report --input ecosystem-status.json --output-md docs/ECOSYSTEM_STATUS.md --output-html docs/ecosystem-status.html
agent-skill-groups indexnow --dry-run --json