
from skillshub46
Run multiple independent agents concurrently to investigate and fix unrelated failures, speeding triage and remediation when problems are separable.
This skill provides a pattern and prompts for dispatching one agent per independent problem domain so multiple issues can be investigated and resolved in parallel. It includes guidance for scoping tasks, creating per-agent prompts, and integrating results to avoid conflicts. Typical outcome: faster triage and isolated fixes with minimal cross-agent interference.
Use when you have 3+ independent failures or tasks that do not share state or resources — for example, separate test failures in auth, API routing, and DB connection. Avoid when problems are interdependent or require global system context.
Best suited to agents that support multi-turn reasoning and code edits (e.g., Claude/Claude Code, Copilot/Codex-style agents, Gemini-like assistants). The pattern is tool-agnostic and focuses on task orchestration.
This skill has not been reviewed by our automated audit pipeline yet.
Algolia Cost Tuning
Practical guide to reduce Algolia billing by auditing records/requests, switching to virtual replicas, multi-query usage, caching, and cleanup strategies.
Anthropic Security Basics
Practical security practices for Anthropic Claude integrations: API key management, input validation, prompt-injection defenses, and output scanning.
Colorize — Strategic UI Color Introduction
Introduce purposeful color to monochromatic interfaces to improve hierarchy, meaning, and visual engagement while preserving accessibility.
Input Validation Checker
Automated guidance and code patterns for implementing robust input validation and secure-coding practices (OWASP-aligned).
Plotly Chart Generator
Generates Plotly charts and production-ready code for visualizations; validates outputs and follows best practices for charts and presentations.
Security Headers Generator
Auto-activating skill that generates and validates security HTTP headers and provides guidance for implementing secure header configurations.
Turborepo Guidance
Practical Turborepo guidance for JavaScript/TypeScript monorepos: task configuration, caching, filtering, and CI best-practices.
Exa Webhooks & Events
Patterns and example code for building webhook-style monitors and alerts around Exa neural search (scheduled monitors, similarity alerts, digests).
Test Orchestrator Skill
QA orchestration skill: defines test strategy, assigns unit/integration/E2E suites, enforces coverage thresholds, and coordinates CI test execution.
Splitwise Automation (Composio/Rube MCP)
Automation patterns for Splitwise via Composio's Splitwise toolkit over Rube MCP; includes discovery, connection checks, and safe execution patterns.