temper-skills

仓库创建 2026年7月2日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

对 Claude Code 订阅用户提供内置流程,避免外部工具依赖。

▸ 风险提示

需 Claude Code 订阅与 Task 权限,绑定私有平台使用。

这个 Skill 做什么

在 Claude Code 内运行对抗多角色循环以生成确定性实现与验证数据集。

在 Claude Code 里跑一个对抗性多角色循环,帮你把 agent 技能的决策逻辑变成可验证的实现和标注验证集:生成带标签的测试用例和可版本化的 Python 实现。适合想把技能硬化、做对抗性测试或产出可回归验证数据的时候使用,整个流程在订阅内运行,无需额外安装或 API key。特点是用 proposer 和多个人设子代理通过 Task 工具原生产出验证数据,便于持续迭代。

开发编程Claude Code多角色对抗确定化Claude Code
1
Stars
0
Forks
8
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/CyrilLeMat/temper-skills/main/.claude/skills/temper-skills/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/CyrilLeMat/temper-skills/main/.claude/skills/temper-skills/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
---
name: temper-skills
description: Give an agent skill's decision logic a test suite and a deterministic implementation — a labeled validation dataset plus versionable Python — via an adversarial multi-persona loop that runs natively in Claude Code: proposer plus persona subagents through the Task tool, entirely on your Claude Code subscription, no install and no API key. Use inside Claude Code when the user wants to "test", "eval", "audit", "temper", "distill", "freeze", or "harden" the routing/decision logic of a skill, prompt, or playbook ("test my skill", "what is this skill deciding?"), to audit a whole skills directory, or to turn a skill.md into a decision tree. Not for continuous s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有