busirocket-core-conventions
Installation
SKILL.md
Core Conventions
Reusable, project-agnostic conventions designed to keep codebases scalable and easy for AI agents to navigate.
When to Use
Use this skill when:
- Starting a new feature and deciding where code should live
- Refactoring to improve maintainability
- Enforcing “one-thing-per-file” discipline
- Establishing naming/layout conventions and boundary rules
Non-Negotiables (MUST)
Related skills
More from busirocket/agents-skills
busirocket-tailwindcss-v4
Applies Tailwind CSS v4 setup and styling strategy. Use when configuring
62busirocket-refactor-workflow
Enforces strict refactoring workflow for TypeScript/React codebases. Use when
44busirocket-validation
Applies validation strategy using Zod for schemas and guard helpers for
41busirocket-rust
Enforces Rust language and module standards for maintainable codebases. Use
39busirocket-supabase
Enforces Supabase access patterns and service boundaries. Use only when
39busirocket-tauri
Applies Tauri-specific standards for desktop apps. Use when creating Tauri
35