SkillOps for VS CodeSkillOps is a Visual Studio Code extension that creates repository-scoped skills for Codex, Claude Code, and Gemini CLI.
It generates platform-specific skill directories, keeps SkillOps works locally and does not upload project files, prompts, session logs, credentials, token usage, workspace metadata, or analytics.
SkillOps also reports Codex sessions that did not invoke a skill. These appear under Useful links
How to installBuild and install SkillOps as a VSIX:
Then install the generated extension from VS Code:
How to useCreate a skill from the SkillOps Activity Bar view:
The extension creates the selected platform's project skill directory (
Review token usage and efficiency after a Codex run:
The same platform-grouped actions are available from the Explorer context menu:
All actions are also available from the Command Palette. Run Insights scans recent Codex JSONL sessions from the configured Codex home and shows token totals, input/output split, cached-token percentage, reasoning-token percentage, repository/search activity, rate-limit status, and session-size warnings. Skill runs are grouped by skill name; ordinary project sessions remain available under Run Insights reads Questions and Feedback?Use GitHub Issues for bugs, workflow problems, and feature requests. When reporting a problem, include:
ContributingSee CONTRIBUTING.md for the development workflow and pull-request checklist. Before contributing, read: Keep pull requests focused. Include what changed, why it changed, and how it was verified. How to build
The packaged artifact is created as How to run testsRun the complete local check:
Run individual checks with:
How to develop in Visual Studio Code
Extension VerificationBefore publishing, install the packaged VSIX in a clean Visual Studio Code profile and verify:
Also verify the Command Palette and Explorer context-menu entries, generated skill contents, duplicate handling, Run Insights states, supported themes, resizing, and keyboard navigation. ReleaseThe first public release is LicenseLicensed under the Apache License, Version 2.0. |

