diff --git a/src/cursor/README.md b/src/cursor/README.md index f9aa9d1..1c120fe 100644 --- a/src/cursor/README.md +++ b/src/cursor/README.md @@ -11,11 +11,7 @@ Installs the Cursor CLI via the official standalone installer } ``` -## Options -| Options Id | Description | Type | Default Value | -|-----|-----|-----|-----| -| mattpocock-skills | Pre-install Matt Pocock's Skills. Requires Node.js. | boolean | false | diff --git a/src/mattpocock-skills/README.md b/src/mattpocock-skills/README.md new file mode 100644 index 0000000..8a7e46b --- /dev/null +++ b/src/mattpocock-skills/README.md @@ -0,0 +1,20 @@ + +# Matt Pocock's Skills (mattpocock-skills) + +Pre-installs Matt Pocock's Skills. Requires Node.js. + +## Example Usage + +```json +"features": { + "ghcr.io/NolanJX/devcontainer-features/mattpocock-skills:1": {} +} +``` + + + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/NolanJX/devcontainer-features/blob/main/src/mattpocock-skills/devcontainer-feature.json). Add additional notes to a `NOTES.md`._