Institutional knowledge for skill training — frontmatter rules, INVOKES patterns, stop signals, token budgets, anti-patterns, and eval integration. USE FOR: looking up skill-building conventions, understanding training methodology, creating Arena eval requests, checking external reference sources. DO NOT USE FOR: actually training a skill (use SkillTrainer agent), creating new skills from scratch (use skill-builder). INVOKES: no tools — pure knowledge skill.
Reference knowledge for the SkillTrainer agent. This skill provides institutional memory about how skills are built, tested, and improved — distilled from official docs, Arena empirical data, and real training sessions.
Use this format when recording training sessions. Append to plugins/<group>/training-logs/<skill-name>.md.
## Session: {date} — {brief title}
**Trainer:** SkillTrainer | **Skill:** {skill-name} | **Trigger:** {what prompted this}
### Assessment
**Issues found (ranked):**
1. ❌ {critical — wrong guidance}
2. ⚠️ {incomplete — missing pattern}
3. 💡 {opportunity — not broken}
### Cycle 1: {issue addressed}
**Hypothesis:** Changing {X} will fix {Y} because {Z}.
**Edit:** {file}:{lines} — {description}
| Model | Before | After | Δ Tool Calls |
|-------|--------|-------|-------------|
| {model1} | {result} | {result} | {+/-N} |
**Outcome:** ✅/🔴/🟡 | **Decision:** kept/rolled back/modified
### Patterns Learned
- {new patterns → added to skill-builder-knowledge.md?}
### Open Items
- {deferred items, Arena issues filed}
## Skill
- **Name:** {skill-name}
- **Location:** {path}
- **Commit/State:** {SHA or "local"}
## What Changed
{Brief description. Reference training-log entry.}
## Prompts for Eval Tasks
### Should improve
1. "{prompt that should now work better}"
### Should not regress
1. "{prompt for existing functionality}"
## Expected Improvement
- **Target metric:** {e.g., tool call count}
- **Expected direction:** {e.g., 10-20% fewer calls}
- **Regression concern:** {what could get worse}
npx skills add lewing/skill-trainer-knowledge下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer