@skills · Owner
Agent skills by oimiragieo
376 skills indexed from github.com/oimiragieo. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- _archive · Collection · 36 stars
- .claude · Collection · 36 stars
- .cursor · Collection · 36 stars
- .factory · Collection · 36 stars
- a2a-worker · Skill · 36 stars
Builds A2A protocol integration - auto-start hook, client library, router wiring
- accessibility · Skill · 36 stars
Ensure accessibility in UI components including semantic HTML, ARIA attributes, keyboard navigation, and WCAG 2.2 AA compliance.
- advanced-elicitation · Skill · 36 stars
Use when you want to improve response quality through meta-cognitive reasoning. Applies 15+ reasoning methods to reconsider and refine initial outputs.
- adversarial-debate · Skill · 36 stars
N-round opposing-stance debates for trade-off analysis. Assigns pro/con roles to agents, runs structured debate rounds with quality scoring, and produces a
- adversarial-review · Skill · 36 stars
Force adversarial code review stance that eliminates confirmation bias — reviewer must find issues or re-analyze
- agent-creator · Skill · 36 stars
Creates specialized AI agents on-demand when no existing agent matches a request. Use when the Router cannot find a suitable agent for a task. Enables self
- agent-enhancement-worker · Skill · 36 stars
Agent frontmatter enhancements — disallowedTools, mcpServers scoping, fork_eligible field
- agent-evaluation · Skill · 36 stars
LLM-as-judge evaluation framework with 5-dimension rubric (accuracy, groundedness, coherence, completeness, helpfulness) for scoring AI-generated content q
- agent-studio · Collection · 36 stars
- agent-tool-design · Skill · 36 stars
The Agent Tool Contract — 5 principles for designing tools agents call reliably: predictable signature, rich errors, token-efficient output, idempotency, g
- agent-updater · Skill · 36 stars
Research-backed workflow to refresh existing agent prompts/frontmatter with diff-based risk scoring, TDD gates, and ecosystem validation.
- ai-ml-expert · Skill · 36 stars
AI and ML expert covering PyTorch, TensorFlow, Hugging Face, scikit-learn, LLM integration, RAG pipelines, MLOps, and production ML systems
- android-expert · Skill · 36 stars
Comprehensive Android development expert covering Jetpack Compose, Kotlin coroutines/Flow, Architecture Components, Hilt DI, Navigation, testing, performan
- angular-expert · Skill · 36 stars
Angular framework expert including components, services, RxJS, templates, and testing
- api-development-expert · Skill · 36 stars
API development expert including REST design, OpenAPI, and documentation
- api-testing · Skill · 36 stars
API security testing and validation for REST/GraphQL/gRPC endpoints, contract testing, load testing, fuzzing, and Postman/Bruno/Hurl workflows
- architecture-review · Skill · 36 stars
Architecture review and design validation. Evaluates system designs against best practices, identifies anti-patterns, and ensures architectural decisions a
- artifact-integrator · Skill · 36 stars
Deep integration analysis for newly created artifacts
- artifact-lifecycle · Skill · 36 stars
Unified lifecycle management for all framework artifacts (skills, agents, hooks, workflows, templates, schemas)
- arxiv-mcp · Skill · 36 stars
Search and retrieve academic papers from arXiv.org using WebFetch and Exa. No MCP server required - uses existing tools to access arXiv API directly.
- arxiv-monitor · Skill · 36 stars
Scheduled ArXiv paper monitor. Uses CronCreate to search configured keywords every 6 hours, deduplicates via MemoryRecord, and stores summaries in named me
- ask-questions-if-underspecified · Skill · 36 stars
Ask the minimum clarifying questions before implementation when requirements are ambiguous or missing crucial details
- assimilate · Skill · 36 stars
Benchmark external agent frameworks, auto-detect source type, scan for prompt injection, and convert findings into a concrete TDD upgrade backlog for agent
- astro-expert · Skill · 36 stars
Astro framework expert including components, content collections, and integrations
- async-operations · Skill · 36 stars
Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more rea
- atlassian-integration · Skill · 36 stars
Atlassian ecosystem integration covering Jira project management, Confluence documentation, Bitbucket source control, and cross-product automation workflow
- audit-context-building · Skill · 36 stars
Ultra-granular code analysis for deep architectural context building. Line-by-line and block-by-block analysis using First Principles, 5 Whys, 5 Hows metho
- auth-security-expert · Skill · 36 stars
OAuth 2.1, JWT (RFC 8725), encryption, and authentication security expert. Enforces 2026 security standards.
- authentication-flow-rules · Skill · 36 stars
OAuth 2.1 compliant authentication flows (MANDATORY Q2 2026). PKCE required for ALL clients, Implicit Flow removed, modern token security.
- auto-recall · Skill · 36 stars
Use when you need semantic retrieval from perpetual memory at query time. Parses query intent, searches vector store, ranks by relevance and recency, and i
- aws-cloud-ops · Skill · 36 stars
AWS cloud operations for CloudWatch, S3, Lambda, EC2, and IAM
- azure-devops · Skill · 36 stars
Azure DevOps integration covering pipelines, boards, repos, artifacts, and work item management via Azure CLI and REST API
- behavioral-loop-detection · Skill · 36 stars
Detect when agents are stuck in repetitive action loops using a rolling 20-action window with escalating nudges — replan after 3 similar actions, explore a
- best-practices-guidelines · Skill · 36 stars
Specifies best practices, including following RESTful API design principles, implementing responsive design, using Zod for data validation, and regularly u
- binary-analysis-patterns · Skill · 36 stars
Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables,
- brainstorming · Skill · 36 stars
Socratic design refinement before implementation — challenges assumptions, surfaces alternatives, identifies risks before code is written
- brand-compliance · Skill · 36 stars
Audit content and assets for brand compliance — style guide validation, tone of voice checking, visual identity consistency, brand asset management, and cr
- browser-automation · Skill · 36 stars
Programmatic web automation using Playwright Python — data extraction, form filling, multi-step workflows, auth session management, screenshot/PDF capture,
- build-tools-expert · Skill · 36 stars
Build tools expert including Vite, Webpack, and bundler configuration
- building-secure-contracts · Skill · 36 stars
Smart contract and secure API contract security analysis — invariant checking, access control, reentrancy, and integer overflow patterns. Implements Checks
- channel-management · Skill · 36 stars
Manage Claude Code --channels sessions (start/stop/status/health) via channel-manager.cjs and terminal-tracker.cjs.
- check-telegram-voice · Skill · 36 stars
Check voice message pipeline config — verify Whisper, ElevenLabs/OpenAI TTS keys and dependencies.
- checklist-generator · Skill · 36 stars
Generate context-aware quality checklists for code review and QA using IEEE 1028 base standards plus LLM contextual additions
- chrome-browser · Skill · 36 stars
Browser automation with two integrations - Chrome DevTools MCP (always available, performance tracing) and Claude-in-Chrome extension (authenticated sessio
- ci-cd-implementation-rule · Skill · 36 stars
Uses GitHub Actions or GitLab CI for CI/CD implementation.
- claude-api · Skill · 36 stars
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude
- cloud-devops-expert · Skill · 36 stars
Cloud and DevOps expert including AWS, GCP, Azure, and Terraform
- cloud-run · Skill · 36 stars
Google Cloud Run deployment, service management, traffic splitting, and log inspection. Use when deploying containerized apps to Cloud Run, managing servic
- cloudflare-workers · Skill · 36 stars
Cloudflare Workers edge computing — Durable Objects, KV, R2, D1, Workers AI, AI Gateway
- code-analyzer · Skill · 36 stars
Static code analysis and complexity metrics
- code-graph-context · Skill · 36 stars
Structural code graph queries via CodeGraphContext MCP (tree-sitter + KuzuDB). Find callers, callees, class hierarchies, dead code, and module dependencies
- code-quality-expert · Skill · 36 stars
Code quality expert including clean code, style guides, and refactoring
- code-semantic-search · Skill · 36 stars
Semantic code search using Phase 1 vector embeddings and Phase 2 hybrid search.
- code-structural-search · Skill · 36 stars
Use ast-grep for AST-based code pattern matching.
- code-style-validator · Skill · 36 stars
Programmatic code style validation using AST analysis. Complements (not replaces) code-style rules by providing automated checking and instant feedback.
- codebase-cleaner · Skill · 36 stars
Safe codebase cleanup: delete AI slop, consolidate duplicates, update imports — always test-verified before committing
- codebase-exploration · Skill · 36 stars
- command-creator · Skill · 36 stars
Creates command files for the Claude Code framework. Commands are user-facing shortcuts that delegate to skills.
- commit-security-scan · Skill · 36 stars
Analyze code changes (commits, PRs, diffs) for security vulnerabilities using STRIDE analysis and CWE mapping
- commit-validator · Skill · 36 stars
Validates commit messages against Conventional Commits specification using programmatic validation. Replaces the git-conventional-commit-messages text file
- compaction-detector · Skill · 36 stars
Detect Claude Code context compaction events in session JSONL logs. Identifies compaction boundaries, measures token delta before/after, reports compaction
- complexity-assessment · Skill · 36 stars
AI-based complexity assessment for task analysis. Use when determining the appropriate workflow, phases, and validation depth for a task.
- compliance-fix-worker · Skill · 36 stars
Fixes test failures, compliance gaps, and validation issues in the agent-studio ecosystem
- compliance-policy-check · Skill · 36 stars
Validate planned changes against local framework rules and policy guardrails before implementation or creation.
- composer-dependency-management · Skill · 36 stars
Rules pertaining to Composer dependency management, promoting best practices for declaring and updating dependencies.
- comprehensive-type-annotations · Skill · 36 stars
Requires detailed type annotations for all Python functions, methods, and class members.
- comprehensive-unit-testing-with-pytest · Skill · 36 stars
Aims for high test coverage using pytest, testing both common and edge cases.
- configuration-management · Skill · 36 stars
Configuration management techniques
- consensus-voting · Skill · 36 stars
Byzantine consensus voting for multi-agent decision making. Implements voting protocols, conflict resolution, and agreement algorithms for reaching consens
- container-expert · Skill · 36 stars
Container orchestration expert including Docker, Kubernetes, Helm, and service mesh
- containerization-rules · Skill · 36 stars
Rules for creating and maintaining Dockerfiles.
- content-analyzer · Skill · 36 stars
Use when analyzing published content (blog posts, social media, newsletters) for sentiment, structural quality, hook effectiveness, readability, topic clas
- content-security-scan · Skill · 36 stars
Automated security scanner for external skill/agent content fetched from GitHub or web sources. Runs a 7-step PASS/FAIL security gate against fetched markd
- context-attribution · Skill · 36 stars
Estimate per-turn token attribution across 6 categories in Claude Code sessions to show where context budget is spent
- context-compressor · Skill · 36 stars
Compress large context before reasoning to reduce token usage while preserving evidence. Use this whenever the user mentions huge files, long prompts, RAG
- context-degradation · Skill · 36 stars
Token-range severity zones (Green/Yellow/Orange/Red/Critical) with detection checklist, early warning indicators, and corrective routing actions for contex
- context-driven-development · Skill · 36 stars
Context-Driven Development methodology - treating project context as managed artifacts alongside code for consistent AI interactions and team alignment.
- context-worker · Skill · 36 stars
Context management — pre-compact persistence, threshold alignment, microcompact/circuit breaker detection
- convex-development-general · Skill · 36 stars
Applies general rules for Convex development, emphasizing schema design, validator usage, index-first query patterns, function registration, and correct ha
- cpp · Skill · 36 stars
C++ coding standards and best practices.
- creation-feasibility-gate · Skill · 36 stars
Validate whether a proposed new artifact is feasible in the current stack before creator workflows run.
- creator-fix-worker · Skill · 36 stars
Fixes the skill-creator and agent-creator systems (SKILL.md refactoring, hook fixes, template fixes)
- cron-decision · Skill · 36 stars
Decision framework for agents to determine WHEN and WHETHER to use Claude Code's native cron scheduler (CronCreate/CronList/CronDelete) vs OS cron, GitHub
- cron-runner · Skill · 36 stars
Background orchestrator that drains the system-wide cron-actions-queue.jsonl queue safely, preventing LLM context pollution in the primary router.
- data-expert · Skill · 36 stars
Data processing expert including parsing, transformation, and validation
- database-architect · Skill · 36 stars
Database design and optimization specialist. Schema design, query optimization, indexing strategies, data modeling, and migration planning for relational a
- database-expert · Skill · 36 stars
Database expert including Prisma, Supabase, SQL, and NoSQL patterns
- de-sloppify · Skill · 36 stars
Two-agent cleanup pattern. Implementer works freely, then a dedicated cleanup agent removes unused imports, console.logs, commented-out code, dead code, an
- debug-log-analysis · Skill · 36 stars
Structured debug log analysis for Claude Code sessions — auto-discovers most recent log, runs reducer, extracts error patterns, correlates with full log, p
- debugging · Skill · 36 stars
Systematic 4-phase debugging with root cause investigation. Use when fixing bugs to prevent random fixes.
- deep-research · Skill · 36 stars
Multi-step autonomous research methodology for deep investigation tasks with structured synthesis
- dependency-analyzer · Skill · 36 stars
Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategies. Helps maintain dependency healt
- dependency-analyzer · Skill · 36 stars
Analyzes project dependencies, detects outdated packages, identifies breaking changes, and suggests safe update strategies. Helps maintain dependency healt
- design-and-user-experience-guidelines · Skill · 36 stars
Specifies design and user experience guidelines, including dark mode compatibility, responsive design, performance optimization, modern UI, and accessibili
- design-systems · Skill · 36 stars
Design system lookup, CSS best practices, and AI-driven UI component generation via MCP tools
- diagram-generator · Skill · 36 stars
Generates architecture, database, and system diagrams using Mermaid syntax. Creates visual representations of system architecture, database schemas, compon
- diagram-generator · Skill · 36 stars
Generates architecture, database, and system diagrams using Mermaid syntax. Creates visual representations of system architecture, database schemas, compon
- differential-review · Skill · 36 stars
Perform security-focused review of code diffs and pull requests, identifying newly introduced vulnerabilities, security regressions, and unsafe patterns in
- disable-telegram · Skill · 36 stars
Stop the Telegram channel daemon.
- dispatching-parallel-agents · Skill · 36 stars
Concurrent investigation of independent failures. Use when multiple unrelated issues need parallel resolution.
- doc-coauthoring · Skill · 36 stars
Collaborative document creation via a structured three-stage workflow. Use for writing specs, PRDs, design docs, proposals, RFCs, and any long-form documen
- doc-generator · Skill · 36 stars
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides, architecture docs, and user manuals
- doc-generator · Skill · 36 stars
Generates comprehensive documentation from code, APIs, and specifications. Creates API documentation, developer guides, architecture docs, and user manuals
- docker-compose · Skill · 36 stars
Docker Compose container orchestration and management. Manage multi-container applications, services, networks, and volumes. Use for local development, tes
- drizzle-orm-rules · Skill · 36 stars
Rules for Drizzle ORM schema design, query patterns, migration workflows, and relational query usage. Ensures type-safe, production-ready database interact
- dry-principle · Skill · 36 stars
This rule enforces the Don't Repeat Yourself principle to avoid code duplication and improve maintainability.
- dto-conventions · Skill · 36 stars
Sets standards for Data Transfer Objects (DTOs), typically records, including parameter validation in compact canonical constructors.
- dynamic-api-integration · Skill · 36 stars
Discover, parse, and call external HTTP APIs at runtime using OpenAPI specs, tool templates, and iterative chaining. Adapted from UTCP (Universal Tool Call
- ecosystem-integrity-scanner · Skill · 36 stars
Deeply analyzes Agent Studio framework structural health: catching phantom require() references, wrong module depth paths, missing skill/agent dependencies
- electron-pro · Skill · 36 stars
Expert Electron desktop application development — main/renderer process architecture, IPC communication, native OS APIs (menus, tray, notifications, dialog
- elixir-expert · Skill · 36 stars
Elixir and Phoenix expert including OTP, Ecto, and functional programming
- enable-telegram · Skill · 36 stars
Start Telegram monitoring. Auto-enables voice pipeline if ElevenLabs or OpenAI TTS keys are detected.
- enhance-prompt · Skill · 36 stars
Transforms vague UI/feature requests into structured, optimized prompts with design system awareness. Use when generating prompts for UI implementation, fe
- error-recovery-escalation · Skill · 36 stars
5-level error recovery escalation: retry, nudge, replan, fallback, force-done — each with entry criteria and timeout before escalating
- eval-harness-updater · Skill · 36 stars
Refresh evaluation harnesses with live/fallback parser reliability, SLO gates, and regression checks.
- exa-monitor · Skill · 36 stars
Scheduled Exa web search monitor. Uses CronCreate to search configured topics every 4 hours via mcp__Exa__web_search_exa, deduplicates URLs via MemoryRecor
- expo-framework-rule · Skill · 36 stars
Expo Framework-specific guidelines. Includes best practices for Views, Blueprints, and Extensions.
- expo-mobile-app-rule · Skill · 36 stars
Specifies best practices and conventions for Expo-based mobile app development.
- feature-flag-management · Skill · 36 stars
Feature flag lifecycle management -- safe feature toggling, gradual rollouts, A/B testing patterns, flag cleanup strategies, and technical debt prevention.
- feedback-analysis · Skill · 36 stars
Customer feedback analysis — sentiment detection, NPS/CSAT frameworks, feature request clustering, support ticket triage, churn signal detection, and feedb
- fiber-logging-and-project-structure · Skill · 36 stars
Applies best practices for logging (zerolog/zap), project structure (cmd/internal/pkg), middleware registration order, and environment configuration in Go
- fiber-routing-and-csrf-protection · Skill · 36 stars
Focuses on routing, CSRF protection, context handling, and template usage within the internal handlers directory.
- figma · Skill · 36 stars
Figma design-to-code workflow. Read Figma files, inspect components, extract design tokens, and translate designs to implementation. Use when working with
- filesystem · Skill · 36 stars
File system operations guidance - read, write, search, and manage files using Claude Code's built-in tools.
- finishing-a-development-branch · Skill · 36 stars
Complete development with structured merge/PR options. Use when ready to merge or submit work.
- fintech-engineer · Skill · 36 stars
Fintech engineering expertise — payment processing (Stripe, Plaid), PCI DSS compliance, financial data modeling (double-entry bookkeeping), fraud detection
- fix-review · Skill · 36 stars
Verify fix commits address security findings without introducing new bugs or regressions. Analyzes diffs for anti-patterns like removed validation, weakene
- flutter-expert · Skill · 36 stars
Flutter and Dart expert including widgets, state management, and platform integration
- form-and-actions-in-sveltekit · Skill · 36 stars
Describes Form and Actions implementations.
- form-validation-with-zod · Skill · 36 stars
Enforces the use of Zod for form validation throughout the project.
- forum-monitor · Skill · 36 stars
Use when monitoring online forums (Reddit, HN, ProductHunt) for recurring user pain points, feature requests, and unmet needs. Invoke for market research,
- framework-context · Skill · 36 stars
Load and synthesize framework architecture context for reflection and planning tasks.
- frontend-design · Skill · 36 stars
Create distinctive, production-grade web interfaces with intentional aesthetic direction. Avoids generic AI aesthetics (centered layouts, Inter/Arial, purp
- frontend-expert · Skill · 36 stars
Frontend development expert including UI/UX patterns, responsive design, and accessibility
- function-length-and-responsibility · Skill · 36 stars
This rule enforces the single responsibility principle, ensuring functions are short and focused.
- gamedev-expert · Skill · 36 stars
Game development expert including DragonRuby, Unity, and game mechanics
- gap-detection · Skill · 36 stars
Detect missing docs, undocumented files, project health issues, and coverage gaps on session start or on-demand. Scans for README gaps, TODO/FIXME counts,
- gcloud-cli · Skill · 36 stars
Google Cloud CLI operations and resource management
- gemini-cli-security · Skill · 36 stars
AI-powered code vulnerability analysis and dependency scanning using Gemini CLI security extension patterns. Detects hardcoded secrets, injection attacks,
- git-expert · Skill · 36 stars
Advanced Git operations wrapper. Optimizes token usage by guiding complex git workflows into efficient CLI commands.
- github-mcp · Skill · 36 stars
GitHub API operations - repositories, issues, pull requests, actions, code security, discussions, gists, and more. Use for GitHub-related tasks like managi
- github-ops · Skill · 36 stars
Workflow for repository reconnaissance and operations using GitHub CLI (gh). Optimizes token usage by using structured API queries instead of blind file fe
- gitops-workflow · Skill · 36 stars
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing Git
- go-expert · Skill · 36 stars
Go programming expert including APIs, gRPC, concurrency, and best practices
- goal-backward-verification · Skill · 36 stars
Verify that task outputs actually achieve stated goals through 4 progressive levels of verification
- google-workspace · Skill · 36 stars
Google Workspace integration skill for Gmail, Calendar, Drive, Docs, and Sheets via Python client libraries and MCP servers
- graphql-expert · Skill · 36 stars
GraphQL expert including schema design, Apollo Client/Server, and caching
- heartbeat · Skill · 36 stars
Start and manage the full heartbeat ecosystem for agent-studio. Registers all 7 heartbeat loops plus auto-reschedule task via CronCreate to keep the agent
- helm-chart-scaffolding · Skill · 36 stars
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts,
- hook-creator · Skill · 36 stars
Creates and registers hooks for the Claude Code framework. Handles pre/post tool execution, validation, memory, and session hooks. Use when new validation,
- hook-routing-worker · Skill · 36 stars
Hook enhancements — updatedInput for bash safety prefixes, suppressOutput for verbose blocks, denial-based routing feedback
- hook-updater · Skill · 36 stars
Research-backed hook refresh workflow for updating existing hooks with TDD checkpoints and settings.json registration validation.
- hooks-explainer · Skill · 36 stars
Documents the hook enforcement system, bypass mechanisms, and common failure patterns to help agents avoid getting stuck on protected path writes
- hooks-worker · Skill · 36 stars
Hook system optimization — async conversion, consolidation, deduplication, new hook events
- html-tailwind-css-and-javascript-expert-rule · Skill · 36 stars
Sets the AI to act as an expert in HTML, Tailwind CSS, and vanilla JavaScript, focusing on clarity and readability for all HTML, JS, and CSS files.
- htmx-expert · Skill · 36 stars
HTMX expert including hypermedia patterns, Django/Flask integration
- huggingface · Skill · 36 stars
Hugging Face Hub operations, model inference, dataset management, PEFT/LoRA fine-tuning, and Spaces deployment via MCP tools and Python APIs
- imagen-generation · Skill · 36 stars
Google Imagen image generation via Vertex AI — text-to-image, image editing, inpainting, and upscaling using ImageGenerationModel
- implementation-readiness · Skill · 36 stars
Gate for HIGH/EPIC tasks that validates plan completeness and architecture compliance before implementation begins
- incident-runbook-templates · Skill · 36 stars
Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding t
- init · Skill · 36 stars
Auto-evolution skill to initialize a new repository with AGENTS.md localized context.
- insecure-defaults · Skill · 36 stars
Detect hardcoded credentials, default passwords, fail-open configurations, insecure default settings, and other security misconfigurations that ship as def
- insight-extraction · Skill · 36 stars
Extract actionable insights from completed coding sessions. Use when a session completes to capture learnings for future sessions.
- instinct-learning · Skill · 36 stars
Records atomic learned behaviors with confidence scores. Project-scoped instincts are isolated per project and auto-promote to global scope at confidence t
- integration-test-worker · Skill · 36 stars
Builds cross-area integration tests for the mission engine module system
- interactive-requirements-gathering · Skill · 36 stars
Structured interactive questionnaire framework for gathering requirements from users. Uses A/B/C/D/E multiple choice patterns with additive vs exclusive qu
- ios-expert · Skill · 36 stars
iOS development expert including SwiftUI, UIKit, and Apple frameworks
- java-expert · Skill · 36 stars
Java and Spring Boot expert including REST APIs, JPA, and microservices
- jira-pm · Skill · 36 stars
Jira project management and issue tracking integration
- judge-verification · Skill · 36 stars
Independent LLM judge evaluates task completion separately from the executing agent, catching false success claims by reviewing task goal, actions taken, f
- jupyter-notebook-best-practices · Skill · 36 stars
Guidelines for structuring and documenting Jupyter notebooks for reproducibility and clarity.
- k8s-manifest-generator · Skill · 36 stars
Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when g
- k8s-security-policies · Skill · 36 stars
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clu
- kafka-development-practices · Skill · 36 stars
Applies general coding standards and best practices for Kafka development with Scala.
- knowledge-graph · Skill · 36 stars
Entity and relation tracking skill using MCP memory server patterns and local knowledge graph storage. Build persistent knowledge graphs of entities, relat
- kubernetes-flux · Skill · 36 stars
Kubernetes cluster management and troubleshooting. Query pods, deployments, services, logs, and events. Supports context switching, scaling, and rollout ma
- large-data-with-dask · Skill · 36 stars
Specific optimization strategies for Python scripts working with larger-than-memory datasets via Dask.
- linear-pm · Skill · 36 stars
Linear project management - issues, projects, cycles, and roadmaps. Use for Linear-related tasks like managing issues, tracking sprints, and organizing pro
- llm-council · Skill · 36 stars
Orchestrate multi-LLM parallel debate and synthesis. Dispatches prompts to available omega CLI wrappers in parallel, collects independent responses, runs a
- logging-module-usage · Skill · 36 stars
Employs the logging module judiciously to log important events, warnings, and errors.
- lsp-navigator · Skill · 36 stars
Compiler-level code intelligence via native LSP — definitions, references, types, call hierarchies, and diagnostics.
- marketing-content · Skill · 36 stars
Content strategy, copywriting frameworks (AIDA/PAS/BAB/4Ps/FAB), editorial calendar management, platform-specific content, A/B testing, campaign planning,
- markitdown-converter · Skill · 36 stars
Convert files to Markdown using Microsoft's MarkItDown library
- mcp-builder · Skill · 36 stars
Guide developers in creating Model Context Protocol (MCP) servers. Use for building MCP tools that enable LLMs to interact with external services. Covers T
- mcp-catalog · Skill · 36 stars
- medusa · Skill · 36 stars
Medusa v2 rules and best practices for modular commerce architecture, Workflow SDK, data models, services, and admin customizations.
- medusa-security · Skill · 36 stars
AI-first security scanning with Medusa. 3,000+ detection patterns covering AI/ML, agents, MCP, RAG, prompt injection, and traditional SAST vulnerabilities.
- memory-audit · Skill · 36 stars
Comprehensive health check across CC auto-memory and agent-studio memory systems — detects orphans, duplicates, staleness, and threshold violations
- memory-discipline-worker · Skill · 36 stars
Memory index discipline — cap enforcement, pruning, archival, health reporting
- memory-forensics · Skill · 36 stars
Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when ana
- memory-quality-auditor · Skill · 36 stars
Audit memory retrieval quality (drift, staleness, citation-groundedness) and produce remediation backlog.
- memory-search · Skill · 36 stars
Semantic search over global agent memory. Use to retrieve previously learned patterns, decisions, gotchas, and workarounds. Prevents stale-context errors a
- mission-engine-worker · Skill · 36 stars
Builds mission engine modules, orchestration wiring, plugin system, headless execution, and code review infrastructure
- ml-experiment-loop · Skill · 36 stars
Autonomous fixed-budget ML experiment loop — setup, iterative hypothesis testing, git-based keep/discard tracking, and indefinite autonomous execution. Imp
- mobile-first-design-rules · Skill · 36 stars
Focuses on rules and best practices for mobile-first design and responsive typography using tailwind.
- mobile-ui-development-rule · Skill · 36 stars
General rules pertaining to Mobile UI development. Covers UI/UX best practices, state management, and navigation patterns.
- model-benchmark · Skill · 36 stars
- modern-python · Skill · 36 stars
Modern Python tooling best practices using uv, ruff, ty, and pytest. Mandates the Trail of Bits Python coding standards for project setup, dependency manag
- monorepo-and-tooling · Skill · 36 stars
Outlines the monorepo structure and tooling conventions, emphasizing the use of Taskfile.yml, and proper handling of environment variables.
- multi-agent-architecture-reference · Skill · 36 stars
Decision matrix for selecting multi-agent topologies (Supervisor, Swarm, Hierarchical, Conductor) with token economics, failure modes, and escalation paths
- nativescript · Skill · 36 stars
NativeScript best practices and patterns for mobile applications
- nativewind-and-tailwind-css-compatibility · Skill · 36 stars
Provides specific version compatibility notes for NativeWind and Tailwind CSS to prevent common installation errors.
- next-cache-components · Skill · 36 stars
Next.js 16 caching model expertise covering the 'use cache' directive, cacheLife() API, cacheTag() for invalidation, cacheComponents configuration, and Par
- next-upgrade · Skill · 36 stars
Structured workflow for upgrading Next.js applications across major versions. Use when migrating a Next.js project from one major version to another (e.g.,
- nextjs-expert · Skill · 36 stars
Next.js framework expert including App Router, Server Components, and API routes
- nodejs-expert · Skill · 36 stars
Node.js backend expert including Express, NestJS, and async patterns
- notification-triggers · Skill · 36 stars
Configurable regex-based alert system for detecting patterns in tool calls and session activity. Supports error triggers, content regex matching, token thr
- omega-claude-cli · Skill · 36 stars
Shell out to Claude Code CLI to invoke a second Claude session headlessly. Useful for cross-validation, second opinions, and isolated analysis without shar
- omega-codex-cli · Skill · 36 stars
Shell out to OpenAI Codex CLI for headless code generation, analysis, and question-answering. Optimized for code tasks. Requires OPENAI_API_KEY env var.
- omega-cursor-cli · Skill · 36 stars
Shell out to Cursor Agent CLI for headless IDE-aware code tasks. Supports multi-model routing (auto mode routes to Claude, Gemini, GPT). Requires Cursor Pr
- omega-gemini-cli · Skill · 36 stars
Use when the user wants to use Google Gemini for analysis, large files or codebases, sandbox execution, or brainstorming. Uses headless Gemini CLI scripts
- on-call-handoff-patterns · Skill · 36 stars
Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting
- outcome-reflection · Skill · 36 stars
Feed actual task results back into agent memory for calibration. Compares predicted vs actual outcomes, records accuracy scores, and tracks estimation qual
- pandas-data-manipulation-rules · Skill · 36 stars
Focuses on pandas-specific rules for data manipulation, including method chaining, data selection using loc/iloc, and groupby operations.
- paraglide-js-internationalization-i18n · Skill · 36 stars
Details Paraglide.js i18n implementations.
- perpetual-memory · Skill · 36 stars
Use when you need to auto-log all tool interactions into a self-organizing vector DB with instant recall. Intercepts interactions, extracts key information
- php-expert · Skill · 36 stars
PHP expert including Laravel, WordPress, and Drupal development
- pipeline-evaluator · Skill · 36 stars
Evaluates completed agent pipelines across 5 scoring dimensions and produces a composite verdict with actionable recommendations
- pipeline-reflection-ux · Skill · 36 stars
Improve router-facing pipeline and reflection narration to reduce noisy status churn and make Step 0/Reflection outcomes explicit. Use when updating Router
- plan-generator · Skill · 36 stars
Creates structured plans from requirements. Generates comprehensive plans with steps, dependencies, risks, and success criteria. Coordinates with specialis
- plan-generator · Skill · 36 stars
Creates structured plans from requirements. Generates comprehensive plans with steps, dependencies, risks, and success criteria. Coordinates with specialis
- plan-quality-verifier · Skill · 36 stars
Verifies implementation plan quality across 8 dimensions (requirement-coverage, task-completeness, dependency-validity, scope-sanity, artifact-wiring, risk
- planning-with-files · Skill · 36 stars
Manus-style file-based planning for complex tasks. Use task_plan.md, findings.md, and progress.md to maintain persistent context. Use for multi-step tasks,
- platform-fix-worker · Skill · 36 stars
Fixes Windows platform issues, path resolution, glob patterns, and cleanup tasks
- poetry-rye-dependency-management · Skill · 36 stars
Python dependency management with Poetry and Rye -- lockfile-driven workflows, dependency groups, monorepo patterns, and migration paths. Covers pyproject.
- postmortem-writing · Skill · 36 stars
Write effective blameless postmortems with root cause analysis, timelines, and action items. Use when conducting incident reviews, writing postmortem docum
- powershell-expert · Skill · 36 stars
PowerShell 7+ scripting and Windows system administration -- cross-platform automation, secure credential handling, Pester testing, DSC, and JEA patterns.
- pptx · Skill · 36 stars
PowerPoint presentation generation using python-pptx. Create slides from Claude output, data analysis, or structured content. Covers slide templates, shape
- prd-generator · Skill · 36 stars
Generate structured Product Requirements Documents using hypothesis-driven methodology with Implementation Phases tracking.
- prioritize-python-3-10-features · Skill · 36 stars
Prioritizes the use of new features available in Python 3.12 and later versions.
- proactive-audit · Skill · 36 stars
Automated health checks for framework artifacts modified during a pipeline. Validates hook syntax, security patterns (SE-01/SE-02), skill wiring, agent con
- project-analyzer · Skill · 36 stars
Automated brownfield codebase analysis with weighted keyword scoring, three-stream analysis, and design pattern recognition. Detects project type, framewor
- project-onboarding · Skill · 36 stars
Guided project onboarding for new codebases. Helps agents understand project structure, build systems, test commands, and development workflows by creating
- project-stage-detection · Skill · 36 stars
Detect project maturity stage (new/early/mid/mature) from file structure and route to appropriate onboarding workflow
- prompt-cache-worker · Skill · 36 stars
Prompt assembler optimization — sorting, memoization, cache-break detection, integration tests
- property-based-testing · Skill · 36 stars
fast-check patterns for JS/TS — 6 canonical property categories with worked examples targeting agent-studio utilities (path normalization, safe-json, glob-
- protocol-reverse-engineering · Skill · 36 stars
Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network t
- pyqt6-ui-development-rules · Skill · 36 stars
PyQt6 desktop GUI development rules -- signal/slot architecture, QSS theming, QThread concurrency, layout management, and cross-platform rendering. Enforce
- python-backend-expert · Skill · 36 stars
Python backend expert including Django, FastAPI, Flask, SQLAlchemy, and async patterns
- qa-workflow · Skill · 36 stars
QA validation and fix loop workflow — validates implementation completeness then iterates fix cycles until all acceptance criteria pass and quality gates c
- qwik-expert · Skill · 36 stars
Qwik framework expert including resumability, lazy loading, and optimization
- ralph-loop · Skill · 36 stars
Autonomous iteration loop with dual-mode support. Standalone mode uses Stop hooks (RALPH_ACTIVE=1). Multi-agent mode uses router-managed iteration. Never t
- react-best-practices-vercel · Skill · 36 stars
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next
- react-expert · Skill · 36 stars
React ecosystem expert including hooks, state management, component patterns, React 19 features, Shadcn UI, and Radix primitives
- react-native-skills-vercel · Skill · 36 stars
React Native and Expo best practices for building performant mobile apps. Use
- readme · Skill · 36 stars
Use when creating, updating, or generating README and documentation files for projects and libraries
- receiving-code-review · Skill · 36 stars
Process and act on code review feedback. Use when receiving review results.
- recommend-evolution · Skill · 36 stars
Detect capability gaps and record standardized evolution recommendations.
- recovery · Skill · 36 stars
Workflow recovery protocol for resuming workflows after context loss, session interruption, or errors. Handles state reconstruction, artifact recovery, and
- reddit-researcher · Skill · 36 stars
Search and read public Reddit posts, subreddits, and comments via the unauthenticated JSON API. Safe read-only access with SSRF-prevention hostname allowli
- reflection-worker · Skill · 36 stars
Fixes reflection system, evolution triggers, token reporting, and hook registration
- regulatory-compliance · Skill · 36 stars
Validate systems and processes against GDPR/CCPA privacy regulations, privacy-by-design principles, ADA/WCAG accessibility standards, data processing agree
- requesting-code-review · Skill · 36 stars
Dispatch code-reviewer agent for two-stage review. Use after completing implementation tasks.
- research-synthesis · Skill · 36 stars
Research best practices and synthesize into design decisions for artifact creation. Invoke BEFORE any creator skill to ensure research-backed decisions.
- response-rater · Skill · 36 stars
Rates responses and plans against quality rubrics. Used for plan validation, response quality audits, and multi-agent consensus.
- restcontroller-conventions · Skill · 36 stars
Specifies standards for RestController classes, including API route mappings, HTTP method annotations, dependency injection, and error handling with ApiRes
- ripgrep · Skill · 36 stars
Enhanced code search with custom ripgrep binary supporting ES module extensions and advanced patterns.
- routing-architect-worker · Skill · 36 stars
Implements hierarchical routing architecture (sub-routers, routing tables, hook updates)
- routing-fix-worker · Skill · 36 stars
Fixes bugs in the agent-studio routing system (hooks, lib, state management)
- rule-auditor · Skill · 36 stars
Validates code against coding standards and best practices. Reports compliance violations and suggests fixes.
- rule-creator · Skill · 36 stars
Creates rule files for the Claude Code framework. Rules are markdown files in .claude/rules/ that are auto-loaded by Claude Code.
- rules-worker · Skill · 36 stars
Compresses and merges CLAUDE.md and rules files to fit under the 40K character cap
- rust-expert · Skill · 36 stars
Rust programming expert including ownership, borrowing, lifetimes, async Tokio patterns, error handling, trait system, performance optimization, testing, a
- scheduled-tasks · Skill · 36 stars
Schedule recurring tasks and heartbeat monitoring using Claude Code's cron system (CronCreate/CronList/CronDelete). Implements the Agentic Heartbeat Patter
- schema-creator · Skill · 36 stars
Creates JSON Schema validation files for skills, agents, hooks, workflows, and data structures. Ensures type safety and input validation across the framewo
- schema-updater · Skill · 36 stars
Research-backed JSON Schema refresh workflow for updating existing schemas with validation checkpoints and cross-reference verification.
- scientific-skills · Skill · 36 stars
Comprehensive scientific research toolkit with 139 specialized skills for biology, chemistry, medicine, data science, and computational research. Transform
- security-architect · Skill · 36 stars
Security architecture and threat modeling. OWASP Top 10 2025 analysis, OWASP Agentic AI Top 10 (ASI01-ASI10), AI/LLM security patterns, supply chain securi
- security-scanning · Skill · 36 stars
Automated security scanning pipeline covering SAST (Semgrep), SCA (OWASP dependency-check), SBOM generation (Syft), vulnerability scanning (Grype), and sec
- security-worker · Skill · 36 stars
Security hardening — path normalization, UNC blocking, pattern alignment with Claude Code
- semgrep-rule-creator · Skill · 36 stars
Create custom Semgrep rules for detecting project-specific vulnerabilities, enforcing coding standards, and building domain-specific security checks with p
- sentry-monitoring · Skill · 36 stars
Sentry error tracking and performance monitoring for real-time visibility into application errors, performance issues, and release health
- seo-and-meta-tags-in-sveltekit · Skill · 36 stars
Provides SEO and Meta Tags guidelines in SvelteKit.
- seo-optimization · Skill · 36 stars
Comprehensive 7-phase SEO optimization workflow covering technical SEO auditing, keyword research strategy, on-page optimization, content SEO and E-E-A-T,
- sequential-thinking · Skill · 36 stars
Sequential thinking and structured problem solving. Break down complex problems into steps with revision and branching capabilities. Use for multi-step ana
- service-class-conventions · Skill · 36 stars
Defines the structure and implementation of service classes, enforcing the use of interfaces, ServiceImpl classes, DTOs for data transfer, and transactiona
- session-handoff · Skill · 36 stars
Initiate a session handoff to transfer context and pending actions to a new terminal session. Executing this skill safely drains tasks and launches a new c
- session-log-analyzer · Skill · 36 stars
Parse Claude Code JSONL session logs from ~/.claude/projects/ for tool call inventory, token costs, error detection, subagent traces, and compaction detect
- session-transcript-analyzer · Skill · 36 stars
Parses and merges Claude .jsonl transcripts with debug logs to generate a timeline heuristics report of API limits, context overflows, hook blocks, and too
- setup-telegram · Skill · 36 stars
Check Telegram bot configuration and guide setup if anything is missing.
- setup-telegram-voice · Skill · 36 stars
Check if voice message handling is configured — verify Whisper, ElevenLabs/OpenAI TTS keys, and required tools.
- shadcn-ui · Skill · 36 stars
Deep expertise on shadcn/ui component library including installation, customization, theming, and accessibility patterns. Use when building UI with shadcn/
- sharp-edges · Skill · 36 stars
Living catalogue of 7 known hazard entries (SE-01 through SE-07) specific to agent-studio: Windows backslash paths, prototype pollution, hook exit codes, a
- skill-creator · Skill · 36 stars
Create, validate, and convert skills for the agent ecosystem. Enforces standardized structure for consistency. Enables self-evolution by creating new skill
- skill-discovery · Skill · 36 stars
How agents discover and use skills. Use to understand skill invocation protocol.
- skill-updater · Skill · 36 stars
Research-backed skill refresh workflow for updating existing skills with TDD checkpoints, memory-aware integration, and EVOLVE/reflection trigger handling.
- skills · Collection · 36 stars
- skills · Collection · 36 stars
- skills · Collection · 36 stars
- skills-repair-worker · Skill · 36 stars
Fixes skill tests, catalog mismatches, missing workflows, and improves ecosystem gate scores
- slack-expert · Skill · 36 stars
Expert-level Slack platform development using Bolt SDK — build Slack apps with slash commands, interactive components (buttons, modals, shortcuts), home ta
- slack-notifications · Skill · 36 stars
Slack messaging, channels, and notifications - send messages, manage channels, interact with users, upload files, and add reactions. Use for team communica
- smart-debug · Skill · 36 stars
AI-assisted debugging specialist with deep knowledge of modern debugging tools, observability platforms, and automated root cause analysis. Implements Curs
- smart-revert · Skill · 36 stars
Git-aware smart revert for tracks, phases, and tasks. Handles rewritten history, finds related commits, and provides safe rollback with multiple confirmati
- solidjs-expert · Skill · 36 stars
SolidJS expert including reactivity, components, and store patterns
- sparc-methodology · Skill · 36 stars
SPARC (Specification, Pseudocode, Architecture, Refinement, Completion) comprehensive development methodology with multi-agent orchestration
- spec-critique · Skill · 36 stars
Self-critique specification documents using extended thinking — surfaces hidden assumptions, contradictions, missing edge cases, and scope creep before imp
- spec-gathering · Skill · 36 stars
Requirements gathering workflow for specification creation. Use when starting a new feature, task, or project that needs structured requirements.
- spec-init · Skill · 36 stars
Unified skill that guides spec creation through structured, interactive process.
- spec-to-code-compliance · Skill · 36 stars
Verify that implementation code faithfully implements its specification — checks function contracts, API contracts, and protocol compliance against source
- stale-module-pruner · Skill · 36 stars
Ripgrep-powered dead-code crawler that finds stale, broken, or orphaned JavaScript/CJS/MJS modules in the Agent Studio framework. Walks a target directory,
- starknet-react-rules · Skill · 36 stars
Specific rules for Starknet React projects, focusing on blockchain integration.
- state-management-expert · Skill · 36 stars
State management expert including MobX, Redux, Zustand, and reactive patterns
- static-analysis · Skill · 36 stars
Run CodeQL and Semgrep static analysis with SARIF output for vulnerability detection, code quality assessment, and security compliance scanning across mult
- strict-user-requirements-adherence · Skill · 36 stars
Strictly adheres to specified user flow and game rules, making sure to follow documented features.
- style-analyzer · Skill · 36 stars
Use when ingesting text samples to extract quantitative writing style metrics. Produces a structured JSON style profile with vocabulary patterns, sentence
- styling-expert · Skill · 36 stars
CSS and styling expert including Tailwind, CSS-in-JS, and responsive design
- subagent-driven-development · Skill · 36 stars
Execute plans via autonomous agents with two-stage review per task. Use for complex implementations requiring quality gates.
- summarize-changes · Skill · 36 stars
Structured workflow for summarizing code changes after completing tasks. Creates clear, actionable summaries of what was changed, why, and what to verify.
- svelte-expert · Skill · 36 stars
Svelte and SvelteKit expert including components, stores, and routing
- swarm-coordination · Skill · 36 stars
Multi-agent swarm coordination patterns. Orchestrates parallel agent execution, manages agent communication, handles task distribution, and coordinates res
- system-health-check · Skill · 36 stars
Verifies repository baseline test passing state and available memory/GPU resources to ensure safe mission execution.
- tall-stack-general · Skill · 36 stars
General guidelines for TALL stack development, emphasizing Laravel and PHP best practices.
- task-delegation · Skill · 36 stars
Agent task delegation patterns — spawn protocols, handoff metadata, drain gate, parallel limits, and model selection for multi-agent orchestration
- task-management-protocol · Skill · 36 stars
Protocol for task synchronization, context handoff, and cross-session coordination using Claude Code task tools. Ensures agents properly update tasks with
- tauri-native-api-integration · Skill · 36 stars
Rules for integrating Tauri's native APIs in the frontend application.
- tauri-security-rules · Skill · 36 stars
Security-related rules for Tauri application development.
- tauri-svelte-typescript-general · Skill · 36 stars
General rules for developing desktop applications using Tauri with Svelte and TypeScript for the frontend.
- tauri-svelte-ui-components · Skill · 36 stars
Rules specific to Svelte UI component development in Tauri applications.
- tdd · Skill · 36 stars
Canon TDD for humans and AI agents. Use for production code changes by writing tests first, proving RED, implementing minimal GREEN, and refactoring safely
- team-orchestration · Skill · 36 stars
6-phase multi-agent pipeline with approval gates. Orchestrates Plan→Design→Implement→Review→Test→Deploy phases with explicit entry/exit criteria, phase-lev
- telegram-polling · Skill · 36 stars
Poll Telegram Bot API for new messages and route commands to agents. Implements 10-command bot with fail-closed allowlist, owner-only tier, two-step approv
- telegram-polling · Skill · 36 stars
Use when building, debugging, or documenting Telegram bot polling flows that need safe agent routing, state tracking, and final-only replies without webhoo
- telegram-voice-pipeline · Skill · 36 stars
End-to-end voice message pipeline for Telegram — download OGG attachment, transcribe with Whisper, generate a text response, convert to MP3 via ElevenLabs
- template-creator · Skill · 36 stars
Creates and registers templates for agents, skills, workflows, hooks, and code patterns. Handles post-creation catalog updates, consuming skill integration
- template-renderer · Skill · 36 stars
Render templates by replacing {{TOKEN}} placeholders with actual values, supporting all three templates (specification, plan, tasks) with schema validation
- template-updater · Skill · 36 stars
Research-backed template refresh workflow for updating existing templates with placeholder verification and rendering validation.
- terraform-infra · Skill · 36 stars
Terraform infrastructure operations with safety controls
- test-generator · Skill · 36 stars
Generates test code from specifications, components, and API endpoints. Creates unit tests, integration tests, and E2E tests following project testing patt
- test-generator · Skill · 36 stars
Generates test code from specifications, components, and API endpoints. Creates unit tests, integration tests, and E2E tests following project testing patt
- text-to-sql · Skill · 36 stars
Convert natural language queries to SQL. Use for database queries, data analysis, and reporting.
- thinking-tools · Skill · 36 stars
Structured thinking patterns for agent self-reflection. Includes think-about-collected-information (validate research), think-about-task-adherence (stay on
- token-saver-adaptive-ratio · Skill · 36 stars
Helper skill that exposes adaptive token-saver compression ratios for large context corpora.
- token-saver-context-compression · Skill · 36 stars
- token-saver-memory-dedup · Skill · 36 stars
Helper skill that deduplicates token-saver memory records before persistence.
- tool-creator · Skill · 36 stars
Creates tool files for the Claude Code framework. Tools are executable utilities organized by category in .claude/tools/.
- tool-search · Skill · 36 stars
Semantic tool search with embeddings for scalable tool discovery. Enables on-demand tool loading to reduce context usage by 90%+ for large tool libraries.
- tool-updater · Skill · 36 stars
Research-backed CLI tool refresh workflow for updating existing tools with TDD checkpoints and CLI invocation validation.
- track-management · Skill · 36 stars
Track management methodology - creating and managing logical work units (features, bugs, refactors) through specification, planning, and implementation pha
- transcription · Skill · 36 stars
Audio and video transcription using Whisper AI via the transcribe-anything package. Supports local files, YouTube URLs, and microphone input with multiple
- troubleshooting-regression · Skill · 36 stars
Regression troubleshooting workflow for hook/router/memory/search failures with enforced evidence and fix validation
- tsconfig-json-rules · Skill · 36 stars
Defines general rules for tsconfig.json. It suggest using strict TypeScript checks
- tts-generation · Skill · 36 stars
AI text-to-speech generation using OpenAI TTS, ElevenLabs, and Google TTS backends. Converts text to audio files with voice selection, speed control, and f
- typescript-expert · Skill · 36 stars
TypeScript and JavaScript expert including type systems, patterns, and tooling
- uat-verify · Skill · 36 stars
Verify completed work against acceptance criteria, collect evidence, and produce a PASS/FAIL UAT report
- ui-components-expert · Skill · 36 stars
UI component library expert including Chakra, Material UI, and Mantine
- user-flow-validator · Skill · 36 stars
Test user journey assertions against real surfaces (Web UI, CLI, API) with evidence collection and isolation boundaries
- user-research · Skill · 36 stars
UX research methodology skill — usability testing protocols, user interview frameworks, persona development, journey mapping, heuristic evaluation (Nielsen
- using-git-worktrees · Skill · 36 stars
Create isolated development workspaces with safety verification. Use when needing parallel development branches.
- variant-analysis · Skill · 36 stars
Discover vulnerability variants by identifying similar code patterns across a codebase using CodeQL and Semgrep pattern matching, finding instances where a
- vercel-ai-sdk-best-practices · Skill · 36 stars
Best practices for using the Vercel AI SDK in Next.js 15 applications with React Server Components and streaming capabilities.
- vercel-deploy · Skill · 36 stars
Zero-auth Vercel deployment workflow with automatic framework detection for 20+ frameworks. Use when deploying web applications to Vercel, creating preview
- verification-before-completion · Skill · 36 stars
Gate function preventing unverified completion claims. Use before claiming any task is done.
- verification-worker · Skill · 36 stars
Verifies system integrity after fixes, runs regression tests, identifies remaining issues
- visual-and-observational-rules · Skill · 36 stars
Defines the visual aspects of the game and how the player observes the world. This includes map color-coding, screen effects, and the overall simulation st
- voice-clone-generator · Skill · 36 stars
Use when generating new content that must match an established writing style profile. Loads the style profile from style-analyzer, constructs a style-const
- vue-expert · Skill · 36 stars
Vue.js ecosystem expert including Vue 3, Composition API, Nuxt, and Pinia
- wave-executor · Skill · 36 stars
Fresh-process orchestration for EPIC-tier batch pipelines. Spawns a new Bun process per wave via the Claude Agent SDK, preventing GC-related crashes in lon
- web-artifacts-builder · Skill · 36 stars
Build elaborate, multi-component web artifacts using React 18 + TypeScript + Tailwind CSS + shadcn/ui. Produces a single self-contained HTML file with all
- web-design-guidelines-vercel · Skill · 36 stars
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my
- web-perf · Skill · 36 stars
Structured 5-phase web performance audit workflow with Core Web Vitals thresholds and actionable optimization recommendations. Use when auditing website pe
- web3-expert · Skill · 36 stars
Web3 and blockchain expert including Solidity, Ethereum, and smart contracts
- webapp-testing · Skill · 36 stars
Test local web applications using Playwright with Python. Verify frontend functionality, debug UI behavior, capture screenshots, and view browser console l
- webmcp-browser-tools · Skill · 36 stars
WebMCP — browser-side API that lets web applications expose their own functionality as MCP tools TO AI agents. Use when designing or integrating with web a
- websocket-engineer · Skill · 36 stars
Expert WebSocket and real-time communication engineering — WebSocket protocol (RFC 6455), ws/Socket.IO server implementation, authentication, heartbeat/rec
- windows-terminal · Skill · 36 stars
Spawn and manage Windows Terminal (wt.exe) windows and tabs from Node.js scripts and Claude Code hooks, with App Execution Alias resolution, correct CLI fl
- workflow-creator · Skill · 36 stars
Creates multi-agent orchestration workflows for complex tasks. Handles enterprise workflows, operational procedures, and custom orchestration patterns. Use
- workflow-patterns · Skill · 36 stars
TDD task implementation patterns - red-green-refactor cycle, phase checkpoints, git commits, and verification protocols for quality assurance.
- workflow-updater · Skill · 36 stars
Research-backed workflow to refresh existing workflow files with phase-gate regression checks, idempotency validation, and ecosystem alignment.
- writing-skills · Skill · 36 stars
TDD applied to documentation - create production-ready skills. Use when authoring new skills. Includes writing style guidelines for clear prose.
- xlsx · Skill · 36 stars
Excel spreadsheet generation using openpyxl and xlsxwriter. Convert Claude output, data analysis results, and tabular data into formatted .xlsx files with
- yara-authoring · Skill · 36 stars
YARA-X detection rule authoring with expert judgment, linting, atom analysis, and best practices. Teaches how to think like an expert YARA author for malwa