Skip to content

thomaslorincz/ai-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@thomaslorincz/ai-rules

Install my preferred AI coding rules in your project.

Quick start

# Cursor (default)
bunx @thomaslorincz/ai-rules init

# Claude Code
bunx @thomaslorincz/ai-rules init --platform claude

# AGENTS.md / Copilot / Codex / other agents
bunx @thomaslorincz/ai-rules init --platform other

To pull the latest rules after a package update:

bunx @thomaslorincz/ai-rules sync

Output by platform

Platform Output
cursor .cursor/rules/*.mdc
claude .claude/rules/*.md + CLAUDE.md
other AGENTS.md + .github/instructions/*.instructions.md

Generated files include a header comment. Re-run sync to update them.

Commands

init

Writes bundled rules to platform-specific files.

Options:
  --platform, -p   cursor | claude | other  (default: cursor)
  --force, -f      Overwrite existing platform files

sync

Pulls the latest bundled rules from the package and regenerates platform files. Platform is auto-detected from existing output files.

Options:
  --platform, -p   cursor | claude | other  (optional override)

About

Standard AI rules for my projects that I am building up over time to save tokens and foster clean code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors