$ skills --list
Explorar y descubrir skills de agentes IA
Explorar y descubrir skills de agentes IA
Showing 44241-44260 of 44357 skills
Advanced reasoning with search strategies (beam search, MCTS). WHEN: Complex problem-solving requiring exploration of multiple solution paths, optimization problems, decision trees, when you need scored/ranked reasoning paths. WHEN NOT: Simple linear reasoning (use sequential_thinking), trivial problems, when branching isn't needed.
Generate DHEP Behavioral Insights & Evaluation (BIE) proposals with engagementtriage, activity classification, and single-design proposal generation. Supportscausal evaluation, HEOR, digital strategy, AI governance, and training programs.
Эксперт по документам с руководящими принципами бренда. Используй для создания brand books, style guides, visual standards и brand identity documentation.
Standard 5-phase workflow for most development tasks - bugs, small features, refactors (30-60 min)
Detroit-style BDD開発フロー。シナリオテストをメインに据え、振る舞い駆動でテストを設計する。
Use when you want to capture project-specific patterns as reusable skills - generates custom skills based on codebase patterns, common workflows, and team conventions discovered during analysis. Creates skills for patterns, testing, deployment, debugging, and setup. Do NOT use for generic skills that would work across any project - those belong in popkit core, not project-specific generation.
Defines target browser versions for CSS autoprefixing and JavaScript transpilation. Generates .browserslistrc configuration file.
Complete guide for Google Gemini API using the CORRECT current SDK (@google/genai v1.27+, NOT thedeprecated @google/generative-ai). Covers text generation, multimodal inputs (text + images + video +audio + PDFs), function calling, thinking mode, streaming, and system instructions with accurate 2025model information (Gemini 2.5 Pro/Flash/Flash-Lite with 1M input tokens, NOT 2M).Use when: integrating Gemini API, implementing multimodal AI applications, using thinking mode forcomplex reasoning, function calling with parallel execution, streaming responses, deploying toCloudflare Workers, building chat applications, or encountering SDK deprecation warnings, context windowerrors, model not found errors, function calling failures, or multimodal format errors.Keywords: gemini api, @google/genai, gemini-2.5-pro, gemini-2.5-flash, gemini-2.5-flash-lite,multimodal gemini, thinking mode, google ai, genai sdk, function calling gemini, streaming gemini,gemini vision, gemini video, gemini audio, gemini pdf, sys
AI-powered enterprise skill creation orchestrator with intelligent discovery, predictive optimization, ML-based content generation, and Context7-enhanced development patterns. Use when creating smart skill systems, implementing AI-driven skill generation, optimizing skill performance with machine learning, or building enterprise-grade skill factories with automated compliance and governance.
Production-ready authentication system using Better Auth v2 with latest features. Includes OAuth providers, advanced RBAC, multi-tenant support, and security best practices.
Log an email engagement in HubSpot CRM. Load when user says 'log email', 'record email', 'add email', 'email sent'. Requires subject and body.
Guide for Git operations including commits, branches, rebasing, conflict resolution, and following Git best practices and conventional commits
Master microbiome data operations across Supabase, Neo4j, Upstash Vector, and Redis. Generates comprehensive BrilliantBiome reports with BrilliantScore calculations, species analysis, AMR assessments, and population insights. Use when querying microbiome data, generating reports, analyzing taxonomic relationships, or performing similarity searches across the two-lane architecture (clinical + research).
A short checklist for kicking off work effectively: plan, branch, track with bd, and set up validation.
Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.
Kyverno pod security policies enforcing Pod Security Standards, privilege restrictions, and security profiles for Kubernetes workloads.
Setup an autonomous software development cycle, inspired by Anthropic's "Effective harnesses for long-running agents" blog (https://www.anthropic.com/engineering/effective-harnesses-for-long-running-agents). Adapted to fit our tech-stack (TypeScript, NextJS, InstantDB, Trigger.dev, tRPC) and style (kebab-case file-naming).
Master discrete mathematics, logic, formal proofs, and computational thinking. Build the mathematical foundation for all computer science.
Quick reference for common Git commands and workflows. Use when working with version control, committing changes, managing branches, or resolving Git issues. Covers daily Git operations, branching strategies, and troubleshooting.
Run the relevant tests for the current change and summarize results. Use in Flow 3 (Build) and optionally in Flow 4 (Gate).