Co-Pilot
Updated a month ago

opc-skills

RReScienceLab
0.0k
resciencelab/opc-skills
80
Agent Score

💡 Summary

OPC Skills provides a collection of automation skills for AI agents aimed at solopreneurs and indie hackers.

🎯 Target Audience

Solopreneurs looking to automate tasksIndie hackers developing softwareFreelancers needing quick solutionsSmall business owners seeking efficiencyDevelopers wanting to enhance AI capabilities

🤖 AI Roast:A toolbox for AI skills, but don’t expect it to fix your coffee machine.

Security AnalysisMedium Risk

The README suggests potential risks such as dependency vulnerabilities and network access through API calls. To mitigate, ensure dependencies are regularly updated and validate API responses.

OPC Skills


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 | |:---:|-------|-------------| | | requesthunt | Research user demand from Reddit, X, and GitHub | | | domain-hunter | Find domains, compare registrar prices, and discover promo codes | | | logo-creator | Create logos with AI, crop, remove background, export as SVG | | | banner-creator | Create banners for GitHub, Twitter, LinkedIn, etc. | | | nanobanana | Generate images using Gemini 3 Pro Image (Nano Banana Pro) | | | reddit | Search and retrieve content from Reddit via the public JSON API | | | twitter | Search and retrieve content from Twitter/X via twitterapi.io | | | producthunt | Search Product Hunt posts, topics, users, and collections | | | seo-geo | SEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google) |

Quick Install

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 twitter and reddit
  • 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.


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:

--- 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.

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

5-Dim Analysis
Clarity8/10
Novelty8/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Wide range of skills for various tasks
  • Easy installation process
  • Supports multiple AI tools
  • Self-contained skill structure

Cons

  • Some skills have dependencies
  • Limited documentation on creating new skills
  • May require familiarity with command line
  • Not all skills may be relevant to every user

Related Skills

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author ReScienceLab.