Skip to content

v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Apr 04:35

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: v0.4.0...v0.6.0