npx claudepluginhub jsvitolo/cortex-plugins --plugin cortexThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
git branch --show-currentcx ls --status progress --format json 2>/dev/null | head -20Sync task progress to the linked GitHub Issue by posting a progress update comment.
$ARGUMENTS
If a task ID (CX-N) was provided: Use the provided task ID directly.
If no task ID provided:
feat/cx-N-*, fix/cx-N-*, chore/cx-N-*)mcp__cortex__task(action="list", status="progress")
mcp__cortex__task(action="get", id="CX-N")
Check if the task has a github_issue field set.
If task has no GitHub Issue linked:
The task CX-N is not linked to a GitHub Issue.
Would you like to:
1. Link it to an existing issue: cx edit CX-N --github https://github.com/owner/repo/issues/123
2. Skip the sync for now
Please provide the GitHub Issue URL or choose to skip.
If user provides a URL, update the task:
cx edit CX-N --github <url>
Always preview before posting:
cx sync github CX-N --dry-run
Show the preview output to the user and ask for confirmation:
This will post the above comment to GitHub Issue #X in owner/repo.
Do you want to proceed? (yes/no)
If user confirms, post the update:
cx sync github CX-N
For completion updates (when task is done), use:
cx sync github CX-N --complete
Show:
/sync
-> Auto-detects task CX-135 from branch or in-progress status, syncs to GitHub
/sync CX-131
-> Syncs task CX-131 progress to its linked GitHub Issue
gh auth login