用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill faion-backend-systems命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | faion-backend-systems |
| description | Systems backends: Go, Rust, databases, caching. |
| user-invocable | false |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Task, AskUserQuestion, TodoWrite |
Entry point:
/faion-net— invoke this skill for automatic routing to the appropriate domain.
Systems-level backend development in Go and Rust, plus database design and infrastructure patterns.
Handles high-performance backend services using Go and Rust, database design, caching strategies, and backend infrastructure.
| Signal | How to Check | What It Tells Us |
|---|---|---|
go.mod | Read("go.mod") | Go module, dependencies |
Cargo.toml | Read("Cargo.toml") | Rust crate, dependencies |
cmd/ or internal/ | Glob("**/cmd/*") | Go standard layout |
src/main.rs | Glob("**/src/main.rs") | Rust binary |
| Web framework | Grep("gin|echo|fiber", "go.mod") | Go web framework |
| Async runtime | Grep("tokio|actix", "Cargo.toml") | Rust async framework |
| Database driver | Grep("sqlx|gorm|diesel", "**/*") | Database library |
question: "Which language for this backend?"
header: "Language"
multiSelect: false
options:
- label: "Go"
description: "Simple concurrency, fast compile"
- label: "Rust"
description: "Memory safety, maximum performance"
question: "What type of service?"
header: "Service"
multiSelect: false
options:
- label: "HTTP API"
description: "REST or GraphQL endpoints"
- label: "gRPC service"
description: "High-performance internal API"
- label: "Worker/processor"
description: "Background job processing"
- label: "CLI tool"
description: "Command-line application"
question: "What are your concurrency requirements?"
header: "Concurrency"
multiSelect: false
options:
- label: "High concurrency (1000s of connections)"
description: "Need goroutines/async"
- label: "Moderate (standard web traffic)"
description: "Standard patterns"
- label: "CPU-bound processing"
description: "Parallel computation"
- label: "Simple sequential"
description: "Minimal concurrency"
Go (10): go-backend, go-channels, go-concurrency-patterns, go-error-handling, go-error-handling-patterns, go-goroutines, go-http-handlers, go-project-structure, go-standard-layout
Rust (7): rust-backend, rust-error-handling, rust-http-handlers, rust-ownership, rust-project-structure, rust-testing, rust-tokio-async
Database (3): database-design, nosql-patterns, sql-optimization
Infrastructure (4): caching-strategy, error-handling, message-queues
Go: Standard library, Gin, Echo, GORM, sqlx Rust: Actix-web, Rocket, Tokio, Diesel, sqlx Database: PostgreSQL, MySQL, MongoDB, Redis Queues: RabbitMQ, Kafka, Redis
| Sub-skill | Relationship |
|---|---|
| faion-backend-developer:enterprise | Enterprise web frameworks (Java, C#, PHP, Ruby) |
| faion-python-developer | Python backends (Django, FastAPI) |
| faion-javascript-developer | Node.js backends |
| faion-api-developer | API design patterns |
Invoked by parent skill faion-backend-developer for Go/Rust/database work.
faion-backend-developer:systems v1.0 | 22 methodologies