@localhostdevelopment/agent-rules
v0.2.0
Published
Set up AI agent rules and configuration for your project
Maintainers
Readme
agent-rules
CLI tool to set up AI agent rules and configuration for your project.
Install
npm install -g agent-rulesUsage
Navigate to your project root and run:
agent-setupYou'll be prompted to select a stack:
- Base (Generic Typescript Project)
- Expo (React Native)
- Next.js (App Router)
The tool will:
- Copy base rule files into
.cursor/rules/ - Copy stack-specific rule files into
.cursor/rules/ - Generate an
AGENTS.mdfile in the project root
Idempotent
If rule files or AGENTS.md already exist, you'll be prompted before overwriting.
Development
npm install
npm run build
node dist/cli.jsLicense
MIT
