getappz/agentflare

Run AI coding agents efficiently, and coordinate more than one of them. Zero fluff, zero runtime deps.

2Stars on the repository
11Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

getappz/agentflare

Skill Claude CodeCodex

Use when an algorithm is non-trivial enough that getting the logic right matters more than the syntax — concurrency-sensitive code, a non-obvious data-structure choice, or anything where a subtle off-by-one or complexity mistake is expensive to find after implementation. Write the algorithm in language-agnostic…

2 2d ago A 107 tokens original Apache-2.0

brainstorming

02

getappz/agentflare

Skill Claude CodeCodex

Use before any creative or ambiguous request — a new feature, a "can we..." feasibility question, a vague bug report with no clear fix yet — to classify how much process it needs and block implementation until that process is done and approved. Skip once the ask is already concrete and scoped…

2 2d ago A 87 tokens original Apache-2.0

getappz/agentflare

Skill Claude CodeCodex

Use when writing or maintaining an OpenAPI/Swagger 3.0 specification for a REST API — new endpoints, request/response schemas, auth schemes, or error responses that need to be documented accurately and stay in sync with the implementation. Skip for internal-only functions/modules with no HTTP surface, and skip for…

2 2d ago A 78 tokens original Apache-2.0

pm

04

getappz/agentflare

Skill Claude CodeCodex

Product management for any project — read-only reporting (/pm:standup, /pm:groom, /pm:plan, /pm:health, /pm:portfolio) plus PM mode, an explicitly-activated execution arm that creates and dispatches work via handoff instead of implementing it directly. Embedded in the agentflare binary, so it's available regardless of…

2 2d ago A 85 tokens original Apache-2.0

getappz/agentflare

Skill Claude CodeCodex

Use when a feature request or bug report is vague enough that "what does done look like" isn't obvious yet — turns a fuzzy ask into testable functional/non-functional requirements, constraints, and Gherkin-style acceptance criteria before any design or code starts. Skip for small, already-unambiguous changes, and skip…

2 2d ago A 96 tokens original Apache-2.0

getappz/agentflare

Skill Claude CodeCodex

Use when a change is big enough to need a deliberate structural decision first — new service boundaries, a data model that will be expensive to change later, a technology choice, or anything crossing multiple components — and you want the trade-offs and rationale written down, not just the diagram. Skip for changes…

2 2d ago A 100 tokens original Apache-2.0

getappz/agentflare

Skill Claude CodeCodex

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — walks through root-cause investigation, pattern comparison, and a single tested hypothesis before any code changes. Skip when there's no failure to explain yet (greenfield feature work) — use algorithm-pseudocode-design or…

2 2d ago A 70 tokens original Apache-2.0