• v0.6.0 35ebfc172a

    v0.6.0 Stable

    github-actions[bot] released this 2026-04-08 00:26:57 -04:00 | 0 commits to main since this release

    phoenix6-frc Phoenix 6 FRC Skill

    Improves AI-generated CTRE Phoenix 6 Java code in any editor.

    Claude Code

    Upload phoenix6-frc.skill in Claude Code → Settings → Features, or:

    unzip phoenix6-frc.skill -d ~/.claude/skills/   # user-level
    unzip phoenix6-frc.skill -d .claude/skills/     # project-level
    

    GitHub Copilot

    mkdir -p .github
    curl -L -o .github/copilot-instructions.md \
      https://github.com/Filip-Kin/CTRE-Skill/releases/download/v0.6.0/copilot-instructions.md
    

    Cursor

    # Modern rules format (recommended):
    mkdir -p .cursor/rules
    curl -L -o .cursor/rules/phoenix6-frc.mdc \
      https://github.com/Filip-Kin/CTRE-Skill/releases/download/v0.6.0/phoenix6-frc.mdc
    
    # Legacy .cursorrules:
    curl -L -o .cursorrules \
      https://github.com/Filip-Kin/CTRE-Skill/releases/download/v0.6.0/cursorrules
    

    See README for full instructions.

    Full Changelog: https://github.com/Filip-Kin/CTRE-Skill/compare/v0.4.0...v0.6.0

    Downloads