Getting Started with SkillHubs

Everything you need to know — from browsing skills to creating your own and earning points.

What is a Skill?

A Skill is a structured Markdown file that teaches AI agents how to complete specific tasks — like writing PRDs, analyzing data, or generating weekly reports. Unlike simple prompts, Skills include context, steps, and output formats that consistently produce high-quality results.

Download & Use Skills

Quick Start
1

Browse & Find

Browse the homepage by role, scene, or collection. Use search to find Skills by keyword.

2

Download .md File

Click the "Download .md" button on any Skill card to get the Markdown file.

3

Use in Claude Code

Place the .md file in your project's .claude/skills/ directory. Claude Code will automatically discover and use it.

4

Use in Other Platforms

Copy the Skill content and paste it as a system prompt in Cursor, ChatGPT, or any AI tool that supports custom instructions.

Use the CLI

For Power Users

Install the SkillHubs CLI to search, download, and manage Skills directly from your terminal.

Terminal

$ npm install -g skillhubs

$ skillhubs search <keyword># Search for Skills
$ skillhubs download <id># Download a Skill to current directory
$ skillhubs list# List all available Skills

Create Your Own Skill

Contribute
1

Click Submit

Navigate to the "Submit" page from the top navigation bar.

2

Fill in Details

Give your Skill a name, description, select applicable roles and scenes, then write the content in Markdown.

3

Publish

Click "Publish to Platform" to make your Skill available to the community. You'll earn points for your contribution!

Tips for Great Skills

  • Focus on one specific task — don't try to do everything.
  • Use 2–3 modules: Context, Steps, Output Format.
  • Be specific: include exact formats, constraints, and examples.
  • Keep it concise — every sentence should earn its place.
  • Test with real tasks before publishing.

Earn Points & Level Up

Rewards

Every contribution earns you points. Climb the leaderboard and unlock higher levels.

How to Earn Points

Sign upWelcome bonus
Create a Skill+10 pts
First Skill bonus+20 pts
Skill gets downloaded+5 pts + likes
Skill gets liked+2 pts
Submit a PR+3 pts
PR gets merged+15 pts

Level

Newcomer
0 pts
Contributor
50 pts
Builder
200 pts
Expert
500 pts
Master
1000 pts