Codex skills and system prompt additions for sqlew, a context-sharing MCP server with Plan-to-ADR integration.
- Skills: Auto-triggered guidance for plan decision/constraint formatting and PR ADR enrichment
- System Prompt: Invoke sqlew workflow rules before and after planning
Install the sqlew MCP server globally:
npm i -g sqlewgit clone https://github.com/sqlew-io/sqlew-codex-skillscp sqlew-codex-skills/copy_to_codex_dir/* ~/.codexin ~/.codex/config.toml
project_doc_fallback_filenames = ["sqlew_agents.md"]
.
.
.
[mcp_servers.sqlew]
command = "sqlew"Simply remove skills and config lines.
rm -rf ~/.codex/skills/sqlew-decision-format
rm -rf ~/.codex/skills/sqlew-pr-adr
rm ~/.codex/sqlew_agents.md- sqlew MCP Server - The MCP server that provides decision/constraint management
- sqlew-plugin - for Claude Code
Apache-2.0