
marcelorodrigo/agent-skills
2 skills1.5k installs20 starsGitHub
Install
npx skills add https://github.com/marcelorodrigo/agent-skillsSkills in this repo
1Conventional CommitConventional Commit is an agent skill for solo builders who want git history that tools, reviewers, and semantic-release style automation can trust. It walks through checking the current branch, creating appropriately typed feature branches, and writing headers in the type(scope): subject form with optional body and footer, all within conventional line-length guidance. The embedded type table covers everything from feat and fix to deps, ci, and chore so agents do not invent vague messages. Use it whenever you or your coding agent is about to commit—during active Build work, Ship review before opening a PR, or Operate iterate when patching production. It does not run tests or write code; it standardizes how you record changes. Pair it with your team’s scope naming and any changelog generator you already use.802installs2Filament Profilament-pro is an agent skill for solo builders and small teams who ship Laravel SaaS and need a production-grade admin back office without writing bespoke CRUD JavaScript. It targets Filament v5’s server-driven UI: you configure panels through PHP—PanelProvider, Resources tied to Eloquent models, Schemas for forms and tables, Actions for modals and server logic, and Widgets for dashboard summaries—all reactive via Livewire v4. The skill covers installation (Composer, artisan scaffold, npm assets, first admin user), structural conventions, and how to extend interfaces safely within stated version pins. Use it when your agent is implementing internal ops tools, support consoles, or founder-facing data admin during the Build phase. It does not replace domain modeling, authorization design, or deployment hardening—you still own policies, queues, and Ship-phase security review. Compared to raw Livewire tutorials, it compresses Filament-specific patterns into one procedural playbook.659installs