Your AI agent’s first day as a solo business intern
Curated instruction packs that turn AI coding agents into marketing, design, and research helpers for one-person companies.

What it does
OPC Skills distributes task-specific “skills”—folders containing a SKILL.md file, scripts, and resources—to AI agents such as Claude Code, Cursor, and Codex. Each skill targets a practical chore faced by one-person companies: optimizing for AI search engines, researching demand on Reddit, hunting for domains, or generating logos. The project acts as both a curated catalog and a standard format, letting solopreneurs extend their AI assistant without drafting prompts from scratch.
The interesting bit Rather than building a new agent framework, the project piggybacks on the existing Agent Skills standard and a universal installer to push these instruction packs into more than a dozen already-popular coding tools. It is essentially prompt engineering as a productized open-source utility—packaging tribal knowledge into reusable agent memory.
Key highlights
- Covers the full indie-hacker lifecycle: SEO/GEO optimization, domain hunting, logo and banner creation, social listening on Reddit and X, and Product Hunt research.
- Installs into 16+ AI tools (Claude Code, Cursor, Windsurf, Goose, etc.) via a universal installer or the Claude Code plugin marketplace.
- Self-contained format: each skill folder includes a
SKILL.mdwith YAML frontmatter, instructions, and any helper scripts. - Some skills chain together; for example,
domain-hunterdepends on thetwitterandredditskills, and the image generators rely onnanobanana.
Caveats
- Several skills are tightly coupled; installing
domain-hunterwithout itstwitterandredditdependencies will leave you with a broken agent. - Most skills are thin wrappers around third-party APIs and external models (e.g., Gemini for image generation, twitterapi.io for X data), so utility depends on those services staying available.
Verdict Worth a look if you are a solo founder already living inside Claude Code or Cursor and tired of rewriting the same prompts for market research or asset generation. If you are building core product infrastructure, this is not a framework—just well-organized agent seasoning.
Frequently asked
- What is ReScienceLab/opc-skills?
- Curated instruction packs that turn AI coding agents into marketing, design, and research helpers for one-person companies.
- Is opc-skills open source?
- Yes — ReScienceLab/opc-skills is open source, released under the Apache-2.0 license.
- What language is opc-skills written in?
- ReScienceLab/opc-skills is primarily written in Python.
- How popular is opc-skills?
- ReScienceLab/opc-skills has 1.6k stars on GitHub and is currently cooling off.
- Where can I find opc-skills?
- ReScienceLab/opc-skills is on GitHub at https://github.com/ReScienceLab/opc-skills.