Claude, Cursor, Codex skills and commands
npx skills add https://github.com/shipshitdev/library --skill git-safetyInstall this skill with the CLI and start using the SKILL.md workflow in your workspace.
158 AI agent skills for indie developers. Works with Claude Code and OpenAI Codex.
skills/
├── skills/ # All skills (160)
├── commands/ # All commands (35)
├── bundles/ # Generated marketplace bundles
├── .agents/ # Repo management, memory, meta-skills
│ ├── SYSTEM/ # Architecture docs, skill standards
│ ├── memory/ # Repo decisions and context
│ └── skills/ # Meta-skills for maintaining this repo
├── .claude/ # Claude Code config (agents, rules)
├── .codex/ # Codex CLI config
└── scripts/ # Validation, generation, migration
stripe-implementer, nestjs-expert)code-review, deploy, mvp-plan)# Install all skills globally for Claude Code and Codex
npx skills add shipshitdev/skills -g --agent claude-code codex --skill '*' -y
# Install specific skills
npx skills add shipshitdev/skills -g --skill stripe-implementer -y
# List available skills
npx skills add shipshitdev/skills --list
Do NOT use
--all— it installs to every agent the CLI knows about (30+).
Always use--agentto target only the agents you use.
npx skills add shipshitdev/skills --agent claude-code codex
/plugin marketplace add shipshitdev/skills
/plugin install shipshitdev-startup@shipshitdev # or any category bundle
git clone https://github.com/shipshitdev/skills.git ~/shipshitdev-skills
cd ~/shipshitdev-skills
npx skills add . -g --agent claude-code codex --skill '*' -y
skills/skill-name/SKILL.md with YAML frontmattermkdir -p skills/my-skill
touch skills/my-skill/SKILL.md
.md file in commands/{verb}-{noun}.md.agents/SYSTEM/SKILL-STANDARDS.md - Agent Skills spec + Claude Code extensions.agents/SYSTEM/SKILL-MANAGEMENT.md - Single-source skill workflow.agents/SYSTEM/ARCHITECTURE.md - .agents folder structure.agents/SYSTEM/PLATFORM-ADAPTATIONS.md - Claude vs Codex writing guide| Command | Description |
|---|---|
| analyze-codebase | Codebase analysis |
| api-test | API test generation |
| bug | Bug capture workflow |
| check-domain | Domain name generator & availability checker |
| clean | Cleanup workflow |
| code-review | Code review |
| db-setup | MongoDB/Redis setup |
| de-slop | Clean AI code artifacts |
| deploy | Deployment workflows |
| docs-generate | Documentation generation |
| docs-update | Documentation updates |
| end | End session |
| env-setup | Environment variables |
| inbox | Process inbox items |
| launch | Launch workflow |
| migrate | Database migrations |
| monitoring-setup | Sentry/Analytics setup |
| mvp-plan | MVP planning |
| new-cmd | Create new commands |
| new-session | Create session files |
| optimize-prompt | Prompt optimization |
| performance | Performance analysis |
| quick-fix | Quick fixes |
| refactor-code | Code refactoring |
| review-pr | PR review |
| scaffold | Project scaffolding |
| security-audit | Security audit |
| start | Start session |
| task | Task management |
| test | Test tracking |
| validate | Validation workflow |
business-model-auditor, cofounder-evaluator, constraint-eliminator, early-hiring-advisor, execution-accelerator, execution-validator, fundraise-advisor, idea-validator, market-sizer, mvp-architect, offer-architect, offer-validator, pricing-strategist, startup-icp-definer
channel-validator, competitive-intelligence-analyst, email-finder, funnel-architect, funnel-validator, lead-channel-optimizer, leads-researcher, outbound-optimizer, partnership-builder, retention-engine, support-systems-architect, traffic-architect, traffic-validator
x-algorithm-optimizer
brand-architect, expert-architect, expert-validator, positioning-angles, search-domain-validator
changelog-generator, content-creator, copy-validator, copywriter, docs, humanizer, internal-comms, nextra-writer, youtube-video-analyst
analytics-expert, business-operator, cto-advisor, roadmap-analyzer, rules-capture, strategy-expert, task-prd-creator
accessibility, ai-loading-ux, clarify, component-library, critique, design-consistency-auditor, expo-architect, frontend-design, html-style, landing-page-vercel, layout, micro-landing-builder, nextjs-validator, polish, quick-view, quieter, react-component-performance, react-hook-form, react-native-components, react-patterns, react-refactor, react-testing-library, shadcn, shadcn-setup, table-filters, tailwind, tailwind-validator, theme-factory
api-design-expert, error-handling-expert, graphql-architect, incremental-fetch, nestjs-expert, serializer-specialist, turborepo, typescript-expert, typescript-refactor
aws-infrastructure, docker-expert, ec2-backend-deployer, mongodb-atlas-checker, mongodb-migration-expert, monitoring-setup, nestjs-queue-architect, performance-expert, security-expert, workflow-automation
financial-operations-expert, stripe-implementer
security-audit
husky-test-coverage, nestjs-testing-expert, playwright-e2e-init, qa-reviewer, testing-cicd-init, testing-expert
advanced-evaluation, agent-browser, comment-mode, context-degradation, context-fundamentals, context-optimization, evaluation, mcp-builder, memory-systems, multi-agent-patterns, skill-creator, spec-first, tool-design
agent-config-audit, analyze-codebase, audit, claude-code-guide, code-review, commit-summary, de-slop, debug, deploy, llm-structured-output, prompt-engineering, refactor-code, review-pr, scaffold, session-end, session-start, shape, skill-capture
gh-address-comments, gh-fix-ci, git-safety
agent-folder-init, ai-dev-loop, session-documenter, workspace-performance-audit
artifacts-builder, biome-validator, bun-validator, clerk-validator, content-script-developer, devcontainer-setup, fullstack-workspace-init, linter-formatter-init, open-source-checker, package-architect, plasmo-extension-architect, project-init-orchestrator
Skills are adaptive - they scan project documentation to understand:
If a project has its own skill, the generic skill will collaborate with or defer to it.
When you push to master, GitHub Actions automatically regenerates the bundles/ directory to keep marketplace plugins in sync with skills.
Users install directly from GitHub:
# Add the marketplace
/plugin marketplace add shipshitdev/skills
# Install category bundles
/plugin install shipshitdev-startup@shipshitdev
/plugin install shipshitdev-testing@shipshitdev
/plugin install shipshitdev-frontend@shipshitdev