← all publishers

ArcadeAI

@arcadeai source repo

65 published skills

  1. Elicit 2 · arcadeai
    Extract tacit knowledge through non-obvious microquestions — things only the user knows that can't be found in code, docs, or research. Use when you're about to guess at intent, context, or constraints during SAFEWORD's understanding flow. Also use when user says 'ask me', 'what do you need to know', or when another skill (bdd, brainstorm, debug) needs user context before proceeding. Do NOT use for questions answerable by reading the codebase or searching the web.
    0
    installs
  2. Verify 3 · arcadeai
    Verify ticket completion criteria — use when finishing a ticket, before marking work done, or checking acceptance criteria. Runs tests, build, lint, scenarios, and dependency drift checks.
    0
    installs
  3. Explain 3 · arcadeai
    Use when you need safeword's dense artifacts or current state translated into plain English — what this is, why it matters, what to do next, with the internal jargon stripped. Targets a safeword ticket, a blocked gate, or a verdict; with no target it recaps where you are in the current safeword work. Read-only. Do NOT use to explain code diffs or PRs (base Claude handles those), for general status questions unrelated to safeword artifacts, or to make any change.
    0
    installs
  4. Testing 2 · arcadeai
    How to write good tests. Use when writing tests, improving test coverage, or evaluating test quality. Also invoked by other skills — BDD at RED phase, tdd-review at GREEN gate, refactor at PROTECT phase, and debug. Core test quality knowledge across all workflows.
    0
    installs
  5. Closeout 3 · arcadeai
    Close a completed local delivery safely. Use when wrapping up a finished coding session by verifying it, merging only with explicit authority, capturing retrospective learning, and cleaning the exact merged branch and worktree. Do NOT use for cloud-agent tasks, unmerged work, or cleanup without a pull request.
    0
    installs
  6. Refactor 2 · arcadeai
    Improve code structure without changing behavior. Use when refactoring, restructuring, simplifying, or extracting code. Also for reducing duplication, renaming for clarity, or addressing code smells. Enforces one change → test → commit when the commit can stay scoped. NOT for style/formatting (use $safeword:lint), features, or bug fixes.
    0
    installs
  7. Tdd Review 2 · arcadeai
    Quality check for a completed TDD step. Runs when safeword's TDD flow finishes RED, GREEN, or REFACTOR; not a user-facing entry point.
    0
    installs
  8. Retro Filer 3 · arcadeai
    Files Safeword's sanitized retro spool upstream. Only when a trusted Stop continuation or authenticated closeout guard names a spool path.
    0
    installs
  9. Review Spec 3 · arcadeai
    Use when authoring or reviewing a ticket's scenarios (`.feature` source, with legacy test-definitions.md fallback). Authoring mode gives define-behavior the same standard before drafting that Review mode applies independently at scenario-gate. NOT for spec.md JTBD/criteria/persona framing — that is self-review.
    0
    installs
  10. Self Review 3 · arcadeai
    Runs when safeword's review gate asks for a spec review — an inline self-review of the just-authored spec.md that earns its Tier 1 review stamp. Not a user-facing entry point, and never spawns a sub-agent.
    0
    installs
  11. Pr Readiness 3 · arcadeai
    Prepare a pull request for human review and decide whether it may leave Draft. Use when creating or rewriting a PR description, marking a PR ready, responding to review, or checking whether a change is mergeable. Keeps incomplete evidence Draft. Do NOT use as a substitute for human approval or repository merge policy.
    0
    installs
  12. Figure It Out 2 · arcadeai
    Explore and debate options with fresh documentation and research before committing. Use for a real decision with multiple plausible approaches — library/framework choice, architecture, API/schema design, algorithm selection, or a costly communication/strategy call. Enumerates research domains, checks current docs and evidence-based methods, and weighs options on correctness, elegance, and bloat. Do NOT use for divergent ideation (brainstorm), extracting user intent (elicit), or reviewing finished work (quality-review).
    0
    installs
  13. Finish Review 3 · arcadeai bundle
    Use only right after the shared review coordinator reports it's run out of reviewer routes; a bounded internal fallback, not something a user invokes directly.
    0
    installs
  14. Quality Review 3 · arcadeai
    Deep review of any work-product — code, docs, specs, plans, decisions — grounded in current authoritative sources. Use when double-checking against latest docs, verifying versions or claims, checking security, or pressure-testing correctness and elegance before something ships. Complements the automatic quality hook with ecosystem verification. NOT for divergent ideation (brainstorm), weighing still-open options (figure-it-out), your own spec's framing (self-review), or scenario review (review-spec).
    0
    installs
  15. Cleanup Zombies 3 · arcadeai
    Kill zombie dev servers and test processes. Use when ports are blocked, processes are hanging, or test runners won't start.
    0
    installs
  16. Lint 2 · arcadeai
    Run linters and formatters to fix code style issues. Use when cleaning up style violations, formatting code, or after implementation to ensure code meets project standards.
    0
    installs
  17. Audit 2 · arcadeai
    Run a diff-scoped code audit for architecture, dead code, and test quality. Uses the change from main to focus feature reviews; request a repository audit for whole-codebase discovery.
    0
    installs
  18. Verify 2 · arcadeai
    Verify ticket completion criteria — use when finishing a ticket, before marking work done, or checking acceptance criteria. Runs tests, build, lint, scenarios, and dependency drift checks.
    0
    installs
  19. Explain 2 · arcadeai
    Use when you need safeword's dense artifacts or current state translated into plain English — what this is, why it matters, what to do next, with the internal jargon stripped. Targets a safeword ticket, a blocked gate, or a verdict; with no target it recaps where you are in the current safeword work. Read-only. Do NOT use to explain code diffs or PRs (base Claude handles those), for general status questions unrelated to safeword artifacts, or to make any change.
    0
    installs
  20. Closeout 2 · arcadeai
    Close a completed local delivery safely. Use when wrapping up a finished coding session by verifying it, merging only with explicit authority, capturing retrospective learning, and cleaning the exact merged branch and worktree. Do NOT use for cloud-agent tasks, unmerged work, or cleanup without a pull request.
    0
    installs
  21. Retro Filer 2 · arcadeai
    Files Safeword's sanitized retro spool upstream. Only when a trusted Stop continuation or authenticated closeout guard names a spool path.
    0
    installs
  22. Review Spec 2 · arcadeai
    Use when authoring or reviewing a ticket's scenarios (`.feature` source, with legacy test-definitions.md fallback). Authoring mode gives define-behavior the same standard before drafting that Review mode applies independently at scenario-gate. NOT for spec.md JTBD/criteria/persona framing — that is self-review.
    0
    installs
  23. Self Review 2 · arcadeai
    Runs when safeword's review gate asks for a spec review — an inline self-review of the just-authored spec.md that earns its Tier 1 review stamp. Not a user-facing entry point, and never spawns a sub-agent.
    0
    installs
  24. Pr Readiness 2 · arcadeai
    Prepare a pull request for human review and decide whether it may leave Draft. Use when creating or rewriting a PR description, marking a PR ready, responding to review, or checking whether a change is mergeable. Keeps incomplete evidence Draft. Do NOT use as a substitute for human approval or repository merge policy.
    0
    installs
  25. Finish Review 2 · arcadeai bundle
    Use only right after the shared review coordinator reports it's run out of reviewer routes; a bounded internal fallback, not something a user invokes directly.
    0
    installs
  26. Quality Review 2 · arcadeai
    Deep review of any work-product — code, docs, specs, plans, decisions — grounded in current authoritative sources. Use when double-checking against latest docs, verifying versions or claims, checking security, or pressure-testing correctness and elegance before something ships. Complements the automatic quality hook with ecosystem verification. NOT for divergent ideation (brainstorm), weighing still-open options (figure-it-out), your own spec's framing (self-review), or scenario review (review-spec).
    0
    installs
  27. Cleanup Zombies 2 · arcadeai
    Kill zombie dev servers and test processes. Use when ports are blocked, processes are hanging, or test runners won't start.
    0
    installs
  28. Bdd 2 · arcadeai bundle
    Behavior-first feature development — use when building new capabilities, continuing feature work, or when work introduces new state or multiple user flows. Discovers desired behavior through examples and scenarios before implementation. Do NOT use for bug fixes, typos, or small isolated changes.
    0
    installs
  29. Lint 3 · arcadeai
    Run linters and formatters to fix code style issues. Use when cleaning up style violations, formatting code, or after implementation to ensure code meets project standards.
    0
    installs
  30. Audit 3 · arcadeai
    Run a diff-scoped code audit for architecture, dead code, and test quality. Uses the change from main to focus feature reviews; request a repository audit for whole-codebase discovery.
    0
    installs
  31. Debug 2 · arcadeai
    Root cause debugging before fixes. Use when investigating bugs, diagnosing test failures, troubleshooting unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline.
    0
    installs
  32. Retro 2 · arcadeai
    Run a safeword retrospective on the current session on demand — pull friction (bugs / rough edges / gaps) out of the session transcript and file it upstream through the outbound safety check. Use when the user says "run a retro", "$safeword:retro", "retrospective on this session", or wants to capture friction before the session ends. The retro also auto-fires at Stop; this is the manual, on-demand path.
    0
    installs
  33. Spike 2 · arcadeai
    Run a bounded disposable experiment to resolve one build-only technical uncertainty before production planning. Use only when explicitly invoked.
    0
    installs
  34. Quality Reviewer · arcadeai
    Deep code quality review with web research. Use when user explicitly requests verification against latest docs ('double check against latest', 'verify versions', 'check security'), needs deeper analysis beyond automatic hook, or is working on projects without SAFEWORD.md/CLAUDE.md. Fetches current documentation (WebFetch), checks latest versions (WebSearch), and provides deep analysis (performance, security, alternatives).
    0
    installs
  35. Linear Issue · arcadeai
    Automate the complete Linear issue workflow - fetch issue, update status to In Progress, create branch, implement, test, create PR, and move to In Review
    0
    installs
  36. Build Arcade MCP Tool · arcadeai bundle
    Build and deploy custom MCP tools using the Arcade MCP framework. Use when the user wants to create, build, scaffold, or deploy an MCP tool or server to Arcade Cloud, or when working with arcade_mcp_server, MCPApp, @tool decorators, arcade deploy, or Arcade tool development.
    0
    installs
  37. Build Custom User Verifier · arcadeai
    Build a custom user verifier server for Arcade.dev in any language. Use when implementing Arcade's user verification flow, building an /auth/verify endpoint, integrating Arcade tool authorization into a production app, or troubleshooting verification issues like missing user_id or session cookies during the OAuth callback.
    0
    installs
  38. Bdd · arcadeai bundle
    Behavior-first feature development — use when building new capabilities, continuing feature work, or when work introduces new state or multiple user flows. Discovers desired behavior through examples and scenarios before implementation. Do NOT use for bug fixes, typos, or small isolated changes.
    0
    installs
  39. Lint · arcadeai
    Run linters and formatters to fix code style issues. Use when cleaning up style violations, formatting code, or after implementation to ensure code meets project standards.
    0
    installs
  40. Audit · arcadeai
    Run a diff-scoped code audit for architecture, dead code, and test quality. Uses the change from main to focus feature reviews; request a repository audit for whole-codebase discovery.
    0
    installs
  41. Debug · arcadeai
    Root cause debugging before fixes. Use when investigating bugs, diagnosing test failures, troubleshooting unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline.
    0
    installs
  42. Retro · arcadeai
    Run a safeword retrospective on the current session on demand — pull friction (bugs / rough edges / gaps) out of the session transcript and file it upstream through the outbound safety check. Use when the user says "run a retro", "/retro", "retrospective on this session", or wants to capture friction before the session ends. The retro also auto-fires at Stop; this is the manual, on-demand path.
    0
    installs
  43. Spike · arcadeai
    Run a bounded disposable experiment to resolve one build-only technical uncertainty before production planning. Use only when explicitly invoked.
    0
    installs
  44. Elicit · arcadeai
    Extract tacit knowledge through non-obvious microquestions — things only the user knows that can't be found in code, docs, or research. Use when you're about to guess at intent, context, or constraints during SAFEWORD's understanding flow. Also use when user says 'ask me', 'what do you need to know', or when another skill (bdd, brainstorm, debug) needs user context before proceeding. Do NOT use for questions answerable by reading the codebase or searching the web.
    0
    installs
  45. Verify · arcadeai
    Verify ticket completion criteria — use when finishing a ticket, before marking work done, or checking acceptance criteria. Runs tests, build, lint, scenarios, and dependency drift checks.
    0
    installs
  46. Explain · arcadeai
    Use when you need safeword's dense artifacts or current state translated into plain English — what this is, why it matters, what to do next, with the internal jargon stripped. Targets a safeword ticket, a blocked gate, or a verdict; with no target it recaps where you are in the current safeword work. Read-only. Do NOT use to explain code diffs or PRs (base Claude handles those), for general status questions unrelated to safeword artifacts, or to make any change.
    0
    installs
  47. Testing · arcadeai
    How to write good tests. Use when writing tests, improving test coverage, or evaluating test quality. Also invoked by other skills — BDD at RED phase, tdd-review at GREEN gate, refactor at PROTECT phase, and debug. Core test quality knowledge across all workflows.
    0
    installs
  48. Closeout · arcadeai
    Close a completed local delivery safely. Use when wrapping up a finished coding session by verifying it, merging only with explicit authority, capturing retrospective learning, and cleaning the exact merged branch and worktree. Do NOT use for cloud-agent tasks, unmerged work, or cleanup without a pull request.
    0
    installs
  49. Refactor · arcadeai
    Improve code structure without changing behavior. Use when refactoring, restructuring, simplifying, or extracting code. Also for reducing duplication, renaming for clarity, or addressing code smells. Enforces one change → test → commit when the commit can stay scoped. NOT for style/formatting (use /lint), features, or bug fixes.
    0
    installs
  50. Brainstorm · arcadeai
    Use when the user wants to explore options, weigh approaches, or think through uncertainty before committing to a direction. Collaborative brainstorming and rubber ducking — divergence-first thinking partner.
    0
    installs
  51. Tdd Review · arcadeai
    Quality check for a completed TDD step. Runs when safeword's TDD flow finishes RED, GREEN, or REFACTOR; not a user-facing entry point.
    0
    installs
  52. Versioning · arcadeai
    Safeword semver commitment and release discipline. Use when bumping versions, cutting releases, deciding what goes in a patch vs minor vs major, or reviewing changelog entries. Also use when auto-upgrade logic needs to know what's safe to apply silently.
    0
    installs
  53. Retro Filer · arcadeai
    Files Safeword's sanitized retro spool upstream. Only when a trusted Stop continuation or authenticated closeout guard names a spool path.
    0
    installs
  54. Review Spec · arcadeai
    Use when authoring or reviewing a ticket's scenarios (`.feature` source, with legacy test-definitions.md fallback). Authoring mode gives define-behavior the same standard before drafting that Review mode applies independently at scenario-gate. NOT for spec.md JTBD/criteria/persona framing — that is self-review.
    0
    installs
  55. Self Review · arcadeai
    Runs when safeword's review gate asks for a spec review — an inline self-review of the just-authored spec.md that earns its Tier 1 review stamp. Not a user-facing entry point, and never spawns a sub-agent.
    0
    installs
  56. Pr Readiness · arcadeai
    Prepare a pull request for human review and decide whether it may leave Draft. Use when creating or rewriting a PR description, marking a PR ready, responding to review, or checking whether a change is mergeable. Keeps incomplete evidence Draft. Do NOT use as a substitute for human approval or repository merge policy.
    0
    installs
  57. Check Retros · arcadeai bundle
    Inspects SafeWord's production retro collector, durable relay, receipts, and filed GitHub issues. Use when checking whether retros are flowing, investigating a receipt or queue state, or reviewing recent retro submissions. Do not use to submit a retro or mutate production recovery state.
    0
    installs
  58. Figure It Out · arcadeai
    Explore and debate options with fresh documentation and research before committing. Use for a real decision with multiple plausible approaches — library/framework choice, architecture, API/schema design, algorithm selection, or a costly communication/strategy call. Enumerates research domains, checks current docs and evidence-based methods, and weighs options on correctness, elegance, and bloat. Do NOT use for divergent ideation (brainstorm), extracting user intent (elicit), or reviewing finished work (quality-review).
    0
    installs
  59. Finish Review · arcadeai bundle
    Use only right after the shared review coordinator reports it's run out of reviewer routes; a bounded internal fallback, not something a user invokes directly.
    0
    installs
  60. Ticket System · arcadeai
    Ticket system and work logs for context anchoring. Use when creating tickets, managing work logs, or anchoring context across multi-step tasks or sessions. Do NOT use for simple patches or single-step tasks.
    0
    installs
  61. Quality Review · arcadeai
    Deep review of any work-product — code, docs, specs, plans, decisions — grounded in current authoritative sources. Use when double-checking against latest docs, verifying versions or claims, checking security, or pressure-testing correctness and elegance before something ships. Complements the automatic quality hook with ecosystem verification. NOT for divergent ideation (brainstorm), weighing still-open options (figure-it-out), your own spec's framing (self-review), or scenario review (review-spec).
    0
    installs
  62. Cleanup Zombies · arcadeai
    Kill zombie dev servers and test processes. Use when ports are blocked, processes are hanging, or test runners won't start.
    0
    installs
  63. Demand Research · arcadeai
    Tests whether a proposed product bet has credible demand. Use when Why now depends on an unresolved, decision-critical demand claim or when the user explicitly asks for demand research. Do NOT use for child features, mandated work, parity work, or when a cheaper experiment can answer the question before research.
    0
    installs
  64. Safeword Plugin Setup · arcadeai
    Restore the Safeword Codex profile plugin for this project.
    0
    installs
  65. Build Error Adapter · arcadeai
    Build new Arcade error adapters from scratch using public Arcade TDK patterns. Use when adding provider integrations, mapping SDK exceptions, or extending HTTP/GraphQL/auth adapter behavior.
    1
    install