npx skills add shipshitdev/libraryREADME
Ship Shit Dev Library
100+ AI agent skills for indie developers. Works with Claude Code, OpenAI Codex, and Cursor.
Directory Structure
library/
├── skills/ # All skills (124 skills)
├── commands/ # All commands (35 commands)
├── bundles/ # Generated marketplace bundles
├── .agent/ # Library management (sessions, tasks)
│ └── SYSTEM/ # Library documentation
└── scripts/ # Scaffolding, validation scripts
What's Included
- Skills: Specialized agent capabilities for specific domains (e.g.,
stripe-implementer,mongodb-migration-expert) - Commands: Workflow commands for structured tasks (e.g.,
code-review,deploy,mvp-plan) - Documentation: Platform-specific adaptations and management guides
- Scripts: Tooling for syncing, validation, and generation
Installation
Quick Install (Recommended)
# Install all skills globally to all agents
npx skills add shipshitdev/library --all
# Install specific skills
npx skills add shipshitdev/library --skill stripe-implementer
# List available skills
npx skills add shipshitdev/library --list
Project-local Install
npx skills add shipshitdev/library
Claude Code Plugin (Alternative)
/plugin marketplace add shipshitdev/library
/plugin install shipshitdev-startup@shipshitdev # or any category bundle
For Contributors
Clone the repo and use the CLI to install:
git clone https://github.com/shipshitdev/library.git ~/shipshitdev-library
cd ~/shipshitdev-library
npx skills add . --all
After making changes, reinstall to update:
npx skills add shipshitdev/library --all
Adding Skills & Commands
Adding a Skill
- Create directory in
skills/skill-name/ - Add
SKILL.mdwith YAML frontmatter - Update this README
mkdir -p skills/my-skill
touch skills/my-skill/SKILL.md
Adding a Command
- Create
.mdfile incommands/ - Follow naming:
{verb}-{noun}.md - Update this README
Documentation
.agent/SYSTEM/ARCHITECTURE.md- .agent folder structure explained.agent/SYSTEM/AI-DEV-LOOP.md- The /loop autonomous workflow.agent/SYSTEM/PLATFORM-ADAPTATIONS.md- Claude vs Codex vs Cursor differences.agent/SYSTEM/SKILL-MANAGEMENT.md- Syncing skills across platforms
Commands
| Command | Description | Cursor |
|---|---|---|
| analyze-codebase | Codebase analysis | analyze-codebase |
| api-test | API test generation | api-test |
| bug | Bug capture workflow | bug |
| check-domain | Domain name generator & availability checker | check-domain |
| clean | Cleanup workflow | clean |
| code-review | Code review | code-review |
| db-setup | MongoDB/Redis setup | db-setup |
| de-slop | Clean AI code artifacts | de-slop |
| deploy | Deployment workflows | deploy |
| docs-generate | Documentation generation | docs-generate |
| docs-update | Documentation updates | docs-update |
| end | End session | end |
| env-setup | Environment variables | env-setup |
| inbox | Process inbox items | inbox |
| launch | Launch workflow | launch |
| migrate | Database migrations | migrate |
| monitoring-setup | Sentry/Analytics setup | monitoring-setup |
| mvp-plan | MVP planning | mvp-plan |
| new-cmd | Create new commands | [new-cmd]( |
...
Publisher
Statistics
Stars3
Forks0
Open Issues0
CreatedDec 24, 2025