Skip to content
BeClaude

skills-marketplace

New
GitHub TrendingGeneralby gehrig-netlify

A 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

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/skills-marketplace.md https://raw.githubusercontent.com/gehrig-netlify/skills-marketplace/main/SKILL.md
3
Invoke in Claude Code
/skills-marketplace

Use Cases

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.

Usage Examples

1

/skills-marketplace list all skills

2

/skills-marketplace show usage for skill 'deploy-app'

3

/skills-marketplace add skill --name 'code-review' --category 'Development' --description 'Automated code review skill'

View source on GitHub
deployment

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..