sync-claude-resources
Installation
SKILL.md
Sync Claude Resources
Synchronizes the claudeResources object in packages/backend/src/claude-runner.ts with the actual files in the .claude folder.
Resource Structure
The .claude folder contains three resource types:
| Type | Location | Path Pattern |
|---|---|---|
| Skills | .claude/skills/<name>/SKILL.md |
@.claude/skills/<name>/SKILL.md |
| Agents | .claude/agents/<name>.md |
@.claude/agents/<name>.md |
| Commands | .claude/commands/<name>.md |
@.claude/commands/<name>.md |