v1-io/v1tamins
Daily supplements for healthy code - Shared Claude skills, Cursor commands, and MCP configs for the Version1 team
1 stars1 forksUpdated Jan 15, 2026
npx skills add v1-io/v1taminsREADME
v1tamins
██╗ ██╗ ██╗ ████████╗ █████╗ ███╗ ███╗██╗███╗ ██╗███████╗
██║ ██║ ███║ ╚══██╔══╝██╔══██╗████╗ ████║██║████╗ ██║██╔════╝
██║ ██║ ╚██║ ██║ ███████║██╔████╔██║██║██╔██╗ ██║███████╗
╚██╗ ██╔╝ ██║ ██║ ██╔══██║██║╚██╔╝██║██║██║╚██╗██║╚════██║
╚████╔╝ ██║ ██║ ██║ ██║██║ ╚═╝ ██║██║██║ ╚████║███████║
╚═══╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝ ╚═══╝╚══════╝
Daily supplements for healthy code. A shared collection of AI development tools from the Version1 team.
What's Inside
v1tamins/
├── claude/
│ ├── skills/ # 20 Claude Code skills
│ │ ├── code-review/
│ │ ├── pr-description/
│ │ ├── write-tests/
│ │ ├── fix-tests/
│ │ ├── deslop/
│ │ └── ...
│ └── hooks/ # Pre/post execution hooks
│ └── format.sh
├── cursor/
│ ├── commands/ # 22 Cursor slash commands
│ │ ├── code-review.md
│ │ ├── security-audit.md
│ │ ├── write-unit-tests.md
│ │ └── ...
│ └── rules/ # 6 Cursor rules
│ ├── backend-patterns.mdc
│ ├── frontend-patterns.mdc
│ └── ...
├── mcp/
│ └── mcp.json # MCP server configurations
└── templates/ # Reusable templates (CLAUDE.md, etc.)
Quick Install
# Clone the repo
git clone git@github.com:v1-io/v1tamins.git ~/v1tamins
# Run the install script
~/v1tamins/install.sh
Manual Setup
Claude Code Skills & Hooks
Claude Code looks for skills in ~/.claude/skills/ and hooks in ~/.claude/hooks/.
# Symlink skills directory
ln -sf ~/v1tamins/claude/skills ~/.claude/skills
# Symlink hooks directory
ln -sf ~/v1tamins/claude/hooks ~/.claude/hooks
Cursor Commands & Rules
Cursor looks for commands in ~/.cursor/commands/ and rules in ~/.cursor/rules/.
# Symlink commands directory
ln -sf ~/v1tamins/cursor/commands ~/.cursor/commands
# Symlink rules directory
ln -sf ~/v1tamins/cursor/rules ~/.cursor/rules
MCP Servers
Copy or merge the MCP config into your Cursor config:
# Copy MCP config (overwrites existing)
cp ~/v1tamins/mcp/mcp.json ~/.cursor/mcp.json
# Or manually merge with existing config
Configured MCP Servers:
| Server | Type | Description |
|---|---|---|
| Linear | SSE | Project management integration |
| LangSmith | stdio | LLM observability (requires LANGSMITH_API_KEY) |
| Postman | HTTP | API testing (requires POSTMAN_API_KEY) |
| Notion | stdio | Documentation integration |
| Playwright | stdio | Browser automation |
| context7 | HTTP | Documentation lookup |
| brave-search | stdio | Web search (requires BRAVE_API_KEY) |
Skills Reference
| Skill | Description |
|---|---|
code-review | Thorough code review with actionable feedback |
pr-description | Generate PR descriptions from commits |
write-tests | Generate unit tests for code |
fix-tests | Fix failing tests |
deslop | Clean up AI-generated code slop |
refactor | Refactor code for clarity |
complexity | Analyze and reduce cognitive complexity |
changelog | Generate changelogs from commits |
prd | Product requirements document generation |
debug | Systematic debugging workflow |
migrate | Database/code migration assistance |
prompt-engineering | Improve prompts |
address-review | Address PR review comments |
analyze-tool-errors | Debug tool execution errors |
file-organizer | Organize project files |
interview-me | Interview prep assistance |
rebuild | Rebuild/regenerate code |
test-service | Test service endpoints |
Cursor Commands Reference
| Command | Description |
|---|---|
/code-review | Review selected code |
/security-audit | Security vulnerability scan |
/write-unit-tests | Generate unit tests |
/fix-failing-tests | Fix broken tests |
/deslop | Remove AI slop from code |
/refactor-code | Refactor for clarity |
/reduce-cognitive-complexity | Simplify complex code |
/generate-pr-description | Generate PR description |
/debug-issue | Debug workflow |
/optimize-performance | Performance optimization |
/add-documentation | Add code documentation |
/clean-logging | Clean up logging statements |
/security-review | Security-focused review |
/address-copilot-review | Address Copilot review comments |
/frontend-design | Frontend design guidance |
/write-prd-for-linear | Generate PRD for Linear |
Updating
Pull the latest changes and re-run install if needed:
cd ~/v1tamins && git pull
Contributing
We welcome contributions! Here's how to get started:
Fork and Clone
- Fork the repository on GitHub
- Clone your fork locally:
git clone git@github.com:YOUR_USERNAME/v1tamins.git ~/v1tamins cd ~/v1tamins - Add the upstream remote:
git remote add upstream git@github.com:v1-io/v1tamins.git
Make Changes
- Create a ne
...
Publisher
Statistics
Stars1
Forks1
Open Issues0
LicenseMIT License
CreatedJan 15, 2026