dmux-workflows
[ Destacado ]dmux-workflows es una habilidad de agente de IA que permite la orquestación de flujos de trabajo paralelos en Claude Code y otros entornos de desarrollo
Explora e instala miles de habilidades para AI Agents en el directorio de Killer-Skills. Compatible con Claude Code, Windsurf, Cursor y más.
dmux-workflows es una habilidad de agente de IA que permite la orquestación de flujos de trabajo paralelos en Claude Code y otros entornos de desarrollo
OpenCode-first AI configuration template — canonical skills, commands, and agents for all AI tools
An LLM-first AEO analysis skillset for Antigravity, Codex, Claude, Gemini, OpenCode, etc. with 6 specialized sub-skills, 6 specialist agents, and 5 optional utility scripts used as evidence collectors
🚀 170+ pre-built skills for Claude Code, Cursor, Codex & 14+ AI tools. Stop re-teaching your AI the same things. One command → instant domain expertise. Marketing, SEO, Trading, Video, PM workflows included.
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:acp), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.
Un agente de simplificación de código es una herramienta que mejora la claridad y mantenibilidad del código
The code-review skill performs automated code reviews based on Sentry engineering practices, helping developers improve code quality and security. It assists with identifying runtime errors, performance issues, and security vulnerabilities.
Quick reference for BookStore code rules and patterns. Use this when you need a fast lookup of conventions for IDs (Guid.CreateVersion7), timestamps (DateTimeOffset.UtcNow), event naming, logging (LoggerMessage), caching, or multi-tenancy. DO NOT USE FOR: step-by-step workflows — use the relevant scaffold skill instead.
The learn-from-feedback skill helps developers improve code quality by learning from user feedback, self-observation, and updating the project's knowledge base. This skill benefits developers by preventing recurring issues and improving overall coding standards.
Guide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements.
Manage a local GitHub knowledge base and provide GitHub search capabilities via gh CLI. Use when users ask about repos, PRs, issues, request to clone GitHub repositories, explore codebases, or need information about GitHub projects. Supports searching GitHub via gh CLI and managing local KB with GITHUB_KB.md catalog. Configure via GITHUB_TOKEN and GITHUB_KB_PATH environment variables.