Flagrare

53 mods across 2 repositories, 16 stars between them.

flagrare-skills

01

Flagrare/agent-skills

Plugin Claude Code

Flagrare development lifecycle skills: planning, quality gates, review, documentation, and design verification.

11 24d ago A tokens not measured

PostToolUse

02

Flagrare/agent-skills

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing check-no-emdash.py via python3. From Flagrare/agent-skills.

11 24d ago A tokens not measured

flagrare

04

Flagrare/agent-skills

Plugin Claude Code

Development lifecycle skills: planning, quality gates, review, documentation, and design verification.

11 24d ago A tokens not measured

PreToolUse

05

Flagrare/agent-skills

Hook

Runs before the agent uses a tool for Skill tool calls, executing pre_atdd_plan_gate.sh via bash. From Flagrare/agent-skills.

11 24d ago A tokens not measured

atdd-plan

06

Flagrare/agent-skills

Skill Claude CodeCodex

Produce an ATDD-first implementation plan in Claude Code's native plan mode, with named design patterns called out where they earn their keep. The skill enters plan mode automatically (via the EnterPlanMode tool), runs /flagrare:codebase-explore to ground the plan in the actual codebase, then produces a plan-mode plan…

11 24d ago A 227 tokens

brag-doc

07

Flagrare/agent-skills

Skill Claude CodeCodex

Generate a comprehensive, impact-framed brag-doc entry for a chosen time window (day, week, biweek, month, or custom). Pulls authored PRs, reviews given, commits, deploys, and linked tickets across GitHub, local git, and configured MCPs, then synthesises a themed narrative, leading with outcomes, quantifying impact…

11 24d ago A 349 tokens

bug-bash

08

Flagrare/agent-skills

Skill Claude CodeCodex

Programmatic bug bashing, ingest a prescribed test plan (Notion, markdown, pasted spec), drive a real running system (browser via Chrome DevTools / Playwright MCP, backend via API tools when relevant), run every prescribed case with evidence, then do exploratory passes (viewports, multi-actor flows, codebase-driven…

11 24d ago A 231 tokens

codebase-explore

09

Flagrare/agent-skills

Skill Claude CodeCodex

Explore the codebase to map conventions, reusable utilities, analogous features, and data flows relevant to a planned change. Returns raw findings (file paths, patterns, code snippets), does NOT produce a plan. Used by /flagrare:atdd-plan as its codebase understanding step.

11 24d ago A 63 tokens

daily-code-review

10

Flagrare/agent-skills

Skill Claude CodeCodex

Generate a daily code review report showing stale PRs, items needing your attention, and active work for your team. Use whenever the user asks for a PR report, code review status, daily standup prep, team PR overview, "what needs review", "what's stale", "show me open PRs", "daily review", "PR check", "review report"…

11 24d ago A 117 tokens

debug-hunt

11

Flagrare/agent-skills

Skill Claude CodeCodex

Evidence-first debugging for bugs that are hard to reproduce, intermittent, performance-related, or where previous static-analysis fixes have failed. Declares an explicit goal via /goal (the bug no longer reproduces), then loops through Hypothesis → Instrument → Reproduce → Analyze → Fix until that goal is met. Uses…

11 24d ago A 165 tokens

design-review

12

Flagrare/agent-skills

Skill Claude CodeCodex

Evaluate and refine UI the way a senior product designer would, visual hierarchy, spacing and rhythm, typographic scale, legibility, information density, alignment, and restraint, then apply the highest-leverage fixes. Use this skill WHENEVER the user says a UI / page / screen / component feels 'clunky', 'packed'…

11 24d ago A 356 tokens

editorial-pass

13

Flagrare/agent-skills

Skill Claude CodeCodex

Review a finished or near-finished document the way a human editor reads it, start to finish, building a model of what it's trying to communicate, then diagnosing cohesion, coherence, narrative throughline, pacing, consistency, reading fluency, contextualization, and clarity across the whole piece, never just…

11 24d ago A 0 tokens

figma-matcher

14

Flagrare/agent-skills

Skill Claude CodeCodex

Enforces pixel-perfect implementation of Figma designs by exhaustively extracting every visual property from Figma, spinning up Chrome DevTools to measure the current implementation, building a full comparison checklist, and fixing all discrepancies in a single pass. MUST be triggered whenever implementing UI from…

11 24d ago A 155 tokens

five-lens-review

15

Flagrare/agent-skills

Skill Claude CodeCodex

Evaluate a product-direction question through five expert lenses, Senior PM, Senior Product Engineer, Senior Product Designer, Senior Design Engineer, and a realistic end user, then synthesize the conclusions into a single recommendation. Use whenever a user-facing decision has multiple competing constraints…

11 24d ago A 178 tokens

impact-timeline

16

Flagrare/agent-skills

Skill Claude CodeCodex

Build a month-by-month career impact timeline across an entire tenure (or any multi-month window), sweeping every available source (GitHub, issue tracker, Slack, Notion, meeting notes like Granola, the company BI/data platform, Datadog, Sentry) one month at a time, then attaching real product/technical/business…

11 24d ago A 183 tokens

Flagrare/agent-skills

Skill Claude CodeCodex

Pre-commit quality gate. Invoke before every git commit, after /flagrare:staleness-audit. Seven checks, plan gaps, use-case coverage gaps, missing test scenarios, test philosophy violations (Kent Dodds Testing Trophy), SOLID violations, Clean Code violations, and security vulnerabilities. Each check is delegated to a…

11 24d ago A 106 tokens

intake

18

Flagrare/agent-skills

Skill Claude CodeCodex

Pre-planning ticket ingestion. Given a ticket ID or URL, reads the full ticket via MCP or CLI, follows all referenced links (Notion, Figma, GitHub, articles, etc.) using parallel subagents, synthesises a context brief, grounds it in the actual codebase via /flagrare:codebase-explore, then asks codebase-informed…

11 24d ago A 107 tokens

interaction-polish

19

Flagrare/agent-skills

Skill Claude CodeCodex

Elevate the feel, polish, and 'juice' of UI interactions and animations, in the craft tradition of Emil Kowalski (sonner, vaul) and Josh Comeau. Apply it WHENEVER the user wants an interface to feel better, smoother, more polished, responsive, satisfying, delightful, or 'alive'; when they say an interaction feels…

11 24d ago A 276 tokens

open-pr

20

Flagrare/agent-skills

Skill Claude CodeCodex

Open a pull request that follows the repo's conventions. Reads the PR template from .github/PULLREQUESTTEMPLATE.md, fills it with contextualized content (not enumerations), links tracker tickets, writes testing notes, and uses /flagrare:write-docs style for the description. Use when the user says 'open a pr', 'create…

11 24d ago A 110 tokens

pr-reviewer

21

Flagrare/agent-skills

Skill Claude CodeCodex

Review pull requests with full context. Fetches linked Jira tickets, Figma designs, and Notion docs via MCP, spawns parallel subagents for systematic code review (correctness, security, tests, SOLID, clean code), then drafts friendly, humanized GitHub-ready comments. Use when reviewing PRs, examining code changes, or…

11 24d ago A 82 tokens

release-check

22

Flagrare/agent-skills

Skill Claude CodeCodex

Post-commit gate. Invoke after every commit (right after /flagrare:staleness-audit). Checks whether a release is due, and if so, proposes a semver bump and a value-focused CHANGELOG entry modeled on Valve's Dota 2 patch notes, describing what the user gains, never what was refactored. Acts on approval.

11 24d ago A 77 tokens

research-catalog

23

Flagrare/agent-skills

Skill Claude CodeCodex

Whenever you do real external research (WebFetch, WebSearch, or Explore-agent fetches of URLs outside the repo), catalog it in docs/research/ before sending the synthesis back to the user. Credits the sources, captures the findings, and creates a traceable link from the decision back to the evidence.

11 24d ago A 66 tokens

security-audit

24

Flagrare/agent-skills

Skill Claude CodeCodex

Focused security review of a change. Finds HIGH-CONFIDENCE, concretely exploitable vulnerabilities in the staged diff (injection, broken authn/authz, secrets and data exposure, unsafe deserialization, crypto misuse, SSRF) and audits dependencies when a lockfile moved, using the repo's own package manager. Runs as…

11 24d ago A 148 tokens