What problem does it solve?
The engineer-rule Skill streamlines the creation, management, and enforcement of coding standards and project conventions through AI. It assists in maintaining consistent and scalable engineering practices.
Core Features & Use Cases
- Persistent AI Rules: Implement persistent coding standards, project conventions, and file-specific patterns automatically in every relevant AI agent session.
- Rule Creation Guidance: Navigate through a structured process to define rule purposes, scopes, file patterns, and standards.
- IDE Integration: Supports multiple IDEs (Cursor, Claude Code, OpenCode) with distinct rule file formats and locations tailored to each environment.
- Use Case: When managing a codebase with complex standards, the Skill aids in enforcing coding practices and maintaining architectural consistency.
Quick Start
Start by running the init_rule command to create a new rule in your target IDE directory. For example, to create a TypeScript coding standards rule for Cursor IDE, run: 'deno run -A init_rule.ts typescript-standards --ide cursor --path .cursor/rules --globs "**/*.ts"'