Converts tasks.md entries to GitHub Issues via gh CLI. Links to spec IDs. Tracks in context.json. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, 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.
"Every task deserves a home in the issue tracker."
Converts tasks.md task entries into GitHub Issues using the gh CLI. Each issue links back to spec IDs (FR-XXX, US-X). Tracks issue numbers in context.json. [EXPLICIT]
When to use:
- [ ] [T###] entries. [EXPLICIT]gh issue create --title "[T###] {description}" --body "Linked: US-X, FR-XXX". [EXPLICIT]| Input | Type | Required | Description |
|---|---|---|---|
| tasks.md | File | Yes | Task list |
| Output | Type | Description |
|---|---|---|
| GitHub Issues | Remote | Created issues |
| context.json update | JSON | Issue number mapping |
Example invocations:
| Scenario | Handling |
|---|---|
| Empty or minimal input | Request clarification before proceeding |
| Conflicting requirements | Flag conflicts explicitly, propose resolution |
| Out-of-scope request | Redirect to appropriate skill or escalate |