By cdeust
97 genius reasoning patterns from history's greatest minds + 19 team specialist agents under one zetetic epistemic standard none of them can bypass. 61 skills, 25 commands, 16 lifecycle hooks. PreToolUse/PostToolUse guards for git commit provenance, layer-check, and research citation. Includes a stdio MCP server.
16 commands across 6 categories. Commands are operational shortcuts that invoke tools, skills, and agents.
List all zetetic agents with their types, roles, and trigger conditions.
Spawn an agent as a standalone Claude Code session in an isolated git worktree.
Check status of running agent worktrees — active branches, last commit, uncommitted changes.
Load multiple genius agents in sequence, apply each to the problem, and pass output forward.
Proactively analyze structural changes, decomposition decisions
Proactively review code changes for Clean Architecture, SOLID, size limits
Data scientist specializing in profile-first EDA, distribution-aware modeling, missingness classification
Database specialist adapting to any engine (PostgreSQL, MySQL, SQLite, MongoDB, etc.) — schema design
DevOps engineer specializing in CI/CD, containerization, infrastructure-as-code, observability
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executes bash commands
Hook triggers when Bash tool is used
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Getting Started · What You Get · How It Works · Verification · Layout · License
This monorepo unifies four projects:
Cortex — persistent memory with biological consolidation
automatised-pipeline — Rust codebase-intelligence graph
zetetic-team-subagents — 97 reasoning patterns + 19 team agents
prd-spec-generator — stateless PRD reducer with multi-judge verification
Claude Code is powerful in one session and amnesiac the next. It can reason about a function but not the call graph it sits in. It can draft a PRD but not measure whether the PRD is actionable. Each of these problems has a project; each project has its own install, its own update path, its own MCP server, its own bug-report surface.
agentic-ai is the four projects merged into one TypeScript monorepo with a single Claude Code marketplace install. One pnpm command builds everything. One /plugin install enables any of the four capabilities. The MCP servers are wired against the unified TS/Rust outputs, not the original separate repos. The Cortex retrieval pipeline runs end-to-end in TypeScript and exceeds the Python baseline on the LoCoMo benchmark (MRR 0.851 vs 0.696, hit-rate 98.5% vs 95.9%).
4 plugins. 87+ MCP tools across them. 3870 tests. Real-subprocess parity verification against every source repo. pnpm audit --prod clean.
Install all four plugins from inside Claude Code:
/plugin marketplace add cdeust/agentic-ai
/plugin install memory@agentic-ai
/plugin install codebase@agentic-ai
/plugin install reasoning@agentic-ai
/plugin install prd@agentic-ai
Restart Claude Code. /mcp should show four servers connected:
| MCP server name | Plugin | What it provides |
|---|---|---|
memory | memory@agentic-ai | persistent memory across sessions (45+ tools) |
codebase | codebase@agentic-ai | codebase graph + semantic search (23 tools) |
reasoning | reasoning@agentic-ai | 97 reasoning patterns + 19 specialist agents (2 tools + 63 skills) |
prd | prd@agentic-ai | 9-file PRD pipeline with multi-judge verification (17 tools) |
Install only the plugins you want — they're independent. No monorepo checkout, no extra build, no pnpm install on the user's side.
The four MCP server names are deliberately chosen to NOT collide with the standalone source repos' server names (cortex, ai-architect, prd-gen, reasoning). If you have any of cortex@cortex-plugins, automatised-pipeline@automatised-pipeline-marketplace, or prd-spec-generator@prd-spec-generator-marketplace installed, both can coexist — Claude Code routes tool calls to the right server because the names differ.
| Plugin | First-launch path | Subsequent launches |
|---|---|---|
memory | runs npm install --omit=dev once to fetch native bindings (better-sqlite3, onnxruntime-node, @xenova/transformers, pg, sqlite-vec) | exec node dist/index.js immediately |
codebase | downloads the prebuilt automatised-pipeline-<os>-<arch> binary from the latest GitHub Release (codebase-v* tag), caches it under bin/ | exec the cached binary immediately |
reasoning | exec node dist/index.js immediately — no native deps | same |
prd | runs npm install --omit=dev once to fetch ajv | exec node dist/index.js immediately |
npx claudepluginhub p/cdeust-reasoning-packages-reasoningDEPRECATED — renamed to hypermnesia-mcp. Install hypermnesia-mcp from this same marketplace.
Cortex — persistent memory for Claude Code that remembers across sessions automatically. Install and forget. Scientific retrieval backed by 97 published references. (Renamed from the 'cortex' plugin to match the PyPI/MCP-registry identity.)
97 genius reasoning patterns from history's greatest minds. One epistemic standard none of them can bypass.
Enterprise PRD generator with 8 PRD types, 15 thinking strategies, multi-judge verification, codebase analysis, and 4-file export (PRD + JIRA + Tests + Verification)
Standalone visualization MCP for Cortex — a live neural-graph galaxy of every project, file, symbol, memory, discussion and wiki page, plus a per-session execution trace. Read-only bridge over Cortex's shared PostgreSQL and the ~/.claude artifacts.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems