Install and verify agent-skill-groups
Use this path when you found the project through GitHub skill-group or GitHub agent-skill-group search and want to verify it before touching real skills.
agent-skill-groups is a scenario-profile manager for local SKILL.md Agent Skills libraries used with OpenAI Codex, Claude Code, OpenCode, and generic runtimes.
Install From The Verified Release Wheel
python -m pip install https://github.com/go165/agent-skill-groups/releases/download/v0.3.36/agent_skill_groups-0.3.36-py3-none-any.whl
agent-skill-groups version --json
Verify Without Touching Real Skill Roots
The self-test creates a temporary demo repository and validates the installed command path, demo workflow, group validation, status output, and managed memory snippet.
agent-skill-groups self-test --json
Install From Source Instead
python -m pip install --force-reinstall git+https://github.com/go165/agent-skill-groups.git
agent-skill-groups self-test --json
Check Discovery Signals
After installation, you can reproduce the current GitHub search and Pages availability checks from any OS:
agent-skill-groups discovery --json
agent-skill-groups discovery --json --canonical-required-rank 10
agent-skill-groups visibility-status --engine google --engine bing --json