nguyenthienthanh

74 mods across 1 repository, 24 stars between them.

PreToolUse

49

nguyenthienthanh/aura-frog

Hook

Runs before the agent uses a tool for Bash, Read, Write, Edit, Glob, Grep, mcp__.*, Bash, Task, Write and Edit tool calls, executing dispatch.cjs, pre-dispatch-conflict-check.cjs, mcp-call-gate.cjs, commit-attribution.cjs, task-track-model.cjs, security-critical-warn.cjs and phase-checkpoint.cjs via node (8 commands).…

24 7d ago A tokens not measured copy · 53% MIT

PostToolUse

50

nguyenthienthanh/aura-frog

Hook

Runs after a tool call finishes for Write, Edit, Bash, Write, Edit, Bash, Read, Write, Edit, Glob, Grep, Task, Bash, Task, Edit, Write, Read and mcp__.* tool calls, executing envrc-guarded-source.sh, dispatch.cjs, tdd-red-failure-tracker.cjs, task-clear-model.cjs and json-toon-projector.cjs (7 commands). From…

24 7d ago A tokens not measured original MIT

UserPromptSubmit

51

nguyenthienthanh/aura-frog

Hook

Runs when you submit a prompt, before the agent sees it, executing dispatch.cjs and envrc-guarded-source.sh via node (2 commands). From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured original MIT

SubagentStart

52

nguyenthienthanh/aura-frog

Hook

Runs when a subagent starts, executing subagent-init.cjs via node. From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured original MIT

TeammateIdle

53

nguyenthienthanh/aura-frog

Hook

Runs on the TeammateIdle event, executing teammate-idle.cjs via node. From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured copy · 63% MIT

TaskCompleted

54

nguyenthienthanh/aura-frog

Hook

Runs when a task is marked completed, executing task-completed.cjs via node. From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured copy · 56% MIT

Stop

55

nguyenthienthanh/aura-frog

Hook

Runs when the agent finishes a response, executing dispatch.cjs, envrc-guarded-source.sh and context-auto-refresh.cjs via node (3 commands). From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured original MIT

PreCompact

56

nguyenthienthanh/aura-frog

Hook

Runs before the context is compacted, executing compact-handoff.cjs via node with --pre-compact. From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured original MIT

PostCompact

57

nguyenthienthanh/aura-frog

Hook

Runs after the context is compacted, executing post-compact.cjs via node. From nguyenthienthanh/aura-frog.

24 7d ago A tokens not measured original MIT

agent-detector

58

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

CRITICAL: MUST run for EVERY message. Detects agent, complexity, AND model automatically. Without this, tasks route to wrong agents and use wrong models, degrading quality and wasting tokens.

24 7d ago A 42 tokens original MIT

api-designer

59

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Designs RESTful APIs with endpoint naming, versioning strategies (URL path, header-based), pagination (offset and cursor), error response schemas, and OpenAPI conventions. Use when the user asks about REST API design, creating endpoints, URL structure, API versioning, status codes, Swagger, or OpenAPI specs.

24 7d ago A 68 tokens original MIT

bugfix-quick

60

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Fast bug fixes with root cause investigation + TDD. Enforces 'no fix without root cause' discipline and verification protocol. Without this skill, fixes are applied at symptoms instead of sources, and bugs return.

24 7d ago A 47 tokens original MIT

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Draft → generate verification questions → answer independently via tools → revise. Catches hallucinated facts in reports and reviews. MANDATORY for Phase 4 security/test claims. Paper: Dhuliawala et al. 2023.

24 7d ago A 51 tokens original MIT

code-reviewer

62

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

6-aspect structured code review (security, architecture, error handling, test gaps, type safety, simplification) with calibrated scoring and per-aspect breakdown. Use when the user asks to review code, check a PR, review a pull request, audit changes before merge, or give code feedback.

24 7d ago A 64 tokens original MIT

conflict-detector

64

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

L1-L4 conflict detection between a proposed T4 task and pending-confirm sibling tasks. L1 (file overlap) + L2 (function/region overlap) ship in v3.7.0-beta.2 as deterministic bash. L3 (semantic LLM) + L4 (architectural LLM) are stubbed for v3.7.0-rc.1.

24 7d ago A 84 tokens original MIT

deep-debugging

65

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Systematic debugging protocol for bugs that resist quick fixes. Use bisection, hypothesis trees, and scientific method when a bug isn't obvious from the stack trace. Goes beyond bugfix-quick for production-grade root cause analysis.

24 7d ago A 49 tokens original MIT

design-expert

66

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

UI/UX design expertise — component design, design system selection, responsive layout. Includes auto-detection from package.json and Context7 integration for library docs.

24 7d ago A 35 tokens original MIT

design-tokens

67

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Generate a cohesive color-token system from ONE OKLCH brand hue — primary/secondary/background/foreground/muted/border with semantic light + dark, emitted as a Tailwind v4 @theme block or a CSS-variables fallback. Use when starting a design system, defining brand colors, setting up theming/dark-mode, or replacing…

24 7d ago A 81 tokens original MIT

design-vision-loop

68

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Vision feedback loop for UI — render the running UI, screenshot it across viewports + dark mode, run deterministic gates then a multimodal critique against the design system, and iterate until it passes. Use after building or changing a UI component/page, when asked to 'check the UI', make it 'look right', or verify a…

24 7d ago A 80 tokens original MIT

documentation

69

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Create Runbooks for operational documentation. For ADRs, tech specs, requirements, LLD and technical analysis use the tech-writing skill instead.

24 7d ago A 30 tokens original MIT

extension-detector

70

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Detects when a new project-level skill / rule / command would reduce friction. Asks the user for confirmation before creating anything. NEVER writes plugin-level files — only .claude/skills/, .claude/rules/, .claude/commands/ in the user's project.

24 7d ago A 63 tokens original MIT

failure-classifier

71

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Classifies execution failures into F1-F5 (transient/local-logic/local-design/story-level/architectural). Outputs JSON with class, confidence, evidence, and recommended action. Deterministic rule-based classifier; no LLM call.

24 7d ago A 52 tokens original MIT

framework-expert

72

nguyenthienthanh/aura-frog

Skill Claude CodeCodex

Unified framework expertise bundle. Lazy-loads relevant framework patterns (React, Vue, Angular, Next.js, Node.js, Python, Laravel, Go, Flutter, React Native, TypeScript) based on detected tech stack.

24 7d ago A 48 tokens original MIT