Ertinox7711/SGRR-AGI-V2

⚡ The Claude Code power-rig in 1 prompt: settings.json, CLAUDE.md AGI-proactive, context hooks, memory, 12 plugins + an anti-leak pipeline of secrets to participate in the configuration without risk. 🇫🇷 FR-native.

This repository also configures its own agents. See what SGRR-AGI-V2 tells them →

1Stars on the repository
199Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

plan-tune

73

Ertinox7711/SGRR-AGI-V2

Skill Codex

Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). Review which AskUserQuestion prompts fire across gstack skills, set per-question preferences (never-ask / always-ask / ask-only-for-one-way), inspect the dual-track profile (what you declared vs what your behavior suggests), and…

not rated 1 +1 4d ago A 170 tokens copy · 92% MIT

qa-only

74

Ertinox7711/SGRR-AGI-V2

Skill Codex

Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the full test-fix-verify loop, use /qa instead. Proactively…

not rated 1 +1 4d ago C 111 tokens copy · 92% MIT

qa

75

Ertinox7711/SGRR-AGI-V2

Skill Codex

Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's broken". Proactively suggest when the user says a…

not rated 1 +1 4d ago C 160 tokens copy · 86% MIT

retro

76

Ertinox7711/SGRR-AGI-V2

Skill Codex

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what did we ship", or "engineering retrospective". Proactively…

not rated 1 +1 4d ago A 76 tokens copy · 92% MIT

review

77

Ertinox7711/SGRR-AGI-V2

Skill Codex

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land…

not rated 1 +1 4d ago A 81 tokens original MIT

scrape

78

Ertinox7711/SGRR-AGI-V2

Skill Codex

Pull data from a web page. First call on a new intent prototypes the flow via $B primitives and returns JSON. Subsequent calls on a matching intent route to a codified browser-skill and return in 200ms. Read-only — for mutating flows (form fills, clicks, submissions), use /automate. Use when asked to "scrape", "get…

not rated 1 +1 4d ago A 106 tokens copy · 69% MIT

Ertinox7711/SGRR-AGI-V2

Skill Codex

Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack).

not rated 1 +1 4d ago A 65 tokens copy · 91% MIT

setup-deploy

80

Ertinox7711/SGRR-AGI-V2

Skill Codex

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy"…

not rated 1 +1 4d ago A 104 tokens copy · 77% MIT

setup-gbrain

81

Ertinox7711/SGRR-AGI-V2

Skill Codex

Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. One command from zero to "gbrain is running, and this agent can call it." Use when: "setup gbrain", "connect gbrain", "start gbrain", "install gbrain", "configure gbrain for…

not rated 1 +1 4d ago C 95 tokens original MIT

ship

82

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", "merge and push", or "get it deployed". Proactively invoke this skill (do NOT push/PR directly) when the user says code is…

not rated 1 +1 4d ago A 105 tokens copy · 89% MIT

skillify

83

Ertinox7711/SGRR-AGI-V2

Skill Codex

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. Future /scrape calls with the same intent run the codified script in 200ms instead of re-driving the page. Walks back through the conversation, synthesizes script.ts + script.test.ts fixture, runs the test in a temp dir, and asks…

not rated 1 +1 4d ago A 110 tokens copy · 80% MIT

sync-gbrain

84

Ertinox7711/SGRR-AGI-V2

Skill Codex

Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. Wraps the gstack-gbrain-sync orchestrator with state probing, native code-surface registration, capability checks, and a verdict block. Re-runnable, idempotent. Use when: "sync gbrain", "refresh gbrain", "re-index this repo"…

not rated 1 +1 4d ago A 95 tokens copy · 89% MIT

unfreeze

85

Ertinox7711/SGRR-AGI-V2

Skill Codex

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits". (gstack).

not rated 1 +1 4d ago A 60 tokens copy · 70% MIT

gstack

86

Ertinox7711/SGRR-AGI-V2

Skill Codex

Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or…

not rated 1 +1 4d ago A 84 tokens copy · 94% MIT

benchmark-models

87

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Cross-model benchmark for gstack skills. Runs the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side — compares latency, tokens, cost, and optionally quality via LLM judge. Answers "which model is actually best for this skill?" with data instead of vibes. Separate from /benchmark, which measures…

not rated 1 +1 4d ago B 134 tokens original MIT

benchmark

88

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time. Use when: "performance", "benchmark", "page speed", "lighthouse", "web vitals", "bundle size", "load time".…

not rated 1 +1 4d ago A 94 tokens copy · 80% MIT

devex-review

90

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Live developer experience audit. Uses the browse tool to actually TEST the developer experience: navigates docs, tries the getting started flow, times TTHW, screenshots error messages, evaluates CLI help text. Produces a DX scorecard with evidence. Compares against /plan-devex-review scores if they exist (the…

not rated 1 +1 4d ago A 155 tokens original MIT

document-release

91

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to "update the docs", "sync documentation", or "post-ship docs".…

not rated 1 +1 4d ago A 96 tokens copy · 72% MIT

guard

92

Ertinox7711/SGRR-AGI-V2

Skill Claude Code

Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live systems. Use when asked to "guard mode", "full safety"…

not rated 1 +1 4d ago C 88 tokens copy · 88% MIT

health

93

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the codebase", "run all checks", "quality score". (gstack).

not rated 1 +1 4d ago A 77 tokens copy · 80% MIT

investigate

94

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this skill (do NOT debug…

not rated 1 +1 4d ago A 112 tokens copy · 81% MIT

land-and-deploy

95

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex

Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production". (gstack).

not rated 1 +1 4d ago A 71 tokens copy · 92% MIT

landing-report

96

Ertinox7711/SGRR-AGI-V2

Skill Claude CodeCodex needs its repo

Read-only queue dashboard for workspace-aware ship. Shows which VERSION slots are currently claimed by open PRs, which sibling Conductor workspaces have WIP work likely to ship soon, and what slot /ship would pick next. No mutations — just a snapshot. Use when asked to "landing report", "what's in the queue", "show me…

not rated 1 +1 4d ago A 95 tokens copy · 86% MIT

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: