- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
writing-plans
by julianromli
Use when you have a spec or requirements for a multi-step task, before touching code
planning
by iliaal
Software implementation planning with file-based persistence (task_plan.md, findings.md, progress.md). Use when asked to "plan", "break down this feature", "implementation plan", or starting complex tasks needing >5 tool calls. Apply proactively before non-trivial coding.
claudish-usage
by MadAppGang
CRITICAL - Guide for using Claudish CLI ONLY through sub-agents to run Claude Code with OpenRouter models (Grok, GPT-5, Gemini, MiniMax). NEVER run Claudish directly in main context unless user explicitly requests it. Use when user mentions external AI models, Claudish, OpenRouter, or alternative models. Includes mandatory sub-agent delegation patterns, agent selection guide, file-based instructions, and strict rules to prevent context window pollution.
request-analyzer
by smallnest
Proactively analyze user requests at the start of conversations to determine task type, assess prompt quality, and intelligently recommend which skills to activate. Should activate for ALL user requests to ensure optimal workflow. Evaluates clarity, specificity, and completeness to suggest prompt-optimizer when needed. Identifies UI design tasks for ui-analyzer and component requests for react-component-generator. Acts as intelligent skill coordinator.
create-beads-orchestration
by AvivK5498
Bootstrap lean multi-agent orchestration with beads task tracking. Use for projects needing agent delegation without heavy MCP overhead.
case-feedback-skill
by zai-org
Run the case feedback script to submit feedback for the current conversation. Only use when invoked by case-feedback-agent.
diverse-content-gen
by rfxlamia
"Agent workflow for generating highly diverse creative content using Verbalized Sampling (VS) technique. Use when user requests multiple variations, brainstorming, creative ideas, or when standard prompting produces repetitive outputs. Increases diversity by 1.6-2.1Ã while maintaining quality. Works for: blog posts, social media captions, stories, campaign ideas, product descriptions, taglines, and open-ended creative tasks."
framework-critical-thinking
by rfxlamia
Architectural framework for building AI agents with critical thinking capabilities - structured reasoning selection (CoT/ToT/GoT), metacognitive monitoring, self-verification, and cognitive bias detection. Use when building or enhancing AI agents that require reliable, self-correcting, and transparent reasoning.
humanize
by rfxlamia
Transform AI-to-AI documentation into human-readable prose with personality. USE WHEN: Converting rigid AI-generated docs (checklists, templates, CAPS LOCK emphasis, perfect structures) into flowing, conversational documentation that feels like a colleague wrote it, not a robot. PRIMARY TRIGGERS: "humanize this doc" â Full transformation workflow "make this readable" â Quick readability pass "remove AI patterns" â Surgical pattern removal "add human touch" â Inject personality without losing precision INPUT: Markdown files with AI-agent patterns (checklist spam, rigid headers, template overload) OUTPUT: Flowing prose with burstiness, analogies, and occasional absurd touches CORE PRINCIPLE: Total war on AI rigidity. Destroy robotic tone while preserving technical accuracy.
skillkit
by rfxlamia
Professional skill AND subagent creation with research-driven workflow and automated validation. USE WHEN: Creating new skills OR subagents, validating existing skills, deciding between Skills vs Subagents, migrating documents to skills/subagents, or running individual validation tools. PRIMARY TRIGGERS: "create skill" = Full skill creation (12 steps with research + execution planning) "create subagent" = Subagent creation (8 steps with template-based workflow) "validate skill" = Validation workflow (steps 3-8) "Skills vs Subagents" = Decision workflow (step 0) - recommends then creates "convert doc to skill" = Migration workflow "estimate tokens" = Token optimization "security scan" = Security audit WORKFLOW COMPLIANCE: Structured workflows with validation checkpoints. Research phase (Step 1c-1d) ensures skills based on proven approaches. DIFFERENTIATOR: Research-driven creation. Web search (3-5 queries) before building. Multi-proposal generation. 10 automation scripts (9 skill + 1 subagent). Quality 9.0+/10. NOW WITH SUBAGENT CREATION SUPPORT. REUSED: Anthropic's init_skill.py and package_skill.py (production-tested).
tapestry
by michalparkola
Unified content extraction and action planning. Use when user says "tapestry <URL>", "weave <URL>", "help me plan <URL>", "extract and plan <URL>", "make this actionable <URL>", or similar phrases indicating they want to extract content and create an action plan. Automatically detects content type (YouTube video, article, PDF) and processes accordingly.
refactoring-code
by alexei-led
Batch refactoring via MorphLLM edit_file. Use for "refactor across files", "batch rename", "update pattern everywhere", large files (500+ lines), or 5+ edits in same file.
executing-plans
by alffei
Use when you have a written implementation plan to execute in a separate session with review checkpoints
drilling-logistics
by kishorkukreja
When the user wants to optimize oil and gas drilling operations, manage rig logistics, or coordinate upstream supply chains. Also use when the user mentions "well planning," "rig scheduling," "drilling supply chain," "mud logistics," "tubular management," "offshore logistics," "drilling materials management," or "completion operations." For midstream and downstream, see energy-logistics. For fuel distribution, see fuel-distribution.
update-github-actions-version
by jim60105
Update GitHub Actions versions in workflow files, focusing only on major version changes. Use when the user wants to update action versions, check for outdated GitHub Actions, or upgrade workflow dependencies to their latest major versions.
nutritional-specialist
by ailabs-393
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.
Playwright Browser Automation
by smallnest
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
webapp-testing
by smallnest
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
ml-experimentation
by ericmjl
Conduct machine learning experiments from planning through evaluation and report writing. Use when running ML experiments, testing hypotheses, training models, or writing up results. Covers single-hypothesis scoping, fast iteration loops, targeted logging, JOURNAL.md protocol, data-backed diagnostic plots, and scientific report writing.
sniper-check
by fusengine
Use when validating code quality after modifications. Runs sniper agent in isolated forked context for clean, fast validation.
laravel-eloquent
by fusengine
Complete Eloquent ORM - models, relationships, queries, casts, observers, factories. Use when working with database models.
dex
by dcramer
Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.
planning-ralph
by jasonraimondi
Ralph Wiggum AI — autonomous PRD-driven development agent. Use when the user says "ralph", wants to work through a PRD, or wants autonomous feature implementation from a plans/prd.yaml file.
swift-concurrency
by VladimirBrejcha
Guide for building, auditing, and refactoring Swift code using modern concurrency patterns (Swift 6+). This skill should be used when working with async/await, Tasks, actors, MainActor, Sendable types, isolation domains, or when migrating legacy callback/Combine code to structured concurrency. Covers Approachable Concurrency settings, isolated parameters, and common pitfalls.