Skip to content

feat: install skills to all agent hosts (cursor, codex, claude, agents) - #17

Open
tonoizer wants to merge 5 commits into
mainfrom
t3code/unified-skills-plugin
Open

feat: install skills to all agent hosts (cursor, codex, claude, agents)#17
tonoizer wants to merge 5 commits into
mainfrom
t3code/unified-skills-plugin

Conversation

@tonoizer

Copy link
Copy Markdown
Owner

Summary

  • Extend both installers (bash + PowerShell) to sync skills to all four agent host locations: ~/.agents/skills, ~/.claude/skills, ~/.cursor/skills, and ~/.codex/skills
  • Add --cursor-only flag and update --codex-only to target the dedicated codex location
  • One scripts/install.sh or scripts/install.ps1 run now provisions identical skills for Claude Code, Cursor, Codex, and generic agent hosts

Test plan

  • .\scripts\install.ps1 --dry-run shows all 4 target directories
  • scripts/install.sh --dry-run on macOS/Linux
  • --cursor-only and --codex-only flags install to only their respective targets

Made with Cursor

tonoizer and others added 5 commits August 19, 2026 12:25
Extend both installers to sync skills to ~/.cursor/skills and ~/.codex/skills in addition to the existing ~/.agents/skills and ~/.claude/skills targets. Adds --cursor-only and updates --codex-only to target the dedicated codex location. All four hosts now receive the same skill set from a single install command.

Co-authored-by: Cursor <cursoragent@cursor.com>
Extend both installers to also sync skills to ~/.copilot/skills for GitHub Copilot and VS Code Agent Host. Adds --copilot-only flag. All five agent hosts now receive identical skills from a single install.

Co-authored-by: Cursor <cursoragent@cursor.com>
Adds a local VS Code extension under vscode-extension/ that registers all 27 skills as Copilot chatSkills. Build scripts (bash + PowerShell) copy skills and run vsce package to produce a .vsix installable with code --install-extension.

Co-authored-by: Cursor <cursoragent@cursor.com>
Revert the local VS Code extension packaging approach. The installer still syncs skills to ~/.copilot/skills so VS Code/Copilot can discover skills via chat skills without needing an extension.

Co-authored-by: Cursor <cursoragent@cursor.com>
Add build-plugin.sh and build-plugin.ps1 that produce a portable Agent Plugins 1.0.0 directory (plugin.json + skills/) under dist/tonoizer-agent-skills. Works with ChatGPT, Codex, Cursor, VS Code, Copilot, Kiro, and any conformant client.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant