Skip to content

Commit 93392f9

Browse files
committed
Update docs
1 parent eb1eebd commit 93392f9

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ Skill body (max 500 lines)...
3939
`tests/test_lint_skills.py` covers all 12 rules with valid/invalid fixture pairs using `tmp_path`.
4040

4141
CI runs on push/PR when `skills/**`, `scripts/lint_skills.py`, or `tests/test_lint_skills.py` change.
42+
43+
## Current Skills
44+
45+
| Skill | Description |
46+
|-------|-------------|
47+
| `build-strata-rails-app` | Scaffolds a new Nava Strata application using nava-platform CLI and the navapbc/template-application-rails template |
48+
| `build-strata-sdk-model` | Adds a single Rails model — plain ActiveRecord, or a Strata SDK variant (application form, case, business process) |
49+
| `build-strata-app-form-views` | Builds views, flow, and routes for a Strata multi-page application form on top of an existing ApplicationForm model |

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ npx skills update
4848

4949
| Skill | Description |
5050
|-------|-------------|
51-
| `hello-world` | Print "Hello World" in 10 different languages |
52-
| `build-strata-rails-app` | Scaffold a new Nava Strata Rails app using nava-platform CLI |
51+
| `build-strata-rails-app` | Scaffolds a new Nava Strata application using nava-platform CLI and the navapbc/template-application-rails template |
52+
| `build-strata-sdk-model` | Adds a single Rails model to an existing Rails app — plain ActiveRecord, or a Strata SDK variant (application form, case, business process) |
53+
| `build-strata-app-form-views` | Builds views, flow, and routes for a Strata multi-page application form on top of an existing ApplicationForm model |
5354

5455
## Learn more
5556

0 commit comments

Comments
 (0)