Agent skill · software engineering · resciencelab

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.

Why this skill is useful

Adds multiple executable scripts for automation that extend the AI's capabilities beyond standard knowledge.

What it needs

Requires python3 installed locally. About 1k tokens when loaded. Last updated 2026-08-06. 1,266 stars on the source repository.

What this skill does

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: Quick Start How to use the skill quickly: Usage Examples Example 1: Basic usage Output: Example 2: Advanced usage Commands All commands run from the skill directory. Command 1 Command 2 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 problem Solution: 1. Step 1 2. Step 2 Issue 2 Symptom: Description of the problem Solution: 1. Step 1 2. Step 2 Examples See examples/ directory for full workflow examples. References Official Documentation API Reference Related Skill Notes Important note 1 Important note 2 --- Frontmatter Guide The YAML frontmatter at the top of this file is required: Field Type Required Description ------- ------ ---------- ------------- name string ✓ Unique identifier (kebab-case) description string ✓ What the skill does and when to use it. Include trigger keywords and "Use when..." contexts inline. Creating Your Skill 1. Copy this template to skills/your-skill-name/ 2. Update the YAML frontmatter 3. Write your SKILL.md documentation 4. Add Python/shell scripts in scripts/ 5. Add usage examples in examples/ 6. Update skills.json with your skill entry 7. Test with your agent before submitting PR

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills resciencelab/template

View the source on GitHub

Browse the @skills marketplace