Skip to main content
GitHub 仓库

harness-engineering

harness-engineering 收录了来自 aperswal 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
3
Stars
14
更新
2026-05-01
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

go-vibe-safe-coding-setup
网络与计算机系统管理员

Install and configure a "vibe-safe" Go toolchain (golangci-lint v2 with the comprehensive linter set + gofumpt + goimports + arch_test.go AST-based architectural rules + coverage ratchet + ASCII enforcement + Makefile verify pipeline) so AI-generated Go is caught before it ships. TRIGGER when the user is starting a new Go service/CLI/worker, asks to "set up linting", "add golangci-lint", "make this Go project safe for vibe coding", "harden this Go service", or wants to mirror a known-good baseline. SKIP for one-off rule tweaks in an already-configured project.

2026-05-01
python-vibe-safe-coding-setup
网络与计算机系统管理员

Install and configure a "vibe-safe" Python toolchain (Ruff with the comprehensive rule set + mypy strict + pytest with coverage + coverage ratchet + ASCII enforcement + typed errors + validated config + Makefile verify pipeline) so AI-generated Python is caught by lints/types before it ships. TRIGGER when the user is starting a new Python service/script, asks to "set up linting", "add ruff/mypy", "make this project safe for vibe coding", "harden this Python project", or wants to mirror a known-good baseline. SKIP for one-off rule tweaks in an already-configured project.

2026-05-01
typescript-vibe-safe-coding-setup
软件开发工程师

Install and configure a "vibe-safe" TypeScript toolchain (ESLint flat config + typescript-eslint strict + Prettier + Husky/lint-staged + strict tsconfig + ASCII enforcement + typed errors + structured logger + validated env + coverage ratchet) so AI-generated code is caught by lints/types before it ships. TRIGGER when the user is starting a new TS/Next.js/Node project, asks to "set up linting", "add eslint", "make this project safe for vibe coding", "add guardrails", "harden this codebase", or wants to mirror a known-good lint baseline. SKIP for one-off rule tweaks in an already-configured project.

2026-05-01