077215381d
Reapplies @zeotrix's PR #48 onto current main: - adds a dependency-free Python script computing RICE/ICE rankings so scoring is consistent across sessions (skills/ + plugins/ copies, kept identical) - documents it in a 'Programmatic Helper' section in both SKILL.md files - regenerates the platform exports so the check-generated CI stays green Claude-Session: https://claude.ai/code/session_016JWn5jRD5tcEFKrubjQ6Px Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: zeotrix <zeotrix@users.noreply.github.com>
Multi-Platform Exports
These folders are generated from the canonical skills/*/SKILL.md files —
the skill body is the single source of truth. Do not edit anything in exports/
by hand; edit the source skill and run:
node scripts/build-exports.mjs
Currently exporting 173 skills to:
- ChatGPT — Custom GPT instructions →
exports/chatgpt/ - Google Gemini — Gem instructions →
exports/gemini/ - Cursor — project rule (.mdc) →
exports/cursor/ - Windsurf — workspace rule (.md) →
exports/windsurf/ - Aider — conventions file (.md) →
exports/aider/
Adding a new platform is a few lines in the PLATFORMS registry of
scripts/build-exports.mjs — no content is duplicated.