- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
contentclaw
by scaleintelligence
Turn papers, podcasts, and case studies into publish-ready social posts, infographics, and diagrams. Discovers trending topics via Exa, generates content with spec-first recipes, creates images with fal.ai, and publishes to Reddit/X with engagement tracking. Trigger on: "make a post from this", "turn this into content", "generate content", "discover topics", content recipes, brand graphs.
task-status
by addozhang
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
subagent-driven-development
by AnasX7
Use when executing implementation plans with independent tasks in the current session
Study Buddy v2.0 完整技术文档
by zjc0517
需要我生成脚本文件吗? 🔥
parallel-subagent-batch-merge
by shimo4228
"Use when generating 50+ structured items with parallel Claude Code subagents and merging outputs into one file."
update-docs
by r-sri-ram
Update existing project documentation with new features, changes, or refinements. Use when user says "add feature", "update docs", "change requirement", or describes modifications to existing project.
agent-better-checkpoint
by alienzhou
"Automatically creates semantic Git checkpoint commits during AI coding sessions. Replaces opaque platform checkpoints with transparent, queryable Git commits using Conventional Commits format with Git Trailers. You MUST follow this skill whenever you make code changes — commit after each meaningful edit."
applying-code-standards
by Git-Fg
"Provides Universal Standard for TDD, Security, and Code Quality. PROACTIVELY Use when writing code, debugging errors, or reviewing PRs. Modes: debug, review, refactor, implement."
subagent-driven-development
by Jackiexiao
"Use when executing implementation plans with independent tasks in the current session."
design-trading-strategies
by robonet-tech
"AI-powered strategy ideation and concept exploration. Generate 1-10 creative trading strategy concepts based on current market data using the generate_ideas tool. Cheapest AI operation ($0.05-$1.00 vs $1-$4.50 for full strategy creation). Use this skill to explore creative concepts before committing to expensive development. Best for: exploring new markets, brainstorming approaches, validating ideas before building."
team-builder
by 101mare
Knowledge for orchestrating Claude Code agent teams — multiple independent sessions coordinated by a team lead with shared tasks and inter-agent messaging. Does NOT handle: agent design (use agent-builder), skill creation (use skill-builder), ralph-loop (use ralph-loop). Use when work benefits from parallel exploration with communication between workers. Recognizes: "create a team", "agent team", "team-builder", "parallel teammates", "coordinate multiple agents", "spawn teammates", "team lead", "shared task list"
agent-dev-guardrails
by yariv1025
Enforce disciplined agent development workflows with plan-first development, small-slice execution, specialized self-review roles, quality gates, and project setup. Use when starting a new project, setting up development conventions, wanting structured planning, or needing the agent to follow best practices for code quality, review, and validation.
prd
by bowentan
"Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out."
macclock
by henry11996
Control MacClock timers, Pomodoro, and schedules on macOS. Set countdown timers, manage Pomodoro sessions, and create scheduled tasks. Triggers on "timer", "計時器", "pomodoro", "番茄鐘", "倒數", "countdown", "schedule", "排程".
laboneq-workflow-maintainer
by yalgaeahn
Maintain and debug existing LabOne Q experiment/analysis workflows in this repository. Use for bug fixes, review follow-ups, and minor behavior changes under qubit_experiment/, experiments/, analysis/, and qpu_types/.
communicate-with-c
by crystal-project-inc
"Communication coaching for working with a C (The Analyst) DISC type — precise, detail-oriented, quality-focused. Covers do's, don'ts, meetings, email, feedback, and conflict. Powered by Crystal's DISC framework."
kanban
by zhangyu528
"Automates a file-system based development Kanban loop: todo to doing to test to done."
vsl-scriptwriting
by Oceanswave
Write high-converting Video Sales Letter scripts using a four-phase process of information collection, psychographic profiling, iterative beat-framework drafting, and output delivery.
openspec-to-beads
by cachemoney
PROACTIVELY convert approved OpenSpec specs into Beads issues when user applies a change or explicitly approves implementation. Creates trackable work with dependencies, discovers gaps, and maintains audit trail between planning and execution.
mise-en-place
by SebastiaanWouters
"Create prd.json from an initial spec/idea via interview + web research. Triggers on: mise-en-place:, prep my idea, spec this out."
cinematic-script-writer
by praveenspeaks
"Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Use when the user wants to write a cinematic script, create story contexts with characters, generate image prompts for AI video tools (Midjourney, Sora, Veo), or needs cinematography guidance (camera angles, lighting, color grading). Also use for character consistency sheets, voice profiles, anachronism detection, and saving scripts to Google Drive."
module-builder
by yalgaeahn
Create new LabOne Q experiment/analysis modules in this repository by grounding design against the installed .venv laboneq_applications contracts before coding. Use when the user asks to add a new workflow/module from scratch, add a new tune-up experiment type, or perform a major interface redesign under experiments/ and analysis/.
ralph-loop
by 101mare
Start an autonomous work loop. Claude keeps working on the given task until it signals completion or the iteration limit is reached. Does NOT handle: prompt building (use ralph-loop-prompt-builder), plan review (use plan-review), code review (use pr-review). Usage: /ralph-loop <task description> Optional: /ralph-loop max=20 <task description> Cancel: delete .claude/ralph-loop.local.md or press Escape/Ctrl+C
async-python-patterns
by ma1orek
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.