Turn a style guide into agent memory
A style guide is useful only if the agent reads it at the moment it writes code. rulepack turns those conventions into memory files that can be installed in a repo and loaded by existing tools through AGENTS.md, CLAUDE.md, Cursor rules, and other standard files.
The frontend seed packs are intentionally compact. They do not try to replace official docs. They give an agent the defaults it should keep in mind before touching a project:
- component naming
- routing conventions
- framework-specific reactivity rules
- when to ship JavaScript to the browser
- which files and commands matter
That makes style guidance portable without making every repo copy the same notes by hand.