Automation

Task automation and scripting

Showing 3793-3816 of 4601 skills
kirklin

vue

by kirklin

Vue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.

Automation 1 5mo ago
AhmedHamadto

ui-craftsman

by AhmedHamadto

Build mesmerizing, production-grade web pages with React, Framer Motion on every node, and cinematic animations. Use like /ui-craftsman A SaaS landing page for a design tool.

Animation 1 5mo ago
AnasX7

using-superpowers

by AnasX7

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

Automation 1 5mo ago
freakyflow

oura-ring

by freakyflow

Syncs daily health and fitness data from Oura Ring into markdown files. Provides sleep, readiness, activity, heart rate, stress, SpO2, and workout data.

Automation 1 5mo 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 5mo ago
SebastiaanWouters

prd

by SebastiaanWouters

Generate PRD documents. Only trigger on /prd.

Automation 1 6mo ago
terraphim

implementation

by terraphim

Production-ready code implementation following approved designs. Writes clean, tested, documented code. Zero linting violations. All code includes tests.

Automation 1 6mo ago
cliuxinxin

stock_ticker

by cliuxinxin

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

Automation 1 6mo ago
cachemoney

humanizer

by cachemoney

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases. Credits: Original skill by @blader - https://github.com/blader/humanizer

Automation 1 5mo ago
skylarbarrera

ralphie-spec

by skylarbarrera

Generate project specifications in V2 format through structured user interviews. Requires user presence.

Automation 1 6mo ago
0x70626a

monad-wingman

by 0x70626a

Monad blockchain development tutor and builder. Triggers on "build", "create", "dApp", "smart contract", "Solidity", "DeFi", "Monad", "web3", "MON", or any blockchain development task. Covers Foundry-first workflow, Scaffold-Monad, parallel execution EVM, and Monad-specific deployment patterns.

Automation 1 5mo 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 5mo 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 6mo ago
shimo4228

long-document-llm-pipeline

by shimo4228

"Use when processing documents over 50K characters through LLM APIs with section splitting and batch cost reduction."

Automation 1 5mo 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 5mo 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 5mo ago
richenlin

programming-assistant

by richenlin

全栈开发和架构设计助手,覆盖“开发、实现、编写代码、继续开发、问题修复、代码重构、架构设计、技术方案评估/代码审查”等场景,适用于新项目与已有代码仓库的全栈研发任务。

Automation 1 6mo ago
shimo4228

root-cause-challenge-pattern

by shimo4228

"Use when evaluating whether a new feature, dependency, or abstraction is truly needed. 5-step root cause challenge."

API Dev 1 5mo ago
nguyendinhquocx

nutritional-specialist

by nguyendinhquocx

This skill should be used whenever users ask food-related questions, meal suggestions, nutrition advice, recipe recommendations, or dietary planning. On first use, the skill collects comprehensive user preferences (allergies, dietary restrictions, goals, likes/dislikes) and stores them in a persistent database. All subsequent food-related responses are personalized based on these stored preferences.

Automation 1 5mo ago
fwehrling

forge-loop

by fwehrling

FORGE Autonomous Loop — Secured iteration runner with cost caps, circuit breakers, and sandbox isolation. Usage: /forge-loop "task description" [options]

Automation 1 5mo ago
xdrshjr

auto-updater

by xdrshjr

"Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed."

Automation 1 5mo ago
mmcmedia

chief-of-ai

by mmcmedia

Chief of AI who researches new AI/tech developments, recommends tools, automation opportunities, and strategies to stay on the cutting edge. Monitors AI news, evaluates new tools, and identifies leverage points.

Automation 1 5mo ago
yellinzero

aico-backend-task-breakdown

by yellinzero

Break down PM story into organized tasks in a single file following LAYERED ARCHITECTURE order: Types → Database → Repository → Service → API → Tests. UNIQUE VALUE: Creates single task file (story-{name}.md) containing all tasks for a story. Tasks are ordered by backend architecture layers. Use this skill when: - Running /backend.tasks command - User asks to "break down story", "create backend tasks", "split into tasks" - Have story at docs/reference/pm/stories/ and need organized task breakdown - Need tasks ordered by backend architecture layers (not random order) - Starting backend work and want organized task list Task order is CRITICAL: Types → Database → Repository → Service → API → Tests Output: Create single file docs/reference/backend/tasks/story-{name}.md with all tasks

Automation 1 5mo ago
firede

agent-fetch

by firede

"Fetch web pages as clean Markdown via the agent-fetch CLI. Handles cases that built-in web-fetch tools may not cover well: JavaScript-rendered pages (headless browser), authenticated endpoints (custom headers), batch fetching multiple URLs concurrently, and content output without AI summarization. Also works standalone when no built-in fetch tool is available."

Agents 1 5mo ago