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.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub agents-inc/test-custom-marketplace --plugin dummy-skillSupabase backend-as-a-service — Auth, Database, Realtime, Storage, Edge Functions, RLS policies, typed client
Hono routes, OpenAPI, Zod validation
PostHog feature flags, rollouts, A/B testing. Use when implementing gradual rollouts, A/B tests, kill switches, remote configuration, beta features, or user targeting with PostHog.
TypeScript Result/Either types for type-safe error handling, railway-oriented programming patterns, error as values
Official OpenAI SDK patterns for TypeScript/Node.js — client setup, Chat Completions, Responses API, streaming, structured outputs, function calling, embeddings, vision, audio, and production best practices
Skill authoring guidance and best practices
Collection of agent skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Create and validate production-grade agent skills with 100-point marketplace grading
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation