A simple utility that standardizes AI context files across different AI assistants and tools.
When you run npx context.md
, it:
- Creates an empty
CONTEXT.md
file in the current directory if one doesn't already exist - Creates symlinks from various AI assistant configuration files to the
CONTEXT.md
file
The following symlinks are created (if they don't already exist):
-
.goosehints
→CONTEXT.md
-
.github/copilot-instructions.md
→../CONTEXT.md
-
CLAUDE.md
→CONTEXT.md
-
codex.md
→CONTEXT.md
-
.cursorrules
→CONTEXT.md
npx context.md
If your team uses multiple AI pair programming tools (like GitHub Copilot,
Cursor, Claude, Goose, etc.), each tool looks for context in different files.
This tool allows you to maintain a single source of truth in CONTEXT.md
that
all tools can reference.
MIT