vinhnx
- 8 skills
- 0 followers
- 6 hours ago last updated
- ▌ Codemod · vinhnx bundleUse Codemod CLI whenever the user wants to migrate, upgrade, update, or refactor a codebase in a repeatable way. This includes framework migrations, library upgrades, version bump migrations, API surface changes, deprecations, and large-scale mechanical edits. First search the Codemod Registry for an existing package, prefer deterministic codemods before open-ended AI rewrites, run dry-runs before apply, and create a codemod package only when no suitable package exists.
- ▌ Ast Grep · vinhnx bundleUse for ast-grep project setup, rule authoring, rule debugging, and structural search workflows.
- ▌ Cmd Review · vinhnxReview the current diff or selected files (usage: /review [--last-diff|--target <expr>|--file <path>|files...] [--style <style>])
- ▌ Cmd Analyze · vinhnxPerform comprehensive codebase analysis and generate reports (usage: /analyze [full|security|performance])
- ▌
- ▌ Skill Creator · vinhnx bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends VT Code's capabilities with specialized knowledge, workflows, or tool integrations.
- ▌ Skill Installer · vinhnx bundleInstall VT Code skills into ~/.agents/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo, including private repos.
- ▌ Migrate Agent Plugin · vinhnx bundleMigrate an existing Claude, Copilot, Codex, Cursor, Kiro, VS Code, or other client-specific agent plugin to the portable Agent Plugins v1 structure while preserving platform-specific hooks, agents, commands, LSP, UI, and marketplace behavior. Use when auditing, converting, or modernizing an agent plugin.