Skip to content
maenifold
GitHub

Plugins

Two-layer plugin architecture for Claude Code. The base plugin provides the knowledge graph and reasoning tools. The product team plugin adds opinionated agents and workflows on top.

2 plugins

plugin-maenifold

Base

Knowledge graph and reasoning infrastructure

HookSessionStartHookPreToolUseHookSubagentStopSkillmaenifold
claude plugin add /path/to/integrations/claude-code/plugin-maenifold

plugin-product-team

Opinionated

Multi-agent product team with TDD pipeline Requires plugin-maenifold.

AgentsweAgentresearcherAgentred-teamAgentblue-teamSkillproduct-manager
claude plugin add /path/to/integrations/claude-code/plugin-product-team

MCP Configuration

Add the following to your MCP client configuration to connect Claude Code to the maenifold MCP server:

{
  "mcpServers": {
    "maenifold": { "command": "maenifold", "args": ["--mcp"], "type": "stdio" }
  }
}