Adds a deliberate color strategy to UI components and surfaces. The skill guides an agent through assessing a design's current color state, planning a palette (dominant, secondary, accent), and applying color semantically to actions, status indicators, charts, and backgrounds. It emphasises accessibility (WCAG contrast), brand consistency, and minimal, high-impact color use.
Use when an interface feels flat, over-gray, or lacks visual hierarchy — for onboarding flows, dashboards, marketing pages, or component libraries. Also useful before a design pass to prepare a palette that maps to states (success, error, warning, info) and to ensure accessibility.
Best for agents that can inspect frontend codebases and run style audits (design-savvy agents); compatible with general-purpose assistant agents and tooling that can modify CSS/Tailwind variables or generate design tokens.
Colorize is a purely instructional skill for adding strategic color to monochromatic UI designs. It contains no scripts or executable code — just a well-structured SKILL.md with design guidance on semantic color, accessibility, and palette strategy. References a dependency on the frontend-design skill for context gathering. No security concerns since there's nothing executable.
Clean instructional skill with good design guidance content. The {{ask_instruction}} template variable and dependency on frontend-design skill are notable. No executable content to test.
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.
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.
Golang Dependency Management
Guidelines and CLI recipes for safely adding, upgrading, auditing and managing Go dependencies, including govulncheck, go.mod practices, vendoring, and automate