Skip to content

agents-inc/test-custom-marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

test-custom-marketplace

Private marketplace for custom skills and stacks.

Directory Structure

config/stacks.yaml         # Stack definitions (agent groupings with skill mappings)
src/skills/                # Custom skill definitions

Creating Skills

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)

Using This Marketplace

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

How It Works

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.

About

A test repo for a personal or company-level marketplace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors