💡 摘要
一个包含100多个AI代理技能的综合库,旨在提高独立开发者在各个领域的生产力。
🎯 适合人群
🤖 AI 吐槽: “看起来很能打,但别让配置把人劝退。”
风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。
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 | | new-session | Create session files | new-session | | optimize-prompt | Prompt optimization | optimize-prompt | | performance | Performance analysis | performance | | quick-fix | Quick fixes | quick-fix | | refactor-code | Code refactoring | refactor-code | | review-pr | PR review | review-pr | | scaffold | Project scaffolding | scaffold | | security-audit | Security audit | security-audit | | start | Start session | start | | task | Task management | task | | test | Test tracking | test | | validate | Validation workflow | validate |
Skills
| Skill | Description | Install |
|-------|-------------|---------|
| accessibility | WCAG 2.1 AA compliance for React/Next.js | npx skills add shipshitdev/library --skill accessibility |
| advanced-evaluation | LLM-as-a-Judge evaluation techniques | npx skills add shipshitdev/library --skill advanced-evaluation |
| agent-browser | Browser automation for testing & scraping | npx skills add shipshitdev/library --skill agent-browser |
| agent-folder-init | Initialize .agent/ folder structure | npx skills add shipshitdev/library --skill agent-folder-init |
| ai-dev-loop | Autonomous AI development workflow | npx skills add shipshitdev/library --skill ai-dev-loop |
| ai-loading-ux | AI loading & progress indicator UX | npx skills add shipshitdev/library --skill ai-loading-ux |
| analytics-expert | Content analytics & metrics | npx skills add shipshitdev/library --skill analytics-expert |
| api-design-expert | RESTful API design & OpenAPI docs | npx skills add shipshitdev/library --skill api-design-expert |
| artifacts-builder | Multi-component claude.ai artifacts | npx skills add shipshitdev/library --skill artifacts-builder |
| aws-infrastructure | AWS EC2/VPC/ALB infrastructure setup | npx skills add shipshitdev/library --skill aws-infrastructure |
| biome-validator | Validate Biome 2.3+ configuration | npx skills add shipshitdev/library --skill biome-validator |
| brand-architect | Brand strategy & identity development | npx skills add shipshitdev/library --skill brand-architect |
| brand-name-generator | Creative brand & product naming | npx skills add shipshitdev/library --skill brand-name-generator |
| bun-validator | Validate Bun workspace configuration | npx skills add shipshitdev/library --skill bun-validator |
| business-model-auditor | Stress test business models | npx skills add shipshitdev/library --skill business-model-auditor |
| business-operator | Multi-business operations management | npx skills add shipshitdev/library --skill business-operator |
| changelog-generator | Auto-generate changelogs from git | npx skills add shipshitdev/library --skill changelog-generator |
| channel-validator | Validate marketing channels | npx skills add shipshitdev/library --skill channel-validator |
| clerk-validator | Validate Clerk auth configuration | npx skills add shipshitdev/library --skill clerk-validator |
|
优点
- 适用于各种应用的广泛技能。
- 与现有项目的简单安装和集成。
- 为贡献者提供良好结构的文档。
缺点
- 众多技能可能导致依赖问题。
- 有效使用可能需要额外学习。
- README中实际应用示例有限。
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 shipshitdev.
