Skip to content

Add corgea skill install command#95

Merged
Ibrahimrahhal merged 4 commits into
mainfrom
skill-reg
Jun 15, 2026
Merged

Add corgea skill install command#95
Ibrahimrahhal merged 4 commits 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>

@yhoztak yhoztak left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Ibrahimrahhal and others added 3 commits June 15, 2026 11:39
Resolve conflicts in src/main.rs and src/utils/api.rs, keeping both the
skill registry commands and the offline deps subcommand, and adopting the
log-based error reporting from main.

Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Use &Path instead of &PathBuf in resolve_skill_dir and collapse a nested
else/if in the chunked upload offset check.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Ibrahimrahhal Ibrahimrahhal merged commit aea9287 into main Jun 15, 2026
16 checks passed
@Ibrahimrahhal Ibrahimrahhal deleted the skill-reg branch June 15, 2026 08:49
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