Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ For full details on skill format, see the [Cortex Code extensibility docs](https

### SKILL.md template

Use the `skills/_template-skill-name/` directory as your starting point. Copy it and rename the folder to your skill's `name`.
Use the `_template-skill-name/` directory as your starting point. Copy it and rename the folder to your skill's `name`.

### Recommendations

Expand All @@ -74,7 +74,7 @@ Skills created interactively are saved to `~/.snowflake/cortex/skills/<skill-nam
**Steps:**

1. [Fork this repo](https://github.com/Snowflake-Labs/cortex-code-skills/fork) and clone your fork locally
2. Copy `skills/_template-skill-name/` into `skills/` as a new folder named your skill's `name` (lowercase, hyphens)
2. Copy `_template-skill-name/` to a new folder at the repo root named your skill's `name` (lowercase, hyphens)
3. Open `SKILL.md` and fill in all required frontmatter fields, then add a `LICENSE` file (Apache 2.0 for community contributors)
4. Confirm your skill name is not already used by a bundled skill: run `/skill` in a Cortex Code session to see all skills grouped by location, or inspect `~/.local/share/cortex/<version>/bundled_skills/` directly
5. Test your skill against your example prompt and confirm the behavior matches what you described
Expand Down
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can add the entire repo (all skills at once) or a specific skill:

**A specific skill:**
```
/skill add https://github.com/Snowflake-Labs/cortex-code-skills.git/skills/<skill-name>
/skill add https://github.com/Snowflake-Labs/cortex-code-skills.git/<skill-name>
```

Remote skills are cached locally. To pull the latest updates, run `/skill sync`. See the [skill management docs](https://docs.snowflake.com/en/user-guide/cortex-code/extensibility#label-extensibility-skills) for more options.
Expand Down Expand Up @@ -61,14 +61,13 @@ A skill from this repo will silently shadow a bundled skill with the same name.
## Repo structure

```
skills/
_template-skill-name/ # starter template: copy this and rename the folder to your skill name
SKILL.md # Required: skill instructions and frontmatter
LICENSE # Required: Apache 2.0 (community) or Snowflake license (employee)
my-skill-name/ # real skill example
SKILL.md
LICENSE
references/ # Optional: supporting reference material
_template-skill-name/ # starter template: copy this and rename the folder to your skill name
SKILL.md # Required: skill instructions and frontmatter
LICENSE # Required: Apache 2.0 (community) or Snowflake license (employee)
my-skill-name/ # real skill example
SKILL.md
LICENSE
references/ # Optional: supporting reference material
```

---
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading