Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:
SanderMuller
GitHub creator profile

SanderMuller

Repository-level view of 83 collected skills across 14 GitHub repositories, including approximate occupation coverage.

skills collected
83
repositories
14
occupation fields
3
updated
2026-05-31
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

#001
boost-skills
27 skills10updated 2026-05-31
33% of creator
jira-create
sem classificação

Creates a new Jira issue with a well-formed, user-facing description. Triggers: create/open/file/log a Jira issue, make a ticket, file a bug, log a task, bug report. May activate for AI-identified follow-up work, but only after the user confirms — never silently. NOT for updating existing issues or Blocked-by-Question (use jira-updates), or rework research (use jira-rework).

2026-05-31
jira-rework
sem classificação

Researches a Jira issue sent back for rework: reads the issue, comments, and codebase to understand QA/UX feedback, then proposes fix options. Triggers: rework, rework issue, QA feedback, QA issue, investigate issue, research issue, UX feedback from Jira.

2026-05-31
jira-updates
sem classificação

Updates a Jira issue's description after its PR is created, and posts Blocked-by-Question comments. Invoke after creating a PR for a Jira issue. Triggers: PR just created for Jira issue, jira update, testables, QA checklist, translation strings, blocker comment, blocked by question. NOT for new issues (use jira-create) or rework research (use jira-rework).

2026-05-31
codex-review
sem classificação

Requests an independent code review from OpenAI Codex CLI, critically evaluates its findings, and applies warranted fixes. Activates when: the user says /codex-review, asks for a Codex review, or wants an external AI review of changes.

2026-05-31
pr-review-feedback
sem classificação

Applies PR review feedback with critical evaluation. Activates when: applying review comments, addressing PR feedback, responding to code review, or when user mentions: review feedback, PR comments, apply feedback, address comments, reviewer feedback.

2026-05-31
pull-requests
sem classificação

Creates and manages your own GitHub PRs via the gh CLI — analyze commits, write the PR description, create, verify, request review, route by risk. Activates when: creating or opening a PR, submitting work for review, writing or updating a PR description, or when user mentions: create PR, open PR, submit for review, write PR description, update PR, pull request. NOT for applying reviewer comments — use pr-review-feedback.

2026-05-31
release-notes
sem classificação

Draft GitHub release bodies for Composer packages. Covers structure, voice, breaking-change callouts, and what to omit.

2026-05-31
write-spec
sem classificação

Writes implementation-ready specification files with progress-trackable phases. Activates when: writing a spec, creating a spec file, documenting a feature plan, or when user mentions: write spec, create spec, spec format, spec template.

2026-05-31
Showing top 8 of 27 collected skills in this repository.
#002
laravel-fluent-validation
15 skills1942updated 2026-05-10
18% of creator
pre-release
Analistas de garantia de qualidade de software e testadores

Pre-push / pre-release checklist. Runs Rector, Pint, full test suite, PHPStan, audits README + `.ai/` docs for staleness, and runs both benchmark harnesses (benchmark.php + --group=benchmark). Activate before: pushing to remote, tagging a release, writing release notes, or when user mentions: pre-release, pre-push, release checklist, ship, cut release, release notes.

2026-05-10
fluent-validation-livewire
Desenvolvedores de software

FluentRule in Livewire components via HasFluentValidation trait. Activates when: writing Livewire validate(), rules() in Component, assertHasErrors, or Livewire validation.

2026-05-08
fluent-validation-migrate-messages
Desenvolvedores de software

Migrate FormRequest `messages(): array` to inline `message:` on fluent chains. Dry-run, then apply. Activates when: user mentions migrate messages, messages array, inline message, remove messages().

2026-05-08
fluent-validation-optimize
Desenvolvedores de software

Scan validation for fluent upgrades: missing HasFluentRules, convertible string rules, label() and each() opportunities. Activates when: optimizing/migrating validation, converting to fluent rules, validation performance.

2026-05-08
fluent-validation
Desenvolvedores de software

FluentRule builders for Laravel validation. Activates when: writing/modifying rules in FormRequest, Livewire component, or Validator; user mentions FluentRule, HasFluentRules, HasFluentValidation, fluent validation.

2026-05-08
implement-spec
Desenvolvedores de software

Implements a specification file phase-by-phase with progress tracking. Activates when: implementing a spec, building from a spec, starting a spec phase, or when user mentions: implement spec, spec file, implement phase, build spec, start phase.

2026-04-21
write-spec
Especialistas em gestão de projetos

Writes implementation-ready specification files with progress-trackable phases. Activates when: writing a spec, creating a spec file, documenting a feature plan, or when user mentions: write spec, create spec, spec format, spec template.

2026-04-21
backend-quality
Analistas de garantia de qualidade de software e testadores

Runs backend code quality checks in two tiers: Pint + related tests (every change), PHPStan + full suite (completion only). Activate after making changes to PHP files, or when user mentions: phpstan, pint, code quality, static analysis, code style, run checks.

2026-04-09
Showing top 8 of 15 collected skills in this repository.
#003
package-boost
13 skills60updated 2026-05-18
16% of creator
lean-dist
Desenvolvedores de software

Use when prepping package release, `.gitattributes` missing/thin, or keeping `composer archive` / Packagist `--prefer-dist` tarballs lean. Activates: lean dist, gitattributes, export-ignore, dist size, packagist tarball, composer archive bloat, lean-package-validator, stolt lpv, AI files in dist, .ai shipping to dist, .claude in tarball, CLAUDE.md in tarball, AGENTS.md in tarball.

2026-05-18
package-development
Desenvolvedores de software

Use when developing Laravel packages with Orchestra Testbench. Activates: writing package code, running package tests, working with testbench, configuring service providers; mentions: package, testbench, package development, service provider.

2026-05-18
skill-authoring
Desenvolvedores de software

MUST USE when authoring an AI skill — creating a new SKILL.md, naming a skill, or deciding where one lives. Covers namespacing across host/vendor/shipped skills, auto-activating frontmatter, `.ai/skills/` vs `resources/boost/skills/` choice, and `boost sync` regen. Activates: creating a skill, adding a skill, drafting a SKILL.md, naming a skill, choosing where a skill lives, editing `.ai/skills/**/SKILL.md` or `resources/boost/skills/**/SKILL.md`; mentions: skill, SKILL.md, skill name, skill namespace, skill collision, vendor skill, shipped skill.

2026-05-18
pre-release
Analistas de garantia de qualidade de software e testadores

Pre-push / pre-release checklist. Local quality gates → docs audit → commit + push → watch CI → draft release notes once CI is green. Activate before: pushing release-bound commits, tagging a release, drafting release notes, or when user mentions: pre-release, pre-push, release checklist, ship, cut release, release notes.

2026-05-09
ci-matrix-troubleshooting
Desenvolvedores de software

Use when CI matrix has gone red and needs diagnosis. Activates: ci matrix fail, matrix red, prefer-lowest fail, prefer-stable fail, dependency conflict, composer resolve, version excluded, security-advisories floor, testbench phpunit interlock, matrix cell regression; mentions: a specific cell failing in GitHub Actions.

2026-05-08
cross-version-laravel-support
Desenvolvedores web

Use when writing/reviewing package code spanning multiple Laravel or PHP majors. Activates: adding dependency, framework API across range, composer constraints, version-guarded code; mentions: composer constraint, illuminate/support version, laravel version matrix, backwards compatibility, version guard, feature detection, minimum laravel version, support older laravel, testbench.

2026-05-08
readme
Desenvolvedores de software

Use when writing or improving README files. Covers required sections, structure, voice, staleness-audit pattern. Laravel-package conventions in `references/laravel-package.md`. Activates: writing a README, improving an existing README, auditing a README for staleness; mentions: readme, README.md, project documentation, package docs.

2026-05-08
release-notes
Desenvolvedores de software

Use when drafting GitHub release bodies from a tag range or staged changes. Default: GitHub's auto-generated format; override only on major/breaking. Laravel notes in `references/laravel-package.md`. Activates: writing release notes, drafting a release announcement, summarizing a tag range; mentions: release notes, GitHub release, RELEASE_NOTES.

2026-05-08
Showing top 8 of 13 collected skills in this repository.
#004
Stopwatch
7 skills90updated 2026-05-06
8.4% of creator
stopwatch-profile
Desenvolvedores de software

Profile a slow request, command, or code path with sandermuller/stopwatch. Activate when the user mentions: slow request, slow endpoint, slow page, slow query, slow job, slow command, slow API call, slow HTTP, performance issue, profile this, why is this slow, where is the time going, optimize, bottleneck, latency, n+1, query count, memory usage, http calls, outbound requests, server-timing.

2026-05-06
pre-release
Desenvolvedores de software

Pre-push / pre-release checklist. Runs Rector, Pint, Pest, PHPStan, audits README + `.ai/` docs for staleness, then commits + pushes, watches CI for green, and drafts release notes against the verified SHA. Activate before: pushing to remote, tagging a release, writing release notes, or when user mentions: pre-release, pre-push, release checklist, ship, cut release, release notes.

2026-05-06
ai-guidelines
Desenvolvedores de software

MUST USE when creating, updating, or managing AI skills and guidelines. Activates when: creating a new skill, editing existing skills, updating coding guidelines, modifying AI instructions, working with .ai/ directory, or when user mentions: skill, CLAUDE.md, guidelines, AI configuration.

2026-04-06
backend-quality
Analistas de garantia de qualidade de software e testadores

Runs backend code quality checks in two tiers: Pint + related tests (every change), PHPStan + full suite (completion only). Activate after making changes to PHP files, or when user mentions: phpstan, pint, code quality, static analysis, code style, run checks.

2026-04-06
codex-review
Analistas de garantia de qualidade de software e testadores

Requests an independent code review from OpenAI Codex CLI, critically evaluates its findings, and applies warranted fixes. Activates when: the user says /codex-review, asks for a Codex review, or wants an external AI review of changes.

2026-04-06
implement-spec
Desenvolvedores de software

Implements a specification file phase-by-phase with progress tracking. Activates when: implementing a spec, building from a spec, starting a spec phase, or when user mentions: implement spec, spec file, implement phase, build spec, start phase.

2026-04-06
write-spec
Especialistas em gestão de projetos

Writes implementation-ready specification files with progress-trackable phases. Activates when: writing a spec, creating a spec file, documenting a feature plan, or when user mentions: write spec, create spec, spec format, spec template.

2026-04-06
#005
project-boost
7 skills10updated 2026-05-18
8.4% of creator
ai-guidelines
Desenvolvedores de software

MUST USE when creating, updating, or managing AI skills and guidelines. Activates when: creating a new skill, editing existing skills, updating coding guidelines, modifying AI instructions, working with .ai/ directory, or when user mentions: skill, CLAUDE.md, guidelines, AI configuration.

2026-05-18
boost-config-shape
Desenvolvedores de software

Author a boost.php config file. Covers all five with* methods, when each matters, and what NOT to put in there.

2026-05-18
bug-fixing
Desenvolvedores de software

Test-driven bug fixing workflow. Activates when: fixing bugs, debugging issues, resolving defects, investigating errors, or when user mentions: bug, fix, broken, not working, error, issue, defect, regression.

2026-05-18
codex-review
Analistas de garantia de qualidade de software e testadores

Requests an independent code review from OpenAI Codex CLI, critically evaluates its findings, and applies warranted fixes. Activates when: the user says /codex-review, asks for a Codex review, or wants an external AI review of changes.

2026-05-18
pr-review-feedback
Analistas de garantia de qualidade de software e testadores

Applies PR review feedback with critical evaluation. Activates when: applying review comments, addressing PR feedback, responding to code review, or when user mentions: review feedback, PR comments, apply feedback, address comments, reviewer feedback.

2026-05-18
pre-release
Desenvolvedores de software

Pre-push / pre-release checklist. Runs Rector, Pint, full test suite, PHPStan, and audits README + `.ai/` docs for staleness. Activate before: pushing to remote, tagging a release, writing release notes, or when user mentions: pre-release, pre-push, release checklist, ship, cut release, release notes.

2026-05-18
writing-file-emitter
Desenvolvedores de software

Implement a FileEmitter for boost-core to emit a custom file (e.g. .mcp.json, .editorconfig) into the host project during boost:sync.

2026-05-18
#006
laravel-fluent-validation-rector
3 skills40updated 2026-05-11
3.6% of creator
#007
php-x402
3 skills10updated 2026-05-10
3.6% of creator
#008
laravel-x402
2 skills20updated 2026-05-10
2.4% of creator
#009
laravel-queue-insights
1 skills50updated 2026-05-22
1.2% of creator
#011
solana-php-sdk
1 skills10updated 2026-05-12
1.2% of creator
Mostrando 12 de 14 repositorios