Skip to content

Add corgea skill install command#95

Open
Ibrahimrahhal wants to merge 1 commit into
mainfrom
skill-reg
Open

Add corgea skill install command#95
Ibrahimrahhal wants to merge 1 commit into
mainfrom
skill-reg

Conversation

@Ibrahimrahhal
Copy link
Copy Markdown
Member

Add a skill subcommand to install approved agent skills from the Corgea registry into a coding agent's skills directory.

  • skill install <name[@Version]>: fetches the skill; writes SKILL.md only when approved, otherwise reports pending/rejected status
  • --agent / --scope (project|user) / --dir flags and a configurable default agent (config.default_agent + CORGEA_DEFAULT_AGENT), with skill set-default-agent
  • agent path matrix for cursor, claude-code, codex, github-copilot, gemini-cli, windsurf, opencode, universal
  • api: get_skill client; unit tests for parsing and path resolution

Add a skill subcommand to install approved agent skills from the Corgea
registry into a coding agent's skills directory.

- skill install <name[@Version]>: fetches the skill; writes SKILL.md only when
  approved, otherwise reports pending/rejected status
- --agent / --scope (project|user) / --dir flags and a configurable default
  agent (config.default_agent + CORGEA_DEFAULT_AGENT), with skill
  set-default-agent
- agent path matrix for cursor, claude-code, codex, github-copilot, gemini-cli,
  windsurf, opencode, universal
- api: get_skill client; unit tests for parsing and path resolution

Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Copy Markdown
Contributor

@yhoztak yhoztak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

2 participants