Skills de Claude Code · página 91
Skills individuales de Claude Code extraídas de todos los repositorios del directorio: cada SKILL.md, instalable con un comando, con su definición completa y las señales de confianza del repo.
Implements navigation patterns and routing for both frontend (React/TS) and backend (Python) including menus, tabs, breadcrumbs, client-side routing, and server-side route configuration. Use when building navigation systems or setting up routing.
ancoleman/ai-design-componentsInstalarMonitoring, logging, and tracing implementation using OpenTelemetry as the unified standard. Use when building production systems requiring visibility into performance, errors, and behavior. Covers OpenTelemetry (metrics, logs, traces), Prometheus, Grafana, Loki, Jaeger, Tempo, structured logging (structlog, tracing, slog, pino), and alerting.
ancoleman/ai-design-componentsInstalarReal-time communication patterns for live updates, collaboration, and presence. Use when building chat applications, collaborative tools, live dashboards, or streaming interfaces (LLM responses, metrics). Covers SSE (server-sent events for one-way streams), WebSocket (bidirectional communication), WebRTC (peer-to-peer video/audio), CRDTs (Yjs, Automerge for conflict-free collaboration), presence patterns, offline sync, and scaling strategies. Supports Python, Rust, Go, and TypeScript.
ancoleman/ai-design-componentsInstalarImplements search and filter interfaces for both frontend (React/TypeScript) and backend (Python) with debouncing, query management, and database integration. Use when adding search functionality, building filter UIs, implementing faceted search, or optimizing search performance.
ancoleman/ai-design-componentsInstalarImplement production-ready service mesh deployments with Istio, Linkerd, or Cilium. Configure mTLS, authorization policies, traffic routing, and progressive delivery patterns for secure, observable microservices. Use when setting up service-to-service communication, implementing zero-trust security, or enabling canary deployments.
ancoleman/ai-design-componentsInstalarConfigure TLS certificates and encryption for secure communications. Use when setting up HTTPS, securing service-to-service connections, implementing mutual TLS (mTLS), or debugging certificate issues.
ancoleman/ai-design-componentsInstalarData ingestion patterns for loading data from cloud storage, APIs, files, and streaming sources into databases. Use when importing CSV/JSON/Parquet files, pulling from S3/GCS buckets, consuming API feeds, or building ETL pipelines.
ancoleman/ai-design-componentsInstalarWhen distributing traffic across multiple servers or regions, use this skill to select and configure the appropriate load balancing solution (L4/L7, cloud-managed, self-managed, or Kubernetes ingress) with proper health checks and session management.
ancoleman/ai-design-componentsInstalarGuide users through creating, managing, and testing server configuration automation using Ansible. When automating server configurations, deploying applications with Ansible playbooks, managing dynamic inventories for cloud environments, or testing roles with Molecule, this skill provides idempotency patterns, secrets management with ansible-vault and HashiCorp Vault, and GitOps workflows for configuration as code.
ancoleman/ai-design-componentsInstalar- managing-dns391
Manage DNS records, TTL strategies, and DNS-as-code automation for infrastructure. Use when configuring domain resolution, automating DNS from Kubernetes with external-dns, setting up DNS-based load balancing, or troubleshooting propagation issues across cloud providers (Route53, Cloud DNS, Azure DNS, Cloudflare).
ancoleman/ai-design-componentsInstalar Manage Git branching strategies, commit conventions, and collaboration workflows. Use when choosing between trunk-based development, GitHub Flow, or GitFlow, implementing conventional commits for automated versioning, setting up Git hooks for quality gates, or organizing monorepos with clear ownership.
ancoleman/ai-design-componentsInstalarGuide incident response from detection to post-mortem using SRE principles, severity classification, on-call management, blameless culture, and communication protocols. Use when setting up incident processes, designing escalation policies, or conducting post-mortems.
ancoleman/ai-design-componentsInstalarImplements media and file management components including file upload (drag-drop, multi-file, resumable), image galleries (lightbox, carousel, masonry), video players (custom controls, captions, adaptive streaming), audio players (waveform, playlists), document viewers (PDF, Office), and optimization strategies (compression, responsive images, lazy loading, CDN). Use when handling files, displaying media, or building rich content experiences.
ancoleman/ai-design-componentsInstalarImplementing multi-layer security scanning (container, SAST, DAST, SCA, secrets), SBOM generation, and risk-based vulnerability prioritization in CI/CD pipelines. Use when building DevSecOps workflows, ensuring compliance, or establishing security gates for container deployments.
ancoleman/ai-design-componentsInstalarLLM and ML model deployment for inference. Use when serving models in production, building AI APIs, or optimizing inference. Covers vLLM (LLM serving), TensorRT-LLM (GPU optimization), Ollama (local), BentoML (ML deployment), Triton (multi-model), LangChain (orchestration), LlamaIndex (RAG), and streaming patterns.
ancoleman/ai-design-componentsInstalarOperating production Kubernetes clusters effectively with resource management, advanced scheduling, networking, storage, security hardening, and autoscaling. Use when deploying workloads to Kubernetes, configuring cluster resources, implementing security policies, or troubleshooting operational issues.
ancoleman/ai-design-componentsInstalarOptimize cloud infrastructure costs through FinOps practices, commitment discounts, right-sizing, and automated cost management. Use when reducing cloud spend, implementing budget controls, or establishing cost visibility across AWS, Azure, GCP, and Kubernetes environments.
ancoleman/ai-design-componentsInstalarOptimize SQL query performance through EXPLAIN analysis, indexing strategies, and query rewriting for PostgreSQL, MySQL, and SQL Server. Use when debugging slow queries, analyzing execution plans, or improving database performance.
ancoleman/ai-design-componentsInstalarWhen validating system performance under load, identifying bottlenecks through profiling, or optimizing application responsiveness. Covers load testing (k6, Locust), profiling (CPU, memory, I/O), and optimization strategies (caching, query optimization, Core Web Vitals). Use for capacity planning, regression detection, and establishing performance SLOs.
ancoleman/ai-design-componentsInstalarDesign and implement disaster recovery strategies with RTO/RPO planning, database backups, Kubernetes DR, cross-region replication, and chaos engineering testing. Use when implementing backup systems, configuring point-in-time recovery, setting up multi-region failover, or validating DR procedures.
ancoleman/ai-design-componentsInstalarDesign and implement Internal Developer Platforms (IDPs) with self-service capabilities, golden paths, and developer experience optimization. Covers platform strategy, IDP architecture (Backstage, Port), infrastructure orchestration (Crossplane), GitOps (Argo CD), and adoption patterns. Use when building developer platforms, improving DevEx, or establishing platform teams.
ancoleman/ai-design-componentsInstalarEngineer effective LLM prompts using zero-shot, few-shot, chain-of-thought, and structured output techniques. Use when building LLM applications requiring reliable outputs, implementing RAG systems, creating AI agents, or optimizing prompt quality and cost. Covers OpenAI, Anthropic, and open-source models with multi-language examples (Python/TypeScript).
ancoleman/ai-design-componentsInstalarImplements feedback and notification systems including toasts, alerts, modals, progress indicators, and error states. Use when communicating system state, displaying messages, confirming actions, or showing errors.
ancoleman/ai-design-componentsInstalarApply and enforce cloud resource tagging strategies across AWS, Azure, GCP, and Kubernetes for cost allocation, ownership tracking, compliance, and automation. Use when implementing cloud governance, optimizing costs, or automating infrastructure management.
ancoleman/ai-design-componentsInstalarManaging secrets (API keys, database credentials, certificates) with Vault, cloud providers, and Kubernetes. Use when storing sensitive data, rotating credentials, syncing secrets to Kubernetes, implementing dynamic secrets, or scanning code for leaked secrets.
ancoleman/ai-design-componentsInstalarAuthentication, authorization, and API security implementation. Use when building user systems, protecting APIs, or implementing access control. Covers OAuth 2.1/OIDC, JWT patterns, sessions, Passkeys/WebAuthn, RBAC/ABAC/ReBAC, policy engines (OPA, Casbin, SpiceDB), managed auth (Clerk, Auth0), self-hosted (Keycloak, Ory), and API security best practices.
ancoleman/ai-design-componentsInstalarReduces attack surface across OS, container, cloud, network, and database layers using CIS Benchmarks and zero-trust principles. Use when hardening production infrastructure, meeting compliance requirements, or implementing defense-in-depth security.
ancoleman/ai-design-componentsInstalarWrite robust, portable shell scripts with proper error handling, argument parsing, and testing. Use when automating system tasks, building CI/CD scripts, or creating container entrypoints.
ancoleman/ai-design-componentsInstalar- siem-logging391
Configure security information and event management (SIEM) systems for threat detection, log aggregation, and compliance. Use when implementing centralized security logging, writing detection rules, or meeting audit requirements across cloud and on-premise infrastructure.
ancoleman/ai-design-componentsInstalar Build event streaming and real-time data pipelines with Kafka, Pulsar, Redpanda, Flink, and Spark. Covers producer/consumer patterns, stream processing, event sourcing, and CDC across TypeScript, Python, Go, and Java. When building real-time systems, microservices communication, or data integration pipelines.
ancoleman/ai-design-componentsInstalarStrategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration.
ancoleman/ai-design-componentsInstalarProvides design token system and theming framework for consistent, customizable UI styling across all components. Covers complete token taxonomy (color, typography, spacing, shadows, borders, motion, z-index), theme switching (CSS custom properties, theme providers), RTL/i18n support (CSS logical properties), and accessibility (WCAG contrast, high contrast themes, reduced motion). This is the foundational styling layer referenced by ALL component skills. Use when theming components, implementing light/dark mode, creating brand styles, customizing visual design, ensuring design consistency, or supporting RTL languages.
ancoleman/ai-design-componentsInstalarTransform raw data into analytical assets using ETL/ELT patterns, SQL (dbt), Python (pandas/polars/PySpark), and orchestration (Airflow). Use when building data pipelines, implementing incremental models, migrating from pandas to polars, or orchestrating multi-step transformations with testing and quality checks.
ancoleman/ai-design-componentsInstalarDocument database implementation for flexible schema applications. Use when building content management, user profiles, catalogs, or event logging. Covers MongoDB (primary), DynamoDB, Firestore, schema design patterns, indexing strategies, and aggregation pipelines.
ancoleman/ai-design-componentsInstalarGraph database implementation for relationship-heavy data models. Use when building social networks, recommendation engines, knowledge graphs, or fraud detection. Covers Neo4j (primary), ArangoDB, Amazon Neptune, Cypher query patterns, and graph data modeling.
ancoleman/ai-design-componentsInstalarAsync communication patterns using message brokers and task queues. Use when building event-driven systems, background job processing, or service decoupling. Covers Kafka (event streaming), RabbitMQ (complex routing), NATS (cloud-native), Redis Streams, Celery (Python), BullMQ (TypeScript), Temporal (workflows), and event sourcing patterns.
ancoleman/ai-design-componentsInstalarRelational database implementation across Python, Rust, Go, and TypeScript. Use when building CRUD applications, transactional systems, or structured data storage. Covers PostgreSQL (primary), MySQL, SQLite, ORMs (SQLAlchemy, Prisma, SeaORM, GORM), query builders (Drizzle, sqlc, SQLx), migrations, connection pooling, and serverless databases (Neon, PlanetScale, Turso).
ancoleman/ai-design-componentsInstalarTime-series database implementation for metrics, IoT, financial data, and observability backends. Use when building dashboards, monitoring systems, IoT platforms, or financial applications. Covers TimescaleDB (PostgreSQL), InfluxDB, ClickHouse, QuestDB, continuous aggregates, downsampling (LTTB), and retention policies.
ancoleman/ai-design-componentsInstalarVector database implementation for AI/ML applications, semantic search, and RAG systems. Use when building chatbots, search engines, recommendation systems, or similarity-based retrieval. Covers Qdrant (primary), Pinecone, Milvus, pgvector, Chroma, embedding generation (OpenAI, Voyage, Cohere), chunking strategies, and hybrid search patterns.
ancoleman/ai-design-componentsInstalarBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.
ancoleman/ai-design-componentsInstalarWriting optimized, secure, multi-stage Dockerfiles with language-specific patterns (Python, Node.js, Go, Rust), BuildKit features, and distroless images. Use when containerizing applications, optimizing existing Dockerfiles, or reducing image sizes.
ancoleman/ai-design-componentsInstalarWrite GitHub Actions workflows with proper syntax, reusable workflows, composite actions, matrix builds, caching, and security best practices. Use when creating CI/CD workflows for GitHub-hosted projects or automating GitHub repository tasks.
ancoleman/ai-design-componentsInstalarManaging cloud infrastructure using declarative and imperative IaC tools. Use when provisioning cloud resources (Terraform/OpenTofu for multi-cloud, Pulumi for developer-centric workflows, AWS CDK for AWS-native infrastructure), designing reusable modules, implementing state management patterns, or establishing infrastructure deployment workflows.
ancoleman/ai-design-componentsInstalar- eval-analyze391
Analyze Mnemon harness eval reports, classify outcomes, and extract improvement evidence.
mnemon-dev/mnemonInstalar - eval-improve391
Turn stable Mnemon harness eval findings into scoped project, loop, adapter, docs, or eval asset improvements.
mnemon-dev/mnemonInstalar - eval-plan391
Design a scenario-driven Mnemon harness eval with target, hypothesis, HostAgent, loop configuration, evidence, and rubric.
mnemon-dev/mnemonInstalar - eval-run391
Execute or supervise a planned Mnemon harness eval run in an isolated HostAgent workspace.
mnemon-dev/mnemonInstalar - mnemon-goal391
Manage project-scoped Mnemon goal state, evidence, verification, completion, blockers, and host goal links.
mnemon-dev/mnemonInstalar - memory-get391
Read scoped memory from Local Mnemon when GUIDE.md indicates that prior memory may help the current task.
mnemon-dev/mnemonInstalar - memory-set391
Submit durable memory candidates to Local Mnemon when GUIDE.md indicates that a stable fact, preference, decision, or continuity item should be kept.
mnemon-dev/mnemonInstalar - skill-author391
Draft or revise high-quality SKILL.md content for approved or proposed Mnemon skill changes.
mnemon-dev/mnemonInstalar - skill-curate391
Start a low-frequency review of skill evidence and canonical skill lifecycle state.
mnemon-dev/mnemonInstalar - skill-manage391
Submit approved skill lifecycle and content changes to Local Mnemon.
mnemon-dev/mnemonInstalar Record lightweight skill usage evidence when GUIDE.md indicates that a turn produced reusable workflow or lifecycle signal.
mnemon-dev/mnemonInstalar- mnemon391
Persistent memory CLI for WorkBuddy. Store facts, recall past knowledge, link related memories, manage lifecycle.
mnemon-dev/mnemonInstalar - add-mnemon391
Add persistent graph-based memory to NanoClaw agents using mnemon. Agents recall context before responding and remember insights after. Each group gets isolated memory with optional global shared store.
mnemon-dev/mnemonInstalar >-
ergrelet/windiffInstalarExperiment-specific - summarize the DARE executor's research design into a clean research_result report, forced to write back into the spec file produced by formated-specs.
Experiment-specific - replaces writing-specs, emits DARE's 4-layer call plan as a clean research_graph schema. Last step forces load formated-result.
loss-1 judge - read a sample's full dialogue and decide whether the user simulator semantically enacted its Policy Card. check-blind.
loss-2 judge - pairwise quality comparison across the n rungs within one topic; decide monotonicity and endpoint separation. check-blind, D1-D5 only.
Strategy: Inference to the best explanation in the face of anomalies
Remove components one by one, observe system changes to reveal hidden
Map system architecture to ablatable units for ablation studies
Design ablation studies to isolate component contributions in ML systems
Remove components one by one from a system, record the response/impact
Classify assumptions on 2 axes — load-bearing (how much conclusion depends
Extract abstract principles from concrete domain cases. Strips domain-specific
Perform bisociation at multiple abstraction levels
Move between concrete and abstract framings — 3 levels up (Why?) and
Abstract biological principle to design principle. Bridge from biology
Compute Risk Priority Number (RPN = S x O x D), classify failure modes
Enumerate all implementation activities from an experiment design
Understand who the user is — background, resources, constraints, and
Iteratively select maximally informative pairs, execute comparisons,
Structured debate protocol that constructs an advocate, deploys critic
Strategy: Progressive pressure escalation — starts with surface-level
Strategy: Role-play attacks from hostile personas — competing lab researcher,
Tactic: Construct detailed hostile persona, attack artifact from that
Campaign: Logical extreme and boundary testing via reductio ad absurdum
Construct the strongest possible case for a rejected candidate or counter-position.
Aggregate multiple ranking ballots into a consensus ranking using a specified
SOP: Use the AHP (Analytic Hierarchy Process) to determine scoring-dimension weights, outputting a weight vector
SOP: Use the AHRQ PiCMe framework to systematically assess a research gap across 6 dimensions
Classify gap root causes using AHRQ 4-reason framework (insufficient
Strategy: What-If Analysis, Alternative Futures, and Four Ways of Seeing
Generate 2-4 divergent scenarios from the same evidence base, each representing
Generate alternative model formulations by relaxing, replacing, or generalizing
Score each candidate alternative against all criteria to produce a score
Generate alternatives for every known approach — ensure no approach goes
Systematic structure-mapping from source to target domain (Gentner).
Chain analogies to deeper levels (3-5 layers). Each layer reveals new
Extract transferable structural principles from source domains. Orchestrates
Assess analogy depth (surface/structural/systemic). Determines whether
KAOS-style recursive goal decomposition. AND decomposition for sub-goals
SOP: Describe and classify anomalous phenomena that existing theory cannot explain
Tactic: Inductive/abductive path — describe anomalous phenomena, generate
SOP: Design the optimal answering order for sub-questions
Challenge industry best practices' hidden assumptions. Deconstruct benchmarks
Search for positive deviants and extract transferable principles using