Files
pm-claude-skills/exports
mohitagw15856 077215381d feat: add stdlib feature-prioritisation helper script (#48, closes #39) (#55)
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>
2026-06-18 20:47:38 +01:00
..

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 instructionsexports/chatgpt/
  • Google Gemini — Gem instructionsexports/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.