- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
small-script-generator
by proflead
Generate a small helper script for repetitive tasks. Use when a junior developer needs a quick automation snippet.
image-crop-rotate
by instavm
Image processing skill for cropping images to 50% from center and rotating them 90 degrees clockwise. This skill should be used when users request image cropping to center, image rotation, or both operations combined on image files.
aif-plan
by lee-to
Plan implementation for a feature or task. Two modes — fast (no branch) or full (git branch + plan). Use when user says "plan", "new feature", "start feature", "create tasks".
deno
by OpenHands
If the project uses deno, use this skill. Use this skill to initialize and work with Deno projects, add/remove dependencies (JSR and npm), run tasks and scripts with appropriate permissions, and use built-in tooling (fmt/lint/test).
create-skill
by scitix
Guide for creating new Siclaw skills from troubleshooting conversations. When a user asks to save a workflow as a skill, follow this guide to produce a well-structured skill definition using the create_skill tool.
voiceover-direction
by guia-matthieu
"Master the art of directing voice talent to deliver performances that match your brand vision, using Anne Ganguzza's storytelling approach and industry best practices. Use when: Hiring and briefing voiceover artists for a project; Giving direction during recording sessions; Writing scripts that are easy for talent to deliver; Matching voice characteristics to brand personality; Reviewing auditions and selecting the right talent"
creating-bookmarklets
by oaustegard
Creates browser-executable JavaScript bookmarklets with strict formatting requirements. Use when users mention bookmarklets, browser utilities, dragging code to bookmarks bar, or need JavaScript that runs when clicked in the browser toolbar.
project-planning
by athola
"Transform specifications into implementation plans with architecture design and dependency-ordered tasks. Use for spec-to-plan conversion, task breakdown, effort estimation. Skip if no spec exists."
escalation-governance
by athola
'NEVER escalate without investigation first. This is the Iron Law. Use
performance-optimization
by athola
Optimize Claude Code plugin performance through progressive loading, token budgeting, and context-aware content delivery. performance, optimization, tokens, context, budget, progressive loading, lazy loading. Use when designing skills that exceed 800 tokens, auditing token consumption, reducing context footprint. Do not use when skills are under 300 tokens, single-purpose with no modules.
mission-orchestrator
by athola
'Unified lifecycle orchestrator for attune project development. Auto-detects
agent-teams
by athola
Coordinate Claude Code Agent Teams through filesystem-based protocol. Use
mcp-code-execution
by athola
'Use this skill BEFORE building complex tool chains. Optimize proactively.
project-execution
by athola
"Execute implementation plans with checkpoint validation, progress tracking, and quality gates. Use for task implementation, plan execution, progress tracking. Skip if no plan exists."
makefile-generation
by athola
"Generate language-specific Makefiles with testing, linting, and automation targets. Use for project initialization and workflow standardization. Skip if Makefile exists."
delegation-core
by athola
Delegate tasks to external LLM services (Gemini, Qwen) with quota, logging,
modular-skills
by athola
Architect skills as modular blocks to control token usage and complexity.
clear-context
by athola
'Automatic context management with graceful handoff to continuation subagent.
ticktick
by NeverSight
Manage TickTick tasks and projects for JMO. Use when the user asks to add, create, or capture a task or todo; list, show, or review pending tasks; complete or check off a task; update a task's priority, due date, notes, or tags; delete a task or list; create or manage a project/list; or see what's due today or overdue. Also handles quick captures like "remind me to..." or "don't let me forget...".
uv-pip-install
by Memento-Teams
Install and manage Python packages using uv pip. Use when a Python import fails with ModuleNotFoundError, user asks to install a package, or a script requires a missing dependency.
Orbit
by simota
Autonomous loop runner for nexus-autoloop. Generates complete script sets for loop execution, designs operation contracts, and audits running loops. Deliver a goal and get a reliable runner that runs to completion.
pod-ping-gateway
by scitix
Ping a pod's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via pod_netns_script tool.
update-skill
by scitix
Procedure for modifying, updating, or fixing an existing Siclaw skill. Skills are on a read-only filesystem — use the update_skill tool, never edit files directly.
node-show-gateway
by scitix
Show the gateway for a network interface on a Kubernetes node. Runs ip -j route on the host via node_script tool.