Agent skill · AI & Agents

skill-name

Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.

ReScienceLabgithub.com/ReScienceLabGitHub ↗
claude-codeApache-2.0
Install
npx skills add ReScienceLab/opc-skills --skill template --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: template/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,192
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Name Brief description of the skill and its purpose. ## Prerequisites List any setup requirements: - Environment variables needed - API keys required - Dependencies (already listed in frontmatter above) Example setup: ```bash export SKILL_API_KEY="your_api_key" ``` ## Quick Start How to use the skill quickly: ```bash cd <skill_directory> python3 scripts/command.py --option value ``` ## Usage Examples ### Example 1: Basic usage ```bash python3 scripts/script.py "input" ``` Output: ``` Expected output here ``` ### Example 2: Advanced usage ```bash python3 scripts/script.py "input" --flag --option value ``` ## Commands All commands run from the skill directory. ### Command 1 ```bash python3 scripts/script1.py --help python3 scripts/script1.py "param1" --option value ``` ### Command 2 ```bash python3 scripts/script2.py "param1" "param2" ``` ## Scripts - `script1.py` - Description of what this script does - `script2.py` - Description of what this script does ## API Info - **Base URL**: (if applicable) - **Rate Limits**: (if applicable) - **Auth**: (how authentication works) - **Docs**: Link to official documentation ## Troubleshooting ### Issue 1 **Symptom**: Description of the

What's inside
Steps it walks through
  1. Prerequisites
  2. Quick Start
  3. Usage Examples
  4. Example 1: Basic usage
  5. Example 2: Advanced usage
  6. Commands
  7. Command 1
  8. Command 2
  9. Scripts
  10. API Info
  11. Troubleshooting
  12. Issue 1
  13. Issue 2
  14. Examples
Commands it runs
export SKILL_API_KEY="your_api_key"
cd <skill_directory>
python3 scripts/command.py --option value
python3 scripts/script.py "input"
python3 scripts/script.py "input" --flag --option value
python3 scripts/script1.py --help
python3 scripts/script1.py "param1" --option value
python3 scripts/script2.py "param1" "param2"
More from opc-skills
All skills →
About this skill
What does the skill-name skill do?

Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z.

How do I install it?

Run `npx skills add ReScienceLab/opc-skills --skill template --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ReScienceLab/opc-skills, a repository with 1,192 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going