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 areaWhat it doesRelationship to agent-skill-groups
Agent Skills / SKILL.mdLocal instruction folders that teach an agent a workflow.The content being organized.
Skill groupsScenario profiles such as core, research, frontend-browser, or ctf-web.The primary abstraction this project manages.
MCPTool servers and protocol-based integrations.Complementary; MCP exposes tools, while skill groups control which local instructions are active.
PluginsBundles 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 managersVisual browsing, editing, or upload workflows for skill collections.Adjacent; this project focuses on scriptable profiles, backups, JSON, and agent memory snippets.
awesome-agent-skills listsCurated 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.

Recommended Entry Points

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.

DirectoryStatusLinkLocal verification
go165.github.io rootLive index entryRoot indexRoot GitHub Pages site returns HTTP 200 and links to the canonical agent-skill-groups project.
go165.github.io robots.txtLive index entryrobots.txtRoot robots file returns HTTP 200 and advertises both the root sitemap and the project sitemap.
go165.github.io sitemap.xmlLive index entrysitemap.xmlRoot sitemap returns HTTP 200 and includes the canonical project documentation URL.
agent-skills.mdLive index entrySkill pagePublic intake API returned ok: true, skillsAdded: 1; live skill page returns HTTP 200 and contains the parsed SKILL.md metadata.
ComposioHQ/awesome-claude-skillsOpen PR, mergeable and labelled ready-to-merge when last checkedPR #1131git diff --check; local copy of the repository's README PR validator constraints; upstream validate check passed.
daymade/claude-code-skillsOpen PR, mergeable when last checkedPR #93Added a real agent-skill-groups marketplace skill; python -m py_compile; claude plugin validate .; manifest path resolver; git diff --check.
skillmatic-ai/awesome-agent-skillsOpen PR, mergeable when last checkedPR #117git diff --check; README-only diff checked with gh pr diff.
VoltAgent/awesome-agent-skillsOpen PR, mergeable when last checkedPR #698README-only diff checked with gh pr diff and PR metadata.
heilcheng/awesome-agent-skillsOpen PR, mergeable when last checkedPR #299git diff --check; cd website && npm run build.
libukai/awesome-agent-skillsOpen PR, mergeable when last checkedPR #83git diff --check; README-only multilingual diff checked with gh pr diff and PR metadata.
JackyST0/awesome-agent-skillsOpen PR, mergeable when last checkedPR #57git diff --check; bilingual README-only diff checked with gh pr diff and PR metadata.
kodustech/awesome-agent-skillsOpen PR, mergeable when last checkedPR #43git diff --check; README-only Tooling diff checked with gh pr diff and PR metadata.
Prat011/awesome-llm-skillsOpen PR, mergeable when last checkedPR #155git diff --check; README-only Development & Code Tools diff checked with gh pr diff and PR metadata.
philipbankier/awesome-agent-skillsOpen PR, mergeable when last checkedPR #26git diff --check; README-only CLIs & Package Managers diff checked with gh pr diff and PR metadata.
BehiSecc/awesome-claude-skillsOpen PR, mergeable when last checkedPR #390git diff --check; README-only Utility & Automation diff checked with gh pr diff and PR metadata.
GetBindu/awesome-claude-code-and-skillsOpen PR when last checkedPR #81git diff --check; README-only Agent Harnesses & Meta-Tools diff checked with gh pr diff and PR metadata.
Chat2AnyLLM/awesome-repo-configsMerged PR when last checkedPR #74python 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/agentskillsOpen PR, mergeable when last checkedPR #14git diff --check; README-only Community Skills Guides diff checked with PR metadata.
dmgrok/agent_skills_directoryOpen issue submission when last checkedIssue #90gh issue view; issue-based directory intake accepted the submission as open with no labels.
JayLZhou/Awesome-Agent-SkillsOpen issue submission when last checkedIssue #13gh 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

Project overview | Markdown ecosystem map