·skill-authoring
</>

skill-authoring

使用 TDD 方法和說服原則進行有效的 Claude Code 技能創作指南。在創建新技能、提高合規性或在部署前驗證品質時使用。請勿用於評估現有技能(使用技能評估)或分析架構(使用模組化技能)。遵循鐵律:在寫任何技能之前先寫失敗的測驗。

20安裝·0熱度·@athola

安裝

$npx skills add https://github.com/athola/claude-night-market --skill skill-authoring

如何安裝 skill-authoring

透過命令列快速安裝 skill-authoring AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/athola/claude-night-market --skill skill-authoring
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:athola/claude-night-market。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-02-28
更新時間
2026-03-10

Browse more skills from athola/claude-night-market

快速解答

什麼是 skill-authoring?

使用 TDD 方法和說服原則進行有效的 Claude Code 技能創作指南。在創建新技能、提高合規性或在部署前驗證品質時使用。請勿用於評估現有技能(使用技能評估)或分析架構(使用模組化技能)。遵循鐵律:在寫任何技能之前先寫失敗的測驗。 來源:athola/claude-night-market。

如何安裝 skill-authoring?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/athola/claude-night-market --skill skill-authoring 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/athola/claude-night-market