skyfox675/agents-skills

A collection of agent configurations across AI services

10Stars on the repository
81Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

dispatch

01

skyfox675/agents-skills

Command Claude Code

Start an event-driven orchestration session — fill N concurrency slots with sub-agent dispatches, split across dev slots (new issues), rescue slots (CI failures, review threads, stuck PRs), and flex slots (dev work that yields to incidents). Example — /dispatch 8, or /dispatch dev:5 rescue:1 flex:2.

10 2d ago A 69 tokens original MIT

figma-init-spec

02

skyfox675/agents-skills

Command Claude Code

Snapshot a Figma file into living design specs anchored to stable identity (node IDs, component/style keys) with a repo-owned design→code map, so reorganization doesn't break the links. Code Connect optional. For taming design drift. Optional scope arg. Example — /figma-init-spec, or /figma-init-spec "Checkout flow".

10 2d ago A 70 tokens original MIT

figma-refresh-spec

03

skyfox675/agents-skills

Command Claude Code

Re-read Figma and diff it against the design specs by stable id, then report drift — separating pure reorganization (no code change) from real token/size/state changes (a precise re-touch list routed to code via Code Connect). Run after designs or the Figma file get moved around. Optional scope arg. Example …

10 2d ago A 82 tokens original MIT

gh-issue-groom

04

skyfox675/agents-skills

Command Claude Code

Groom a not-yet-dev-ready GitHub issue (pre-technical-recon) — drop one or more issue numbers and dispatch an agent per issue to ask the engineering/project lead about intent, scope, and direction until ≥90% certain the written story reflects the ask, then fill the body to the six-section groomed anatomy. Never…

10 2d ago A 114 tokens original MIT

gh-issue-recon

05

skyfox675/agents-skills

Command Claude Code

Technical recon of groomed-but-unvetted GitHub issue(s) — drop one or more issue numbers and dispatch a read-only sub-agent per issue (in parallel) to trace the ask into the codebase, produce a verified implementation approach, assert a level-of-effort estimate with confidence, surface risks/dependencies, recommend a…

10 2d ago A 117 tokens original MIT

skyfox675/agents-skills

Command Claude Code

The full-stack deep dive — /gh-issue plus BOTH the live-browser and read-only AWS diagnosis phases, correlated: reproduce the symptom as the signed-in user, capture the failing request, then chase that exact request through the cloud (edge, logs, service, data) until the fault layer is found. Use for symptoms nobody…

10 2d ago A 104 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Chrome MCP (claude-in-chrome). Example — /gh-issue-use-aws-chrome "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 64 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Cypress MCP. Example — /gh-issue-use-aws-cypress "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 58 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Playwright MCP. Example — /gh-issue-use-aws-playwright "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 59 tokens original MIT

gh-issue-use-aws

10

skyfox675/agents-skills

Command Claude Code

Same as /gh-issue, plus an AWS deep-dive — diagnose the reported symptom through the operator's live AWS CLI session using strictly read-only calls (logs, metrics, resource state, CloudTrail) before filing the groomed GitHub issue with cloud-traced evidence. Example — /gh-issue-use-aws "file export" presigned download…

10 2d ago A 80 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Same as /gh-issue, plus a live-browser deep-dive using whatever browser MCP is connected (Chrome, Playwright, or Cypress): reproduce as the signed-in user, watch network + console, capture the failing request/response, mock to isolate, and record a repro before filing the GitHub issue. Example — /gh-issue-use-browser…

10 2d ago A 88 tokens original MIT

gh-issue-use-chrome

12

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-browser, but pinned to the Chrome MCP (claude-in-chrome) — use when you want your real signed-in Chrome session for the repro. Example — /gh-issue-use-chrome "Composer > Save" saving toasts failure but the record persists.

10 2d ago A 58 tokens copy · 88% MIT

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-browser, but pinned to the Cypress MCP — use when your project runs the Cypress MCP for browser automation. Example — /gh-issue-use-cypress "Composer > Save" saving toasts failure but the record persists.

10 2d ago A 49 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Like /gh-issue-use-browser, but pinned to the Playwright MCP — use for a clean automated browser (public page or test credentials, no real session needed). Example — /gh-issue-use-playwright "Composer > Save" saving toasts failure but the record persists.

10 2d ago A 56 tokens original MIT

gh-issue

15

skyfox675/agents-skills

Command Claude Code

File a groomed, dispatchable GitHub issue from a breadcrumb (component/page/object) plus a problem description — recon the code, verify evidence, dedupe, label, file. Optionally pin the dispatch model/effort. Example — /gh-issue "Settings > Billing > Invoice row" clicking an invoice opens a 404 model:opus effort:high.

10 2d ago A 74 tokens original MIT

jira-issue-groom

16

skyfox675/agents-skills

Command Claude Code

Groom a not-yet-dev-ready Jira issue (pre-technical-recon) — drop one or more issue keys and dispatch an agent per issue to ask the engineering/project lead about intent, scope, and direction until ≥90% certain the written story reflects the ask, then fill the description to the six-section groomed anatomy via the…

10 2d ago A 123 tokens original MIT

jira-issue-recon

17

skyfox675/agents-skills

Command Claude Code

Technical recon of groomed-but-unvetted Jira issue(s) — drop one or more issue keys and dispatch a read-only sub-agent per issue (in parallel) to trace the ask into the codebase, produce a verified implementation approach, assert a level-of-effort estimate with confidence, surface risks/dependencies, recommend a split…

10 2d ago A 128 tokens copy · 86% MIT

skyfox675/agents-skills

Command Claude Code

The full-stack deep dive — /jira-issue plus BOTH the live-browser and read-only AWS diagnosis phases, correlated: reproduce the symptom as the signed-in user, capture the failing request, then chase that exact request through the cloud (edge, logs, service, data) until the fault layer is found. Use for symptoms nobody…

10 2d ago A 104 tokens copy · 91% MIT

skyfox675/agents-skills

Command Claude Code

Like /jira-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Chrome MCP (claude-in-chrome). Example — /jira-issue-use-aws-chrome "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 64 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Like /jira-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Cypress MCP. Example — /jira-issue-use-aws-cypress "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 58 tokens copy · 89% MIT

skyfox675/agents-skills

Command Claude Code

Like /jira-issue-use-aws-browser (correlated browser + read-only AWS full-stack dive), but the browser phase is pinned to the Playwright MCP. Example — /jira-issue-use-aws-playwright "file export > Download" clicking Download 403s on staging effort:max.

10 2d ago A 59 tokens original MIT

jira-issue-use-aws

22

skyfox675/agents-skills

Command Claude Code

Same as /jira-issue, plus an AWS deep-dive — diagnose the reported symptom through the operator's live AWS CLI session using strictly read-only calls (logs, metrics, resource state, CloudTrail) before filing the groomed Jira issue with cloud-traced evidence. Example — /jira-issue-use-aws "file export" presigned…

10 2d ago A 79 tokens original MIT

skyfox675/agents-skills

Command Claude Code

Same as /jira-issue, plus a live-browser deep-dive using whatever browser MCP is connected (Chrome, Playwright, or Cypress): reproduce as the signed-in user, watch network + console, capture the failing request/response, mock to isolate, and record a repro before filing the Jira issue. Example …

10 2d ago A 87 tokens copy · 88% MIT

skyfox675/agents-skills

Command Claude Code

Like /jira-issue-use-browser, but pinned to the Chrome MCP (claude-in-chrome) — use when you want your real signed-in Chrome session for the repro. Example — /jira-issue-use-chrome "Composer > Save" saving toasts failure but the record persists.

10 2d ago A 58 tokens copy · 75% MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: