.claude/skills/ai-first-engineering/SKILL.md
Engineering operating model for teams where AI agents generate a large share of implementation output.
npx skillsauth add vitae/cash ai-first-engineeringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when designing process, reviews, and architecture for teams shipping with AI-assisted code generation.
Prefer architectures that are agent-friendly:
Avoid implicit behavior spread across hidden conventions.
Review for:
Minimize time spent on style issues already covered by automation.
Strong AI-first engineers:
Raise testing bar for generated code:
content-media
iOS 26 Liquid Glass design system — dynamic glass material with blur, reflection, and interactive morphing for SwiftUI, UIKit, and WidgetKit.
development
--- name: laravel-verification description: Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness. origin: ECC --- # Laravel Verification Loop Run before PRs, after major changes, and pre-deploy. ## When to Use - Before opening a pull request for a Laravel project - After major refactors or dependency upgrades - Pre-deployment verification for staging or production - Running full lint -> test -> security ->
development
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
testing
Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.