- Notifications
You must be signed in to change notification settings - Fork1
Context files in no time for your github repo
License
coderamp-labs/gitrules
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Pastable superpowers for your codebases.
Build context files (agents, rules, MCP configs, etc.) for AI coding tools. Compose them in a browser workspace, then generate a singleinstall-in-one-click script that recreates the files inside any repo.
We’re basically yourcontext manager 🗂️ — helping youcreate, modify, and improve your coding context for AI coding agents through simple files. Drop in rules, agents, or MCP configs and watch your agents level up ⚡.
- 🖥️Visual workspace: File tree + Monaco editor + quick actions, persisted in
localStorage. - 🔄Instant sharing: Every change turns into a fresh one-click install script (short hash included).
- 🤖Plug-and-play add-ons:
- Agents from
app/actions/agents/*.md - Rules from
app/actions/rules/*.md - MCPs from
app/actions/mcps.json→ toggled into.mcp.json
- Agents from
- 🎨Zero-setup UI: Jinja + Tailwind + Vanilla JS; no fragile build step.
- Backend: FastAPI, Jinja2
- Frontend: Tailwind, Vanilla JS, Monaco editor (CDN)
- Runtime: Uvicorn (dev)
- Config:
.envviapython-dotenv - Analytics (optional):
api-analyticsmiddleware
This project usesuv for package management.
- Install
uv pip install -r requirements.txt
- Run the dev server
uvicorn app.main:app --reload
- Open the site → UseQuick start buttons to add Agents / Rules / MCPs.
- Workspace → Files appear in the left tree; edit in the center editor.
- One-click install → Top-right shows a shell command, for example:
sh -c"$(curl -fsSL http://localhost:8000/api/install/<HASH>.sh)"It creates folders, writes files, and lists any requiredenvironment variables it detected.
🔐Security tip: As with any
curl | sh, inspect the script first:curl -fsSL http://localhost:8000/api/install/<HASH>.sh
Agent: drop
my-agent.mdintoapp/actions/agents/
The UI label is derived from the filename (kebab → Title Case).Rule: drop
my-rule.mdintoapp/actions/rules/MCP preset: edit
app/actions/mcps.json
The installer toggles entries into.mcp.jsonand surfaces any${ENV_VAR}strings it finds.
Using prompts from:
https://github.com/centminmod/my-claude-code-setup
About
Context files in no time for your github repo
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.
