context.md

1.0.1 • Public • Published

CONTEXT.md

A simple utility that standardizes AI context files across different AI assistants and tools.

What it does

When you run npx context.md, it:

  1. Creates an empty CONTEXT.md file in the current directory if one doesn't already exist
  2. Creates symlinks from various AI assistant configuration files to the CONTEXT.md file

The following symlinks are created (if they don't already exist):

  • .goosehintsCONTEXT.md
  • .github/copilot-instructions.md../CONTEXT.md
  • CLAUDE.mdCONTEXT.md
  • codex.mdCONTEXT.md
  • .cursorrulesCONTEXT.md

Usage

npx context.md

Why Use This?

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.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i context.md

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

4.78 kB

Total Files

4

Last publish

Collaborators

  • alexgleason