Skip to content

v2.0.0 - Skill Lifecycle Toolkit

Latest

Choose a tag to compare

@hqhq1025 hqhq1025 released this 14 May 07:06
· 1 commit to main since this release

v2.0.0 - Skill Lifecycle Toolkit

Major redesign of Skill Optimizer from a single optimizer skill into a three-skill lifecycle toolkit.

Highlights

  • Replaced the old single skill-optimizer skill with:
    • skill-miner: mine coding-agent histories, archives, summaries, and exported transcripts for repeated workflows.
    • skill-personalizer: audit and tune existing/downloaded/new skills for one user's local workflow.
    • skill-generalizer: generalize personal/private skills for public release and cross-agent portability.
  • Added deterministic history mining via skills/skill-miner/scripts/scan_sessions.py.
  • Added support for archived Codex sessions, rollout summaries, Gemini/Antigravity files, and exported transcripts.
  • Added research background and platform compatibility documentation.
  • Added AI/GEO visibility files: llms.txt, llms-full.txt, repo-metadata.json, sitemap.xml, robots.txt, and CITATION.cff.
  • Added GitHub issue and PR templates.

Breaking Changes

  • Removed skills/skill-optimizer/SKILL.md.
  • Install the new skill folders instead:
    • skills/skill-miner
    • skills/skill-personalizer
    • skills/skill-generalizer

Quick Install

git clone https://github.com/hqhq1025/skill-optimizer.git /tmp/skill-optimizer
mkdir -p ~/.agents/skills
cp -r /tmp/skill-optimizer/skills/skill-miner ~/.agents/skills/
cp -r /tmp/skill-optimizer/skills/skill-personalizer ~/.agents/skills/
cp -r /tmp/skill-optimizer/skills/skill-generalizer ~/.agents/skills/
rm -rf /tmp/skill-optimizer

Validation

  • scan_sessions.py py_compile passed.
  • patterns.json and repo-metadata.json parse successfully.
  • GitHub repo metadata and topics updated.