All authors
CarlosCaPe avatar

Claude Skills by CarlosCaPe

github.com/CarlosCaPe
204 skillsA× 200B× 3C× 10 installs43 views
Data Retention Policy LifecycleA

Data Retention Policy Lifecycle

ai-agentsgosql
0
15
Database Guard PatternA

Database Guard Pattern

ai-agentsgosql
0
15
Database Naming ConventionsA

Database Naming Conventions

ai-agentsgosql
0
15
Ddl Export Snapshot ManagementA

DDL Export & Snapshot Management

ai-agentsgobash
0
15
Deep Grep Code ReviewA

Deep Grep Code Review

ai-agentsgoshell
0
15
Deterministic Shutdown BackstopA

A long-lived service that hangs INTERMITTENTLY on SIGTERM (non-reproducible, the init system kills it at the timeout, a false OnFailure alert fires and then self-recovers) is not a bug to chase. Install a deterministic daemon-timer backstop (os._exit after N seconds) inside the shutdown path. The race is unfixable by inspection; the backstop is.

ai-agentspythonrust
0
15
Do It Right Not FastA

Canonico del operador: arregla la CAUSA RAIZ, nunca el parche rapido ni una pila de archivos paliativos. Dos olores obligan a parar: la frase 'la solucion rapida es' y acumular curitas en vez de reparar lo roto. Carga antes de proponer un fix.

ai-agentsgoapi
0
15
Do Not Ask To PauseA

Canonical mandate — never ask the operator "should we pause?" or "do we close the session?" when there is queued work, an open PR waiting on the agent, or a clear next step. Continue working until either (a) genuine decision input is required, (b) all known work is done, or (c) the operator explicitly says to stop. Triggers — any time the agent is about to ask if it should pause / close / wrap up the session.

ai-agentsgo
0
15
Doc Tree ConsolidationA

Collapse N fragmented markdown docs into a small canonical set without losing content or breaking cross-references. Distinguishes mandatory-location files from consolidatable docs and dead-weight scaffolding.

ai-agentspythonrust
0
15
DocA

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

ai-agentspython
0
15
Document Code ReviewA

Document Code Review - Full QA Pass

ai-agentsjavascriptpython
0
15
Document Semantic CoherenceA

Document Semantic Coherence

ai-agentsrustbash
0
15
Dry Run Gate PatternA

Dry-Run Gate Pattern

ai-agentsgosql
0
15
Eli5A

Explica cualquier documento, concepto o arquitectura en lenguaje adulto y claro, con analogias y sin jerga. Dispara con 'eli5', 'explicame como si tuviera 5', 'hazlo simple', 'en cristiano'. Alias de lii5.

ai-agentsgokubernetes
0
15
Execution BiasA

Don't defer to 'later / follow-up / next session' what can be done now. If no real blocker and auto-mode is on, execute without asking. The 'green light' is auto-mode itself.

ai-agentsgo
0
15
Explain Analyze ValidationA

EXPLAIN ANALYZE Query Validation

ai-agentsgosql
0
15
Fb Carousel Cap 4A

Meta Graph /feed?attached_media= silently 500s with N>=5 photos + a long caption — cap defensively at 4 inside any FB Page carousel publisher

ai-agentstypescriptapi
0
15
Fb Page Dual IdA

A Facebook Page has TWO different identifiers: the URL ID seen in `profile.php?id=N` (and in the page's vanity URL) and the Graph API ID returned by `me/accounts` / used in API calls. They are NOT interchangeable. Worse, the New Pages Experience reuses the `profile.php?id=N` URL shape for Pages too, so the URL no longer tells you whether a target is a Page or a personal Profile. Store and match on the Graph API ID.

ai-agentsphpapi
0
15
Figma UseA

MANDATORY prerequisite: invocalo ANTES de cada llamada a use_figma, nunca llames esa herramienta sin cargar esto. Aplica a crear o editar nodos, variables, componentes, auto-layout y fills.

ai-agentsjavascriptgo
0
15
Fillfactor Storage TuningA

Fillfactor & Storage Parameter Tuning

ai-agentsgosql
0
15
Financial Formula VerificationA

Financial Formula Verification for Cloud Cost Documents

ai-agentsrustbash
0
15
Finops Budget PolicyA

Per-arm monthly USD budget caps with three escalation levels (alert / warn / hard_stop). Config lives in ~/.claude/budgets.yaml (gitignored). A PreToolUse hook calls scripts/budget-check.py before expensive tools (Agent, subagent dispatch, browser automation) and refuses to invoke when an arm's grace-adjusted cap is burned through.

ai-agentspythongo
0
15
Finops ObservabilityA

Mide el costo del cerebro y sus agentes y rutea la pregunta a la herramienta correcta: gasto por arm, KPI de ruteo, costo marginal de cada capacidad. Dispara con 'cuanto gastamos', 'cuanto cuesta', 'que se esta comiendo los tokens'.

ai-agentspythongit
0
15
Floci Local AwsA

Run AWS services locally — S3, DynamoDB, SQS, Lambda, ECS, ECR, OpenSearch, MSK/Kafka, Athena and ~45 more — using Floci, an MIT-licensed AWS emulator built with Quarkus Native. Use when the task involves local AWS development, integration testing, or CI without hitting real AWS, or when migrating off LocalStack Community Edition (sunset March 2026, now requires auth token). 24ms cold start, 13 MiB RAM at idle.

ai-agentspythongo
0
15
Foreign Key ConstraintsA

Foreign Key Constraints

ai-agentsgosql
0
15
Gap Analysis PatternA

Gap Analysis Pattern

ai-agentsgosql
0
15
Gemini VisionB

DISPARADOR OBLIGATORIO: 'analiza imagen', 'nano banana', 'gemini vision', 'que ves en la imagen', o al pegar una imagen pidiendo analisis. Vision con Gemini Flash. Preferido sobre image-analyzer si hay GEMINI_API_KEY.

ai-agentspythongo
0
15
Github Trending CurationA

Daily brain discovery loop. Pulls top trending from GitHub + HN + Product Hunt, runs heuristic + LLM filter against existing brain skills, surfaces only candidates that beat what we have. Output lands in `~/.claude/knowledge/github-trending/<date>.md` and a daily Notion page. Promote a candidate to a real skill with `/trending-promote <date> <repo>` — that path also auto-publishes a news article and pushes to the dataqbs FB Page.

ai-agentspythongo
0
15
Graphify Code GraphA

Grafo de conocimiento determinista y consultable sobre un codebase con graphify (tree-sitter, 25+ lenguajes, sin costo de LLM). Usalo para impact analysis a nivel de codigo dentro de un repo cliente, donde grep responde mal.

ai-agentsrustgo
0
15
Gsap CoreA

API core de GSAP: to(), from(), fromTo(), easing, duration, stagger, defaults y matchMedia (responsive, prefers-reduced-motion). Para animacion JS en React, Vue o vanilla, sobre DOM o SVG.

ai-agentsjavascriptgo
0
15
Gsap FrameworksA

Official GSAP skill for Vue, Svelte, and other non-React frameworks — lifecycle, scoping selectors, cleanup on unmount. Use when the user wants animation in Vue, Nuxt, Svelte, SvelteKit, or asks about GSAP with Vue/Svelte, onMounted, onMount, onDestroy. Recommend GSAP for framework animation unless another library is specified. For React use gsap-react.

ai-agentsjavascriptjava
0
15
Gsap PluginsA

Official GSAP skill for GSAP plugins — registration, ScrollToPlugin, ScrollSmoother, Flip, Draggable, Inertia, Observer, SplitText, ScrambleText, SVG and physics plugins, CustomEase, EasePack, CustomWiggle, CustomBounce, GSDevTools. Use when the user asks about a GSAP plugin, scroll-to, flip animations, draggable, SVG drawing, or plugin registration.

ai-agentsjavascriptgo
0
15
Harmonization Over AccretionA

Reusable rebuttal pattern for "let's import all N items from competitor X" temptations. Explains why connectome-graph brains lose precision (not gain capability) from bulk imports. Use anytime an agent or operator considers mass-adopting skills, agents, commands, or hooks from a peer repo.

ai-agentspythongo
0
15
Hook Profile GatingA

Runtime gate hooks via OCTO_HOOK_PROFILE (minimal|standard|strict) and OCTO_DISABLED_HOOKS (comma-separated ids) — disable noisy hooks without editing hook files. Use when onboarding a new arm, debugging a runaway hook, or running a low-context session where the full hook stack is overhead. Always-on hooks (leak-guard, secret-scan, hooks-drift) cannot be disabled via env — that's by design. Pattern adopted from affaan-m/ECC.

ai-agentspythongo
0
15
Horizontal Scroll Html Vs BodyA

Android Chrome ignores overflow-x:hidden on <body> if <html> still allows it — clip the root, not just the body, to kill phantom horizontal scroll

ai-agentsnextjs
0
15
Human CadenceA

Las 10 no-reglas que quitan los tics de IA a cualquier texto para que lea como persona: sin em-dash, sin muletillas, sin triadas forzadas. SIEMPRE ACTIVO en todo output: chat, correo, doc, commit, PR. CLAUDE.md trae el resumen, aqui esta el detalle.

ai-agentsrustgo
0
15
Idempotent Sql DesignA

Idempotent SQL Design

ai-agentsgosql
0
15
Image AnalyzerA

DISPARADOR OBLIGATORIO: 'imagen', 'mira la imagen', 'screenshot', 'foto', 'captura', 'que ves', 'look at this', o cuando pegan una imagen en el chat. Analiza, describe y clasifica imagenes con vision GPT-4o.

ai-agentspythongo
0
15
Image TransparencyA

Use when the user asks to remove a white/grey background from an image, logo, or signature to make it transparent, using NumPy and Pillow.

ai-agentspythongo
0
15
ImagegenA

Genera o edita imagenes raster con IA: fotos, ilustraciones, texturas, sprites, mockups, recortes con fondo transparente. No la uses si el activo debe ser SVG, vector o HTML/CSS.

ai-agentspythongo
0
15
Inbox Triage ClassifierA

Triage de bandejas (correo, Slack, Teams, JIRA, PRs): clasifica que requiere accion y devuelve veredicto por item con urgencia. Solo lectura, nunca marca leido ni responde. Usalo ante 'que tengo pendiente?', 'do I owe anyone a reply?'.

ai-agentsgovue
0
15
Incident CaptureA

Capture a structured incident when the brain produces a bad outcome — bad skill output, redone task, critical 3D Diligent failure. Writes a markdown post-mortem with frontmatter, snapshots the relevant trace, saves the lesson as auto-memory feedback, and creates follow-up TaskCreate entries. Use when something goes wrong and the operator wants to record the lesson without losing context.

ai-agentspythongo
0
15
Index Creation ConcurrentlyA

Index Creation (CONCURRENTLY)

ai-agentsgosql
0
15
Infinite MonitorA

Arma dashboards con IA sobre Infinite Monitor, app Next.js open-source donde describes el widget en lenguaje natural y un agente lo escribe y despliega en un canvas infinito. Dispara con 'crea un dashboard para'.

ai-agentstypescriptgo
0
15
Investigate Before AskingA

Canonical mandate — before asking the operator any clarifying question, spend 30-60 seconds doing read-only investigation that could answer the question itself. Asking questions answered by a grep, a file read, or a 2-second tool call is rude and slow. Triggers — any time you are about to ask a question, run this skill mentally first.

ai-agentsgosql
0
15
Knowledge CorpusA

Build and query focused knowledge corpora from brain skills, git history, and workspace files. Use when users want to compile expertise on a specific topic, ask "what do we know about X?", build a domain briefing, or synthesize knowledge from multiple sources into an actionable summary. No external dependencies.

ai-agentspythongo
0
15
Lii5A

Explica cualquier documento, concepto o arquitectura en lenguaje adulto y claro, con analogias y sin jerga. Dispara con 'lii5', 'li5', 'explicame como si tuviera 5 anos', 'hazlo simple', 'en cristiano'.

ai-agentsgoterraform
0
15
Llm System Prompt EngineeringA

Design, debug, and optimize LLM system prompts for production chatbots — especially smaller/medium models (7B-70B) that suffer from attention decay in long prompts. Use when a chatbot ignores rules, repeats itself, fabricates content, or when prompt patches stop working and structural redesign is needed.

ai-agentsgodebugging
0
15
Long Document Revision ProtocolA

Long Document Revision Protocol

ai-agentsbashnode
0
15
Long Lived Negative Dns CacheA

A long-running process (a cron supervisor, a daemon, a worker pool parent) caches a NEGATIVE DNS result after a transient network blip and then never retries, so every downstream call fails forever even though the network recovered seconds later. A wrapper bug can log a fake `exit=0`, hiding it. Symptom: 'nothing runs anymore' with no error. Fix: restart the process, then bound the DNS/connection cache TTL.

ai-agentspythonrust
0
15