You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-8Lines changed: 18 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,7 +209,7 @@ cue doctor --fix # diff declared vs actual state, auto-re
209
209
210
210
Run `cue --help` for the full surface — there are ~50 subcommands. The set above covers everything you'll touch weekly.
211
211
212
-
<!-- HowTo schema — daily commands as a structured 5-step workflow-->
212
+
<!-- HowTo schema — daily commands as a structured 5-step workflow
213
213
<script type="application/ld+json">
214
214
{
215
215
"@context": "https://schema.org",
@@ -227,6 +227,7 @@ Run `cue --help` for the full surface — there are ~50 subcommands. The set abo
227
227
]
228
228
}
229
229
</script>
230
+
-->
230
231
231
232
---
232
233
@@ -729,9 +730,9 @@ Each card shows what's actually loaded *plus* how often you've reached for each
729
730
</p>
730
731
731
732
<!-- AUTOGEN:PROFILES:START -->
732
-
## 🎯 The 34-profile catalog
733
+
## 🎯 The 35-profile catalog
733
734
734
-
> **One repo. 34 pre-built expert agents.** Pin one with `cue use <name>` and `claude` launches with that profile's skills, MCPs, hooks, and commands materialized into a per-profile `CLAUDE_CONFIG_DIR`. Profiles inherit, so a focused profile like `rust-cli` gets `rust-core`'s foundations + `core`'s baselines for free.
735
+
> **One repo. 35 pre-built expert agents.** Pin one with `cue use <name>` and `claude` launches with that profile's skills, MCPs, hooks, and commands materialized into a per-profile `CLAUDE_CONFIG_DIR`. Profiles inherit, so a focused profile like `rust-cli` gets `rust-core`'s foundations + `core`'s baselines for free.
**Don't see a fit?** Run `cue auto-detect` in your project for a suggestion, or `cue ai "describe your stack"` to scaffold a new profile from natural language. Canonical machine-readable list: [`docs/data/profiles.md`](./docs/data/profiles.md). Total: **34 profiles** generated by `scripts/gen-profile-catalog.ts`.
853
+
**Don't see a fit?** Run `cue auto-detect` in your project for a suggestion, or `cue ai "describe your stack"` to scaffold a new profile from natural language. Canonical machine-readable list: [`docs/data/profiles.md`](./docs/data/profiles.md). Total: **35 profiles** generated by `scripts/gen-profile-catalog.ts`.
845
854
846
855
<!-- AUTOGEN:PROFILES:END -->
847
856
@@ -955,7 +964,7 @@ Want to **run 2+ agents in parallel on one repo**? Layer the optional **Colony +
955
964
956
965
## FAQ
957
966
958
-
<!-- FAQPage schema — 8 Q/A pairs structured for AI Overviews + Google rich results -->
967
+
<!-- FAQPage schema — 8 Q/A pairs structured for AI Overviews + Google rich results
959
968
<script type="application/ld+json">
960
969
{
961
970
"@context": "https://schema.org",
@@ -1004,6 +1013,7 @@ Want to **run 2+ agents in parallel on one repo**? Layer the optional **Colony +
1004
1013
]
1005
1014
}
1006
1015
</script>
1016
+
-->
1007
1017
1008
1018
<details>
1009
1019
<summary><b>What is the best skill manager for Claude Code?</b></summary>
0 commit comments