Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
$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
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
nicht klassifiziert

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
nicht klassifiziert

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
nicht klassifiziert

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
nicht klassifiziert

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
nicht klassifiziert

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
nicht klassifiziert

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
nicht klassifiziert

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

2026-05-31
write-spec
nicht klassifiziert

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Projektmanagementspezialisten

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Webentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Projektmanagementspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Softwareentwickler

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
12 von 14 Repositories angezeigt