什麼是 skill-authoring?
使用 TDD 方法和說服原則進行有效的 Claude Code 技能創作指南。在創建新技能、提高合規性或在部署前驗證品質時使用。請勿用於評估現有技能(使用技能評估)或分析架構(使用模組化技能)。遵循鐵律:在寫任何技能之前先寫失敗的測驗。 來源:athola/claude-night-market。
使用 TDD 方法和說服原則進行有效的 Claude Code 技能創作指南。在創建新技能、提高合規性或在部署前驗證品質時使用。請勿用於評估現有技能(使用技能評估)或分析架構(使用模組化技能)。遵循鐵律:在寫任何技能之前先寫失敗的測驗。
透過命令列快速安裝 skill-authoring AI 技能到你的開發環境
來源:athola/claude-night-market。
Writing effective Claude Code skills requires Test-Driven Development (TDD) and persuasion principles from compliance research. We treat skill writing as process documentation that needs empirical validation rather than just theoretical instruction. Skills are behavioral interventions designed to change model behavior in measurable ways.
By using TDD, we ensure skills address actual failure modes identified through testing. Optimized descriptions improve discovery, while a modular structure supports progressive disclosure to manage token usage. This framework also includes anti-rationalization patterns to prevent the assistant from bypassing requirements.
Every skill must begin with documented evidence of Claude failing without it. This validates that you are solving a real problem. No implementation should proceed without a failing test, and no completion claim should be accepted without evidence. Detailed enforcement patterns for adversarial verification and coverage gates are available in imbue:proof-of-work.
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/athola/claude-night-market --skill skill-authoring使用 TDD 方法和說服原則進行有效的 Claude Code 技能創作指南。在創建新技能、提高合規性或在部署前驗證品質時使用。請勿用於評估現有技能(使用技能評估)或分析架構(使用模組化技能)。遵循鐵律:在寫任何技能之前先寫失敗的測驗。 來源:athola/claude-night-market。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/athola/claude-night-market --skill skill-authoring 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/athola/claude-night-market