Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By mistakeknot
Living bridge between your projects folder and Notion — bidirectional sync with adaptive AI documentation and pagent workflow automation
npx claudepluginhub mistakeknot/interagency-marketplace --plugin interkastenTriage all registered projects, generate missing docs, establish drift baselines, and sync to Notion.
Notion companion diagnostics (delegates to /clavain doctor scope)
Configure Notion webhook sync — deployment path, config, and setup guide
```
Maps local filesystem entities to Notion page IDs. Each row = one synced entity.
Tools expose raw signals and CRUD operations. Intelligence lives in Claude Code skills:
| Tool | Description |
| Skill | Command | Description |
Self-Diagnosis & Health Check
Interactive Project Discovery & Layout
Project Onboarding & Doc Gap Fill
Webhook Setup — Configure Notion webhook sync
Admin access level
Server config contains admin-level keywords
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Notion workspace and database integration
Notion API interaction skill for AI agents. Manage pages, databases, blocks, search, and comments through a simple CLI interface.
Comprehensive Notion API integration — 9 composite tools, ~95% coverage
Claude Code skill pack for Notion (30 skills)
Notion integration providing workspace search, page management, database operations, and AI-optimized content access via Notion's hosted MCP server.
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
[DEPRECATED — use intervoice] Analyze your writing style and adapt Claude's output to sound like you. Replaced by intervoice, which reads one global multi-register profile instead of per-project glob-routed files.
Recursive AGENTS.md generator with integrated Oracle critique, CLAUDE.md harmonization, incremental updates, diff previews, and smart monorepo scoping. Cross-AI compatible.
Self-improving agent rig: codifies product and engineering discipline into composable workflows from brainstorm to ship. Compounds knowledge, generates domain agents, monitors its own docs, and surfaces conservative update drift. Orchestrates Claude, Codex, and Oracle through 6 agents, 52 commands, 19 skills, 0 MCP servers. Factory substrate: CXDB turn DAG, scenario bank with satisfaction scoring, evidence pipeline, agent capability policies. Companions: interspect, interphase, interline, interflux, interpath, interwatch, interslack, interform, intercraft, interdev, interpeer, intertest.
Token-efficient code reconnaissance for LLMs. Autonomous skills save 48-85% tokens via diff-context, semantic search, structural patterns, and symbol analysis. Includes MCP server for direct tool integration.
Token efficiency benchmarking, session analytics, and API-equivalent cost analysis for agent workflows
Bidirectional Notion sync for Claude Code.
interkasten is the living bridge between your project filesystem and Notion. Changes flow both directions: edit a page in Notion and it syncs to your project; update a markdown file locally and it pushes to Notion. The MCP server provides 27 tools covering project CRUD, bidirectional sync, page and database tracking, file scanning, conflict resolution, and signal gathering. Multi-workspace support lets you sync from different Notion workspaces using named token aliases.
Conflict resolution uses three-way merge with node-diff3. When both sides change the same document, it attempts automatic resolution; when that fails, you get a structured conflict with the local version, remote version, and common ancestor so you can make an informed decision rather than guessing which version is newer.
The sync also integrates with Beads issue tracking: beads state flows into Notion for visibility, and Notion updates flow back to keep everything consistent.
First, add the interagency marketplace (one-time setup):
/plugin marketplace add mistakeknot/interagency-marketplace
Then install the plugin:
/plugin install interkasten
Requires Node.js for the MCP server.
Onboard a project:
/interkasten:onboard
Check sync health:
/interkasten:interkasten-doctor
The MCP server starts automatically and provides 27 tools for programmatic Notion interaction. A SessionStart hook shows brief sync status; a Stop hook warns about pending sync operations.
To track databases from a different Notion workspace, save a named token:
interkasten_config_save(alias: "work", value: "${NOTION_TOKEN_WORK}")
interkasten_track_database(database_id: "abc123", token: "work")
The token alias is stored with the tracked database, so refresh operations use it automatically.
Pull regular Notion pages (not just databases) as local markdown:
interkasten_track_page(page_id: "abc123", recursive: true, depth: 3)
Child pages are discovered and pulled recursively. Use interkasten_refresh_page to re-sync.
server/ Node.js/TypeScript MCP server (Drizzle ORM + SQLite)
skills/ onboard, layout, doctor
commands/ onboard, doctor
hooks/ SessionStart (status), Stop (pending sync warning)