By shaquan1228
Injects a structured engineering identity into Claude — same reasoning instincts, every session, without re-prompting.
Injects a structured engineering identity into Claude Code and Cursor — same reasoning instincts, every session, without re-prompting.
Without identity: Claude reads what's in front of it and executes the path of least resistance. With identity: it observes before acting, validates assumptions, and flags irreversible moves first.
Tested: same model, same repo, same one-line prompt, bypass permissions, both unattended.
| no identity | genius | |
|---|---|---|
| Time | ~13 min | ~34 min |
| Cost | ~$8 | ~$13 |
| Lines of code | more | ~100 fewer |
| Behavior | read repo, executed a stale CLAUDE.md instruction | deliberated, stayed in step 2 while no-identity was on step 5, ran independent validation |
Backed by research: semi-formal structured reasoning outperforms standard prompting by 8–11pp on code tasks (arxiv 2603.01896).
Via plugin (recommended):
/plugin marketplace add shaquan1228/genius
/plugin install genius@genius
/reload-plugins
Manually:
git clone [email protected]:shaquan1228/genius.git
cd genius
bin/setup
For Cursor: paste the printed snippet into Cursor > Settings > Rules for AI.
Once installed, a SessionStart hook automatically injects docs/identity.md into every Claude Code session — no commands needed. The identity defines how the model should observe, decide, and act. Cursor gets the same context via .cursor/rules/.
docs/identity.md is the only file you need to understand or customize.
Run /genius:think at any point to have Claude explicitly load and summarize the reasoning framework.
| Command | Description |
|---|---|
/genius:think | Load and summarize the genius reasoning framework |
setup | Manually inject identity into Claude Code and Cursor |
teardown [--confirm] | Remove the injection (dry-run by default) |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shaquan1228/genius --plugin geniusHarness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.