- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
odoo-commit-message-guidelines
by GrupoYACCK
"Draft, rewrite, and validate Odoo-style commit messages using [TAG] module: summary format, 50/72 length limits, imperative English, WHY-first body, and correct tag selection. Includes optional migration tagging ([MIG]) when the project workflow (like OCA) uses it."
config-restore
by ppx123-web
This skill should be used when users want to restore, reload, or copy their Claude Code configuration files (commands, skills, agents) from a backup directory back to ~/.claude/. Triggered by phrases like "restore my claude config", "reload claude settings", "copy config back to ~/.claude/", "restore from backup", "recover claude configuration", "import commands and skills from backup", "I accidentally deleted my commands", "restore my old skills", "copy config from backup", or "I need to recover my claude settings from a backup".
autonomous-orchestrator
by metyatech
"Autonomous meta-orchestrator that continuously discovers work, dispatches agents, reviews results, and manages the full lifecycle across the user's workspace. Use when the user wants hands-off autonomous operation. Triggers on: 'autonomous', 'auto-pilot', 'run continuously', 'take over', 'autopilot'."
swarm-planner
by Chipagosfinest
[EXPLICIT INVOCATION ONLY] Creates dependency-aware implementation plans optimized for parallel multi-agent execution.
ogt-cli-agent
by OpenDNDApps
Run Codex CLI, Claude Code, OpenCode, Gemini CLI, or Pi Coding Agent via background process for programmatic control. Balance load across providers.
browser-automation
by hienlh
Delegate browser automation tasks to a subagent to keep main context clean. Use this skill when you need to perform browser interactions (navigate, click, type, screenshot, etc.) without bloating the main agent's context window. Trigger phrases: "browser", "web page", "navigate to", "click on", "fill form", "screenshot", "test UI"
jpralph-auto
by juanpare
"Execute Ralph iterations in batches autonomously - implement up to 5 user stories automatically. Use for faster execution while maintaining context management. Triggers on: ralph auto, batch execute, autonomous ralph, run batch."
dotnet-backend-patterns
by TriNgo0108
Master C#/.NET backend development patterns for building robust APIs, MCP servers, and enterprise applications. Covers async/await, dependency injection, Entity Framework Core, Dapper, configuration, caching, and testing with xUnit. Use when developing .NET backends, reviewing C# code, or designing API architectures.
setup-scheduled-scraper
by sawyerh
Set up a local Playwright + Next.js scraper project with scheduled runs and an optional web viewer. Use when asked to build a project that scrapes specific URLs on a schedule, stores results locally (JSON), and optionally provides a Next.js App Router + Tailwind + Shadcn data viewer. Assumes macOS launchd automation by default.
srt-translate
by c-kick
Vertaal Engelse SRT ondertitelbestanden naar Nederlands, of review bestaande Nederlandse ondertiteling. Volgt Netflix Dutch Timed Text Style Guide + Modelrichtlijnen Nederlandse Ondertiteling (Auteursbond). Gebruik bij verzoeken om EN→NL ondertitelvertaling, SRT lokalisatie, of review/controle van bestaande NL ondertitels tegen EN bron. Niet voor algemene vertaling zonder SRT-bestand, niet voor ondertiteling in andere talen dan Nederlands, niet voor audio-transcriptie. Primaire methode: orchestrate.sh pipeline (script-gestuurd, headless). Alternatief: interactieve modus voor losse fasen of review.
github-workflows
by prulloac
Create, edit, and troubleshoot GitHub Actions workflow files (.github/workflows/*.yml). Use when the user needs to set up CI/CD pipelines, PR automation, release workflows, scheduled tasks, Docker builds, deployment pipelines, or any GitHub Actions workflow. Covers workflow syntax, common actions, best practices, security hardening, and reusable workflow patterns. Includes starter templates for common workflow types.
markdown-syntax-fundamentals
by arielperez82
Use when writing or editing markdown files. Covers headings, text formatting, lists, links, images, code blocks, and blockquotes.
quick
by pmco23
Use when implementing small features, bug fixes, typo corrections, config tweaks, or any well-understood change that does not require the full pipeline. Completely independent of the brief/design/review/plan/build/qa flow. Use --deep to escalate to Opus for trickier problems.
plan-split
by rozwer
Plans.md を docs/plans/ 以下の個別フェーズファイルに自動分割します。まだ存在しないファイルのみ作成します。
resolve-workflow
by nicolas-codemate
Modular ticket resolution workflow orchestrator. Loads steps dynamically based on mode and current state.
task-capture
by qingchunwuhui
任务采集助手 - 纯粹的任务执行记录工具,专注于实时采集,零摩擦启动。 遵循"采集与加工分离"原则:启动时只记录,不复盘。 Triggers: /task-capture, /capture, /记录
Video Downloader
by yousufjoyian
Claude agent skills and workspace configuration
handoff-skill
by maxoreric
Agent 间任务交接的 Skill。当需要把任务交给另一个 Agent 时触发。触发词:交接、handoff、交给、让 xxx 来处理。
todo-task-run
by gendosu
Execute tasks from TODO file - Generic task runner [/todo-task-run xxx]
opus-design-question
by ddaanet
Consult Opus for design and architectural decisions. REQUIRED instead of AskUserQuestion. Triggers on approach choices (A vs B), trade-off analysis, pattern selection, or structural decisions — use this skill to consult Opus instead of asking the user. Only ask the user for subjective preferences, business logic, scope changes, or unclear requirements.
orchestration
by BaxterCooper
This skill should be used when orchestrating complex tasks, decomposing work into atomic units, dispatching to subagents, verifying outputs, or when discussing task verification and deviation tracking patterns.
task
by wintree86
Task tracker -- track progress and verify implementation directly on plan.md. 범용 프로젝트 태스크 관리. plan 문서에서 진행률 추적, 현황 요약. Triggers: /task, "task", "태스크", "progress", "진행률", "진행 상황"
meeting-notes
by spoonbobo
Turn meeting transcripts into structured notes with action items, then optionally create tasks and post summaries to team channels.
rails-active-job
by shivamsinghchahar
Master Active Job framework for asynchronous background job processing. Use when building background workers, handling async operations, managing job queues, scheduling recurring tasks, or processing long-running operations. Covers job definition, Solid Queue backend, error handling, and advanced patterns.