2.0 KiB
2.0 KiB
skills-vault
skills-vault is the source repository for automation-oriented Skills.
It is used to collect, maintain, test, version, and publish reusable Skill source code that can be installed into local agent runtimes such as:
C:\Users\wangq\.agents\skills
Repository Role
This repository owns the implementation source for automation Skills:
SKILL.md- scripts
- tests
- fixtures
- examples
- install notes
- migration records
It does not own CCPE agents, committees, runtimes, model cards, or existing CCPE System assets.
Relationship To CCPE System
C:\Users\wangq\Documents\Codex\ccpe-system remains the system architecture workspace for:
- expert agents
- committees
- runtimes
- model cards
- model indexes
- CCPE Skill specifications and architecture registrations
skills-vault is separate. It stores automation Skill source code.
The current and future migration scope is:
Only automation Skills outside CCPE System are migrated into this repository.
Existing CCPE content is not migrated into this repository.
See docs/ccpe-relationship.md for the boundary.
Layout
skills-vault/
skills/
<skill-name>/
SKILL.md
README.md
scripts/
tests/
fixtures/
templates/
skill/
docs/
registry/
scripts/
Skill Migration Workflow
- Identify an automation Skill outside CCPE System.
- Copy or reconstruct its source under
skills/<skill-name>/. - Preserve original behavior first.
- Add or repair tests where practical.
- Register it in
registry/skills-index.md. - Optionally install or sync it into
C:\Users\wangq\.agents\skills. - Only create a CCPE registration later if a CCPE agent, runtime, or committee explicitly depends on it.
Naming
Use lowercase kebab-case:
fix-title
markdown-normalizer
citation-checker
report-exporter
Remote
Canonical remote:
https://git.wantsong.life/wantsong/skills-vault.git