← All creators

CarlosCaPe

User

Open-source AI agent operating system: one file-native brain (230+ skills, 160+ specialist agents) run across many sealed client arms, with per-client token attribution and opt-in budget caps. Organic, portable, MIT.

49 indexed · 0 Featured · 16 stars · avg score 74
Prolific

Categories

Indexed Skills (49)

AI & Automation Listed

4d-spec

Orchestrator that merges the 4D Paradigm with Spec-Driven Development (SDD). Classifies task complexity and activates SDD phases only when warranted. Use at the START of any implementation task to determine the right workflow depth.

16 Updated today
CarlosCaPe
Code & Development Listed

ado-refactor-performance-gate

Mandatory performance gate for Azure DevOps SQL refactor tickets. Use when a ticket includes stored procedure refactor/review and you must validate execution plans, index usage, parameter sniffing risk, and query structure optimization opportunities.

16 Updated today
CarlosCaPe
AI & Automation Listed

anthropic-enterprise-analytics

Pull Anthropic's Admin API usage_report into ~/.claude/analytics/ so brain-digest can reconcile estimated cost (from session JSONL list-price math) against actual billed cost (from Anthropic). Closes the estimated-vs-billed gap that any operator running on Pro/Max/Enterprise has.

16 Updated today
CarlosCaPe
AI & Automation Listed

arm-onboarding

Protocolo paso a paso para crear un arm nuevo de cliente: archivos requeridos, sync-ai-docs, el grafo de linaje sellado del arm, alta en QueryMaster y la higiene de gitignore. Dispara con 'crear un arm' u 'onboard a un cliente'.

16 Updated today
CarlosCaPe
AI & Automation Listed

batch-import-relative-paths

When you batch-add an `import` line to N source files via sed/awk, the relative path must be computed PER-FILE (depth varies). Vite/esbuild often silently normalize bad `../` and the bug hides across multiple deploys until a larger rebuild forces strict module resolution.

16 Updated today
CarlosCaPe
Web & Frontend Listed

browser-bearer-graph-auth

Conditional-Access-resilient OAuth alternative for Microsoft Graph: drive a Playwright + Edge persistent context to capture the bearer token during normal sign-in. Works when Device Code Flow / headless OAuth is blocked by AADSTS53003 (Device state: Unregistered). Outlook Web grants a broader scope set than Teams Web. Hard-won workaround that should NOT be the production answer.

16 Updated today
CarlosCaPe
DevOps & Infrastructure Listed

cache-bust-deploy-validation

After a production deploy of a CDN-fronted site, force cache-bust on every validation request and inspect Age/cache-status headers — the CDN can serve a stale 200 with old content for hours, hiding a broken deploy. Use whenever validating a freshly-deployed web app, debugging "deploy completed but the live site shows the old version", or building a post-deploy smoke test.

16 Updated today
CarlosCaPe
AI & Automation Listed

canary-symbiont

Centinela cross-plane: un watcher en el plano B detecta la muerte SILENCIOSA del scheduler del plano A (bloqueo de billing, cron load-shedding) y avisa por correo. Fail-open. Incluye el test en vivo obligatorio.

16 Updated today
CarlosCaPe
AI & Automation Listed

capture-ends-with-triage

Un pipeline programado que solo vuelca datos crudos obliga al humano a sintetizar, y por eso se omite. Todo capture debe cerrar con un paso de TRIAGE que diagnostique causa y siguiente accion. Aplica al construir o revisar cualquier job periodico.

16 Updated today
CarlosCaPe
AI & Automation Listed

client-doc-lint

Reflejo de QA antes de mandar un entregable generado a cliente: revisa acentos rotos, em-dash, fechas ya pasadas, falta de nota fiscal cuando hay montos, e inventaria cada monto. Correlo antes de decir 'listo para enviar'.

16 Updated today
CarlosCaPe
AI & Automation Listed

cloudflare

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

16 Updated today
CarlosCaPe
AI & Automation Listed

command-boundary-hook-matching

Pattern-match what a Bash command actually does in a PreToolUse hook without false-firing on mentions inside quoted args, commit messages, or echo strings. Use when building any hook that decides based on command semantics.

16 Updated today
CarlosCaPe
AI & Automation Listed

config-driven-diagrams

Build config-driven architecture diagrams as dark-themed SVG/PNG with swimlanes, embedded logos, auto-layout, and overlap validation. Use when the user asks for architecture diagrams, data flow diagrams, system topology, or any visual diagram that should be rendered programmatically from a JSON config. Trigger on: diagram, architecture diagram, data flow, swimlane, render SVG, render PNG, system diagram, topology.

16 Updated today
CarlosCaPe
AI & Automation Listed

cotizacion-legal-baseline

Clausulado legal base Mexico B2B que TODA cotizacion o propuesta lleva desde el borrador 1: propiedad intelectual, LFPDPPP, confidencialidad, limite de responsabilidad, garantia, licenciamiento e IVA.

16 Updated today
CarlosCaPe
AI & Automation Listed

coworking-concept-collision

Protocol for when two live sessions are codifying the SAME concept concurrently (not just sharing a working tree). Detect semantic friction BEFORE committing, defer ownership to whoever is further ahead, and integrate from an isolated dimension. Trigger — a file you are about to reference or claim primacy over shows as modified (M) by another live session, or your new skill overlaps a concept another dimension is actively editing.

16 Updated today
CarlosCaPe
AI & Automation Listed

4d-paradigm-protocol

Protocolo completo del paradigma 4D (Describe, Delegate, Diligent, Disclose): el gate de 3 preguntas del 2D, el formato del Change Manifest, la matriz de validacion 3D y el Impact Radius. CLAUDE.md solo trae el resumen. Carga antes de escribir archivos o armar un manifiesto.

16 Updated today
CarlosCaPe
AI & Automation Listed

agent-proof-approval-gate

Build a fail-closed PreToolUse gate for merge/deploy/destructive actions that the AI agent provably cannot self-bypass. Use when you need human-only override for a consequential action the agent orchestrates.

16 Updated today
CarlosCaPe
AI & Automation Listed

atomic-3phase-ddl-scripts

Atomic 3-Phase DDL Scripts

16 Updated today
CarlosCaPe
AI & Automation Listed

backward-compatible-schema-changes

Backward-Compatible Schema Changes

16 Updated today
CarlosCaPe
AI & Automation Listed

case-insensitive-uniqueness

Case-Insensitive Uniqueness (Functional Indexes)

16 Updated today
CarlosCaPe
Data & Documents Listed

column-renames-metadata-only

Column Renames (Metadata-Only)

16 Updated today
CarlosCaPe
AI & Automation Listed

connection-pooling-timeout-safety

Connection Pooling & Timeout Safety

16 Updated today
CarlosCaPe
AI & Automation Listed

content-deduplication-discipline

Content Deduplication Discipline

16 Updated today
CarlosCaPe
AI & Automation Listed

claude-plugins-official

Official, Anthropic-managed directory of high quality Claude Code Plugins.

16 Updated today
CarlosCaPe
API & Backend Listed

ado-pr-merge-via-api

Completa merges de Pull Request en Azure DevOps por REST API cuando la UI no sirve o hay que scriptear en lote. Cubre los 403 por threads sin resolver, voto en 'waiting for author' y CI gate rancio.

16 Updated today
CarlosCaPe
AI & Automation Listed

agent-browser

CLI de automatizacion de navegador para agentes, nativo en Rust, sin Playwright. Navega, llena formularios, da clic, toma screenshots y extrae datos. Dispara con 'abre el sitio', 'toma screenshot', 'prueba esta web', 'QA'.

16 Updated today
CarlosCaPe
AI & Automation Listed

agents-sdk

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, chat applications, voice agents, or browser automation. Covers Agent class, state management, callable RPC, Workflows, durable execution, queues, retries, observability, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

16 Updated today
CarlosCaPe
AI & Automation Listed

arm-synthetics

Per-arm health check templates. Each arm defines a synthetics.yaml with endpoints to probe + expected responses + cron schedule. The skill ships the template + GH Action runner. Failures open issues IN THE ARM REPO (not the brain) to preserve octopus arm isolation. Use when onboarding a new arm or when an arm's health monitoring needs a scheduled probe.

16 Updated today
CarlosCaPe
AI & Automation Listed

ask-with-recommendation

Toda pregunta de opcion multiple al operador lleva recomendacion explicita marcada mas su razon (impacto, alcance, tiempo, riesgo de esperar). Aplica a cada AskUserQuestion y a cada 'quieres X o Y?' en prosa.

16 Updated today
CarlosCaPe
API & Backend Listed

aspnet-core

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.

16 Updated today
CarlosCaPe
AI & Automation Listed

bruno-postman-alternative

Cliente de API open-source donde las colecciones son archivos de texto en el repo, revisables por PR, sin nube ni licencias por equipo. MIT. Para equipos que viven en git o cuando Postman sale caro.

16 Updated today
CarlosCaPe
AI & Automation Listed

bug-hunter

Adversarial bug hunting with a sequential-first pipeline (Recon, Hunter, Skeptic, Referee) that can optionally use safe read-only parallel triage. Finds, verifies, and auto-fixes real bugs by default (with --scan-only opt-out) using checkpointed verification and resume state for large codebases. Use this skill whenever the user wants bug finding, security audits, regression checks, or code review focused on runtime behavior.

16 Updated today
CarlosCaPe
Code & Development Listed

commit-security-scan

Scan code changes for security vulnerabilities using Bug Hunter-native artifacts and STRIDE context. Use whenever the user asks for PR security review, commit-diff scanning, staged-change security checks, branch-comparison security review, or pre-merge security analysis of changed code.

16 Updated today
CarlosCaPe
AI & Automation Listed

doc-lookup

Unified documentation lookup for Bug Hunter agents. Uses Context Hub (chub) as primary source with Context7 API fallback. Provides verified library/framework documentation to prevent false positives and ensure correct fix patterns.

16 Updated today
CarlosCaPe
AI & Automation Listed

fixer

Surgical code fixer for Bug Hunter. Implements minimal, precise fixes for verified bugs. Uses doc-lookup (Context Hub + Context7) to verify correct API usage in patches. Respects fix strategy classifications (safe-autofix vs manual-review vs larger-refactor).

16 Updated today
CarlosCaPe
AI & Automation Listed

hunter

Deep behavioral code analysis agent for Bug Hunter. Performs multi-phase scanning to find logic errors, security vulnerabilities, race conditions, and runtime bugs. Uses doc-lookup (Context Hub + Context7) for framework verification. Reports structured JSON findings.

16 Updated today
CarlosCaPe
AI & Automation Listed

recon

Codebase reconnaissance agent for Bug Hunter. Maps architecture, identifies trust boundaries, classifies files by risk priority, and detects service boundaries. Does NOT find bugs — finds where bugs hide.

16 Updated today
CarlosCaPe
AI & Automation Listed

referee

Final arbiter for Bug Hunter. Receives Hunter findings and Skeptic challenges, independently re-reads code, and delivers authoritative verdicts with CVSS scoring and proof-of-concept generation for security findings.

16 Updated today
CarlosCaPe
AI & Automation Listed

skeptic

Adversarial code reviewer for Bug Hunter. Rigorously challenges each reported bug to determine if it's real or a false positive. Uses doc-lookup (Context Hub + Context7) to verify framework claims before disproval. The immune system that kills false positives.

16 Updated today
CarlosCaPe
AI & Automation Listed

ccxt-python

Libreria CCXT para exchanges de cripto en Python, REST y WebSocket: conectar, bajar datos de mercado, colocar ordenes y transmitir tickers. Para bots de trading y analisis, sync o asyncio.

16 Updated today
CarlosCaPe
AI & Automation Listed

chatgpt-apps

Construye y depura apps del ChatGPT Apps SDK que combinan servidor MCP y UI de widget: definir tools, registrar recursos de UI, puente MCP Apps, metadata, CSP y dominios. Consulta la doc antes de generar codigo.

16 Updated today
CarlosCaPe
AI & Automation Listed

claude-mem-persistent-memory

Memoria persistente entre sesiones para agentes de codigo: captura la sesion, la comprime y reinyecta lo relevante despues, con ~75% menos tokens. AGPL 3.0, ojo con el copyleft en entregables comerciales.

16 Updated today
CarlosCaPe
AI & Automation Listed

claude-usage-report

Aggregate Claude Code usage (tokens, sessions, API-equivalent cost) by day, week, month, model, and project from local JSONL session logs. Use when the user asks about their Claude Code usage, consumption, costs, "cuánto he usado", "uso diario/semanal/mensual", or wants to audit which projects/models are eating the most tokens.

16 Updated today
CarlosCaPe
DevOps & Infrastructure Listed

cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare. Also use when the user needs to purge or clear Cloudflare cache after deploys, or automate cache invalidation.

16 Updated today
CarlosCaPe
AI & Automation Listed

cloudflare-email-service

Envia y recibe correo transaccional con Cloudflare Email Service (Sending mas Routing), por binding de Workers o REST. Cubre entregabilidad, SPF, DKIM, DMARC y setup con wrangler.

16 Updated today
CarlosCaPe
AI & Automation Listed

coolify-self-hosted-paas

Alternativa autoalojada a Vercel, Heroku y Render: despliega apps, bases y servicios en tu propio servidor con git-push, SSL automatico y sin costo por asiento. Apache 2.0.

16 Updated today
CarlosCaPe
AI & Automation Listed

security-review

Run a focused STRIDE-based security review using Bug Hunter-native artifacts. Use whenever the user asks for a full security audit, repository security review, weekly security scan, PR security review with deeper validation, or wants dependency CVEs and threat-model context combined into one workflow.

16 Updated today
CarlosCaPe
AI & Automation Listed

threat-model-generation

Generate or refresh a STRIDE-based threat model for the current repository using Bug Hunter-native artifacts. Use whenever the repository has no threat model yet, the architecture changed materially, a security review needs fresh trust-boundary context, or the user explicitly asks for a threat model.

16 Updated today
CarlosCaPe
AI & Automation Listed

vulnerability-validation

Validate security findings for exploitability, reachability, and real-world impact using Bug Hunter-native findings artifacts. Use after security scans, before patch generation, or whenever the user wants confirmation that a suspected vulnerability is actually exploitable.

16 Updated today
CarlosCaPe

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.