Co-Pilot
Updated 3 months ago

library

Sshipshitdev
0.0k
shipshitdev/library
76
Agent Score

💡 Summary

A comprehensive library of 100+ AI agent skills for indie developers, enhancing productivity across various domains.

🎯 Target Audience

Indie developers looking to enhance their projects with AI capabilities.Software engineers seeking to streamline their workflow with specialized commands.Product managers aiming to integrate AI skills into their development processes.Tech educators wanting to teach AI integration in software development.Freelancers needing quick access to diverse AI tools for various client projects.

🤖 AI Roast:Powerful, but the setup might scare off the impatient.

Security AnalysisMedium Risk

Risk: Medium. Review: shell/CLI command execution; outbound network access (SSRF, data egress); filesystem read/write scope and path traversal. Run with least privilege and audit before enabling in production.

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

5-Dim Analysis
Clarity8/10
Novelty6/10
Utility9/10
Completeness8/10
Maintainability7/10
Pros & Cons

Pros

  • Wide range of skills for various applications.
  • Easy installation and integration with existing projects.
  • Well-structured documentation for contributors.

Cons

  • Potential for dependency issues with numerous skills.
  • May require additional learning for effective use.
  • Limited examples of practical applications in README.

Related Skills

pytorch

S
toolCode Lib
92/ 100

“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”

agno

S
toolCode Lib
90/ 100

“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”

nuxt-skills

S
toolCo-Pilot
90/ 100

“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”

Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.

Copyright belongs to the original author shipshitdev.