Yeabsira Moges
Community@coleYab · Addis Ababa
Programmer
Agent Skills by Yeabsira Moges
Showing 9 vetted skills indexed across 1 GitHub repositories.
infer-conventions
Detect Laravel codebase conventions and record them as path-scoped rules.
tailwindcss-development
Writes and fixes Tailwind CSS v4 utility classes in HTML templates.
wayfinder-development
Generates typed TypeScript functions for Laravel routes and controller actions.
fortify-development
Implements Laravel Fortify authentication features including login, registration, 2FA, and passkeys.
testing-best-practices
Guides Laravel and Pest test design, coverage selection, and test review.
laravel-best-practices
Applies Laravel coding conventions and best practices when writing, reviewing, or refactoring PHP code.
inertia-react-development
Builds Inertia.js v3 React pages, forms, and client-side navigation components.
shadcn
Manages shadcn/ui components, presets, and registries via the shadcn CLI.
migrate-radix-to-base
Migrates React components and shadcn projects from Radix UI to Base UI.
Frequently Asked Questions About Yeabsira Moges
FAQPage SchemaWhat tasks can I accomplish with coleYab's Laravel skill collection?▼
You can infer and document Laravel project conventions, implement Fortify authentication (login, 2FA, passkeys, password reset), write Pest/PHPUnit tests, apply Laravel best practices for Eloquent and caching, build Inertia v3 React pages and forms, style UIs with Tailwind, manage shadcn components, and migrate Radix UI to Base UI.
Who should use these Laravel development skills?▼
Full-stack PHP developers and frontend engineers building Laravel applications with React, Vue, or Svelte frontends. They suit teams standardizing coding conventions, engineers implementing authentication flows, and developers maintaining shadcn/ui component libraries or migrating between UI primitive libraries.
How do the frontend and backend skills work together in practice?▼
Wayfinder auto-generates typed TypeScript functions from Laravel routes via the wayfinder() Vite plugin and wayfinder:generate command, letting Inertia React pages call controllers through @/actions or @/routes imports with .url(), .get(), .post(), and .form() methods instead of hardcoded URLs.
Are these skills free to use and under what license?▼
Yes, eight of the nine skills carry the MIT license with author metadata attributed to Laravel. The migrate-radix-to-base skill lists no explicit license in its frontmatter. All skills are freely available in the public registry under coleYab's account.
What prerequisites or dependencies do these skills require?▼
A Laravel PHP application is the core prerequisite. Frontend skills require React with Inertia.js v3, Tailwind CSS v3/v4, or shadcn/ui projects with components.json. The shadcn skill invokes npx, pnpm dlx, or bunx commands, and convention recording uses the Boost record-rule MCP integration.