What problem does it solve? Teams need a consistent way to give AI coding agents persistent project context, but ad-hoc instructions get lost between sessions. This Skill standardizes the creation and editing of project rule files so agent behavior stays consistent across conversations. ## Core Features & Use Cases - Rule Authoring: Creates .mdc rule files in .cursor/rules/ with YAML frontmatter containing description, globs, and alwaysApply fields. - Scope Inference: Infers the narrowest useful scope from conversation context and asks targeted questions only when file patterns or applicability remain ambiguous. - Configuration Modes: Supports always-on rules for universal standards and glob-scoped rules that activate only for matching file types. - Use Case: After discussing error-handling conventions in a TypeScript project, ask the agent to codify them; it produces a typescript-standards.mdc rule with concrete good/bad code examples applied to **/*.ts files. ## Quick Start Ask the agent to create a project rule that enforces your TypeScript error-handling standards for all files matching **/*.ts.