Community Skills

Curate existing open-source skills with proper attribution. Help developers discover great tools they wouldn't find otherwise.

What are community listings?

Community listings are curated entries for third-party open-source skills, MCP servers, and agents. You link to the original source and credit the original author. Skill Shope acts as the discovery layer — the original creator retains full ownership.

Rules

  • Always free — you cannot charge for someone else's open-source work
  • Attribution required — original author name and URL must be provided
  • Source URL must be public — link to the actual repo or package
  • No duplicates — check if the skill is already listed before submitting
  • Accurate descriptions — describe what the skill actually does, don't oversell

How to publish a community listing

  1. Go to the publish page
  2. Select Community as the listing type
  3. Fill in the original author's name and profile URL
  4. Set the source URL to their GitHub repo or npm package
  5. Write a clear description and add relevant tags
  6. Submit — the listing is automatically free

Via JSON

{
  "name": "Cool Skill",
  "description": "What it does.",
  "category": "productivity",
  "listingType": "community",
  "originalAuthor": "Jane Doe",
  "originalUrl": "https://github.com/janedoe",
  "sourceUrl": "https://github.com/janedoe/cool-skill",
  "sourceType": "github",
  "installCmd": "npx skills add https://github.com/janedoe/cool-skill",
  "compatibility": "claude-code",
  "tags": "cool,skill"
}

Takedown requests

If you are the original author and want your skill removed from Skill Shope, contact us at ryan@skillshope.com. We will remove it promptly.