shipshitdev/library

Claude, Cursor, Codex skills and commands

3 stars0 forksUpdated Jan 25, 2026
npx skills add shipshitdev/library

README

Ship Shit Dev Library

Ship Shit Dev Library

Project Type

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

  1. Create directory in skills/skill-name/
  2. Add SKILL.md with YAML frontmatter
  3. Update this README
mkdir -p skills/my-skill
touch skills/my-skill/SKILL.md

Adding a Command

  1. Create .md file in commands/
  2. Follow naming: {verb}-{noun}.md
  3. 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

CommandDescriptionCursor
analyze-codebaseCodebase analysisanalyze-codebase
api-testAPI test generationapi-test
bugBug capture workflowbug
check-domainDomain name generator & availability checkercheck-domain
cleanCleanup workflowclean
code-reviewCode reviewcode-review
db-setupMongoDB/Redis setupdb-setup
de-slopClean AI code artifactsde-slop
deployDeployment workflowsdeploy
docs-generateDocumentation generationdocs-generate
docs-updateDocumentation updatesdocs-update
endEnd sessionend
env-setupEnvironment variablesenv-setup
inboxProcess inbox itemsinbox
launchLaunch workflowlaunch
migrateDatabase migrationsmigrate
monitoring-setupSentry/Analytics setupmonitoring-setup
mvp-planMVP planningmvp-plan
new-cmdCreate new commands[new-cmd](

...

Read full README

Publisher

shipshitdevshipshitdev

Statistics

Stars3
Forks0
Open Issues0
CreatedDec 24, 2025