Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问clear审计通过

backend-design后端设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

1,188

周安装

50

GitHub Stars

10

下载量

416
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:backend-design(后端设计)
来源仓库:https://github.com/dauquangthanh/hanoi-rainbow
仓库路径:skills/backend-design
安装命令:
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill backend-design
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dauquangthanh/hanoi-rainbow --skill backend-design

简介

用于辅助后端架构设计、API 规划和系统结构梳理。

  • 适合分析功能与非功能需求,选择技术栈与架构模式,并设计 RESTful 接口与版本策略。
  • 使用时需明确业务场景与技术约束,区分只读分析与写入变更;涉及生产环境改动时应优先 dry-run 或备份。
  • 安装方式:通过 npx skills add 从指定 GitHub 仓库添加,需确认权限与维护状态。
  • 注意:工具输出不能直接作为最终结论,应结合项目实际验证设计合理性。

SKILL.md

Backend Design

Workflow

Follow this systematic design process:

  1. Requirements Analysis

- Gather functional requirements (features, operations) - Define non-functional requirements (performance, scalability, availability) - Identify constraints (budget, timeline, technology, compliance)

  1. Architecture Selection

- Choose architecture pattern (monolith, microservices, serverless) - Select technology stack based on requirements - Define service boundaries and responsibilities

  1. API Design

- Design RESTful endpoints with proper resource modeling - Define request/response schemas and contracts - Plan versioning strategy and documentation - See api-design-guide.md for REST/GraphQL/gRPC patterns

  1. Database Design

- Model entities and relationships - Design schema with normalization - Plan indexing and partitioning strategies - See database-design.md for relational and NoSQL patterns

  1. Security Design

- Design authentication flow (OAuth 2.0, JWT) - Plan authorization model (RBAC, ABAC) - Define data encryption and protection strategy

  1. Scalability & Performance

- Design caching strategy (Redis, CDN) - Plan load balancing and auto-scaling - Define asynchronous processing with message queues

  1. Documentation

- Create API specifications (OpenAPI/Swagger) - Document architecture decisions with Mermaid diagrams - Provide implementation guidelines and roadmap

Output Structure

Present your backend design with these sections:

  1. System Overview - High-level architecture, components, technology stack
  2. API Specification - Endpoints, schemas, authentication, OpenAPI docs
  3. Database Design - ERD, schema, indexes, migration plan
  4. Architecture Decisions - Service decomposition, communication patterns, consistency model
  5. Security Implementation - Authentication/authorization flows, encryption
  6. Scalability Plan - Load balancing, caching, database scaling, auto-scaling
  7. Deployment Architecture - Containers, infrastructure, CI/CD, monitoring
  8. Implementation Roadmap - Phases, milestones, dependencies, risks

Core Principles

  • API-first approach - Design and document APIs before implementation
  • Security by design - Build authentication, authorization, and encryption from the start
  • Design for scalability - Plan for growth with caching, load balancing, and horizontal scaling
  • Plan for failure - Include error handling, retries, circuit breakers, and graceful degradation
  • Document thoroughly - Create clear API specs, Mermaid architecture diagrams, and implementation guides

Reference Files

Load additional resources based on specific needs:

  • Detailed Design Process: See backend-design-process.md for comprehensive step-by-step workflow with examples for API design, database modeling, authentication flows, and microservices patterns
  • API Design Guide: See api-design-guide.md when designing RESTful APIs, GraphQL schemas, or gRPC services - includes resource modeling, status codes, versioning strategies, and documentation
  • Database Design: See database-design.md for detailed guidance on relational and NoSQL database design, normalization, indexing, partitioning, and replication strategies
  • Best Practices: See best-practices.md for API design, database optimization, security hardening, performance tuning, and reliability patterns
  • Common Patterns: See common-patterns.md for code examples of repository pattern, service layer, dependency injection, and other architectural patterns
  • Example Projects: See examples.md for complete architecture examples including e-commerce systems, real-time chat applications, and microservices implementations

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

28.61%
按下载量换算119

Claude Code

20.99%
按下载量换算87

Gemini CLI

16.41%
按下载量换算68

OpenCode

12.16%
按下载量换算51

Codex

7.79%
按下载量换算32

windsurf

3.79%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills