Automation

Task automation and scripting

Showing 1681-1704 of 4537 skills
mhylle

iterate-plan

by mhylle

Update existing implementation plans through user feedback with thorough research and validation. Also migrates old checkbox-based plans to the new Task tools system. This skill should be used when iterating on implementation plans, updating plans based on new requirements, refining technical approaches in existing plans, migrating old plans to Task tools, or when the user wants to modify a previously created plan file. Triggers on requests like "update the plan", "change the implementation approach", "iterate on this plan", "migrate to new system", or when feedback is provided about an existing plan document.

Automation 15 4mo ago
dkyazzentwatwa

code-profiler

by dkyazzentwatwa

Use when asked to profile Python code performance, identify bottlenecks, measure execution time, or analyze function call statistics.

Automation 60 6mo ago
kenneth-liao

create-skill

by kenneth-liao

Create new skills that conform to the composable skill architecture framework. This is a META skill — it classifies the skill, selects the right template, generates the skill following framework rules, and validates the output against architecture constraints.

Automation 125 3mo ago
ajoslin

pinescript

by ajoslin

Use when creating or reviewing TradingView Pine Script v6 indicators/strategies/libraries, applying non-repainting best practices, generating Pine Script from other languages, or running Pine Script linting.

Automation 23 4mo ago
geekatron

bootstrap

by geekatron

This skill should be used when the user says "bootstrap", "set up Jerry", "configure guardrails", "initialize Jerry", or asks how to get started with Jerry. Sets up Jerry's context distribution by syncing behavioral rules and patterns.

Automation 23 3mo ago
ajoslin

skill-creator

by ajoslin

Create effective skills for OpenCode agents. Load FIRST before writing any SKILL.md. Provides required format, naming conventions, progressive disclosure patterns, and validation. Use when building, reviewing, or debugging skills.

Automation 23 3mo ago
geekatron

worktracker

by geekatron

Work item tracking and task management using the Jerry Framework hierarchy (Initiative, Epic, Feature, Story, Task, Enabler, Bug, Impediment). Manages WORKTRACKER.md manifests, tracks progress, and enforces template usage for consistent work decomposition.

Agents 23 3mo ago
fractalmind-ai

agent-manager

by fractalmind-ai

Employee agent lifecycle management system. Use when working with agents/ directory employee agents - starting, stopping, monitoring, or assigning tasks to Dev/QA agents running in tmux sessions. Completely independent of CAO, uses only tmux + Python.

Agents 23 4mo ago
benkruger

flow-code

by benkruger

"Phase 3: Code — execute plan tasks one at a time with TDD. Review diff before each commit. bin/ci must pass before moving to the next task. Framework architecture standards enforced."

Automation 23 3mo ago
jh941213

async-python-patterns

by jh941213

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.

Automation 122 4mo ago
amanning3390

deepswarm

by amanning3390

Use when running parallel AI workers for any long-running or multi-turn batch API task. Auto-calculates optimal workers + stagger. Supports tiered delegation (V4 Pro orchestrator → V4 Flash workers). 99.95% API success rate at scale.

Automation 122 1mo ago
maragudk

observable-notebooks

by maragudk

Guide for creating Observable Notebooks 2.0, the open-source notebook system for interactive data visualization and exploration. Use this skill when creating, editing, or building Observable notebooks.

Automation 46 4mo ago
alextangson

feishu-task

by alextangson

飞书任务管理 Skill。创建/完成任务、添加评论和附件。当需要通过飞书自动化派发和管理任务时使用此 Skill。

Automation 63 4mo ago
mastepanoski

cognitive-walkthrough

by mastepanoski

Deep-dive usability evaluation of specific user tasks. Simulates novice user cognition step-by-step to identify learnability issues, unclear actions, and points of confusion.

Automation 40 4mo ago
acedergren

orchestrate

by acedergren

Coordinate parallel agent teams to execute multi-task implementation plans. Use when running phase tasks from the task plan, parallelizing independent implementation work, or executing custom plan files. Supports interactive (in-session TeamCreate agents) and headless (claude -p fire-and-forget processes) execution modes with task ledger tracking, heartbeat monitoring, budget control, and wave-based quality gates.

Automation 17 4mo ago
swiftwasm

swift-wasm-porting

by swiftwasm

Check Swift on Wasm compatibility, identify incompatible frameworks, port and refactor code for WebAssembly

Automation 45 4mo ago
ynulihao

transformers

by ynulihao

Work with state-of-the-art machine learning models for NLP, computer vision, audio, and multimodal tasks using HuggingFace Transformers. This skill should be used when fine-tuning pre-trained models, performing inference with pipelines, generating text, training sequence models, or working with BERT, GPT, T5, ViT, and other transformer architectures. Covers model loading, tokenization, training with Trainer API, text generation strategies, and task-specific patterns for classification, NER, QA, summarization, translation, and image tasks. (plugin:scientific-packages@claude-scientific-skills)

Automation 424 4mo ago
ailabs-393

personal-assistant

by ailabs-393

This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.

Automation 408 7mo ago
ailabs-393

script-writer

by ailabs-393

This skill should be used whenever users need YouTube video scripts written. On first use, collects comprehensive preferences including script type, tone, target audience, style, video length, hook style, use of humor, personality, and storytelling approach. Generates complete, production-ready YouTube scripts tailored to user's specifications for any topic. Maintains database of preferences and past scripts for consistent style.

Automation 408 7mo ago
anthonylee991

superpowers-workflow

by anthonylee991

Enforces a disciplined workflow for coding, debugging, refactoring, and automation: brainstorm -> plan -> implement with verification (prefer TDD) -> review -> finish. Use for almost any non-trivial change.

Agents 780 4mo ago
zscole

model-hierarchy

by zscole

Cost-optimize AI agent operations by routing tasks to appropriate models based on complexity. Use this skill when: (1) deciding which model to use for a task, (2) spawning sub-agents, (3) considering cost efficiency, (4) the current model feels like overkill for the task. Triggers: "model routing", "cost optimization", "which model", "too expensive", "spawn agent".

Automation 339 4mo ago
howells

go

by howells

The main entry point. Understands your codebase and routes to the right workflow. Use when starting a session, saying "let's work on something", or unsure which Arc command to use. Gathers context and asks what you want to do.

Automation 22 4mo ago
howells

deps

by howells

Dependency audit, alternative discovery, and batch upgrades with test verification. Use when asked to "check dependencies", "audit packages", "update dependencies", "find outdated packages", or "check for CVEs". Generates a prioritized report, then optionally walks through batch upgrades with rollback on failure.

Automation 22 4mo ago
0xDarkMatter

python-async-patterns

by 0xDarkMatter

"Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather, semaphore, TaskGroup, event loop, aiohttp, concurrent."

Auth 22 5mo ago