con un clic
claude-my-skills
claude-my-skills contiene 5 skills recopiladas de robanderson, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Use when a plan, design, spec, RFC, ADR, architecture, or technical decision needs to be rigorously stress-tested BEFORE any code is written. Basic triggers: user says "grill me", "grill this plan", "interview me about this", "poke holes in this", "pressure-test"/"stress-test"/"red-team"/"interrogate" my plan/design, "pre-mortem this decision", "what am I missing", "challenge my assumptions", "vet"/"sanity-check" this approach, "find the gaps/holes before I build", or hands over a proposal wanting relentless one-question-at-a-time Socratic questioning to reach a shared understanding. Hard opt-in triggers: a trailing "grill me hard" marker — "grill me hard", "grill hard", "hard grill", "grill me hard on the outstanding questions". Also use when a plan reads vague or risky. Planning-only: it never writes implementation code. NOT for reviewing already-written code (use a code-review skill), NOT for executing an agreed plan.
Set up an automated AI pull-request reviewer on Gitea or Forgejo Actions that runs Claude Code (headless `claude -p`) against a GLM model via the Z.AI Anthropic-compatible endpoint, posts the review as a PR comment, and sets a pass/fail status check that can gate merges. Use this whenever someone wants automated PR review / AI code review in CI on a self-hosted git server (Gitea, Forgejo, or a Gitea-family Actions runner), wants to wire Claude Code or GLM/Z.AI into their Actions pipeline, asks for a "review bot" or "Claude reviews my PRs", or is debugging an existing Claude-Code-on-Actions reviewer (529 overloads, runner not picking up jobs, comment/status not posting, the job dying silently). Prefer this skill over hand-rolling a workflow even if the user only says "review my pull requests automatically".
Run a Best of N tournament in one of two modes. First ask the user which model quality to use for the attempts (Opus, Sonnet, Haiku, or Mixed). SINGLE PASS: produce N independent solutions in parallel, then a blind Opus reviewer scores them, lists pros and cons, ranks them, and names a winner. TWO PASS: the same first round, but the Opus reviewer also distils what worked and what failed into guidance; the losing attempts are discarded, a second round of N fresh attempts is run with that guidance (positives to emulate, pitfalls to avoid), the saved round one winner is added back, and a final Opus ranker picks the overall winner. Trigger on a suffix like 'Best of N: 4' (single pass) or a two-pass marker such as 'Two Pass Best of N: 4', '2-pass best of n', or 'Best of N: 4 two pass' (two pass), case-insensitive; also trigger whenever the user describes a generate-and-rank tournament, with or without an intermediate learning round, even without the exact phrase.
Use Mockoon CLI to create API proxies with full request/response logging, mock API servers for testing, and record real API interactions for debugging. Use when testing APIs, creating compatibility layers, debugging microservices, analyzing API traffic patterns, or when the user mentions Mockoon, API mocking, mock servers, or API proxies.
Standardize Python development using UV - a fast, unified package and project manager. Use when creating Python projects, managing dependencies, setting up virtual environments, installing Python versions, or optimizing Python workflows. Replaces pip, virtualenv, pyenv, poetry, and pipx with a single 10-100x faster tool.