Distill Sessions
Mine your recent AI-coding session logs (Claude Code + OpenAI Codex) for reusable patterns — corrections you gave, commands that errored or were retried, setup steps rediscovered across sessions, and content-worthy moments — then propose where each belongs (CLAUDE.md/AGENTS.md line, slash command/skill, hook, tool fix, config change, or content idea). Use when the user says "read my recent sessio…
Weekly Composer Dependency Audit
Run a weekly Composer dependency audit for PHP projects. Use this when the user asks for a Composer dependency audit, PHP dependency review, composer outdated package summary, composer audit, Laravel package upgrade plan, or a safe PHP dependency upgrade summary.
Nightly Docs Sweep
Run a documentation sweep for a codebase. Use this when the user asks for a nightly docs sweep, overnight docs sweep, documentation drift audit, README/setup/API docs refresh, docs sync after implementation changes, or a reviewable pull request that makes docs match the current code.
Housekeeper
Run a conservative code-project housekeeping pass. Use this when the user asks for repository housekeeping, dead code cleanup, unused dependency review, stale file cleanup, duplicate code cleanup, broken link cleanup, naming cleanup, or a safe low-risk project hygiene sweep.
Architecture Satisfaction
Run a bounded architectural refactor loop. Use this when the user asks to improve architecture, refactor toward a stated design, untangle module boundaries, fix dependency direction, reshape code organization, or iterate until the architecture is satisfactory while live-testing, reviewing, checkpointing, and recording progress.
Laravel Herd Worktrees
Use when working with Laravel projects served by Laravel Herd alongside git worktrees on macOS. Triggers on "laravel herd worktree", "new worktree for laravel", "herd parked sites worktree", "multiple branches herd", "composer install per worktree", ".test url for branch", "isolate php version per worktree", or any task that creates, lists, or removes a git worktree inside a Herd-served Laravel p…
Weekly Npm Dependency Audit
Run a weekly npm dependency audit for JavaScript or TypeScript projects. Use this when the user asks for an npm dependency audit, npm outdated package review, package.json upgrade plan, weekly dependency audit, npm security check, or a safe npm upgrade summary.
Grill Me Plus
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use Claude Code's AskUserQuestion or Codex's request_user_input when available so decisions are click-to-answer. Use when the user says "grill me", wants to stress-test a plan, compare design choices, or resolve ambiguous implementation decisions.
Repository Cleanup
Audit and clean Git repository state. Use this when the user asks for repository cleanup, stale branch cleanup, old pull request review, unmerged commit or stash recovery, git worktree cleanup, remote pruning, abandoned work recovery, or a repo-state hygiene pass across branches, PRs, commits, stashes, and worktrees.
Aws Cli
Use when running AWS CLI commands (`aws ...`) for any service — S3, EC2, IAM, Lambda, CloudFormation, Logs, RDS, ECS, etc. Triggers on phrases like "list s3 buckets", "describe ec2 instances", "check IAM role", "deploy lambda", "tail cloudwatch logs", "what AWS account am I in", or any direct invocation of the `aws` CLI. Enforces auth/identity verification, scoped queries, safe destructive ops, a…