- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
code-review
by zircote
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers three practices - receiving feedback with technical rigor over performative agreement, requesting reviews via code-reviewer subagent, and verification gates requiring evidence before any status claims. Essential for subagent-driven development, pull requests, and preventing false completion claims.
interactive-story-kit
by Hmbown
Create branching audio stories with distinct character voices and atmospheric music that shifts with narrative mood.
social-media-kit
by Hmbown
Generate vertical TikTok/Reels videos with captions, trending music, and engaging hooks.
video-studio
by Hmbown
Build a custom short video pack with script, narration, music, and visuals.
voiceover-studio
by Hmbown
Design custom voices from text prompts and produce professional narration with voice design previews.
educational-course-kit
by Hmbown
Generate complete micro-courses with lesson scripts, slide images, narration audio, and preview videos.
docx
by zircote
"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"
spec-to-implementation
by tommy-ca
Parse specifications and create implementation plans with task tracking in Notion
swift-concurrency
by nonameplum
'Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).'
REP
by Prospeda
I'm Rep. I get you in the door. Who are we reaching out to?
CLOSER
by Prospeda
I'm Closer. I close the deals. What are we trying to win?
SKILL.md — OpenClaw MemoryBox
by Ramsbaby
Any markdown-based memory system
isms
by ssiumha
ISMS-P certification preparation. Use when preparing for ISMS-P audit, checking compliance items, creating checklists, or planning implementation. 인증 준비, 항목 조회.
twill-cloud-coding-agent
by TwillAI
Use Twill Cloud Coding Agent to run async coding workflows in Twill. Create tasks, monitor status, send follow-ups, approve plans, and cancel tasks through the Twill API.
a2a
by Tyler-R-Kendrick
Use when implementing the Agent-to-Agent (A2A) protocol for inter-agent communication, task delegation, and multi-agent collaboration. USE FOR: agent-to-agent communication, task delegation between agents, Agent Card publishing, multi-agent collaboration DO NOT USE FOR: tool integration (use mcp), agent payments (use ap2 or x402), agent definition (use adl)
cellxgene-census
by ovachiever
"Query CZ CELLxGENE Census (61M+ cells). Filter by cell type/tissue/disease, retrieve expression data, integrate with scanpy/PyTorch, for population-scale single-cell analysis."
preact-buildless-frontend
by av
Build-less ESM frontends that run directly in the browser without bundlers. Use this skill when creating static frontends, SPAs without build tools, prototypes, or when the user explicitly wants no Vite/Webpack/bundler. Covers import maps, CDN imports, cache-busting, hash routing, and performance patterns.
async-python-patterns
by ovachiever
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
github-action
by ssiumha
GitHub Actions workflow 작성 종합 가이드. Use when creating/modifying GitHub Actions workflows, custom actions, reusable workflows, release automation, or CI/CD security hardening.
orchestrator
by kcns008
Platform Agent Swarm Orchestrator — coordinates work across all specialized agents, manages task routing, runs daily standups, and ensures accountability across Kubernetes and OpenShift platform operations.
plan-creator
by ssiumha
Creates dependency-based task execution plans with parallel orchestration. Use when planning complex tasks, breaking down work into steps, 계획 수립, 3+ tasks with dependencies, unclear execution order, or parallel work identification needed.
huggingface-accelerate
by ovachiever
Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.
Spatial AGI Research Skill - v7.0(模块化版本)
by ahangchen
版本历史: v6.9 → v7.0(模块化重构)→ v7.1(GLM WebReader正式版)
quantizing-models-bitsandbytes
by ovachiever
Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.