32 lines
741 B
Markdown
32 lines
741 B
Markdown
# Install And Sync Notes
|
|
|
|
The source repository and runtime install directory are separate.
|
|
|
|
## Source
|
|
|
|
```text
|
|
C:\Users\wangq\Documents\Codex\skills-vault\skills\<skill-name>
|
|
```
|
|
|
|
## Local Runtime Install Surface
|
|
|
|
```text
|
|
C:\Users\wangq\.agents\skills\<skill-name>
|
|
```
|
|
|
|
## Current State
|
|
|
|
This repository does not yet include an automated sync script.
|
|
|
|
For early migrations, install manually or with a narrowly scoped copy command after reviewing the Skill directory.
|
|
|
|
Future repository-level scripts may support:
|
|
|
|
- listing Skills
|
|
- validating Skill structure
|
|
- installing selected Skills
|
|
- syncing selected Skills to `.agents/skills`
|
|
- checking registry consistency
|
|
|
|
Do not sync CCPE content into `.agents/skills` through this repository.
|