Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
.gitignore
1# Python2__pycache__/3*.py[cod]4*$py.class5*.so6.Python7build/8develop-eggs/9dist/10downloads/11eggs/12.eggs/13lib/14lib64/15parts/16sdist/17var/18wheels/19*.egg-info/20.installed.cfg21*.egg2223# Virtual environments24venv/25ENV/26env/27.venv2829# IDE30.vscode/31.idea/32*.swp33*.swo34*~3536# OS37.DS_Store38Thumbs.db3940# Testing41.pytest_cache/42.coverage43htmlcov/4445# Logs46*.log4748# Researcher loop runtime artifacts (do not commit)49researcher/reports/logs/50researcher/reports/jsonl-quarantine/51researcher/reports/snapshots/52researcher/reports/loop-events.jsonl53researcher/reports/loop-failures.jsonl54researcher/reports/status.md55researcher/reports/parked-review.md56researcher/reports/skill-health.json57researcher/reports/skill-health-history.jsonl5859# Benchmark runner runtime artifacts (do not commit)60researcher/benchmarks/router/results/61researcher/benchmarks/effectiveness/results/62researcher/benchmarks/sdk-runner/node_modules/63researcher/benchmarks/sdk-runner/dist/64researcher/reports/router-history.jsonl65researcher/reports/effectiveness-history.jsonl66researcher/queue/.locks/67researcher/queue/inbox.jsonl68researcher/queue/parked.jsonl69researcher/queue/done.jsonl70researcher/queue/quarantine.jsonl7172# Active research runs live under researcher/runs/; the seed run is kept as a73# committed fixture, everything else is local runtime state.74researcher/runs/*/75!researcher/runs/20260515-035228-executable-autonomous-research-frameworks/7677# Temporary files78*.tmp79*.bak8081# Dashboard (separate private repo)82dashboard/8384# Private folder - never push to public repo85Private/8687# Cursor IDE88.cursor/8990# Local history91.specstory/92