victortolbert-sandbox-laravel-best-practices-rule.ocm.json json Copy{
"ocm": "1",
"id": "victortolbert-sandbox-laravel-best-practices-rule",
"kind": "skill",
"name": "laravel-best-practices",
"description": "description: Best practices for Laravel framework globs: **/*.{php} alwaysApply: false --- - Use Eloquent ORM for database operations - Implement proper middleware for authentication and authorization - Utilize Laravel's built-in validation for form inputs - Leverage Laravel's event system for decoupling components - Use Laravel's caching system to improve performance",
"publisher": "victortolbert",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"description: Best practices for Laravel framework globs: **/*.{php} alwaysApply: false --- - Use Eloquent ORM for database operations - Implement proper middleware for authentication and authorization - Utilize Laravel's built-in validation for form inputs - Leverage Laravel's event system for decoupling components - Use Laravel's caching system to improve performance"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/victortolbert/sandbox",
"path": ".cursor/rules/laravel-best-practices.mdc",
"ref": "f5dee2619e0c50b44073044df0072d40089e19ee",
"url": "https://github.com/victortolbert/sandbox/blob/f5dee2619e0c50b44073044df0072d40089e19ee/.cursor/rules/laravel-best-practices.mdc",
"key": "victortolbert/sandbox/.cursor/rules/laravel-best-practices.mdc"
}
},
"instructions": "---\ndescription: Best practices for Laravel framework\nglobs: **/*.{php}\nalwaysApply: false\n---\n- Use Eloquent ORM for database operations\n- Implement proper middleware for authentication and authorization\n- Utilize Laravel's built-in validation for form inputs\n- Leverage Laravel's event system for decoupling components\n- Use Laravel's caching system to improve performance",
"cost": {
"context_tokens": 93
}
}