By shipshitdev
Accelerate NestJS backend development by implementing resilient error handling with retries and logging across React/Next.js apps, building incremental data pipelines from paginated REST APIs with watermark tracking and rate limits, standardizing JSON:API serialization via TypeScript patterns, and designing RESTful endpoints with OpenAPI docs, DTOs, pagination, and validation.
npx claudepluginhub shipshitdev/libraryExpert in RESTful API design, OpenAPI/Swagger documentation, versioning, error handling, and API best practices for NestJS applications
Expert in error handling patterns, exception management, error responses, logging, and error recovery strategies for React, Next.js, and NestJS applications
Build resilient data ingestion pipelines from APIs. Use when creating scripts that fetch paginated data from external APIs (Twitter, exchanges, any REST API) and need to track progress, avoid duplicates, handle rate limits, and support both incremental updates and historical backfills. Triggers: 'ingest data from API', 'pull tweets', 'fetch historical data', 'sync from X', 'build a data pipeline', 'fetch without re-downloading', 'resume the download', 'backfill older data'. NOT for: simple one-shot API calls, websocket/streaming connections, file downloads, or APIs without pagination.
Expert in JSON:API serialization patterns using ts-jsonapi or similar libraries.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimSpecializes in finance and operations strategy. Assists with financial planning, budgeting, and operational efficiency for organizations.
Editorial "Full-Stack Developer" bundle for Claude Code from Antigravity Awesome Skills.
Use this agent when designing APIs, building server-side logic, implementing databases, or architecting scalable backend systems. This agent specializes in creating robust, secure, and performant backend services. Examples:\n\n<example>\nContext: Designing a new API\nuser: "We need an API for our social sharing feature"\nassistant: "I'll design a RESTful API with proper authentication and rate limiting. Let me use the backend-architect agent to create a scalable backend architecture."\n<commentary>\nAPI design requires careful consideration of security, scalability, and maintainability.\n</commentary>\n</example>\n\n<example>\nContext: Database design and optimization\nuser: "Our queries are getting slow as we scale"\nassistant: "Database performance is critical at scale. I'll use the backend-architect agent to optimize queries and implement proper indexing strategies."\n<commentary>\nDatabase optimization requires deep understanding of query patterns and indexing strategies.\n</commentary>\n</example>\n\n<example>\nContext: Implementing authentication system\nuser: "Add OAuth2 login with Google and GitHub"\nassistant: "I'll implement secure OAuth2 authentication. Let me use the backend-architect agent to ensure proper token handling and security measures."\n<commentary>\nAuthentication systems require careful security considerations and proper implementation.\n</commentary>\n</example>
Complete fullstack development toolkit: React, Express/FastAPI, PostgreSQL scaffolding with AI agents
Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design
🚀 Quick Flow Solo Dev — Elite Full-Stack Developer + Quick Flow Specialist
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 |