feat: add model routing and hands-on lab

This commit is contained in:
Marcos Paulo
2026-09-02 14:35:27 +00:00
parent ada9b3aa19
commit 9f879ed276
13 changed files with 542 additions and 9 deletions
+8
View File
@@ -8,6 +8,11 @@ An interactive field kit compares common behavior skills such as
`ponytail-lite`, `caveman`, `unlazy`, research, debugging, and review.
The skill-forge workflow covers discovery, triggers, package anatomy,
progressive instructions, structural validation, and behavioral iteration.
The hands-on lab provides a tiny starter project and copy-ready baseline and
skill-enabled prompts for a short side-by-side exercise.
An interactive model gearbox separates capability tier from reasoning effort
across OpenAI, Claude, and Gemini, and every featured skill links to a pinned
source with an approval-first installation prompt.
## Run locally
@@ -33,6 +38,7 @@ npm run verify
- `responsive.css` — interactive diagrams and Full HD-to-4K adaptations
- `docs/references/` — bundled research sources and notes
- `docs/operations-guide.md` — canonical SilverBullet operations and skills guide
- `hands-on/starter/` — dependency-free Tiny Tasks exercise
- `GATES.md` — acceptance ledger for the project
## Publishing
@@ -55,3 +61,5 @@ skill workflow, see [docs/operations-guide.md](docs/operations-guide.md).
See [docs/references/README.md](docs/references/README.md) for official Claude,
Codex, and Git documentation. The [additional reading path](docs/references/additional-reading.md)
bundles 12 verified articles and guides, including Medium and practitioner sources.
See [model routing](docs/references/model-routing.md) for current provider controls
and [verified skill sources](docs/references/skill-sources.md) for commit-pinned provenance.