Automation

Task automation and scripting

Showing 3577-3600 of 4525 skills
SebastiaanWouters

ratatouille

by SebastiaanWouters

"Implement one prd.json task per iteration using tracer-bullet + compound mindset. Triggers on: ratatouille:."

Automation 1 4mo ago
elliottrjacobs

sales-pitch

by elliottrjacobs

Build sales pitches, cold emails, demo scripts, and pitch decks using proven frameworks. Use when the user says "sales pitch", "pitch deck", "cold email", "demo script", "sales narrative", "help me sell", or needs to craft a persuasive sales artifact.

Automation 1 3mo ago
SebastiaanWouters

impeccable-simplify

by SebastiaanWouters

"Skills-only equivalent of impeccable.style /simplify. Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean. Use for frontend and UI design tasks."

Automation 1 3mo ago
k1lgor

workflow-orchestrator

by k1lgor

Use this for designing complex workflows, scheduled jobs, and task orchestration (Airflow, Prefect, Temporal, Cron, Celery).

Automation 1 4mo ago
octivi

octivi-bash-boilerplate

by octivi

Create, refactor, and migrate Bash scripts with Octivi Bash Boilerplate (OBB) using marker blocks (# >>> OBB:BEGIN ... / # <<< OBB:END). Use when selecting header vs full integration, copying ready templates, updating marker blocks, and validating script quality with deterministic checks.

Automation 1 3mo ago
tanko-r

sara

by tanko-r

This skill should be used when the user invokes "/sara", asks to "assign work to Sara", "talk to my associate", "draft a legal memo", "review this contract", "research this legal question", "prepare an agreement", "draft an NDA", "spot the issues in this lease", "write a demand letter", "generate a closing checklist", "review this title commitment", "draft closing documents", "prepare deal calendar", "draft a deed", "prepare estoppel certificates", "write a title objection letter", or when the AI law firm associate persona has been activated for the session. Provides the complete behavioral framework for Sara, a senior 9th-year law firm associate who owns legal work product end-to-end including memoranda, agreements, briefs, correspondence, risk assessments, closing checklists, title objection letters, and closing documents.

Automation 1 3mo ago
Zoe-capsule

butterfly-effect

by Zoe-capsule

全局依赖扫描器,在删除文件、配置变更、架构调整前自动扫描所有可能的依赖,防止遗漏隐藏依赖。触发场景:(1) 用户要求删除文件 (2) 用户要求修改配置 (3) 用户要求调整架构 (4) 用户要求移除服务/模块 (5) 用户要求修改脚本。输出标准化蝴蝶效应报告,包含7种扫描类型(代码、脚本、文档、配置、任务、检查清单、隐式依赖),分类影响程度(高/中/低),提供处理建议。

Automation 1 1mo ago
wireless25

prd

by wireless25

"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."

Automation 1 4mo ago
Gestao-Quatro-Ponto-Zero

Conciliação Financeira

by Gestao-Quatro-Ponto-Zero

"Conciliação automática de extratos bancários com gateways de pagamento, ERPs ou outras fontes financeiras. Use quando o usuário pedir 'conciliar extratos', 'reconciliação bancária', 'cruzar extrato com gateway', 'conferir recebimentos', 'conciliação financeira', ou '/conciliacao'. Aceita PDF, CSV, XLSX, XML e TXT como inputs."

Automation 1 3mo ago
piperubio

commercial-qualification

by piperubio

Score and qualify B2B consulting opportunities using the BANTTD framework (Budget, Authority, Need, Timeline, Tech-fit, Decision Date). Run the P.U.D.T.F pre-filter to rapidly screen opportunities before full scoring. Produce opportunity scorecards with a Pursue/Nurture/Disqualify verdict and recommended next actions. Execute the Professional Cut protocol when disqualifying. Use when evaluating whether to invest resources in an opportunity, after a qualification meeting or discovery meeting, or during pipeline reviews to re-qualify stale opportunities.

Automation 1 3mo ago
yellinzero

aico-frontend-implement

by yellinzero

Execute frontend task implementation with TDD. Read task file, execute steps, verify each, update status. Use this skill when: - User asks to "implement task/plan", "start implementation", "execute plan", or "start coding" - Have task file (story- or standalone-) ready to execute - User asks to "use TDD", "write test first", or "test-driven" - User asks to "write tests", "add tests", "create tests" - Fixing UI bugs (write failing test first) TDD Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST TDD Cycle: RED (failing test) → Verify fails → GREEN (minimal code) → Verify passes → REFACTOR Prerequisites: - Task file in docs/reference/frontend/tasks/ (story- or standalone-) - Read design-system.md, constraints.md, design spec before coding Flow: Read Task → Read Constraints → Execute Steps → Verify → Test → Update Status

Automation 1 4mo ago
visla-us

visla

by visla-us

Creates AI-generated videos from text scripts, URLs, or PPT/PDF documents using Visla. Use when the user asks to generate a video, turn a webpage into a video, or convert a PPT/PDF into a video, or when the user asks to check Visla account credits/balance.

Automation 1 3mo ago
mokbhai

temporal-python-pro

by mokbhai

Master Temporal workflow orchestration using the Python SDK. Use PROACTIVELY for workflow design, microservice orchestration, long-running processes, saga pattern implementation, distributed transactions, or any durable execution patterns. Covers workflows, activities, determinism, testing strategies, and production deployment with Python-specific best practices and common pitfalls.

Agents 1 4mo ago
yellinzero

aico-backend-implement

by yellinzero

Execute backend task implementation with TDD. Read task file, execute steps, verify each, update status. Use this skill when: - User asks to "implement task/plan", "start implementation", "execute plan", or "start coding" - Have task file (story- or standalone-) ready to execute - User asks to "use TDD", "write test first", or "test-driven" - User asks to "write tests", "add tests", "create tests" - Fixing bugs (write failing test first) TDD Iron Law: NO PRODUCTION CODE WITHOUT A FAILING TEST FIRST TDD Cycle: RED (failing test) → Verify fails → GREEN (minimal code) → Verify passes → REFACTOR Prerequisites: - Task file in docs/reference/backend/tasks/ (story- or standalone-) - Read constraints.md and design spec before coding Flow: Read Task → Read Constraints → Execute Steps → Verify → Test → Update Status

Automation 1 3mo ago
SebastiaanWouters

prd

by SebastiaanWouters

Generate PRD documents. Only trigger on /prd.

Automation 1 4mo ago
mokbhai

async-python-patterns

by mokbhai

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 1 4mo ago
oulipoly

agent-implementation-skill

by oulipoly

Multi-model agent implementation workflow for software development. Orchestrates research, evaluation, design baseline, implementation, RCA, structured decomposition, constraint discovery, model selection, and agent-driven Stage 3 codemap exploration across external AI models (GPT, GLM, Claude). Use when implementing features through a structured multi-phase pipeline with planspace/codespace separation, dynamic scheduling, and SQLite-backed agent coordination.

Automation 1 2mo ago
cliuxinxin

stock_ticker

by cliuxinxin

Get real-time stock prices and financial info for US stocks (like AAPL, TSLA, NVDA).

Automation 1 4mo ago
jasontsaicc

notebooklm-studio

by jasontsaicc

Import sources (URLs, YouTube, files, text) into Google NotebookLM and generate user-selected artifacts: podcast, video, report, quiz, flashcards, mind map, slides, infographic, data table. Use when the user sends content and asks to generate learning materials, podcasts, videos, or study packages.

Automation 1 2mo ago
dangaogit

bun-server-best-practices

by dangaogit

MUST be used for Bun Server tasks. Covers project setup, DI, controllers, modules, middleware, validation, error handling, and all official modules. Load for any Bun Server, @dangao/bun-server, decorator-driven DI, or framework-related work. ALWAYS follow the workflow steps below.

Auth 1 3mo ago
yellinzero

aico-frontend-task-breakdown

by yellinzero

Break down PM story into organized tasks in a single file following UI DEVELOPMENT order: Setup → Static UI → Dynamic Logic → Interactions → Testing. UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered by UI development layers. Use this skill when: - Running /frontend.tasks command - User asks to "break down story", "create frontend tasks", "split into tasks" - Have story at docs/reference/pm/stories/ and need organized task breakdown - Need tasks ordered by UI development layers (not random order) - Starting frontend work and want organized task list Task order is CRITICAL: Setup → Static UI → Dynamic → Interactions → Tests Output: Create single file docs/reference/frontend/tasks/story-{name}.md with all tasks

Automation 1 4mo ago
justgetAI

orchestrating-swarms

by justgetAI

Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Automation 1 3mo ago
piperubio

project-risks-and-changes

by piperubio

Risk & Change Management (Devil's Advocate): Identify risks, manage issues, and evaluate change requests. Use this skill to proactively detect threats, assess the impact of changes, and protect the project baseline.

Automation 1 3mo ago
memcoai

spark-cli-knowledge-sharing

by memcoai

Queries the Spark collective knowledge network for internal team policies, proprietary patterns, and shared problem-solving knowledge before coding tasks. Shares new discoveries back to the network and submits feedback on recommendations. Triggered when beginning a new coding task, implementing proprietary logic, resolving legacy library conflicts, or after solving a nuanced problem.

Auth 1 3mo ago