Skip to content

sqlew-io/sqlew-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlew-codex

Codex skills and system prompt additions for sqlew, a context-sharing MCP server with Plan-to-ADR integration.

Features

  • Skills: Auto-triggered guidance for plan decision/constraint formatting and PR ADR enrichment
  • System Prompt: Invoke sqlew workflow rules before and after planning

Installation

Prerequisites

Install the sqlew MCP server globally:

npm i -g sqlew

Clone this repository

git clone https://github.com/sqlew-io/sqlew-codex-skills

Install Skills and System Prompt

cp sqlew-codex-skills/copy_to_codex_dir/* ~/.codex

Edit your config file to activate System Prompt and MCP

in ~/.codex/config.toml

project_doc_fallback_filenames = ["sqlew_agents.md"]
.
.
.
[mcp_servers.sqlew]
command = "sqlew"

Uninstallation

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

Related

License

Apache-2.0

About

Codex Skills and System Prompt for auto-ADR with sqlew MCP

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors