grounded-recommendation
Structured process for giving implementation recommendations and technical advice. Use when the user asks for a recommendation, opinion, or advice on an implementation approach — or when you are about to volunteer one — especially when multiple valid approaches exist, when the decision involves trade-offs, or when the answer depends on how the code actually works. Triggers: 'what do you recommend', 'what's your thinking', 'how should we', 'what approach', 'which option', any request for technical guidance, or when you find yourself forming an opinion about which option is best while summarising alternatives.
larastan
Set up and run PHPStan/Larastan static analysis on Laravel projects with sensible defaults that filter out Laravel magic noise. Iteratively fix real issues and progressively increase analysis levels. Use when the user asks to: run phpstan, run larastan, set up static analysis, check code quality with phpstan, add phpstan/larastan to a project, or "analyse my code". Also use when the user mentions phpstan.neon configuration.
technical-overview
Generate a TECHNICAL_OVERVIEW.md file for any codebase. Automatically detects the tech stack, explores models/routes/services, and produces a concise reference document that helps future AI sessions (or humans) quickly understand the project without re-exploring. Use when starting work on an existing project, onboarding to a new codebase, or creating documentation for your team. Works with Laravel, Rails, Django, Node/Express, and other common stacks.
Frontend Design with Flux
Create production-grade frontend interfaces with high design quality. Use this Skill when the user asks to build web components, pages, or applications that use Livewire / Flux.
beads
Git-backed issue tracker for multi-session work with dependencies and persistent memory across conversation compaction. Use when work spans sessions, has blockers, or needs context recovery after compaction.
University of Glasgow Design System (uofg-design-system)
University of Glasgow Design System — use this skill whenever creating HTML, CSS, React, or any web UI that should follow the University of Glasgow brand. Triggers on: UofG, University of Glasgow, gla.ac.uk, Glasgow University web, or any request to build web pages/components using the Glasgow design system. Also use when the user asks for a Tailwind config, CSS variables, or design tokens for the University of Glasgow. This skill provides colors, typography, spacing, grid, and component patterns from the official UofG design system (design.gla.ac.uk).
laravel-livewire-principles
Principles for writing simple, maintainable Laravel/Livewire code. Use when writing Livewire components, tests, or Blade views. Focuses on avoiding over-engineering.