- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
task-start
by qingchunwuhui
任务启动助手 - 在开始工作任务/Bug修复/功能开发/内容创作前,自动生成实战任务执行文档。 解决"事后追悔"问题,让你在任务开始时就建立记录框架,边做边记,自动形成复盘。 Triggers: /task-start, /kickoff, /start
background-tasks
by Nomik94
백그라운드 작업 패턴 레퍼런스. Use when: 백그라운드 작업, 비동기 작업, Celery, 이메일 발송, 무거운 작업, 큐, task queue, 작업 스케줄링, periodic task, BackgroundTasks, worker, 작업 재시도, retry, dead letter. NOT for: 단순 async/await (FastAPI 기본 비동기).
ie6-hacks
by adriancooney
Internet Explorer 6 CSS and JavaScript compatibility patterns reference. Use when identifying legacy browser-specific code for removal during codebase modernization, explaining unusual CSS patterns in legacy systems, or auditing stylesheets for deprecated workarounds.
clack
by ahmadawais
Comprehensive guidance for building and debugging JavaScript and TypeScript CLIs with @clack/core and @clack/prompts, backed by bundled upstream source and examples. Use when implementing clack prompt flows, deciding between core primitives and styled prompts, adapting clack examples, or validating clack API usage.
agent-flight-recorder
by aivokone
Always-on flight recorder for agent runs. Recorder-only — does not change task execution, only records. Log append-only YAML entries only when the run deviates (retry, detour, workaround, blocker, missing context, quality rework). Buffer entries and flush at end/abort, before a blocking clarification, on major context switch, or after high severity. One run per file, no file if zero entries. Never mention logging mid-task. At end, output exactly one line only if entries exist. No analysis, no guidance, no recommendations.
harmony-hdc
by httprunner
HarmonyOS device control and UI automation via HDC with a TypeScript helper CLI. Use when tasks involve connecting to HarmonyOS devices/emulators, running hdc shell commands, inputting taps/text, launching abilities, or general device management.
ocas-praxis
by indigokarasu
'Bounded behavioral refinement loop. Records outcomes, extracts micro-lessons from repeated patterns, consolidates them into capped active behavior shifts, applies shifts at runtime, and generates plain-language debriefs. Use for recording task outcomes, extracting lessons from repeated patterns, managing active behavior shifts, generating runtime briefs, or producing debriefs. Do not use for general memory (use Elephas), preference tracking (use Taste), real-time task execution, content generation, system health monitoring (use Custodian), or skill evaluation scoring (use Mentor).'
openclaw-backup
by theagentservice
Encrypted backup and restore for OpenClaw Agent workspace files (SOUL.md, MEMORY.md, IDENTITY.md, AGENTS.md, TOOLS.md). Uses tar + openssl (AES-256-CBC) encryption and soul-upload.com API. Auto-generates a new random password for each backup (DO NOT reuse passwords). Use when the user needs to: (1) Back up or upload agent workspace files, (2) Restore or download a previous backup, (3) Delete a backup from remote storage, or (4) Manage encrypted agent persistence.
add-dependency
by slurpyb
Add a new third-party dependency to the project following the version catalog and approval workflow.
send-email
by samunderwood
Use when sending transactional emails (welcome messages, order confirmations, password resets, receipts), notifications, or bulk emails via Resend API.
inline
by ddaanet
Sequence inline execution lifecycle: pre-work, execute, post-work. Triggers on /inline, "execute inline", "run task", or when /design and /runbook route Tier 1/2 execution-ready work. Wraps corrector dispatch, triage feedback, and deliverable-review chaining.
wavybaby
by aaarnv
Extends Claude Code's built-in skill dispatch with CoVe (Chain-of-Verification), dynamic skill discovery via skills.sh, and a toolkit knowledge base for MCP servers and configurations Claude doesn't natively know about. Use for any non-trivial task.
subagent-driven-development
by Jackiexiao
(中文)Use when executing implementation plans with independent tasks in the current session
G-agent-yunwei
by garoter-a11y
"Agent运维工具箱——会话质量监控(上下文衰减检测/state.db维护/压缩策略/已知bug)+ 模型提供商特性记录(DeepSeek/MiMo/StepFun/DashScope等配置坑位+验证铁律)。"
impl-do
by arenahito
Workflow for executing implementation tasks. Use this skill when you need to: (1) Execute a prepared implementation plan (2) Implement tasks sequentially based on dependency resolution (3) For each task: implement → verify → self-review → external review This skill enforces: (a) dependency-based task execution, (b) per-task review cycle.
create-skill
by zaaack
当你要创建/新增一个 skill,或重写/更新某个 skill 的 SKILL.md(结构、约定、模板)时使用。
ad-hook-angle-discovery
by tonyflo79
Strategic derivation and creative generation of advertising hooks and angles for paid ad campaigns. Use after ad intelligence (A01) is complete and you need hook and angle candidates for ad creative. Generates 50+ hooks across 8+ hook types and 10+ angles using the 32-type hook taxonomy. Angles are strategic (the frame through which the audience sees the message); hooks are creative expressions of those angles. Volume is the game — more hooks mean more testable creative. Produces the HOOK-ANGLE-MATRIX.md with all candidates scored and categorized. Trigger when users mention ad hooks, advertising angles, hook generation, creative angles, or brainstorming ad openers. Requires A01 AD-INTELLIGENCE-HANDOFF.md.
cc-godmode
by cubetribe
"Self-orchestrating multi-agent development workflows. You say WHAT, the AI decides HOW."
batch-renamer
by atovk
批量重命名文件,支持模式匹配和编号
latex-pdf-compiler
by robdmc
Compiles LaTeX source code to PDF using pdflatex. Use this skill whenever the user asks to create and compile LaTeX documents, generate PDFs from LaTeX, or compile existing LaTeX code in artifacts.
script2animation
by canyangliunian
Use when the user asks to create a terminal animation or tutorial from a script file (.py/.sh/.R/.do), or needs to demonstrate script usage visually with typing effects and scene transitions.
Bun Adhoc Validate
by phenome
Agent Skills
creator-video-builder
by yama-beykey
素材(録画 + ナレーション音声)を渡すだけで、テロップ・映像切り替え・ 縦動画(1080x1920)の最終動画ファイルを書き出す。 Remotion公式Agent Skills使用。episode.jsonで編集データを一元管理。 creator-demo-recorderとcreator-script-writerの後に実行される。
ci-cd-implement
by JHaugaard
"Analyze a project and implement CI/CD pipelines tailored to its tech stack and deployment target. This skill should be used when a project is ready for automated testing and/or deployment. Generates GitHub Actions workflows, deployment scripts, and secrets documentation. Works as a standalone utility on any project."