Skip to content

Commit 988eabc

Browse files
author
NagyVikt
committed
fix: wrap JSON-LD scripts in HTML comments, add evolve/use/cue commands, bump 0.6.0
1 parent 7343d7a commit 988eabc

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ cue doctor --fix # diff declared vs actual state, auto-re
209209

210210
Run `cue --help` for the full surface — there are ~50 subcommands. The set above covers everything you'll touch weekly.
211211

212-
<!-- HowTo schema — daily commands as a structured 5-step workflow -->
212+
<!-- HowTo schema — daily commands as a structured 5-step workflow
213213
<script type="application/ld+json">
214214
{
215215
"@context": "https://schema.org",
@@ -227,6 +227,7 @@ Run `cue --help` for the full surface — there are ~50 subcommands. The set abo
227227
]
228228
}
229229
</script>
230+
-->
230231

231232
---
232233

@@ -729,9 +730,9 @@ Each card shows what's actually loaded *plus* how often you've reached for each
729730
</p>
730731

731732
<!-- AUTOGEN:PROFILES:START -->
732-
## 🎯 The 34-profile catalog
733+
## 🎯 The 35-profile catalog
733734

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.
735736

736737
<p align="center"><kbd>🐢 core</kbd> <kbd>🐻 backend</kbd> <kbd>🦋 frontend</kbd> <kbd>🦀 rust</kbd> <kbd>🔒 cybersecurity</kbd> <kbd>🦊 medusa-dev</kbd> <kbd>🦚 creative-media</kbd> <kbd>🐆 caveman-quick</kbd></p>
737738

@@ -785,8 +786,8 @@ claude # launches with that profile's loadout
785786

786787
| Profile | What it's for | Loadout | Pin it |
787788
|---|---|---|---|
788-
| 🧊 **coolify** | Coolify deploys, server config, app env vars, and CI <sub>inherits `core`</sub> | 17 skills · 3 MCPs · 4 cmds | `cue use coolify` |
789-
| 🏠 **hostinger** | Hostinger DNS, domain, VPS, and hosting management <sub>inherits `core`</sub> | 16 skills · 3 MCPs · 4 cmds | `cue use hostinger` |
789+
| <img src="./profiles/coolify/logo.png" width="20" alt="coolify logo" align="top"> **coolify** | Coolify deploys, server config, app env vars, and CI <sub>inherits `core`</sub> | 17 skills · 3 MCPs · 4 cmds | `cue use coolify` |
790+
| <img src="./profiles/hostinger/logo.png" width="20" alt="hostinger logo" align="top"> **hostinger** | Hostinger DNS, domain, VPS, and hosting management <sub>inherits `core`</sub> | 16 skills · 3 MCPs · 4 cmds | `cue use hostinger` |
790791
| 🐺 **fleet-control** | Multi-agent orchestration, Colony coordination, OMX flows, and gx safety <sub>inherits `core`</sub> | 23 skills · 3 MCPs · 4 cmds | `cue use fleet-control` |
791792

792793
### 🔒 Security & Research
@@ -828,7 +829,7 @@ claude # launches with that profile's loadout
828829
| Profile | What it's for | Loadout | Pin it |
829830
|---|---|---|---|
830831
| 🦊 **medusa-dev** | Medusa v2 backend, storefront, admin, migration, and shop setup work <sub>inherits `core`</sub> | 23 skills · 3 MCPs · 4 cmds | `cue use medusa-dev` |
831-
| 🎮 **nvidia** | NVIDIA cuOpt: routing, LP/MILP, GPU-accelerated optimization (12 skills) <sub>inherits `core`</sub> | 22 skills · 1 MCP · 4 cmds | `cue use nvidia` |
832+
| <img src="./profiles/nvidia/logo.png" width="20" alt="nvidia logo" align="top"> **nvidia** | NVIDIA cuOpt: routing, LP/MILP, GPU-accelerated optimization (12 skills) <sub>inherits `core`</sub> | 22 skills · 1 MCP · 4 cmds | `cue use nvidia` |
832833
| 🦅 **ecc** | Everything Claude Code patterns — code review, dev workflow, language-specific rules <sub>inherits `core`</sub> | 11 skills · 1 MCP · 7 cmds | `cue use ecc` |
833834

834835
### 🐆 Modes
@@ -839,9 +840,17 @@ claude # launches with that profile's loadout
839840
|---|---|---|---|
840841
| 🐆 **caveman-quick** | Fast low-context edits, summaries, reviews, notes, and commit prep <sub>inherits `core`</sub> | 18 skills · 1 MCP · 4 cmds | `cue use caveman-quick` |
841842

843+
### Uncategorized
844+
845+
<sub>Profiles not yet in the editorial category map — add them to <code>scripts/gen-profile-catalog.ts</code>.</sub>
846+
847+
| Profile | What it's for |
848+
|---|---|
849+
| 🔮 **predict-everything** | Multi-agent prediction & simulation — digital sandbox rehearsals, swarm intelligence, "what… |
850+
842851
---
843852

844-
**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`.
845854

846855
<!-- AUTOGEN:PROFILES:END -->
847856

@@ -955,7 +964,7 @@ Want to **run 2+ agents in parallel on one repo**? Layer the optional **Colony +
955964

956965
## FAQ
957966

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
959968
<script type="application/ld+json">
960969
{
961970
"@context": "https://schema.org",
@@ -1004,6 +1013,7 @@ Want to **run 2+ agents in parallel on one repo**? Layer the optional **Colony +
10041013
]
10051014
}
10061015
</script>
1016+
-->
10071017

10081018
<details>
10091019
<summary><b>What is the best skill manager for Claude Code?</b></summary>

0 commit comments

Comments
 (0)