development
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。
Best use case
development is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。
Teams using development should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/development/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How development Compares
| Feature / Agent | development | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
开发语言能力索引。Python、Go、Rust、TypeScript、Java、C++、Shell。当用户提到编程、开发、代码、语言时路由到此。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
SKILL.md Source
# 符箓秘典 · 开发语言 ## 路由 | 语言 | 秘典 | 核心场景 | |------|------|----------| | Python | [python](python.md) | FastAPI/Django、数据处理、自动化脚本 | | Go | [go](go.md) | goroutine 并发、微服务、云原生工具 | | Rust | [rust](rust.md) | 所有权系统、零成本抽象、系统编程 | | TypeScript | [typescript](typescript.md) | Node 后端、React/Vue SPA、Next.js SSR | | Java | [java](java.md) | Spring Boot、企业级、JVM 调优 | | C/C++ | [cpp](cpp.md) | 内存管理、高性能计算、嵌入式 | | Shell | [shell](shell.md) | Bash 脚本、系统管理、CI 胶水 | ## 选型决策 | 场景 | 首选 | 备选 | 判据 | |------|------|------|------| | Web 后端(快速) | Python(FastAPI) | Go(Gin) | 开发速度 vs 运行性能 | | Web 后端(高并发) | Go(Gin/Echo) | Rust(Axum) | 生态成熟度 vs 极致性能 | | Web 后端(企业) | Java(Spring Boot) | Go | 生态/团队 vs 部署简洁 | | Web 前端 SPA | TypeScript+React | TypeScript+Vue | 生态规模 vs 上手速度 | | SSR | Next.js | Nuxt.js | React 生态 vs Vue 生态 | | 系统编程 | Rust | C/C++ | 内存安全 vs 生态/遗产 | | CLI 工具 | Go | Rust | 编译速度 vs 运行性能 | | 脚本/自动化 | Python | Bash | 跨平台 vs 系统原生 | | 安全工具原型 | Python | Go/Rust | 快速迭代 vs 分发便利 | ## 通用模式 ``` 错误处理:Go(error返回) | Rust(Result<T,E>) | Python(try/except) | TS(try/catch) 并发:Go(goroutine+channel) | Rust(tokio) | Python(asyncio) | Java(虚拟线程) 依赖注入:Java(Spring) | Go(wire) | Python(dependency-injector) | TS(tsyringe) 测试:pytest | go test | cargo test | jest/vitest | JUnit ```
Related Skills
name: parse-error
this is not frontmatter
multi-script
too many scripts
missing-description
No description provided.
invalid-tools
invalid tool name
clash-skill
second duplicate
review
Review skill. Read ~/.claude/skills/gstack/review/checklist.md before acting.
office-hours
Office hours skill. Uses ~/.claude/skills/gstack/bin/gstack-config.
codex
Should be skipped for codex host.
gstack
Root gstack skill. Uses ~/.claude/skills/gstack/bin helpers.
verify-security
安全校验关卡。自动扫描代码安全漏洞,检测危险模式,确保安全决策有文档记录。当魔尊提到安全扫描、漏洞检测、安全审计、代码安全、OWASP、注入检测、敏感信息泄露时使用。在新建模块、安全相关变更、攻防任务、重构完成时自动触发。
verify-quality
代码质量校验关卡。检测复杂度、重复代码、命名规范、函数长度等质量指标。当魔尊提到代码质量、复杂度检查、代码异味、重构建议、lint检查、代码规范时使用。在复杂模块、重构完成时自动触发。
verify-module
模块完整性校验关卡。扫描目录结构、检测缺失文档、验证代码与文档同步。当魔尊提到模块校验、文档检查、结构完整性、README检查、DESIGN检查时使用。在新建模块完成时自动触发。