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 StartBrowse & Find
Browse the homepage by role, scene, or collection. Use search to find Skills by keyword.
Download .md File
Click the "Download .md" button on any Skill card to get the Markdown file.
Use in Claude Code
Place the .md file in your project's .claude/skills/ directory. Claude Code will automatically discover and use it.
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 UsersInstall the SkillHubs CLI to search, download, and manage Skills directly from your terminal.
$ npm install -g skillhubs
Create Your Own Skill
ContributeClick Submit
Navigate to the "Submit" page from the top navigation bar.
Fill in Details
Give your Skill a name, description, select applicable roles and scenes, then write the content in Markdown.
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
RewardsEvery contribution earns you points. Climb the leaderboard and unlock higher levels.