Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:02:26 +08:00
commit dc99518b87
13 changed files with 1475 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
name: read-constitution
description: This skill should be used to load the constitution files located in .constitution
---
## Instructions
Read each file in the `.constitution` directory using the Read tool:
1. Use Glob tool to find all constitution files:
```yaml
pattern: "**/.constitution/**/*"
```
2a. If no files are found, then we don't need to read any files.
2b. If a .constitution folder exists and there are any files in it, use the Read tool to read each constitution file found.