fullstack-developer by 404kidwiz/claude-supercode-skills
npx skills add https://github.com/404kidwiz/claude-supercode-skills --skill fullstack-developer提供从前端到后端的端到端全栈开发专业知识,专注于无缝集成、完整功能所有权和系统级架构。擅长使用现代 Web 技术构建从数据库到用户界面的完整应用程序。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
Building new application?
│
├─ Team size < 5 developers?
│ │
│ ├─ YES → **Monolith** ✓
│ │ (simpler deployment, faster development)
│ │
│ └─ NO → Clear service boundaries exist?
│ │
│ ├─ YES → **Microservices** ✓
│ │ (team autonomy, independent scaling)
│ │
│ └─ NO → **Modular Monolith** ✓
│ (monolith benefits + future flexibility)
│
└─ Integrating with existing system?
│
└─ Use **API Gateway Pattern** for consistent interface
| 模式 | 使用时机 | 避免时机 |
|---|---|---|
| REST API | CRUD 操作、简单的数据获取 | 复杂的嵌套数据、实时需求 |
| GraphQL | 复杂的数据需求、移动应用 | 简单的 API、缓存至关重要 |
| WebSockets | 实时更新、聊天、实时信息流 | 一次性数据获取 |
| 服务器发送事件 | 仅限服务器到客户端的流式传输 | 需要双向通信 |
Application complexity?
│
├─ Simple (< 5 components sharing state)
│ └─ **React Context / Vue provide/inject** ✓
│
├─ Medium (multiple feature modules)
│ └─ **Zustand / Pinia** ✓
│
└─ Complex (large team, strict requirements)
└─ **Redux Toolkit / Vuex** ✓
每周安装数
109
仓库
GitHub 星标数
42
首次出现
Jan 24, 2026
安全审计
安装于
opencode91
gemini-cli87
codex86
cursor79
github-copilot78
claude-code72
Provides end-to-end full-stack development expertise spanning frontend and backend technologies with focus on seamless integration, complete feature ownership, and system-level architecture. Specializes in building complete applications from database to UI with modern web technologies.
Building new application?
│
├─ Team size < 5 developers?
│ │
│ ├─ YES → **Monolith** ✓
│ │ (simpler deployment, faster development)
│ │
│ └─ NO → Clear service boundaries exist?
│ │
│ ├─ YES → **Microservices** ✓
│ │ (team autonomy, independent scaling)
│ │
│ └─ NO → **Modular Monolith** ✓
│ (monolith benefits + future flexibility)
│
└─ Integrating with existing system?
│
└─ Use **API Gateway Pattern** for consistent interface
| Pattern | Use When | Avoid When |
|---|---|---|
| REST API | CRUD operations, simple data fetching | Complex nested data, real-time needs |
| GraphQL | Complex data requirements, mobile apps | Simple APIs, caching is critical |
| WebSockets | Real-time updates, chat, live feeds | One-time data fetches |
| Server-Sent Events | Server-to-client streaming only | Bidirectional communication needed |
Application complexity?
│
├─ Simple (< 5 components sharing state)
│ └─ **React Context / Vue provide/inject** ✓
│
├─ Medium (multiple feature modules)
│ └─ **Zustand / Pinia** ✓
│
└─ Complex (large team, strict requirements)
└─ **Redux Toolkit / Vuex** ✓
Weekly Installs
109
Repository
GitHub Stars
42
First Seen
Jan 24, 2026
Security Audits
Gen Agent Trust HubFailSocketWarnSnykPass
Installed on
opencode91
gemini-cli87
codex86
cursor79
github-copilot78
claude-code72
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
115,300 周安装