Stats
Links
Categories
Auto-discovered marketplace from agents-inc/test-custom-marketplace
npx claudepluginhub agents-inc/test-custom-marketplaceBrief description of this skill
Private marketplace for custom skills and stacks.
config/stacks.yaml # Stack definitions (agent groupings with skill mappings)
src/skills/ # Custom skill definitions
agentsinc new skill <name> --category <category-name>
Each skill lives in src/skills/<skill-name>/ with:
SKILL.md -- Skill content (what the skill teaches)metadata.yaml -- Skill metadata (category, author, description, custom: true)Point the CLI at this marketplace as a source:
# Local development
agentsinc init --source /path/to/test-custom-marketplace
# From a git repository
agentsinc init --source github:your-org/test-custom-marketplace
The CLI auto-discovers skills from the src/skills/ directory
and stacks from config/stacks.yaml.
Custom categories are discovered from skill metadata.yaml files with custom: true.
Custom skills appear alongside built-in ones in the wizard. No manual registration needed.