Automation

Task automation and scripting

Showing 1321-1344 of 4535 skills
Jamie-BitFlight

planner-rt-ica

by Jamie-BitFlight

Identify required inputs, dependencies, and uncertainty during planning. Use when generating plans or task graphs under incomplete information. Does not block plan generation; instead localizes gaps and creates unblock dependencies.

Automation 51 3mo ago
vasilyu1983

agents-subagents

by vasilyu1983

Create and maintain AI coding agent subagents (.claude/agents/.md, .codex/agents/.md) with YAML frontmatter (name/description/tools/model/permissionMode/skills/hooks), least-privilege tool selection, delegation patterns (Task), context budgeting, and safety best practices.

Agents 61 3mo ago
plurigrid

69-constructions Skill

by plurigrid

Add Interaction Exemplars here as the skill is used.

Automation 26 3mo ago
Jamie-BitFlight

bash-lint

by Jamie-BitFlight

This skill should be used when the user asks to "lint bash script", "run shellcheck", "format shell script", "use shfmt", "fix shellcheck errors", or mentions shell script linting, formatting, code quality, or pre-commit hooks for bash.

Automation 51 3mo ago
jovanSAPFIONEER

Network-AI

by jovanSAPFIONEER

Multi-agent swarm orchestration for complex workflows. Coordinates multiple agents, decomposes tasks, manages shared state via a local blackboard file, and enforces permission walls before sensitive operations. All execution is local and sandboxed.

Agents 60 3mo ago
luongnv89

skill-creator

by luongnv89

Interactive guide for creating new skills (or updating existing skills) that extend Claude's capabilities. Walks the user through use case definition, frontmatter generation, instruction writing, and validation. Use when users want to create a new skill, build a skill, update an existing skill, or ask "help me make a skill for X". Always clarifies requirements before generating.

Automation 83 3mo ago
steveclarke

humanizer

by steveclarke

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.

Automation 34 4mo ago
leeovery

begin-implementation

by leeovery

"Bridge skill for the feature pipeline. Runs pre-flight checks for implementation and invokes the technical-implementation skill. Called by continue-feature — not directly by users."

Automation 23 3mo ago
leeovery

technical-implementation

by leeovery

"Orchestrate implementation of plans using agent-based TDD workflow with per-task review and approval gate (auto mode available). Use when: (1) Implementing a plan from .workflows/planning/{topic}/plan.md, (2) User says 'implement', 'build', or 'code this' with a plan available, (3) Ad hoc coding that should follow TDD and quality standards, (4) Bug fixes or features benefiting from structured implementation. Dispatches executor and reviewer agents per task, commits after review approval."

Automation 23 3mo ago
leeovery

start-planning

by leeovery

"Start a planning session from an existing specification. Discovers available specifications, gathers context, and invokes the technical-planning skill."

Automation 23 3mo ago
leeovery

migrate

by leeovery

"Run migrations to keep workflow files in sync with the current system design. This skill is mandatory before running any workflow skill."

Agents 23 3mo ago
leeovery

technical-review

by leeovery

"Validate completed implementation against plan tasks and acceptance criteria. Use when: (1) Implementation is complete, (2) User wants validation before merging/shipping, (3) Quality gate check needed after implementation. Reviews ALL plan tasks for implementation correctness, test adequacy, and code quality. Produces structured feedback (approve, request changes, or comments) - does NOT fix code."

Automation 23 3mo ago
leeovery

start-implementation

by leeovery

"Start an implementation session from an existing plan. Discovers available plans, checks environment setup, and invokes the technical-implementation skill."

Automation 23 3mo ago
leeovery

status

by leeovery

"Show workflow status - what exists, where you are, and what to do next."

Agents 23 3mo ago
leeovery

start-review

by leeovery

"Start a review session from an existing plan and implementation. Discovers available plans, validates implementation exists, and invokes the technical-review skill."

Automation 23 3mo ago
leeovery

view-plan

by leeovery

"View a plan's tasks and progress, regardless of output format."

Automation 23 3mo ago
melodic-software

github-actions

by melodic-software

GitHub Actions workflow design, job structure, triggers, reusable workflows, and best practices. Use when creating or reviewing CI/CD pipelines.

Automation 79 4mo ago
melodic-software

risk-analysis

by melodic-software

Risk analysis using risk registers, probability/impact matrices, and mitigation planning. Identifies, assesses, and manages project, business, and technical risks with structured response strategies.

Automation 79 5mo ago
melodic-software

value-stream-mapping

by melodic-software

Lean value stream mapping for identifying waste and optimization opportunities. Creates current/future state maps with cycle time analysis and improvement recommendations.

Automation 79 3mo ago
aviz85

find-my-project

by aviz85

"Helps beginners find their first AGENTIC project through pain point identification. Guides through questioning, analysis, project suggestion, and folder setup. Use when someone asks 'what project should I build?' or 'help me get started with Claude Code'."

Automation 41 4mo ago
Microck

async-python-patterns

by Microck

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 237 6mo ago
staruhub

crewai-developer

by staruhub

Comprehensive CrewAI framework guide for building collaborative AI agent teams and structured workflows. Use when developing multi-agent systems with CrewAI, creating autonomous AI crews, orchestrating flows, implementing agents with roles and tools, or building production-ready AI automation. Essential for developers building intelligent agent systems, task automation, and complex AI workflows.

Agents 451 7mo ago
Jamie-BitFlight

how-to-delegate

by Jamie-BitFlight

Scientific delegation framework for orchestrators — provide observations and success criteria while preserving agent autonomy. Use when assigning work to sub-agents, before invoking the Agent tool, or when preparing delegation prompts for specialist agents.

Agents 51 3mo ago
SalesforceCommerceCloud

b2c-custom-job-steps

by SalesforceCommerceCloud

Create custom job steps for B2C Commerce batch processing. Use when writing scheduled tasks, data sync jobs, import/export scripts, or any server-side batch processing code. Covers steptypes.json, chunk-oriented processing, and task-oriented execution. For running existing jobs, use b2c-job instead.

Automation 45 4mo ago