← The works

SkillWright

One library for every prompt, skill, workflow, and note worth keeping.

Local server Running locally

What it does

Keeps prompts, skills, workflows, agents, and reference material in one place that both you and your AI tools can read. It pulls the latest from GitHub when it starts and pushes your edits back when you save, so the library is the same on every machine.

Starting it

First time
python -m pip install -r requirements.txt
Start it
python -m app.server

Why it runs here, not on the web

Editing a skill writes the change straight back to GitHub, which is the library's source of truth. That round trip needs a live server, so it runs where your credentials already live.

Source

JarridDavis/SkillWright