plugin-maenifold
BaseKnowledge graph and reasoning infrastructure
Components
HookSessionStartHookPreToolUseHookSubagentStopSkillmaenifold
Installation
claude plugin add /path/to/integrations/claude-code/plugin-maenifoldTwo-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
Knowledge graph and reasoning infrastructure
Components
Installation
claude plugin add /path/to/integrations/claude-code/plugin-maenifoldMulti-agent product team with TDD pipeline Requires plugin-maenifold.
Components
Installation
claude plugin add /path/to/integrations/claude-code/plugin-product-teamAdd the following to your MCP client configuration to connect Claude Code to the maenifold MCP server:
{
"mcpServers": {
"maenifold": { "command": "maenifold", "args": ["--mcp"], "type": "stdio" }
}
}