Install
$ npx skills add ReScienceLab/opc-skillsREADME
# GitHub Repository: ReScienceLab/opc-skills
**URL:** https://github.com/ReScienceLab/opc-skills
**Author:** ReScienceLab
**Description:** Agent Skills for Solopreneurs
**Homepage:** https://opc.dev
**Language:** Python
## Stats
- Stars: 933
- Forks: 98
- Open Issues: 6
- Commits: 342
- Created: 2026-01-17T06:43:21Z
- Updated: 2026-06-18T07:53:39Z
- Pushed: 2026-06-18T07:53:35Z
## README
# 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](http://agentskills.io).
## Included Skills
| | Skill | Description |
|:---:|-------|-------------|
| <img src="./skill-logos/seo-geo.svg" width="24"> | [seo-geo](./skills/seo-geo) | SEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google) |
| <img src="./skill-logos/requesthunt.svg" width="24"> | [requesthunt](./skills/requesthunt) | Research user demand from Reddit, X, and GitHub |
| <img src="./skill-logos/domain-hunter.svg" width="24"> | [domain-hunter](./skills/domain-hunter) | Find domains, compare registrar prices, and discover promo codes |
| <img src="./skill-logos/logo-creator.svg" width="24"> | [logo-creator](./skills/logo-creator) | Create logos with AI, crop, remove background, export as SVG |
| <img src="./skill-logos/banner-creator.svg" width="24"> | [banner-creator](./skills/banner-creator) | Create banners for GitHub, Twitter, LinkedIn, etc. |
| <img src="./skill-logos/nanobanana.svg" width="24"> | [nanobanana](./skills/nanobanana) | Generate images using Gemini 3 Pro Image (Nano Banana Pro) |
| <img src="./skill-logos/reddit.svg" width="24"> | [reddit](./skills/reddit) | Search and retrieve content from Reddit via the public JSON API |
| <img src="./skill-logos/twitter.svg" width="24"> | [twitter](./skills/twitter) | Search and retrieve content from Twitter/X via twitterapi.io |
| <img src="./skill-logos/producthunt.svg" width="24"> | [producthunt](./skills/producthunt) | Search Product Hunt posts, topics, users, and collections |
| <img src="./skill-logos/archive.svg" width="24"> | [archive](./skills/archive) | Archive session learnings and debugging solutions with indexed markdown |
## Quick Install
### Claude Code Plugin Marketplace
Install directly from Claude Code's plugin marketplace:
```bash
# 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:
```bash
# 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](https://skills.sh/ReScienceLab/opc-skills)** 🎯
### Skills with Dependencies
Some skills require other skills to function properly:
- **domain-hunter** → requires `twitter` and `reddit`
- **logo-creator** → requires `nanobanana`
- **banner-creator** → requires `nanobanana`
Install them together:
```bash
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](https://github.com/vercel-labs/add-skill#available-agents) for all supported tools.
---
## Documentation & Resources
Explore OPC Skills through multiple channels:
- **[DeepWiki](https://deepwiki.com/ReScienceLab/opc-skills)** - AI-powered interactive documentation with code exploration and Q&A
- **[Skills Browser](https://skills.sh/ReScienceLab/opc-skills)** - Browse and discover all available skills
- **[Official Website](https://opc.dev)** - Guides, tutorials, and usage examples
- **[Agent Skills Standard](https://agentskills.io/)** - 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:
1. Create a folder in `skills/` with your skill name
2. Add a `SKILL.md` file with YAML frontmatter
3. (Optional) Add scripts, examples, or other resources
**Required fields in SKILL.md:**
```yaml
---
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](https://agentskills.io/).
## Star History
[](https://star-history.com/#ReScienceLab/opc-skills&Date)
## Contributing
1. Fork this repository
2. Create a new skill folder in `skills/`
3. Add a `SKILL.md` with proper frontmatter
4. Submit a pull request
## License
Apache 2.0
Information
Repository
Language
Python
Created
2026/6/18
Updated
2026/6/18