
from comeonoliver
Practical Turborepo guidance for JavaScript/TypeScript monorepos: task configuration, caching, filtering, and CI best-practices.
Provides a focused set of rules and decision trees for configuring and troubleshooting Turborepo in JavaScript/TypeScript monorepos. The skill explains correct task placement (package vs root), how to declare task inputs/outputs for caching, patterns for affected/filtered runs, and CI integration patterns (including remote caching). It includes anti-patterns to avoid and examples for common pipelines.
Invoke this skill when configuring turbo.json, creating package scripts, debugging cache misses, writing CI workflows that call turbo, or deciding how to run only affected packages. It’s useful during monorepo setup, CI creation, or when diagnosing slow builds or cache problems.
Best used by code-capable assistant agents (Claude Code / Codex / Copilot-like agents) that can edit repo files or suggest CI changes.
Comprehensive Turborepo guidance skill covering task configuration, caching, filtering, CI, environment variables, monorepo structure, and boundaries. The SKILL.md is extremely well-written with detailed anti-patterns, decision trees, and code examples. No scripts are bundled — it's a pure reference/knowledge skill. No security concerns whatsoever; no network calls, no credentials, no destructive commands.
Excellent quality reference skill. Decision trees are clear and actionable. Anti-patterns section is thorough and covers real-world mistakes. The only minor gap is that referenced files (references/*) aren't included in the skill body, so users would need the full repo context. Frontmatter is well-structured with version metadata and clear trigger description.
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.
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