code-context-notes
code-context-notes contient 3 skills collectées depuis jnahian, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Ship a new version of the Code Context Notes VS Code extension end to end — prepare and verify the changelog, dry-run the build, publish to both marketplaces (VS Code Marketplace + Open VSX), and cut the GitHub release with the VSIX attached. Use whenever the user says "release", "ship vX.Y.Z", "cut a release", "publish the extension", "do a release", or asks to tag/publish a new version. Drives the full release; confirm the version and stop at each gate.
Automate TypeScript compilation, type checking, and refactoring. Use when checking types, compiling code, finding 'any' types, validating type safety, or fixing TypeScript errors.
Handle VS Code extension packaging, publishing, and marketplace management. Use when packaging VSIX, publishing to marketplaces, validating package.json, creating releases, or bumping versions.