geniro-io

61 mods across 2 repositories, 8 stars between them.

legacy-gateway

49

geniro-io/geniro-claude-harness

Cursor rule Claude Code

Partner-facing routes under src/api/ must stay backwards compatible for two minor versions. Adding a required request field is a breaking change; add it optional and deprecate the old shape first.

8 2d ago A 0 tokens original Apache-2.0

actions

50

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when scaffolding a reusable workflow-helper (Slack/PR/release automations) or invoking a previously-created action. Stored at .geniro/actions/. Run-mode executes the action directly — invoking it is the authorization, so no confirmation is asked. Skip for editing core Geniro skills — edit the plugin repo directly.

8 2d ago A 66 tokens copy · 97% Apache-2.0

audit-instructions

51

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when auditing the current repo's AI-assistant instruction files — CLAUDE.md, AGENTS.md, Cursor rules, Copilot instructions, and every other agent-facing surface — for accuracy against the codebase, cross-tool consistency, bloat, structure, and coverage gaps: 'audit our AI instructions', 'is CLAUDE.md stale', 'are…

8 2d ago A 178 tokens copy · 95% Apache-2.0

debug

52

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when a bug needs systematic investigation. 3-phase loop (Investigate → Propose → Ship) mirroring /geniro:implement: observe → hypothesize → test → isolate → propose fix → author reproduction test, then escalate to /geniro:implement with a handoff file at .geniro/state/handoff/from-debug- .md. Adversarial mode…

8 2d ago A 109 tokens copy · 91% Apache-2.0

implement

53

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when shipping a new feature, endpoint, page, or significant change against a spec.md / plan.md (from /geniro:plan) OR a raw inline task description. 3-phase autonomous loop: Analyze → Implement → Self-review-and-Ship. Optional --deep deepens two phases — a multi-angle self-review with verification escalated only…

8 2d ago A 100 tokens copy · 95% Apache-2.0

instructions

54

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when adding skill-behavior rules at Geniro skill phase boundaries OR cross-cutting code-style rules loaded at every code-writing/review step; also for declaring read-only fact-verification sources (## Data Sources), recording what each project check covers and leaves uncovered so results are not overstated (##…

8 2d ago A 111 tokens copy · 94% Apache-2.0

investigate

55

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when answering deep codebase questions that need evidence — repo structure, code behavior, git history, or internet sources. Parallel research agents produce cited answers. Skip for bug fixes (/geniro:debug) or codebase mapping (/geniro:onboard).

8 2d ago C 54 tokens copy · 98% Apache-2.0

onboard

56

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when starting fresh in an unfamiliar codebase and need rapid orientation. Scans structure and conventions; produces CODEBASEMAP.md with architecture, module graph, critical paths, entry points. Skip for specific Q&A (/geniro:investigate) or bug investigation (/geniro:debug).

8 2d ago C 62 tokens copy · 94% Apache-2.0

plan

57

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when turning a vague idea or feature request into an approved spec.md before /geniro:implement. Spec-first planning workflow: explore → grill (decision-tree clarification) → propose 2-3 approaches → approve sections → write spec.md → mechanical validate → user approve → handoff. Skip for well-formed specs already…

8 2d ago A 132 tokens copy · 95% Apache-2.0

refactor

58

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when restructuring code for better organization or reducing tech debt with zero behavior change. 3-phase loop (Plan → Apply → Verify); never ships — the diff is the deliverable. For behavioral changes use /geniro:implement; for performance use /geniro:review (optimizations dimension).

8 2d ago C 63 tokens copy · 91% Apache-2.0

reflect

59

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when the user wants to turn recent session experience into project rules, or asks what should be learned from the last sessions. Mines session history for durable rule and improvement candidates — recurring user corrections, rejected suggestions, repeated friction — and routes approved candidates to CLAUDE.md /…

8 2d ago B 137 tokens copy · 95% Apache-2.0

resolve

60

geniro-io/geniro-claude-harness

Skill Claude CodeCodex

Use when an open pull request has unresolved review comments (human or bot) and/or failing CI checks and the user wants them handled. Triages each one, declines the over-engineering and regression-risk asks with an evidence-backed push-back, confirms anything that changes behavior, applies the accepted fixes itself…

8 2d ago B 108 tokens copy · 92% Apache-2.0

geniro-graphiti-mcp

61

geniro-io/geniro-graphiti-mcp

MCP server Claude CodeCodexCursor +2

A clean-room Graphiti MCP server for the Claude CLI: embeds graphiti-core and writes to Neo4j synchronously, with no silent-drop queue. Runs locally from the geniro-graphiti-mcp Python package.

0 2mo ago A tokens not measured