Co-Pilot / 辅助式
更新于 3 months ago

library

Sshipshitdev
0.0k
shipshitdev/library
76
Agent 评分

💡 摘要

一个包含100多个AI代理技能的综合库,旨在提高独立开发者在各个领域的生产力。

🎯 适合人群

希望通过AI能力提升项目的独立开发者。寻求通过专业命令简化工作流程的软件工程师。希望将AI技能整合到开发过程中的产品经理。希望教授软件开发中AI集成的技术教育工作者。需要快速访问多种AI工具以满足客户项目需求的自由职业者。

🤖 AI 吐槽:看起来很能打,但别让配置把人劝退。

安全分析中风险

风险:Medium。建议检查:是否执行 shell/命令行指令;是否发起外网请求(SSRF/数据外发);文件读写范围与路径穿越风险。以最小权限运行,并在生产环境启用前审计代码与依赖。

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

| 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 | |

五维分析
清晰度8/10
创新性6/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 适用于各种应用的广泛技能。
  • 与现有项目的简单安装和集成。
  • 为贡献者提供良好结构的文档。

缺点

  • 众多技能可能导致依赖问题。
  • 有效使用可能需要额外学习。
  • README中实际应用示例有限。

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 shipshitdev.