Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/reference/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ Skills are directory-based and can include additional files alongside SKILL.md.
When `claudecode.scheduled-task: true` is set, that skill is emitted only as a Claude Code scheduled task and is not emitted to other tools even if `targets` contains `"*"`.
```

`claudecode.paths` accepts either the YAML list shown above or a comma-separated string (e.g. `paths: "src/**/*.ts,test/**/*.ts"`); the two forms are equivalent.

## `.rulesync/mcp.json`

Example:
Expand Down
2 changes: 2 additions & 0 deletions skills/rulesync/file-formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ Skills are directory-based and can include additional files alongside SKILL.md.
When `claudecode.scheduled-task: true` is set, that skill is emitted only as a Claude Code scheduled task and is not emitted to other tools even if `targets` contains `"*"`.
```

`claudecode.paths` accepts either the YAML list shown above or a comma-separated string (e.g. `paths: "src/**/*.ts,test/**/*.ts"`); the two forms are equivalent.

## `.rulesync/mcp.json`

Example:
Expand Down
Loading