fullstack-dev
Use when work spans backend services and browser-facing behavior, including APIs, auth/session flows, uploads, CRUD/business workflows, realtime features, or production hardening.
适合你,如果你需要同时处理前端和后端逻辑,构建完整Web应用
/ 通过 npx 安装 校验哈希
npx oh-my-skill add qianleigood/crawclaw/fullstack-dev/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- qianleigood/crawclaw/fullstack-dev/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify qianleigood/crawclaw/fullstack-dev安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
30GitHub stars
~415最小装载
~16.6K含声明引用
~19.4K文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 f27e175 · 表述以原文为准它做什么
装上后,Claude 会先询问或明确技术栈、服务类型、数据库等,说明架构决策,再按基线清单(如特性优先结构、验证配置、类型化错误处理、日志等)构建代码,最后验证构建和前后端集成。
什么时候触发
当任务涉及前后端边界,例如构建全栈应用、API、认证、上传、实时功能或生产加固时触发。
装好后可以这样说
Claude 会先问技术栈再开始编码。
会涵盖架构决策和集成验证。
技能原文 SKILL.md
Full-Stack Development Practices
Use this skill when the task crosses the frontend/backend boundary.
Use this skill for
- full-stack apps
- backend + frontend integration
- API or service scaffolding
- auth, uploads, caching, background jobs
- real-time features
- production hardening
- service boundary and module design
Do not use this skill for pure frontend styling/motion work or database-only schema work with no application-layer design.
Mandatory workflow
- Infer or clarify:
- stack
- service type
- database choice
- integration method
- real-time requirements
- auth strategy
- State architectural decisions before coding:
- project structure
- API client approach
- auth strategy
- real-time method
- error-handling strategy
- Build with the baseline checklist in mind:
- feature-first structure
- validated config
- typed error handling
- logging
- validation
- health endpoints
- graceful shutdown
- explicit CORS and security headers
- Verify before handoff:
- build
- smoke test
- frontend/backend integration
- real-time path when relevant
Working rules
- Prefer the simplest architecture that still matches the stated requirements.
- Do not hide business logic in controllers.
- Keep frontend/backend contracts explicit.
- Explain tradeoffs when multiple patterns are reasonable.
Read references as needed
references/core-architecture.mdFor feature structure, module boundaries, config, errors, and logging.references/integration-patterns.mdFor API clients, uploads, auth flows, real-time choices, and boundary rules.references/production-hardening.mdFor moving beyond prototype quality.references/testing-strategy.md,references/release-checklist.md,references/technology-selection.mdFor verification and launch decisions.references/api-design.md,references/auth-flow.md,references/db-schema.md,references/environment-management.mdFor subsystem-specific guidance.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…