Skip to content

Flatten skills/ directory to fix cortex skill add from GitHub URLs#32

Closed
sfc-gh-ghernandez wants to merge 1 commit into
mainfrom
fix/flatten-skills-directory
Closed

Flatten skills/ directory to fix cortex skill add from GitHub URLs#32
sfc-gh-ghernandez wants to merge 1 commit into
mainfrom
fix/flatten-skills-directory

Conversation

@sfc-gh-ghernandez
Copy link
Copy Markdown
Contributor

The CLI remote loader expects skill directories (folders with SKILL.md) as direct children of the repo root. The skills/ nesting caused all skills to fail loading when installed via GitHub URL, even though they loaded fine from local paths.

Moves all 12 skill directories to the repo root and updates README.md and CONTRIBUTING.md references accordingly.

Skill submission checklist

Before submitting, please confirm the following:

Folder structure

  • My skill lives at skills/<my-skill-id>/
  • The folder name matches the id field in SKILL.md (lowercase, hyphens only)
  • SKILL.md is present in the skill folder
  • LICENSE is present in the skill folder

Frontmatter

  • name field is filled in
  • description field clearly explains what the skill does, when to use it, and what triggers it
  • id field matches the folder name
  • authors field includes the contributor's name
  • type is set to community or snowflake
  • status is set to stable, beta, or draft
  • categories includes at least one relevant tag

License

  • Community contributors: LICENSE is Apache 2.0
  • Snowflake employees: LICENSE is the Snowflake Skills License

Testing

  • I tested this skill in a Cortex Code session against my example prompt
  • The skill behavior matches what is described in the description field

Optional

  • Supporting files (templates, examples) are organized into templates/ or references/ subdirectories
  • I checked that my skill name does not conflict with a bundled Cortex Code skill (run /skill in a session to verify)

Describe your skill:

Example prompt that triggers it:

The CLI remote loader expects skill directories (folders with SKILL.md)
as direct children of the repo root. The `skills/` nesting caused all
skills to fail loading when installed via GitHub URL, even though they
loaded fine from local paths.

Moves all 12 skill directories to the repo root and updates README.md
and CONTRIBUTING.md references accordingly.

.... Generated with [Cortex Code](https://docs.snowflake.com/en/user-guide/cortex-code/cortex-code)

Co-Authored-By: Cortex Code <noreply@snowflake.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant