RADAR DE SKILLS · GITHUB
Agent Skills úteis, classificados pelo uso real.
Compare Skills verificados por finalidade, conteúdo do pacote, instalações e evidências da fonte antes de adicioná-los.
- ESCOPO DO CATÁLOGO
- VERIFICADO
- Skills
- 10.772
- repositórios
- 1711
- última sincronização
- 23 de set. de 2026
wshobsonistio-traffic-management
Configure Istio traffic management including routing, load balancing, circuit breakers, and canary deployments. Use when implementing service mesh traffic policies, progressive delivery, or resilience patterns.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonjavascript-testing-patterns
Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonmarket-sizing-analysis
Calculate TAM/SAM/SOM for market opportunities using top-down, bottom-up, and value theory methodologies. Use this skill when sizing markets, estimating addressable revenue, validating market opportunity for a new venture, or building investor-ready market analysis for a startup pitch or business plan.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonmicroservices-patterns
Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonmtls-configuration
Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonmulti-cloud-architecture
Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonmulti-reviewer-patterns
Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonnft-standards
Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonpci-compliance
Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonpptx-deck-context
Use when preparing the narrative, sources, and design context for a new editable PPTX deck.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonpptx-slide-specification
Use when authoring or repairing a coordinate-explicit JSON specification for an editable PPTX deck.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonprotect-mcp-setup
Configure Cedar policy enforcement and Ed25519 signed receipts for Claude Code tool calls. Use when setting up projects that need cryptographic audit trails, policy-gated tool execution, or compliance-ready evidence of agent actions.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonpython-background-jobs
Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonpython-project-structure
Python project organization, module architecture, and public API design. Use when setting up new projects, organizing modules, defining public interfaces with all, or planning directory layouts.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonreact-native-design
Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonrecsys-pipeline-architect
Design composable recommendation, ranking, and feed pipelines using the six-stage Source→Hydrator→Filter→Scorer→Selector→SideEffect framework popularized by xAI's open-sourced X For You algorithm. Use when building any system that picks "the top K items for a (user, context)" — content feeds, search ranking, RAG rerankers, task prioritizers, notification triage, ad selection.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonsaga-orchestration
Implement saga patterns for distributed transactions and cross-aggregate workflows. Use this skill when implementing distributed transactions across microservices where 2PC is unavailable, designing compensating actions for failed order workflows that span inventory, payment, and shipping services, building event-driven saga coordinators for travel booking systems that must roll back hotel, flight, and car rental reservations atomically, or debugging stuck saga states in production where compensation steps never complete.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonscan
Scans the codebase to generate project-doc.md and AGENTS.md. Use when bootstrapping a new agent-driven repo, refreshing project documentation after architectural changes, or running a delta scan to detect drift. Runs a full scan on first use and a smart delta scan on subsequent runs. Uses understand-anything + context-mode when available, falls back to native tools otherwise. Only updates AGENTS.md on detected architectural changes with human confirmation.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonsimilarity-search-patterns
Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonspark-optimization
Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonspark-training-gotchas
Preflight and diagnose the ten known failure modes for ML training on NVIDIA DGX Spark. Use when a training run on DGX Spark fails to start, OOMs below the 128GB limit, slows down mid-run, or before any multi-hour training job on GB10.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonsuperself
Use when a project keeps its state in Superself (a <!-- superself:begin block in AGENTS.md or CLAUDE.md, or self setup resolves the directory to a registered project): read self context at session start, attach work to a work unit, report with evidence, and record confirmed decisions so the next session picks up where this one left off.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsonteam-communication-protocols
Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.
wshobsontrack-management
Use this skill when creating, managing, or working with Conductor tracks - the logical work units for features, bugs, and refactors. Applies to spec.md, plan.md, and track lifecycle operations.
- instalações
- 1
- GitHub Stars
- 39,8 mil
- Atualizado
- 19 de set.