snippet-manager
✓Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabi...
Installation
SKILL.md
Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabilities.
const asyncHandler = (fn) => (req, res, next) => { Promise.resolve(fn(req, res, next)).catch(next); };
// Usage app.get('/users/:id', asyncHandler(async (req, res) => { const user = await User.findById(req.params.id); res.json(user); }));
Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabi... Source: curiouslearner/devkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/curiouslearner/devkit --skill snippet-manager- Source
- curiouslearner/devkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is snippet-manager?
Save, organize, search, and retrieve code snippets with tags, categories, and smart search capabi... Source: curiouslearner/devkit.
How do I install snippet-manager?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/curiouslearner/devkit --skill snippet-manager Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/curiouslearner/devkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01