Skip to content
maenifold
GitHub

maenifold

One graph. Every agent. Knowledge that compounds.

Agents think in chains of thought. Maenifold captures the important bits as [[WikiLinks]], builds a graph of just those concepts and how they relate, and feeds it back into the context window. Memory for humans. Graph for agents. One graph, every AI tool on your machine.

GitHub starsLatest releaseMIT license
Knowledge graph visualization — 1,623 concepts connected by 58,851 links, colored by connection strength
1,623 concepts. 58,851 links. Built by agents.

The problem

Agent sessions are stateless. Everything learned disappears when the session ends. Agents across tools can’t share what they know — Claude Code doesn’t know what Copilot learned. RAG retrieves documents and hopes for the best. It doesn’t understand relationships. The context window starts empty every time.

How it works

Seed. Create. Run. Compound.

Infrastructure that extends itself. Agents create workflows. Workflows produce knowledge. Knowledge sharpens the graph. The graph makes better agents.

Seed the graph
Point agents at any domain’s literature. They research in parallel, tag concepts with [[WikiLinks]], and structure emerges — no schema required.
Create specialists
Generate roles and agents grounded in your actual knowledge. 16 built-in. Write more. They persist.
Run workflows
39 built-in workflows. Schedule via cron. Agents produce structured output — reports, analyses, roadmaps — while you sleep.
Watch it compound
Noise decays. Signal strengthens. Reasoning domains emerge automatically. Every run makes the next one smarter.

Built with maenifold

Three production domains. Zero overlap in subject matter. Same infrastructure underneath.

Microsoft FinOps Toolkit

plugin-finops-toolkit

The official Claude Code plugin for Microsoft’s FinOps Toolkit. 4 autonomous agents analyze cloud cost data, run KQL queries against Azure Data Explorer, and produce FinOps reports on a cron schedule — no human in the loop.

4 agents + 2 skills + 17 queries
Azure ISV capacity

plugin-capacity-management

Purpose-built for SaaS ISVs operating in Azure. An agent manages quota operations, capacity reservations, and zone-level governance across subscription estates. Companion material to training offered by Microsoft’s Customer Success Unit.

Agent + skill + docs site
Dogfooding

plugin-product-team

Used to build maenifold itself. A product manager orchestrates 4 specialized agents — SWE, researcher, red-team, blue-team — through sprint planning, TDD validation, and parallel task execution.

4 agents + PM skill/TDD pipeline
Base

plugin-maenifold

The substrate. Knowledge graph, 25+ MCP tools, 39 workflows, 16 roles, 7 thinking colors. Graph-of-thought priming at session start. [[WikiLink]] context injection on every task. Memory lifecycle — decay, consolidation, community detection.

25+ tools/39 workflows/16 roles

Architecture

Six layers of composable primitives. Complexity emerges from composition.

LayerPrimitivesPurpose
MemoryWriteMemory ReadMemory EditMemory DeleteMemory MoveMemory SyncPersist knowledge with [[WikiLinks]]
GraphSearchMemories BuildContext FindSimilarConcepts VisualizeQuery and traverse knowledge
SessionRecentActivity AssumptionLedger ListMemoriesTrack work, state, and uncertainty
PersonaAdoptRoles, colors, and perspectives
ReasoningSequentialThinkingMulti-step thought with revision and branching
OrchestrationWorkflowState machines over steps and tools

15+ retrieval techniques supported natively or via composition. The full technique matrix is in the docs.

Install

GitHub starsLatest release

Install the binary, add the marketplace, install the plugin. The infrastructure activates — graph-of-thought priming, [[WikiLink]] context injection, 25+ tools, 39 workflows, 16 roles.

# Install the binary
brew install msbrettorg/tap/maenifold

# Add the plugin marketplace and install the base plugin
claude plugin marketplace add msbrettorg/maenifold
claude plugin install maenifold@maenifold-marketplace

Full setup guide — MCP configuration, CLI examples, product team plugin.

Next steps