Skip to content

sqlew-io/sqlew-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlew Examples

Sample projects for MCP Directory submission.

What is sqlew?

An MCP server that solves the "design intent recording and sharing" problem in the AI coding era.

  • Decision: Record technical decisions
  • Constraint: Record rules to follow
  • autoADR: Automatic recording at plan completion
  • suggest: Auto-suggest related past decisions

Quick Start

Prerequisites

  • Claude Code installed
  • Node.js 18+

Note: Automatic features (autoADR, suggest) work only with Claude Code.

Codex support will be coming soon.

Other coding agents can still use sqlew with manual registration.

Setup

# Install sqlew globally
npm i -g sqlew

# Clone samples
git clone https://github.com/sqlew-io/sqlew-examples.git
cd sqlew-examples

Enable ADR Automation (Claude Code Plugin)

claude plugin marketplace add sqlew-io/sqlew-plugin
claude plugin install sqlew

Verify with claude plugin list:

  ❯ sqlew@sqlew-plugin
    Version: x.x.x
    Scope: user
    Status: ✔ enabled

This enables autoADR and suggests features when you use plan mode in Claude Code. .mcp.json configuration is included in the plugin, never need independent configuration in each project.

Try a Sample

Navigate to a sample folder and start Claude Code:

cd 01-contradiction
claude

Sample List

# Folder Feature Highlight
1 01-contradiction Contradiction Detection Auto-detect policy conflicts in your team
2 02-decision-driven Decision Reference No need to explain from scratch every time
3 03-dry-check autoADR + suggest Auto-detect duplicate implementations
4 04-why-search Reasoning Search Design intent search beyond git blame

Details

See the README.md in each sample folder for step-by-step instructions.

Links

About

sqlew examples: Automated ADR (Architecture Decision Records) for AI coding

Resources

License

Stars

Watchers

Forks

Contributors

Languages