skills-marketplace
NewA template to browse and track usage of your internal Claude skills. One-click deploy to Netlify.
Summary
This skill provides a template for browsing and tracking usage of your internal Claude skills.
- It enables one-click deployment to Netlify, making it easy to share and monitor your team's custom skills in a centralized marketplace.
Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/skills-marketplace.md https://raw.githubusercontent.com/gehrig-netlify/skills-marketplace/main/SKILL.md/skills-marketplaceUse Cases
Usage Examples
/skills-marketplace list all skills
/skills-marketplace show usage for skill 'deploy-app'
/skills-marketplace add skill --name 'code-review' --category 'Development' --description 'Automated code review skill'
Security Audits
Frequently Asked Questions
What is skills-marketplace?
This skill provides a template for browsing and tracking usage of your internal Claude skills. It enables one-click deployment to Netlify, making it easy to share and monitor your team's custom skills in a centralized marketplace.
How to install skills-marketplace?
To install skills-marketplace: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/skills-marketplace.md https://raw.githubusercontent.com/gehrig-netlify/skills-marketplace/main/SKILL.md. Finally, /skills-marketplace in Claude Code.
What is skills-marketplace best for?
skills-marketplace is a skill categorized under General. It is designed for: deployment. Created by gehrig-netlify.
What can I use skills-marketplace for?
skills-marketplace is useful for: Discover and browse all available internal Claude skills in a searchable interface.; Track usage statistics for each skill to understand which tools are most popular.; Deploy the skill marketplace to Netlify with a single click for team-wide access.; Add new internal skills to the marketplace and update their descriptions and tags.; Filter skills by category or tag to quickly find relevant tools for a task.; View detailed information about a specific skill, including its usage history and examples..