feat: install skills to all agent hosts (cursor, codex, claude, agents) - #17
Open
tonoizer wants to merge 5 commits into
Open
feat: install skills to all agent hosts (cursor, codex, claude, agents)#17tonoizer wants to merge 5 commits into
tonoizer wants to merge 5 commits into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.agents/skills,~/.claude/skills,~/.cursor/skills, and~/.codex/skills--cursor-onlyflag and update--codex-onlyto target the dedicated codex locationscripts/install.shorscripts/install.ps1run now provisions identical skills for Claude Code, Cursor, Codex, and generic agent hostsTest plan
.\scripts\install.ps1 --dry-runshows all 4 target directoriesscripts/install.sh --dry-runon macOS/Linux--cursor-onlyand--codex-onlyflags install to only their respective targetsMade with Cursor