sqlew
01MCP server Claude CodeCodexCursor +2
Automated ADR (Architecture Decision Records) for AI Coding Agents - MCP server with SQL-backed decision repository. Runs locally from the sqlew npm package.
MCP server Claude CodeCodexCursor +2
Automated ADR (Architecture Decision Records) for AI Coding Agents - MCP server with SQL-backed decision repository. Runs locally from the sqlew npm package.
Plugin Claude Code
Plugin marketplace listing 1 plugin: sqlew.
Plugin Claude Code
Context sharing for AI agents with Plan-to-ADR integration. Provides Skills, Hooks, and Agents for sqlew MCP server.
Skill Claude CodeCodex
REQUIRED format for decisions and constraints in plan mode. Plans MUST use π Decision / π« Constraint markers for auto-extraction on ExitPlanMode. Invoke this skill when writing plans to get the exact template.
Skill Claude CodeCodex
REQUIRED workflow for plan mode with sqlew integration. MUST search for related context before writing plans. Invoke for suggest search steps, Related Context template, and queue monitoring.
Skill Claude CodeCodex
REQUIRED for all PR creation. When creating a pull request, composing a PR body, or about to run gh pr create, this skill MUST be applied. Enriches the PR body with Architecture Decision Records (ADR) from sqlew so reviewers understand WHY changes were made, not just what changed. Uses diff-based reverse lookup: gitβ¦
MCP server Claude CodeCodexCursor
MCP server "sqlew" as configured in sqlew-io/sqlew-plugin. Launched with sqlew.
Hook
Runs before the agent uses a tool for Task, Write, write, search_replace, EnterPlanMode, enter_plan_mode, ExitPlanMode, exit_plan_mode, apply_patch, Bash, shell_command, shell and exec_command tool calls, running sqlew suggest (3 commands). From sqlew-io/sqlew-plugin.
Hook
Runs after a tool call finishes for Edit, Write, write, search_replace, apply_patch, Edit, Write, write, search_replace, apply_patch, TodoWrite, ExitPlanMode and exit_plan_mode tool calls, running sqlew save (4 commands). From sqlew-io/sqlew-plugin.
Hook
Runs when a subagent finishes, running sqlew on-subagent-stop. From sqlew-io/sqlew-plugin.
Hook
Runs when the agent finishes a response, running sqlew on-stop (2 commands). From sqlew-io/sqlew-plugin.
Hook
Runs when you submit a prompt, before the agent sees it, running sqlew on-prompt. From sqlew-io/sqlew-plugin.
Hook
Runs when a session starts, running sqlew on-session-start. From sqlew-io/sqlew-plugin.