---
name: Development Language Hub
slug: development-language-hub
category: AI Engineering
description: Development Language Hub indexes language skills and routes programming, development, code, or language requests to the right specialist (Python, Go, Rust, TypeScript, Java, C++, Shell).
github: "https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/development"
language: Go
stars: 5824
forks: 443
install: "npx degit https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/development ~/.claude/skills/development"
installs_to: ~/.claude/skills/development
source_path: templates/skills/domains/development/SKILL.md
collection_size: 25
category_size: 2451
collection_url: "https://dirskills.com/collections/fengshao1227/ccg-workflow"
added: 2026-08-15T06:52:30.447Z
last_synced: 2026-08-15T06:52:30.447Z
canonical_url: "https://dirskills.com/skills/development-language-hub"
---

# Development Language Hub

Development Language Hub indexes language skills and routes programming, development, code, or language requests to the right specialist (Python, Go, Rust, TypeScript, Java, C++, Shell).

**Install:**

```bash
npx degit https://github.com/fengshao1227/ccg-workflow/tree/main/templates/skills/domains/development ~/.claude/skills/development
```

## README

# 符箓秘典 · 开发语言能力中枢

## 能力矩阵

| Skill | 语言 | 核心能力 |
|-------|------|----------|
| [python](python.md) | Python | Web框架、数据处理、自动化 |
| [go](go.md) | Go | 高并发、微服务、云原生 |
| [rust](rust.md) | Rust | 系统编程、内存安全、高性能 |
| [typescript](typescript.md) | TS/JS | 前后端、Node.js、React/Vue |
| [java](java.md) | Java | 企业级、Spring、微服务 |
| [cpp](cpp.md) | C/C++ | 系统底层、性能优化 |
| [shell](shell.md) | Bash | 脚本自动化、系统管理 |

## 语言选型指南

```yaml
Web 后端:
  - 快速开发: Python (FastAPI/Django)
  - 高性能: Go (Gin/Echo)
  - 企业级: Java (Spring Boot)

Web 前端:
  - SPA: TypeScript + React/Vue
  - SSR: Next.js/Nuxt.js

系统编程:
  - 内存安全: Rust
  - 传统: C/C++

脚本自动化:
  - 通用: Python
  - 系统: Bash/Shell

安全工具:
  - 快速原型: Python
  - 高性能: Go/Rust
```
