claude-harness-template 是做什麼的?
Templates and guides for structuring a production-grade Claude Code harness. Covers global setup, per-project AGENTS.md, quality gates, memory system, and an invocable Claude Code skill.
用於建構生產級 Claude Code 工具組的模板與指南,涵蓋全域設定、專案級 AGENTS.md、品質閘門、記憶系統及可呼叫的 Claude Code 技能。
此技能提供了一套完整的模板與指南,協助開發者建立生產環境等級的 Claude Code 輔助開發工具組(harness)。它涵蓋了從全域開發環境設定、每個專案專屬的 AGENTS.md 檔案結構、品質閘門(quality gates)的配置,到記憶系統的整合等核心元件。此外,還包含一個可直接呼叫的 Claude Code 技能定義,讓 AI 助手能更有效地遵循專案規範與開發流程。支援平台為 Claude Code 環境,適合需要標準化 AI 輔助開發流程的團隊使用。透過此模板,開發者可以確保 AI 助手在專案中保持一致的運作方式,提升程式碼品質與開發效率。
npx skills add alfremeza/claude-harness-templateTemplates and guides for structuring a production-grade Claude Code harness. Covers global setup, per-project AGENTS.md, quality gates, memory system, and an invocable Claude Code skill.
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.