- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
agent-guardrails
by GaBySuGy
"Stop AI agents from secretly bypassing your rules. Mechanical enforcement with git hooks, secret detection, deployment verification, and import registries. Born from real production incidents: server crashes, token leaks, code rewrites. Works with Claude Code, Clawdbot, Cursor. Install once, enforce forever."
skill-authoring
by abhattacherjee
"Creates and optimizes Claude Code skills following Anthropic's official best practices with emphasis on agent parallelization and script-first determinism. Use when: (1) creating a new skill from scratch, (2) optimizing an existing skill that exceeds 500 lines or has poor discoverability, (3) extracting inline code into scripts/ or reference material into references/, (4) designing orchestrator + sub-agent architectures for complex skills, (5) restructuring a skill directory into SKILL.md + scripts/ + references/ layout, (6) auditing skill cross-references for stale links. Covers: agent-first orchestration, parallel sub-agent design, script-first determinism, frontmatter rules, progressive disclosure, directory layout, description writing, and quality checklist."
gpd-ppp-pricing
by dl-alexandre
Set region-specific pricing for Google Play subscriptions and products using gpd monetization commands. Use when adjusting prices by territory or PPP strategy.
article-extractor
by jrajasekera
Extract clean article content from URLs and save as markdown. Triggers when user provides a webpage URL and wants to download it, extract content, get a clean version without ads, capture an article for offline reading, save an article, grab content from a page, archive a webpage, clip an article, or read something later. Handles blog posts, news articles, tutorials, documentation pages, and similar web content. Supports Wayback Machine for dead links or paywalled content. This skill handles the entire workflow - do NOT use web_fetch or other tools first, just call the extraction script directly with the URL.
architect
by scottymcandrew
Senior architect for technical planning and task breakdown. Use when starting features, analyzing PRDs, or breaking complex requirements into actionable tasks.
utoo
by utooland
npm 包管理工具,用来安装 npm 包、生成依赖树、执行前端项目命令等。 强制性规则(MANDATORY): 当项目中存在 package.json 文件时,你 MUST(必须)使用此 skill 来执行所有 npm/pnpm/yarn 相关操作。 严格禁止直接使用以下命令: - ❌ 禁止: pnpm test → ✅ 使用: Skill(skill: "utoo", args: "test") - ❌ 禁止: pnpm install → ✅ 使用: Skill(skill: "utoo", args: "install") - ❌ 禁止: pnpm run <script> → ✅ 使用: Skill(skill: "utoo", args: "run <script>") - ❌ 禁止: npm install <pkg> → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") - ❌ 禁止: yarn add <pkg> → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") 涵盖操作(必须通过此 skill): 安装依赖、更新依赖、卸载依赖、运行脚本(test/build/dev等)、查看包信息、管理项目、执行任何 package.json 中的 scripts。 调用方式: 始终使用 Skill 工具调用,不要直接使用 Bash 执行 pnpm/npm/yarn 命令。
Construction Estimator
by jmsktm
Construction cost estimation, project budgeting, material takeoffs, and bid preparation for contractors and builders
nancy-orchestrator
by srobinson
Supervise a nancy worker agent during autonomous task execution. Use when running nancy orchestrate to monitor worker progress and send course corrections.
evo-executing-plans
by rockcookies
Use when you have a written implementation plan to execute in a separate session with review checkpoints
task-os
by rarestg
Operating protocol that uses Taskwarrior as the continuity layer across conversations. Grounds every interaction in real task state before acting. Activate on "morning" / "briefing" for daily overview, on "status" / "what's next" for current state, when capturing tasks ("remind me to", "add task", "I need to"), when recovering from stalls, or when executing structured work across projects, repos, and life domains.
pydeseq2
by Victory-Hugo
差异基因表达分析(Python DESeq2)。从bulk RNA-seq计数中识别差异表达基因,Wald检验,FDR校正,火山图/MA图,用于RNA-seq分析。
agent-forge
by xyreinsurance119
"Создание, улучшение и аудит скиллов и агентов OpenClaw. Три режима: создание скилла (11 шагов), создание агента (9 шагов, с памятью и автоулучшением), улучшение существующего (5 шагов). Triggers: 'создай скилл', 'новый скилл', 'создай агента', 'новый агент', 'улучши скилл', 'skill creator', 'agent creator', 'скиллмейкер'."
nemo-evaluator
by eyadsibai
Use when evaluating LLMs, running benchmarks like MMLU/HumanEval/GSM8K, setting up evaluation pipelines, or asking about "NeMo Evaluator", "LLM benchmarking", "model evaluation", "MMLU", "HumanEval", "GSM8K", "benchmark harnesses"
skill-gap-analyzer
by auldsyababua
Analyzes the user's skill library to identify coverage gaps, redundant overlaps, and optimization opportunities. Use when users want to understand their skill ecosystem, optimize their skill collection, find missing capabilities for common workflows, or reduce redundant coverage. Triggered by requests like "analyze my skills," "what skills am I missing," "are any of my skills redundant," or "optimize my skill library."
python-debugging
by trotsky1997
Toolkit for AI agents to debug Python code autonomously without IDE support. Use when agent needs to debug code, insert breakpoints programmatically, analyze execution state, test hypotheses, or automate debugging workflows. Supports pdb, ipdb, debugpy with programmatic breakpoint insertion, conditional breakpoints, AST-based breakpoint suggestions, and automated debugging workflows for agents.
learning-capture
by auldsyababua
Recognize and capture reusable patterns, workflows, and domain knowledge from work sessions into new skills. Use when completing tasks that involve novel approaches repeated 2+ times, synthesizing complex domain knowledge across conversations, discovering effective reasoning patterns, or developing workflow optimizations. Optimizes for high context window ROI by identifying patterns that will save 500+ tokens per reuse across 10+ future uses.
svelte-expert
by Raudbjorn
Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.
pixi
by trotsky1997
Comprehensive guide for using Pixi, a fast and reproducible package management tool for Python, Rust, C/C++, and other languages. Use when (1) Managing Python project dependencies and environments, (2) Setting up reproducible development environments with conda and PyPI packages, (3) Creating cross-platform task runners and build pipelines, (4) Managing multiple isolated environments for testing and development, (5) Installing and managing global CLI tools, (6) Building and packaging conda packages, (7) Working with mixed conda and PyPI dependencies, (8) Setting up CI/CD pipelines with reproducible environments
{{PLUGIN_ID}}-help
by timequity
Help and documentation for {{PLUGIN_NAME}} plugin. Use when: user asks about available skills, commands, or how to use this plugin. Triggers: "help", "what can you do", "list skills", "show commands", "как пользоваться", "что умеешь".
subagent-creator
by timequity
Guide for creating effective subagents (custom agents). Use when users want to create a new subagent that can be dispatched via Task tool for autonomous work. Covers frontmatter fields (name, description, tools, model, permissionMode, skills), prompt design, and when to use subagents vs skills.
nutritional-specialist
by auldsyababua
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.
script-writer
by auldsyababua
This skill should be used whenever users need YouTube video scripts written. On first use, collects comprehensive preferences including script type, tone, target audience, style, video length, hook style, use of humor, personality, and storytelling approach. Generates complete, production-ready YouTube scripts tailored to user's specifications for any topic. Maintains database of preferences and past scripts for consistent style.
course-help
by timequity
Help and navigation for Claude Code Course. Use when: user asks about the course, lessons, or progress. Triggers: "help", "course help", "what lessons", "my progress".
skill-dependency-mapper
by auldsyababua
Analyzes skill ecosystem to visualize dependencies, identify workflow bottlenecks, and recommend optimal skill stacks. Use when asked about skill combinations, workflow optimization, bottleneck identification, or which skills work together. Triggers include phrases like "which skills work together", "skill dependencies", "workflow bottlenecks", "optimal skill stack", or "recommend skills for".