Generate VS Code snippets from code patterns. Use when creating editor shortcuts.
You type the same patterns over and over. This tool reads your code and generates VS Code snippets for common patterns.
One command. Zero config. Just works.
npx ai-snippet ./src/
# Analyze source files
npx ai-snippet ./src/
# Component patterns
npx ai-snippet ./lib/components/
This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work.
Find more:
No install needed. Just run with npx. Node.js 18+ recommended. Needs OPENAI_API_KEY environment variable.
npx ai-snippet --help
Scans your codebase for repeated patterns like component structures, hook definitions, and utility functions. Then generates VS Code snippet JSON with proper placeholders.
MIT. Free forever. Use it however you want.