ArcadeAI/safeword

Personal AI agent guides, templates, and learnings

8Stars on the repository
89Mods indexed here, across every type
todayLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

audit

01

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today A 39 tokens

bdd

02

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 54 tokens

brainstorm

03

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today A 37 tokens

check-retros

04

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today A 58 tokens

cleanup-zombies

05

ArcadeAI/safeword

Skill Claude CodeCodex

Kill zombie dev servers and test processes. Use when ports are blocked, processes are hanging, or test runners won't start.

not rated 8 today B 28 tokens

closeout

06

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 changed 2d ago A 61 tokens

debug

07

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 34 tokens

elicit

08

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 today B 102 tokens

explain

09

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 today A 109 tokens

figure-it-out

10

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 today B 98 tokens

finish-review

11

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 changed 2d ago B 31 tokens

lint

12

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 34 tokens

quality-review

13

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 changed today A 97 tokens

refactor

14

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 today B 70 tokens

retro-filer

15

ArcadeAI/safeword

Skill Claude CodeCodex

Files Safeword's sanitized spooled retrospective drafts to its upstream tracker. Use only when a trusted Safeword Stop continuation or authenticated closeout cleanup guard output names a spool path. Do not use for ordinary retros, project issues, or user-authored drafts.

not rated 8 today A 57 tokens

retro

16

ArcadeAI/safeword

Skill Claude CodeCodex

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…

not rated 8 today B 89 tokens

review-spec

17

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 changed today B 67 tokens

self-review

18

ArcadeAI/safeword

Skill Claude CodeCodex

Use when finishing spec.md before writing test-definitions.md, or when the review gate asks for a spec review — self-reviews the just-authored spec inline and earns its Tier 1 review stamp. Your own inline pass; do not spawn a sub-agent.

not rated 8 changed today B 56 tokens

spike

19

ArcadeAI/safeword

Skill Claude CodeCodex

Run a bounded disposable experiment to resolve one build-only technical uncertainty before production planning. Use only when explicitly invoked.

not rated 8 today A 25 tokens

tdd-review

20

ArcadeAI/safeword

Skill Claude CodeCodex

Use when completing a TDD step and wanting a quality check. Reviews test quality after RED, implementation correctness after GREEN, and scenario completeness after REFACTOR.

not rated 8 today B 36 tokens

testing

21

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 59 tokens

ticket-system

22

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 44 tokens

verify

23

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 changed today B 37 tokens

versioning

24

ArcadeAI/safeword

Skill Claude CodeCodex

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.

not rated 8 today B 55 tokens

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: