用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill cgf-optimize命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | cgf-optimize |
| description | > Use when this capability is needed. |
This skill launches the CGF (Claude Gradient Feedback) optimization pipeline for a specified resource or creates a new resource from description.
/cgf-optimize <resource> <optimization_goal> [--review]
/cgf-create <description> [--review]
For optimization mode:
resource: Resource identifier - can be:
python-expert, refactor-agentresearch-team:research-specialist.claude/agents/dev-python-expert.mdoptimization_goal: What to optimize for:
async programmingbetter error handlingcode quality improvementsContext7 usage patternsFor creation mode:
description: Natural language description of the desired resource:
Python async expert that helps with asyncio patternsKubernetes deployment agent for managing k8s resourcesCode review skill for security-focused reviews--review (optional): Enable checkpoint mode for human review at each phase
/cgf-optimize python-expert async programming
Runs full optimization pipeline automatically.
/cgf-optimize typescript-expert --review
Pauses after research, test generation, and evaluation for your review.
/cgf-optimize research-team:research-specialist Context7 integration
Optimizes a plugin agent.
/cgf-create Python async expert that helps with asyncio patterns
Creates initial agent draft using context-engineer, then optimizes.
/cgf-create Kubernetes deployment agent --review
Creates and optimizes with human review at each phase.
Results saved to workspace/{resource_id}/:
run_state.json - Current state (supports resume){resource_id}-v{N}.md - Optimized versionreviews/v{N}_review.md - Evaluation reportIf optimization was interrupted, simply re-run the same command - it will resume from the last checkpoint.
Source: andisab/casdk-harness — distributed by TomeVault.