hexlet-volunteershexlet-volunteersOfficialยท5 Agent Skills Included

hexlet-sicp

Laravel coding standards, debugging, and Inertia React development

Guides Laravel development with best practices for Eloquent, migrations, caching, queues, and security. Debugs slow pages, N+1 queries, and exceptions using Debugbar request inspection commands. Builds Inertia React pages, forms, and navigation, plus OAuth logins and filtered API endpoints. Detects and records project conventions so every change matches the existing codebase style.
npx skills add hexlet-volunteers/hexlet-sicp --all -g -y
Available:

Tells the agent which skill to activate for each area of the codebase, how to run tests and lint commands, and which project-specific pitfalls and architecture rules to follow.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install hexlet-sicp skills?โ–ผ

Run `npx skills add hexlet-volunteers/hexlet-sicp --all -g -y` in your terminal to install all skills globally.

What do these Laravel skills cover?โ–ผ

They cover Laravel best practices, database performance, debugging with Debugbar, Inertia React pages, Socialite OAuth logins, Tailwind styling, and API query filtering.

How to fix N+1 queries in Laravel?โ–ผ

The debug-using-debugbar skill finds duplicate and slow queries per request, while laravel-best-practices teaches eager loading and column selection to eliminate N+1 problems.

Do these skills work with Claude Code and Cursor?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Can the skills learn my project's coding style?โ–ผ

Yes. The infer-conventions skill scans your codebase, detects established patterns, and records them as reusable rules so future changes stay consistent.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’