什么是 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