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/v1tamins

README

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:

ServerTypeDescription
LinearSSEProject management integration
LangSmithstdioLLM observability (requires LANGSMITH_API_KEY)
PostmanHTTPAPI testing (requires POSTMAN_API_KEY)
NotionstdioDocumentation integration
PlaywrightstdioBrowser automation
context7HTTPDocumentation lookup
brave-searchstdioWeb search (requires BRAVE_API_KEY)

Skills Reference

SkillDescription
code-reviewThorough code review with actionable feedback
pr-descriptionGenerate PR descriptions from commits
write-testsGenerate unit tests for code
fix-testsFix failing tests
deslopClean up AI-generated code slop
refactorRefactor code for clarity
complexityAnalyze and reduce cognitive complexity
changelogGenerate changelogs from commits
prdProduct requirements document generation
debugSystematic debugging workflow
migrateDatabase/code migration assistance
prompt-engineeringImprove prompts
address-reviewAddress PR review comments
analyze-tool-errorsDebug tool execution errors
file-organizerOrganize project files
interview-meInterview prep assistance
rebuildRebuild/regenerate code
test-serviceTest service endpoints

Cursor Commands Reference

CommandDescription
/code-reviewReview selected code
/security-auditSecurity vulnerability scan
/write-unit-testsGenerate unit tests
/fix-failing-testsFix broken tests
/deslopRemove AI slop from code
/refactor-codeRefactor for clarity
/reduce-cognitive-complexitySimplify complex code
/generate-pr-descriptionGenerate PR description
/debug-issueDebug workflow
/optimize-performancePerformance optimization
/add-documentationAdd code documentation
/clean-loggingClean up logging statements
/security-reviewSecurity-focused review
/address-copilot-reviewAddress Copilot review comments
/frontend-designFrontend design guidance
/write-prd-for-linearGenerate 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

  1. Fork the repository on GitHub
  2. Clone your fork locally:
    git clone git@github.com:YOUR_USERNAME/v1tamins.git ~/v1tamins
    cd ~/v1tamins
    
  3. Add the upstream remote:
    git remote add upstream git@github.com:v1-io/v1tamins.git
    

Make Changes

  1. Create a ne

...

Read full README

Publisher

v1-iov1-io

Statistics

Stars1
Forks1
Open Issues0
LicenseMIT License
CreatedJan 15, 2026