Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
JoaquinCampo
Perfil de creador de GitHub

JoaquinCampo

Vista por repositorio de 93 skills recopiladas en 13 repositorios de GitHub.

skills recopiladas
93
repositorios
13
actualizado
2026-07-11
mapa de repositorios

Dónde viven las skills

Repositorios principales por número de skills recopiladas, con su participación en este catálogo del creador y su variedad ocupacional.

#01
my-plugins
39 skills · 2026-07-11
Desarrolladores de softwareOtras ocupaciones informáticasAnalistas de garantía de calidad de software y probadoresDiseñadores de interfaces web y digitalesEditoresEspecialistas en gestión de proyectos
9 categorías ocupacionales · 100% clasificado
42%participación
#02
Skills
24 skills · 2026-03-23
Desarrolladores de softwareCientíficos de datosAnalistas de garantía de calidad de software y probadoresArquitectos de bases de datosDiseñadores de interfaces web y digitales
5 categorías ocupacionales · 100% clasificado
26%participación
#03
pi-setup
6 skills · 2026-07-11
Desarrolladores de softwareOtras ocupaciones informáticasAnalistas de garantía de calidad de software y probadores
3 categorías ocupacionales · 100% clasificado
6.5%participación
#04
herald
6 skills · 2026-07-07
Desarrolladores de softwareCientíficos de datos
2 categorías ocupacionales · 100% clasificado
6.5%participación
#05
kvguard
5 skills · 2026-02-23
Científicos de datosDesarrolladores de softwareEspecialistas en gestión de proyectos
3 categorías ocupacionales · 100% clasificado
5.4%participación
#06
paper2video
3 skills · 2026-03-08
Desarrolladores de softwareRedactores técnicos
2 categorías ocupacionales · 100% clasificado
3.2%participación
#07
ml-ralph-old
3 skills · 2026-01-26
Científicos de datosDesarrolladores de softwareEspecialistas en gestión de proyectos
3 categorías ocupacionales · 100% clasificado
3.2%participación
#08
regression-with-an-insurance-dataset
2 skills · 2026-01-24
Desarrolladores de softwareEspecialistas en gestión de proyectos
2 categorías ocupacionales · 100% clasificado
2.2%participación
Aquí se muestran los 8 repositorios principales; la lista completa continúa abajo.
explorador de repositorios

Repositorios y skills representativas

artifact
Diseñadores de interfaces web y digitales

Use when building or improving HTML/CSS artifacts, React pages, dashboards, landing pages, explainers, demos, SVG diagrams, UI prototypes, or visual outputs where design quality, subject-specific treatment, responsive behavior, and render verification matter.

2026-07-11
python-development
Desarrolladores de software

General Python development skill for designing, implementing, refactoring, debugging, testing, validating, and reviewing Python code. Use for Python 3.11+ projects, especially modern pyproject-based repos using uv, Ruff, pytest, mypy, Pydantic v2, pydantic-settings, Typer, and Loguru. Applies the house Python stack uniformly while discovering local contracts.

2026-07-11
kanban-process
Especialistas en gestión de proyectos

Use when the user asks to use a kanban process, track development work on a GitHub board, work from the agent board, proactively track tasks and deferred findings, runs `/kanban-process`, or when the project is already configured to use this workflow.

2026-07-11
fable-delegation-to-codex
Otras ocupaciones informáticas

Use at the start of every Fable session. Fable is the brain: decompose, dispatch, judge, and talk to the user. Codex CLI does the work: exploration, bulk reads, tests, builds, implementation, reviews, and other token-heavy units.

2026-07-11
codex-model-routing
Otras ocupaciones informáticas

Use when spawning Codex subagents or Codex threads and choosing among GPT 5.6 Luna, Terra, and Sol with the appropriate effort. Use this with orchestrating-subagents whenever delegation involves model overrides, reasoning effort, Explore agents, checker/fixer loops, or fan-out work.

2026-07-11
pr-review-agent-tactics
Analistas de garantía de calidad de software y probadores

Use when an AI agent is itself performing a pull request review (not coaching a human, not fetching the PR). Covers agent-specific tactics: context budget, tool escalation triggers, Explore subagent dispatch (single sidecar and parallel fan-out), when to emit "I cannot review this responsibly", auto-memory integration, and agent failure modes (confabulation, tool-call theater, delegated certainty laundering, evidence laundering, patch sycophancy, premature fan-out). Complements reviewing-pull-requests (universal doctrine) and pr-review (operational PR fetch + per-layer comparison).

2026-07-11
advisor
Otras ocupaciones informáticas

Use when the user asks to consult the advisor, wants transcript-aware strategic guidance, wants a second opinion on ongoing agent work, provides a transcript for review, is stuck, is choosing between candidates, or wants to know whether completed work is ready. Always run the advisor as a separate GPT 5.6 Sol xhigh agent with the exact recovered advisor system prompt.

2026-07-11
orchestrating-subagents
Otras ocupaciones informáticas

Use preemptively at the start of any session whose work decomposes into delegable units and whose main-thread context is worth protecting. A report, a large feature, a migration are examples, not the full set; the trigger is the shape (many token-heavy steps, compact results), not the task type. Also use whenever the user asks to delegate work to subagents. Invoke before context fills, not after.

2026-07-11
Mostrando las 8 principales de 39 skills recopiladas en este repositorio.
gsm8k-eval
Científicos de datos

GSM8K evaluation protocol: answer extraction (####, \boxed, CoT), accuracy scoring, prompt formatting, few-shot exemplars, dataset loading, pitfalls. Use when: GSM8K, grade school math, openai/gsm8k, #### delimiter, parse_gsm8k_answer, detect_answer_failure, load_gsm8k, format_chat, math benchmark scoring, gsm8k few-shot, chain-of-thought eval.

2026-03-23
hazard-survival-modeling
Científicos de datos

Use when implementing labeling.py, features.py, train.py, or code involving hazard/survival modeling, person-period data expansion, horizon labels, catastrophe prediction, XGBoost survival (survival:cox, survival:aft, binary:logistic), discrete-time survival, censoring, competing risks, C-index, Brier score, scale_pos_weight, or GroupKFold for sequences.

2026-03-23
hf-generate-internals
Científicos de datos

HF Transformers generate() internals — scores vs logits, LogitsProcessors, KV cache, StoppingCriteria, chat templates. Use when code calls model.generate(), output_scores, output_logits, return_dict_in_generate, GenerateDecoderOnlyOutput, LogitsProcessor, StoppingCriteria, past_key_values, DynamicCache, apply_chat_template, do_sample, or num_beams.

2026-03-23
kvpress
Desarrolladores de software

kvpress (NVIDIA) KV-cache compression for HuggingFace LLMs. Use when: kvpress imports, compression_ratio, press(model) context managers, StreamingLLMPress, SnapKVPress, ExpectedAttentionPress, TOVAPress, KnormPress, KV-cache eviction, token pruning during generation, or attention sink methods.

2026-03-23
time-series-forecasting
Científicos de datos

Use when writing, reviewing, or planning time series forecasting code. Triggers on: ARIMA, ETS, Theta, SARIMA, statsforecast, mlforecast, neuralforecast, XGBoost/LightGBM/CatBoost for time series, PatchTST, N-BEATS, TFT, Chronos, TimesFM, Moirai, MASE, MAPE, CRPS, temporal CV, walk-forward validation, prediction intervals, conformal prediction, data leakage in time series, demand forecasting, hierarchical forecasting, lag features, rolling features.

2026-03-23
worktrunk
Desarrolladores de software

Use when: worktrunk, `wt` commands, `.config/wt.toml`, git worktrees for parallel agents, worktree hooks, LLM commit messages, agent handoffs, `hash_port`/`sanitize` filters, "run agents in parallel", "set up worktrees", managing multiple Claude Code sessions.

2026-03-23
agent-browser
Desarrolladores de software

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

2026-03-19
agent-debugger
Analistas de garantía de calidad de software y probadores

Use when a program crashes, a test fails, or code produces wrong results and reading the source isn't enough to see why. Lets you pause execution at any line and inspect the actual runtime state, variable values, types, call stacks, to find what went wrong. Can attach to running servers by PID — no restart or code changes needed.

2026-03-19
Mostrando las 8 principales de 24 skills recopiladas en este repositorio.
codex-model-routing
Otras ocupaciones informáticas

Use when spawning Codex subagents or Codex threads and choosing among GPT 5.6 Luna, Terra, and Sol with the appropriate effort. Use this with orchestrating-subagents whenever delegation involves model overrides, reasoning effort, Explore agents, checker/fixer loops, or fan-out work.

2026-07-11
deploying-fastapi-to-vercel
Desarrolladores de software

Use when deploying a FastAPI or Python ASGI/WSGI app to Vercel, choosing uv vs requirements.txt, pinning Python version, or when a Vercel URL returns "Redirecting..." / 302 to SSO. Covers the auto-detect Python runtime and serverless limits.

2026-07-11
lean-ctx
Desarrolladores de software

Context Engineering for AI Agents — 81 MCP tools, 10 read modes, 95+ shell patterns, tree-sitter AST for 26 languages. Compresses LLM context by up to 99%. Use when reading files, running shell commands, searching code, or exploring directories. Auto-installs if not present.

2026-07-11
orchestrating-subagents
Otras ocupaciones informáticas

Use preemptively at the start of any session whose work decomposes into delegable units and whose main-thread context is worth protecting. A report, a large feature, a migration are examples, not the full set; the trigger is the shape (many token-heavy steps, compact results), not the task type. Also use whenever the user asks to delegate work to subagents. Invoke before context fills, not after.

2026-07-11
review-html
Analistas de garantía de calidad de software y probadores

Run a deep, didactic, citation-backed PR review and emit a single self-contained HTML report. Use when the user invokes `/review-html <PR>` or asks for an HTML review of a GitHub PR.

2026-07-11
writing-deck-specs
Desarrolladores de software

Use when defining the CONTENT of a slide deck or presentation for handoff to a separate rendering step (e.g. Claude Design) — turning meeting notes, a topic, or raw material into a per-slide content spec with diagram specs. Triggers include "build a deck/slides", "prep a talk", "spec the slides", "didactic technical presentation", or planning what each slide says before any visuals exist.

2026-07-11
code-quality-review
Desarrolladores de software

Default Python development and review standard for this repo. Use whenever writing, changing, refactoring, debugging, testing, or reviewing Python code; when asked for modern Python, best practices, clean code, or Zen of Python guidance; and as the final self-review rubric before declaring Python work complete. Targets Python 3.12.

2026-07-07
python-development
Desarrolladores de software

General Python development skill for designing, implementing, refactoring, debugging, testing, validating, and reviewing Python code. Use for Python 3.11+ projects, especially modern pyproject-based repos using uv, Ruff, pytest, mypy or pyright, Pydantic v2, Typer, or Loguru. Adapt to the target repository before applying defaults.

2026-07-07
code-quality-review
Desarrolladores de software

Code-quality rubric for this repo (miniCOIL v2): what 'good' Python looks like here, focused on the judgment-level and subtle/version-aware issues that the linter cannot catch. Use whenever reviewing, refactoring, or cleaning up Python; when asked to follow 'best practices', 'modern Python', the 'Zen of Python', or to make code less ugly; and as the standard that the code-quality review workflow loads. Targets Python 3.12.

2026-07-07
gsm8k-eval
Científicos de datos

GSM8K evaluation protocol: answer extraction (####, \boxed, CoT), accuracy scoring, prompt formatting, few-shot exemplars, dataset loading, pitfalls. Use when: GSM8K, grade school math, openai/gsm8k, #### delimiter, parse_gsm8k_answer, detect_answer_failure, load_gsm8k, format_chat, math benchmark scoring, gsm8k few-shot, chain-of-thought eval.

2026-07-07
orchestrating-subagents
Desarrolladores de software

Use preemptively at the start of any session whose work decomposes into delegable units and whose main-thread context is worth protecting. A report, a large feature, a migration are examples, not the full set; the trigger is the shape (many token-heavy steps, compact results), not the task type. Also use whenever the user asks to delegate work to subagents. Invoke before context fills, not after.

2026-07-07
pydantic
Desarrolladores de software

Pydantic v2 best practices and correct syntax. Use when code imports pydantic, uses BaseModel, Field, field_validator, model_validator, ConfigDict, TypeAdapter. Triggers on: Pydantic, data validation, model serialization, API schemas. Corrects common v1 patterns LLMs generate.

2026-07-07
Mostrando 12 de 13 repositorios