-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathllms.txt
More file actions
32 lines (22 loc) · 1.44 KB
/
Copy pathllms.txt
File metadata and controls
32 lines (22 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Skill Optimizer
Skill Optimizer is a public Agent Skills lifecycle toolkit by hqhq1025.
Current release: v2.0.0.
It contains three installable `SKILL.md` packages:
- `skill-miner`: mines coding-agent histories, archived sessions, memories, summaries, and exported transcripts to discover repeated workflows that may deserve new skills.
- `skill-personalizer`: audits and tunes existing, downloaded, forked, or newly created skills for one user's local tools, paths, phrasing, workflows, and trigger behavior.
- `skill-generalizer`: converts local or private skills into safer, portable, public-ready skills for GitHub, marketplaces, teams, or cross-agent sharing.
Canonical repository:
- https://github.com/hqhq1025/skill-optimizer
- https://hqhq1025.github.io/skill-optimizer/
Important files:
- README.md: overview, install instructions, platform support, usage examples.
- README.zh-CN.md: Chinese overview and usage.
- docs/research-background.md: research and ecosystem background.
- skills/skill-miner/SKILL.md: skill for mining repeated workflows from agent history.
- skills/skill-personalizer/SKILL.md: skill for auditing and personalizing existing skills.
- skills/skill-generalizer/SKILL.md: skill for public release generalization.
Machine-readable resources:
- llms-full.txt: fuller AI-readable project context.
- repo-metadata.json: structured project facts.
- sitemap.xml: canonical public URLs.
- site/site-data.json: structured website facts.