manifests/code-programming/skills/language-advisor/SKILL.md
Consults the language selection decision tree and specification sheets to recommend the optimal language for a given use case across Go, Rust, Python, TypeScript, and Java. Provides rationale, spec sheet reference, and agent+skill recommendations.
npx skillsauth add rinbarpen/vibe-coding language-advisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/decision-trees/language-selection.mdreferences/language-specs/<lang>.md| Context | Best Fit | Also Consider | |---------|----------|---------------| | Web frontend | TypeScript | — | | Backend API | Go | TypeScript, Python | | Full-stack | TypeScript + Go | TypeScript only, Python + React | | CLI tool | Go | Rust (perf-critical) | | Systems programming | Rust | — | | ML/AI service | Python | Rust (via burn/candle for inference) | | Enterprise microservice | Go or Java | — | | Rapid prototype | Python or TypeScript | — | | Event processing | Go | Rust (low-latency) | | Data pipeline | Python | Go (high throughput) |
testing
UI testing knowledge and patterns for AI-assisted testing workflows
tools
ppt-master 集成技能。覆盖演示文稿初始化、幻灯片母版管理、主题应用、模板继承链与多格式导出。
development
python-pptx 幻灯片内容构建技能。覆盖幻灯片创建、内容填充(文本/表格/图表/图片)、样式应用与演讲者备注生成。
tools
openpyxl 图表创建与格式化技能。覆盖图表类型选择、坐标轴配置、系列管理、调色板与条件格式化。