@resciencelab/skill-name
<p align="center">
OPC Skills
<p align="center">
<img src="website/opc-banner.png" alt="OPC Skills - AI Agent Skills for Solopreneurs" width="100%">
</p>
<p align="center">
<a href="https://opc.dev"><img src="https://img.shields.io/badge/Website-opc.dev-black?style=flat-square" alt="Website"></a>
<a href="https://skills.sh/ReScienceLab/opc-skills"><img src="https://img.shields.io/badge/Browse-skills.sh-blue?style=flat-square" alt="Browse on skills.sh"></a>
<a href="https://deepwiki.com/ReScienceLab/opc-skills"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
<a href="https://code.claude.com/docs/en/plugin-marketplaces"><img src="https://img.shields.io/badge/Claude_Code-Marketplace-orange?style=flat-square&logo=anthropic" alt="Claude Code Marketplace"></a>
<a href="https://github.com/ReScienceLab/opc-skills/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green?style=flat-square" alt="MIT License"></a>
<a href="https://github.com/ReScienceLab/opc-skills/stargazers"><img src="https://img.shields.io/github/stars/ReScienceLab/opc-skills?style=flat-square" alt="GitHub Stars"></a>
</p>
<p align="center">
<a href="https://github.com/ReScienceLab/opc-skills/issues"><img src="https://img.shields.io/github/issues/ReScienceLab/opc-skills?style=flat-square" alt="GitHub issues"></a>
<a href="https://github.com/ReScienceLab/opc-skills/pulls"><img src="https://img.shields.io/github/issues-pr/ReScienceLab/opc-skills?style=flat-square" alt="GitHub pull requests"></a>
<img src="https://img.shields.io/github/last-commit/ReScienceLab/opc-skills?style=flat-square" alt="Last commit">
<a href="https://github.com/ReScienceLab/opc-skills/graphs/contributors"><img src="https://img.shields.io/github/contributors/ReScienceLab/opc-skills?style=flat-square" alt="Contributors"></a>
<a href="https://x.com/Yilin0x"><img src="https://img.shields.io/badge/Twitter-@Yilin0x-black?style=flat-square&logo=x" alt="Twitter"></a>
<a href="https://discord.gg/Y2yBpRXvVa"><img src="https://img.shields.io/badge/Discord-Join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord"></a>
</p>
<p align="center">
<strong>AI Agent Skills for Solopreneurs, Indie Hackers, and One-Person Companies</strong>
</p>
<p align="center">
Extend Claude Code, Cursor, Codex, and more with automation skills.<br>
<a href="https://opc.dev">Browse Skills</a> · <a href="#quick-install">Quick Install</a> · <a href="#included-skills">View All Skills</a>
</p>
What are Skills?
Skills are folders of instructions, scripts, and resources that AI agents load dynamically to improve performance on specialized tasks. Each skill is self-contained with a SKILL.md file containing instructions and metadata.
For more information about the Agent Skills standard, see agentskills.io.
Included Skills
| Skill | Description | |
|---|---|---|
| <img src="./skill-logos/seo-geo.svg" width="24"> | seo-geo | SEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google) |
| <img src="./skill-logos/requesthunt.svg" width="24"> | requesthunt | Research user demand from Reddit, X, and GitHub |
| <img src="./skill-logos/domain-hunter.svg" width="24"> | domain-hunter | Find domains, compare registrar prices, and discover promo codes |
| <img src="./skill-logos/logo-creator.svg" width="24"> | logo-creator | Create logos with AI, crop, remove background, export as SVG |
| <img src="./skill-logos/banner-creator.svg" width="24"> | banner-creator | Create banners for GitHub, Twitter, LinkedIn, etc. |
| <img src="./skill-logos/nanobanana.svg" width="24"> | nanobanana | Generate images using Gemini 3 Pro Image (Nano Banana Pro) |
| <img src="./skill-logos/reddit.svg" width="24"> | Search and retrieve content from Reddit via the public JSON API | |
| <img src="./skill-logos/twitter.svg" width="24"> | Search and retrieve content from Twitter/X via twitterapi.io | |
| <img src="./skill-logos/producthunt.svg" width="24"> | producthunt | Search Product Hunt posts, topics, users, and collections |
| <img src="./skill-logos/archive.svg" width="24"> | archive | Archive session learnings and debugging solutions with indexed markdown |
Quick Install
Claude Code Plugin Marketplace
Install directly from Claude Code's plugin marketplace:
# Add the OPC Skills marketplace
/plugin marketplace add ReScienceLab/opc-skills
# Install specific skills
/plugin install requesthunt@opc-skills
/plugin install domain-hunter@opc-skills
/plugin install seo-geo@opc-skills
# List all available skills
/plugin marketplace list opc-skills
Universal Installation (16+ AI Tools)
Install with one command - works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools:
# Install all skills
npx skills add ReScienceLab/opc-skills
# Install specific skill
npx skills add ReScienceLab/opc-skills --skill reddit
# Install to specific agent
npx skills add ReScienceLab/opc-skills -a droid
Browse and discover skills at skills.sh 🎯
Skills with Dependencies
Some skills require other skills to function properly:
- domain-hunter → requires
twitterandreddit - logo-creator → requires
nanobanana - banner-creator → requires
nanobanana
Install them together:
npx skills add ReScienceLab/opc-skills --skill reddit --skill twitter --skill domain-hunter
Supported AI Tools
OPC Skills work with 16+ AI coding agents via npx skills add:
- Claude Code - Desktop app for AI-assisted coding
- Cursor - AI-first code editor
- Factory Droid - AI software engineering agent
- Windsurf - AI-powered IDE
- OpenCode - Open-source AI coding assistant
- Codex - AI code generation tool
- GitHub Copilot - AI pair programmer
- Gemini CLI - Command-line AI assistant
- Goose - Terminal-based AI agent
- Kilo Code - Lightweight AI coding tool
- Roo Code - AI code assistant
- Trae - AI development companion
- And more...
See the full compatibility list for all supported tools.
Documentation & Resources
Explore OPC Skills through multiple channels:
- DeepWiki - AI-powered interactive documentation with code exploration and Q&A
- Skills Browser - Browse and discover all available skills
- Official Website - Guides, tutorials, and usage examples
- Agent Skills Standard - Learn about the skills specification
Using DeepWiki
DeepWiki provides an AI assistant that can answer questions about the codebase:
- Ask: "How does the domain-hunter skill work?"
- Ask: "Show me the dependencies between skills"
- Ask: "Explain the skill installation process"
The documentation auto-syncs with the repository, so it's always up to date.
Creating New Skills
See the template in ./template/ directory for the basic structure:
- Create a folder in
skills/with your skill name - Add a
SKILL.mdfile with YAML frontmatter - (Optional) Add scripts, examples, or other resources
Required fields in SKILL.md:
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
For detailed guidance, check out existing skills or visit the Agent Skills specification.
Star History
Contributing
- Fork this repository
- Create a new skill folder in
skills/ - Add a
SKILL.mdwith proper frontmatter - Submit a pull request
License
Apache 2.0
Loading...
Select a file to preview
Analyzing security...
Checking scan reports and verification data.
Bill of Materials
Everything this skill can do — files, network, commands, and more.