backend
仓库创建 2026年6月30日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
面向常见后端场景,能指导实现与工程实践细节。
这个 Skill 做什么
用于设计与实现后端服务(API、workers、消息消费者、微服务)。
用于设计和实现后端服务:REST/GraphQL/gRPC 接口、后台 worker、消息消费者和微服务架构,涵盖数据库模型、迁移、认证、队列和第三方集成等。需要做 API 或服务端功能、任务调度、事件驱动时用。特别之处是通用任何服务端技术栈,明确不负责前端页面或纯基础设施的 IaC 工作。
▸ 展开 SKILL.md 英文原文
Use for backend services — REST/GraphQL/gRPC APIs, workers, message consumers, microservices — any server stack. Not for web frontends → skill web; infra-only IaC → skill devops.
0
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/backend/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/muxammadmamajonov/dot-claude/main/.claude/skills/backend/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Backend Service Skill ## When to use - Designing or implementing a new API surface (REST, GraphQL, gRPC, WebSocket) - Adding database models, migrations, or data-access layers - Implementing auth (sessions, JWT, OAuth 2.0, API keys) - Building background jobs, queues, cron tasks, or event consumers - Integrating third-party services (payment providers, email, storage, AI APIs) - Preparing a service for production: observability, rate limiting, graceful shutdown --- ## Workflow 1. **Classify the project** — Read `docs/specs/product-spec.md` and `.claude/stack-matrix/backend.md` to confirm language/runtime, API style, database(s), and deployment target (container, serverless, VPS). If t
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有