ai-devcontext
v1.0.0
Published
Instantly bootstrap AI configuration templates (CLAUDE.md, .claude/, .cursor/) into any project.
Maintainers
Readme
ai-devcontext
Instantly bootstrap AI coding assistant configuration into any project — CLAUDE.md, claude.local.md, .claude/ (rules, skills, commands, agents, hooks, workflows), and .cursor/ (rules, commands, skills, hooks).
Install
npm install -g ai-devcontextOr run it once without installing:
npx ai-devcontext initUsage
From the root of any project:
devcontext initThis copies the full template tree into your project, skipping any file that already exists, marks shell command scripts executable, and adds claude.local.md / .claude/settings.local.json to your .gitignore.
What gets created
CLAUDE.md Root project guide (stack, build/test/lint, conventions)
claude.local.md Personal, git-ignored local notes
.cursor/
├── .cursorignore
├── cursor.json
├── .cursorrules Legacy fallback rules
├── rules/ Scoped rules (backend, UI conventions)
├── commands/ Dev task scripts (lint, format, test, docker, db, etc.)
├── skills/code-reviewer/
└── hooks/after-edit.sh
.claude/
├── settings.json
├── settings.local.json Machine-specific, git-ignored
├── rules/ Architecture + security checklist
├── skills/testing-patterns/
├── commands/ Same dev task scripts as .cursor/commands/
├── agents/security-scanner/
├── hooks/after-edit.sh
└── workflows/deployment-guide.mdLicense
MIT
