VerifiedGit
v1.0.0

评测工具链(Eval Harness)技能(Skill)

by @xu-xiang0 pulls
URLopenbooklet.com/s/eval-harnessskill
Pinnedopenbooklet.com/s/eval-harnessskill@1.0.0
APIGET /api/v1/skills/eval-harnessskill

一个用于 Claude Code 会话的正式评测框架,实现了评测驱动开发(Eval-Driven Development, EDD)原则。

21 skills from this repoxu-xiang/everything-claude-code-zh
评测工具链(Eval Harness)技能(Skill)viewing
内容引擎 (Content Engine).agents/skills/content-engine/SKILL.md

将一个想法转化为强大的、平台原生(platform-native)的内容,而不是在所有地方发布同样的东西。

内容哈希文件缓存模式 (Content-Hash File Cache Pattern)skills/content-hash-cache-pattern/SKILL.md

使用 SHA-256 内容哈希(而非文件路径)作为缓存键,缓存高昂的文件处理结果(如 PDF 解析、文本提取、图像分析)。与基于路径的缓存不同,这种方法在文件移动/重命名后依然有效,并在内容变化时自动失效。

市场研究 (Market Research).agents/skills/market-research/SKILL.md

生成支持决策的研究,而非流于形式的研究报告。

安全审查技能 (Security Review Skill)docs/ja-JP/skills/security-review/SKILL.md

此技能旨在确保所有代码遵循安全最佳实践,并识别潜在漏洞。

安全审查技能(Security Review Skill).agents/skills/security-review/SKILL.md

此技能(Skill)旨在确保所有代码遵循安全最佳实践,并识别潜在的漏洞。

安全扫描技能 (Security Scan Skill)docs/ja-JP/skills/security-scan/SKILL.md

使用 [AgentShield](https://github.com/affaan-m/agentshield) 审计您的 Claude Code 配置安全问题。

使用 Swift Actors 实现线程安全持久化 (Swift Actors for Thread-Safe Persistence)skills/swift-actor-persistence/SKILL.md

使用 Swift actor 构建线程安全数据持久化层的模式。该模式结合了内存缓存(In-memory caching)与基于文件的存储,利用 actor 模型(Actor model)在编译时消除数据竞争(Data races)。

反复检索模式 (Iterative Retrieval Pattern)docs/ja-JP/skills/iterative-retrieval/SKILL.md

解决多智能体工作流(Multi-agent Workflow)中的“上下文问题”。子智能体在开始工作之前,通常不知道需要哪些上下文。

后端开发模式 (Backend Development Patterns).agents/skills/backend-patterns/SKILL.md

用于构建可扩展服务端应用的后端架构模式与最佳实践。

前端开发模式 (Frontend Development Patterns).agents/skills/frontend-patterns/SKILL.md

适用于 React、Next.js 和高性能用户界面的现代前端模式。

数据库迁移模式(Database Migration Patterns)skills/database-migrations/SKILL.md

面向生产系统的安全、可逆的数据库模式变更(Schema Changes)。

成本感知型 LLM 流水线 (Cost-Aware LLM Pipeline)skills/cost-aware-llm-pipeline/SKILL.md

在保持质量的同时控制 LLM API 成本的模式。将模型路由 (Model Routing)、预算跟踪 (Budget Tracking)、重试逻辑 (Retry Logic) 和提示词缓存 (Prompt Caching) 组合成一个可复用的流水线。

文章撰写 (Article Writing).cursor/skills/article-writing/SKILL.md

撰写听起来像真实人物或品牌、而非通用 AI 生成的长篇内容。

持续学习 v2 - 基于本能的架构docs/zh-CN/skills/continuous-learning-v2/SKILL.md

一个高级学习系统,通过原子化的“本能”——带有置信度评分的小型习得行为——将你的 Claude Code 会话转化为可重用的知识。

持续学习技能(Continuous Learning Skill)docs/ja-JP/skills/continuous-learning/SKILL.md

Claude Code 会话结束时自动进行评估,提取可作为已学习技能保存的可重用模式(Pattern)。

持续学习(Continuous Learning)v2 - 基于本能(Instinct)的架构docs/ja-JP/skills/continuous-learning-v2/SKILL.md

这是一款先进的学习系统,能够通过带有置信度评分的小型已学习行为——“本能(Instinct)”,将 Claude Code 会话转化为可重用的知识。

持续学习(Continuous Learning)v2.1 - 基于本能(Instinct)的架构skills/continuous-learning-v2/SKILL.md

一个先进的学习系统,通过原子级“本能(Instincts)”——带有置信度评分的小型学习行为,将你的 Claude Code 会话转化为可复用的知识。

投资者材料 (Investor Materials).agents/skills/investor-materials/SKILL.md

构建一致、可靠且易于辩护的面向投资者的材料。

测试驱动开发(TDD)工作流(Test-Driven Development Workflow)skills/tdd-workflow/SKILL.md

此技能(Skill)旨在确保所有代码开发均遵循 TDD 原则,并具备全面的测试覆盖率。

基于 Swift 协议的依赖注入(Testing)skills/swift-protocol-di-testing/SKILL.md

通过将外部依赖(文件系统、网络、iCloud)抽象到精简且功能集中的协议(Protocols)后面,使 Swift 代码变得可测试。这种模式支持无需实际 I/O 即可进行确定性测试(Deterministic Tests)。

Auto-indexed from xu-xiang/everything-claude-code-zh

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0