164 AI agent skills for development workflows
npx claudepluginhub shipshitdev/skillsAudit AI agent instruction files (AGENTS.override.md, AGENTS.md, configured fallbacks, CLAUDE.md, hooks, and settings) across workspaces in read-only report mode. Use when agent configs drift, rules duplicate, files go stale, or after workspace restructuring; apply fixes only when explicitly requested.
Specializes in finance and operations strategy. Assists with financial planning, budgeting, and operational efficiency for organizations.
100+ AI agent skills for indie developers. Works with Claude Code, OpenAI Codex, and Cursor.
library/
├── skills/ # All skills (124 skills)
├── commands/ # All commands (35 commands)
├── bundles/ # Generated marketplace bundles
├── .agents/ # Library management (sessions, tasks)
│ └── SYSTEM/ # Library documentation
└── scripts/ # Scaffolding, validation scripts
stripe-implementer, mongodb-migration-expert)code-review, deploy, mvp-plan)# Install all skills globally — pick your agents
npx skills add shipshitdev/library -g --agent claude-code cursor codex openclaw --skill '*' -y
# Install specific skills
npx skills add shipshitdev/library -g --skill stripe-implementer -y
# List available skills
npx skills add shipshitdev/library --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/library --agent claude-code cursor
/plugin marketplace add shipshitdev/library
/plugin install shipshitdev-startup@shipshitdev # or any category bundle
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 . -g --agent claude-code cursor codex openclaw --skill '*' -y
After making changes, reinstall to update:
npx skills add shipshitdev/library -g --agent claude-code cursor codex openclaw --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/ARCHITECTURE.md - .agent folder structure explained.agents/SYSTEM/AI-DEV-LOOP.md - The /loop autonomous workflow.agents/SYSTEM/PLATFORM-ADAPTATIONS.md - Claude vs Codex vs Cursor differences.agents/SYSTEM/SKILL-MANAGEMENT.md - Syncing skills across platforms| 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 |