Agent skill · AI & Agents

skillhone-optimization

Optimize a skill by planning, exploring available tools, diagnosing failures, and implementing fixes via PR. Use this skill as soon as an optimization loop starts, especially on the first iteration when community tools or reference approaches should be explored before implementation.

Tencentgithub.com/TencentGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add Tencent/SkillHone --skill skillhone-optimization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 14
SKILL.md size: 11 KB
Bundled scripts: yes
Path: skills/skillhone-optimization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 107
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SkillHone Optimization You are the **optimization orchestrator**. Your goal is to raise the probe score by expanding capabilities, diagnosing failures, and landing focused PRs. ## Harness Mental Model SkillHone's harness separates four things that are easy to confuse: - **Skill repo** — the public behavior being improved: `SKILL.md`, scripts, references, and tests owned by the skill. - **Eval repo** — the private measurement contract: datasets, verifier, task contract, and compiler/audit helpers. Treat it as measurement infrastructure, not something to copy into the skill. - **Solver workdir** — per-item execution sandboxes created by the evaluator. These hold produced artifacts such as `answer.mmd` plus `trajectory.jsonl`. - **Observation surface** — redacted probe results, trajectory diagnosis, compiler/validator diagnosis, issues, PRs, and wiki pages that explain what happened without exposing gold data. Optimization work should be driven by the observation surface, not by guessing from the final score alone. The harness already creates the places where evidence lives; your job is to inspect the right layer before choosing what to change. ## What To Inspect Start by understand

What's inside
Steps it walks through
  1. Harness Mental Model
  2. What To Inspect
  3. Available subagents
  4. Available scripts
  5. Goal
  6. Constraints
  7. Key insight: infrastructure vs skill failures
  8. Key insight: compiler feedback is improvement signal
  9. Key insight: artifact must compile before PR / before submit
  10. References (load when needed)
Ships with 13 files
  • agents/dev-quality-reviewer.md
  • agents/developer.md
  • agents/explorer.md
  • agents/issue-reporter.md
  • agents/reviewer.md
  • references/config.md
  • references/explore/clawhub.md
  • references/explore/local.md
  • references/explore/skillhub.md
  • references/iteration_patterns.md
  • references/skill_structure.md
  • scripts/analyze_probe.py
  • scripts/write_observation.py
Commands it runs
Current Forgejo repo state (issues + PRs)
python3 ~/.skillhone/skills/skillhone/scripts/status.py
Structured failure analysis (redacted, safe output)
python3 ~/.skillhone/skills/skillhone-optimization/scripts/analyze_probe.py _data/probe_result.json
Render durable observation markdown for Forgejo wiki
python3 ~/.skillhone/skills/skillhone-optimization/scripts/write_observation.py --probe _data/probe_result.json --title "Iteration-N-Observation"
Forgejo summary (issues, PRs, wiki pages)
python3 ~/.skillhone/skills/forgejo/scripts/summary.py
More from SkillHone
All skills →
About this skill
What does the skillhone-optimization skill do?

Optimize a skill by planning, exploring available tools, diagnosing failures, and implementing fixes via PR. Use this skill as soon as an optimization loop starts, especially on the first iteration when community tools or reference approaches should be explored before implementation.

How do I install it?

Run `npx skills add Tencent/SkillHone --skill skillhone-optimization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Tencent/SkillHone, a repository with 107 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going