{
  "markdown": "# Agent Skills\n\nA collection of skills for AI coding agents. Skills are packaged instructions and scripts that extend agent capabilities.\n\nSkills available in this repository follow the [Agent Skills format](https://agentskills.io/).\n\n## Available Skills\n\n### Technical Skills\n\n| Skill               | Description                                                                 |\n|---------------------|-----------------------------------------------------------------------------|\n| `conventional-commit` | Create commit messages following [Conventional Commits](https://www.conventionalcommits.org/) |\n| `create-pr`         | Create pull requests following best engineering practices                   |\n| `dependency-updater` | Analyze dependency upgrades and produce implementation-ready migration plans |\n| `filament-pro`      | Build Laravel admin panels with Filament v5 using server-driven UI          |\n| `phpstan-fixer`     | Fix PHPStan static analysis errors with proper type annotations and PHPDocs |\n| `spring-boot-testing` | Expert Spring Boot 4 testing with best practices and modern Java 25 features |\n\n### Soft Skills\n\n| Skill               | Description                                                                 |\n|---------------------|-----------------------------------------------------------------------------|\n| `technical-writing-for-engineers` | Write technical content for senior engineering audiences with narrative structure and editorial voice |\n\n### conventional-commit\n\n**Killer features:** Analyzes your changes to understand what was modified, explains the **why** (not just what), contrasts with previous behavior, and crafts commits that tell a short story. Follows Conventional Commits with proper types, scopes, and formatting for readable git history and automated versioning.\n\n```bash\nnpx skills add https://github.com/marcelorodrigo/agent-skills --skill conventional-commit\n```\n\n### create-pr\n\n**Killer features:** Reviews your commits and diffs to deeply understand changes, explains the **motivation** behind them, considers alternative approaches, and structures PRs for faster, better reviews. Creates clear descriptions focused on context reviewers need (not redundant test plans or checklists). Uses draft PRs for early feedback.\n\n```bash\nnpx skills add https://github.com/marcelorodrigo/agent-skills --skill create-pr\n```\n\n### dependency-updater\n\n**Killer features:** Scans polyglot repositories and monorepos for manifests, lockfiles,\nworkspace boundaries, and package managers. Traces dependency usage across source, tests,\nconfiguration, build tooling, CI, generated code, and documentation. Researches authoritative\nrelease notes and migration guides, maps applicable changes to repository files, and produces\na grouped implementation handoff with mandatory compile/build and test verification steps.\nThe skill is planning-only and hands implementation changes to a separate workflow.\n\n```bash\nnpx skills add https://github.com/marcelorodrigo/agent-skills --skill dependency-updater\n```\n\n### filament-pro\n\n**Killer features:** Comprehensive guide for building Laravel admin panels with Filament v5. Covers server-driven UI, schema-based forms, tables with filters and actions, relation managers, testing with Pest, multi-tenancy, and authorization. Includes 10 detailed reference files and complete code examples for rapid development.\n\n```bash\nnpx skills add https://github.com/marcelorodrigo/agent-skills --skill filament-pro\n```\n\n### phpstan-fixer\n\n**Killer features:** Systematically fixes PHPStan static analysis errors without suppressing them. Teaches agents to add proper type annotations, PHPDocs, and framework-specific fixes (Laravel/Symfony). Respects project configuration, never modifies phpstan.neon without approval, uses Question tool for user decisions, and verifies fixes by re-running analysis. Includes error identifier reference and debugging strategies.\n\n```bash\nnpx skills add https://github.com/marcelorodrigo/agent-skills --skill phpstan-fixer\n```\n\n### spring-boot-testing\n\n**Killer features:** Expert guide for testing Spring Boot 4 applications with Java 25 features. Selects optimal test slices (@WebMvcTest, @DataJpaTest, @SpringBootTest), uses MockMvcTester with AssertJ-style assertions, integrates Testcontainers for real database testing, applies production-scenario testing, and maintains 80% coverage. Includes complexity assessment, helper methods, and @DisplayName best practices with focused reference files.\n\n```bash\nnpx skills add marcelorodrigo/agent-skills --skill spring-boot-testing\n```\n\n### technical-writing-for-engineers\n\n**Killer features:** Teaches narrative structure (Before → Journey → After) for technical content targeted at senior engineers and tech leads. Guides agents to write with intellectual honesty, craft compelling hooks that signal stakes and audience, structure posts around reader decisions, and avoid filler patterns. Includes banned words list, formatting rules, and guidelines for titles and conclusions that deliver actual takeaways rather than summaries.\n\n```bash\nnpx skills add marcelorodrigo/agent-skills --skill technical-writing-for-engineers\n```\n\n## Installation\n\nInstall skills from this repository using the [skills](https://github.com/vercel-labs/skills) CLI:\n\n```bash\n# Install all skills\nnpx skills add marcelorodrigo/agent-skills\n\n# Install a specific skill\nnpx skills add marcelorodrigo/agent-skills --skill conventional-commit\nnpx skills add marcelorodrigo/agent-skills --skill create-pr\nnpx skills add marcelorodrigo/agent-skills --skill filament-pro\nnpx skills add marcelorodrigo/agent-skills --skill phpstan-fixer\nnpx skills add marcelorodrigo/agent-skills --skill spring-boot-testing\nnpx skills add marcelorodrigo/agent-skills --skill technical-writing-for-engineers\nnpx skills add marcelorodrigo/agent-skills --skill dependency-updater\n\n# List available skills\nnpx skills add marcelorodrigo/agent-skills --list\n```\n\n## Repository Guide\n\nSee [AGENTS.md](./AGENTS.md) for repository structure, code style guidelines, and conventions.\n",
  "bytes": 6082,
  "sha": "d769f1ea489956156a3dc49e367cad294dfc1f8f725b933589bd19f0e5240ada",
  "repo_slug": "marcelorodrigo/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_marcelorodrigo_agent_skills_filament_pro_27d2e1ad/readme"
}