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

context-restore

49

Ertinox7711/SGRR-AGI-V2

Skill Codex

Restore working context saved earlier by /context-save. Loads the most recent saved state (across all branches by default) so you can pick up where you left off — even across Conductor workspace handoffs. Use when asked to "resume", "restore context", "where was I", or "pick up where I left off". Pair with…

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

context-save

50

Ertinox7711/SGRR-AGI-V2

Skill Codex

Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat. Use when asked to "save progress", "save state", "context save", or "save my work". Pair with /context-restore to resume later. Formerly /checkpoint — renamed because Claude Code treats…

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

cso

51

Ertinox7711/SGRR-AGI-V2

Skill Codex

Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology, dependency supply chain, CI/CD pipeline security, LLM/AI security, skill supply chain scanning, plus OWASP Top 10, STRIDE threat modeling, and active verification. Two modes: daily (zero-noise, 8/10 confidence gate) and…

not rated 1 +1 4d ago B 153 tokens copy · 80% MIT

design-consultation

52

Ertinox7711/SGRR-AGI-V2

Skill Codex

Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design source of truth. For existing sites, use /plan-design-review to infer…

not rated 1 +1 4d ago D 114 tokens copy · 94% MIT

design-html

53

Ertinox7711/SGRR-AGI-V2

Skill Codex

Design finalization: generates production-quality Pretext-native HTML/CSS. Works with approved mockups from /design-shotgun, CEO plans from /plan-ceo-review, design review context from /plan-design-review, or from scratch with a user description. Text actually reflows, heights are computed, layouts are dynamic. 30KB…

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

design-review

54

Ertinox7711/SGRR-AGI-V2

Skill Codex

Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after screenshots. For plan-mode design review (before implementation), use…

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

design-shotgun

55

Ertinox7711/SGRR-AGI-V2

Skill Codex

Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. Standalone design exploration you can run anytime. Use when: "explore designs", "show me options", "design variants", "visual brainstorm", or "I don't like how this looks". Proactively suggest when…

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

devex-review

56

Ertinox7711/SGRR-AGI-V2

Skill Codex

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 copy · 95% MIT

document-release

57

Ertinox7711/SGRR-AGI-V2

Skill Codex

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 · 67% MIT

freeze

58

Ertinox7711/SGRR-AGI-V2

Skill Codex

Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze", "restrict edits", "only edit this folder", or "lock down edits".…

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

guard

59

Ertinox7711/SGRR-AGI-V2

Skill Codex

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 · 100% MIT

health

60

Ertinox7711/SGRR-AGI-V2

Skill Codex

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 · 73% MIT

investigate

61

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 · 78% MIT

land-and-deploy

62

Ertinox7711/SGRR-AGI-V2

Skill Codex

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 · 98% MIT

landing-report

63

Ertinox7711/SGRR-AGI-V2

Skill Codex 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 · 78% MIT

learn

64

Ertinox7711/SGRR-AGI-V2

Skill Codex

Manage project learnings. Review, search, prune, and export what gstack has learned across sessions. Use when asked to "what have we learned", "show learnings", "prune stale learnings", or "export learnings". Proactively suggest when the user asks about past patterns or wonders "didn't we fix this before?".

not rated 1 +1 4d ago A 73 tokens copy · 75% MIT

make-pdf

65

Ertinox7711/SGRR-AGI-V2

Skill Codex

Turn any markdown file into a publication-quality PDF. Proper 1in margins, intelligent page breaks, page numbers, cover pages, running headers, curly quotes and em dashes, clickable TOC, diagonal DRAFT watermark. Not a draft artifact — a finished artifact. Use when asked to "make a PDF", "export to PDF", "turn this…

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

office-hours

66

Ertinox7711/SGRR-AGI-V2

Skill Codex

YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons, learning, and open source. Saves a design doc. Use when asked to…

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

open-gstack-browser

67

Ertinox7711/SGRR-AGI-V2

Skill Codex

Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in. Opens a visible browser window where you can watch every action in real time. The sidebar shows a live activity feed and chat. Anti-bot stealth built in. Use when asked to "open gstack browser", "launch browser", "connect chrome"…

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

pair-agent

68

Ertinox7711/SGRR-AGI-V2

Skill Codex

Pair a remote AI agent with your browser. One command generates a setup key and prints instructions the other agent can follow to connect. Works with OpenClaw, Hermes, Codex, Cursor, or any agent that can make HTTP requests. The remote agent gets its own tab with scoped access (read+write by default, admin on…

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

plan-ceo-review

69

Ertinox7711/SGRR-AGI-V2

Skill Codex

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when…

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

plan-design-review

70

Ertinox7711/SGRR-AGI-V2

Skill Codex

Designer's eye plan review — interactive, like CEO and Eng review. Rates each design dimension 0-10, explains what would make it a 10, then fixes the plan to get there. Works in plan mode. For live site visual audits, use /design-review. Use when asked to "review the design plan" or "design critique". Proactively…

not rated 1 +1 4d ago B 102 tokens copy · 72% MIT

plan-devex-review

71

Ertinox7711/SGRR-AGI-V2

Skill Codex

Interactive developer experience plan review. Explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points before scoring. Three modes: DX EXPANSION (competitive advantage), DX POLISH (bulletproof every touchpoint), DX TRIAGE (critical gaps only). Use when asked to…

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

plan-eng-review

72

Ertinox7711/SGRR-AGI-V2

Skill Codex

Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture", "engineering review", or "lock in the plan". Proactively suggest when…

not rated 1 +1 4d ago A 116 tokens copy · 77% 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: