Browse Source

docs: drop README skill table, link preset docs (#690)

README now points to the per-preset docs (Author, $30, OpenAI, OpenCode Go)
which each carry their own Skill Reference section. Removes the duplicated
table from README.
Michael Henke 1 month ago
parent
commit
ef5293aaf5
1 changed files with 1 additions and 8 deletions
  1. 1 8
      README.md

+ 1 - 8
README.md

@@ -166,16 +166,9 @@ The default generated configuration includes both `openai` and `opencode-go` pre
 }
 ```
 
-## Skill Reference
-
-| Skill | Description | Source |
-| --- | --- | --- |
-| `*` | All installed skills (wildcard) | public |
-| `simplify` | Code simplification | public |
-
 ### For Alternative Providers
 
-To use custom providers or a mixed-provider setup, use **[Configuration](docs/configuration.md)** for the full reference. If you want a ready-made starting point, check the **[Author's Preset](docs/authors-preset.md)** and **[$30 Preset](docs/thirty-dollars-preset.md)** - the `$30` preset is the best cheap setup.
+To use custom providers or a mixed-provider setup, use **[Configuration](docs/configuration.md)** for the full reference. If you want a ready-made starting point, check the **[Author's Preset](docs/authors-preset.md)**, **[$30 Preset](docs/thirty-dollars-preset.md)**, **[OpenAI Preset](docs/openai-preset.md)**, or **[OpenCode Go Preset](docs/opencode-go-preset.md)** - the `$30` preset is the best cheap setup.
 
 ### ✅ Verify Your Setup