- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
executing-plans
by Jackiexiao
"Use when you have a written implementation plan to execute with checkpoints."
xiaoyuzhou-transcribe
by weifengHuang
Download a Xiaoyuzhou (小宇宙) episode from a public URL and generate subtitles (.srt) plus transcript (.txt) using faster-whisper. Use when a user provides a xiaoyuzhoufm episode URL and wants full transcript text with timestamps, or needs to convert the audio into SRT/TXT files.
google-tasks
by addozhang
Fetch, display, create, and delete Google Tasks using the Google Tasks API. Use when the user asks to check, view, list, get, add, create, remove, or delete their Google Tasks, to-do lists, or task items. Handles OAuth authentication automatically using bash script with curl and jq.
skill-creator-plus
by foxian
Use when creating, testing, and iterating Agent skills with validation. Extends skill-creator with dual validation modes.
feature-dev
by WebSmartTeam
Implement new features in existing projects using 7-phase workflow (Discovery → Explore → Clarify → Design → Implement → Review → Summary). Use when adding functionality, building new components, creating API endpoints, or extending existing systems. Triggers: new feature, implement, add functionality, build feature, extend, create endpoint, add component.
requirements-clarity
by cachemoney
Clarify ambiguous requirements through focused dialogue before implementation. Use when requirements are unclear, features are complex (>2 days), or involve cross-team coordination. Ask two core questions - Why? (YAGNI check) and Simpler? (KISS check) - to ensure clarity before coding.
proactive-tasks
by ImrKhn03
Proactive goal and task management system. Use when managing goals, breaking down projects into tasks, tracking progress, or working autonomously on objectives. Enables agents to work proactively during heartbeats, message humans with updates, and make progress without waiting for prompts.
requesting-code-review
by Jackiexiao
"Use when finishing major work and needing code review before merge."
context-budget
by teslasoft-de
Manage context efficiently in long conversations using progressive disclosure and tiered loading. Use when hitting context limits, working on large codebases, or optimizing token usage across multi-turn interactions.
form-attribution
by 224-Industries
Implement the Form Attribution library on websites to capture UTM parameters, ad click IDs, referrer data, and other marketing attribution automatically. Use when the user needs to (1) add marketing attribution tracking to a website, (2) configure form attribution for specific use cases like cross-subdomain tracking or CRM integration, (3) troubleshoot form attribution issues, or (4) implement platform-specific patterns for Webflow, HubSpot, WordPress, or other select platforms.
tech-storyteller
by Keiji-Miyake
リポジトリの履歴やドキュメントから開発の「物語(事実・素材)」を収集します。
imagemin
by iShawnWang
Image compression skill using imagemin library. Compresses JPEG, PNG, GIF, SVG, and WebP images with optimized quality settings. Includes performance optimization techniques, batch processing strategies, and a ready-to-use CLI tool for AI assistants to invoke.
script-writer
by nguyendinhquocx
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.
pickup
by robabby
Generate a context handoff prompt before clearing the session. Use when the user wants to preserve conversation state before running /clear, or when ending a session and wanting to resume later. Creates a summary prompt capturing task state, progress, decisions, and next steps that can be pasted into a fresh session.
github-branch-policy
by Oceanswave
Audit GitHub repository branch governance and workflow hygiene. Use when asked to review rulesets, required status checks, update restrictions, bypass/update behavior, delete-on-merge settings, auto-merge workflow reliability, stale branches, ghost workflow registrations, or branch-policy drift.
vani-scheduling
by itsjavi
Schedule explicit updates with microtasks and transitions
uiux-excellence-guide
by Jpkovas
Create and refine visually strong interfaces with excellent UX, accessibility, and measurable performance. Use when requests involve designing new screens, redesigning existing UI, defining or evolving design systems/tokens, improving hierarchy/microcopy/motion, raising WCAG 2.2 compliance, improving touch ergonomics, or optimizing Web Vitals (LCP, INP, CLS) in web and app products.
vsa-implementation-guard
by akiramei
Blazor VSA アーキテクチャの実装ミス防止ガード。Handler、Validator、 BoundaryService、Entity などの C# コードを生成・修正する際に自動的に 適用される知識。SaveChangesAsync の禁止、BoundaryService での業務ロジック 禁止、Result<T> パターンの強制、Value Object 比較ルールなど、 カタログ駆動開発で頻発する実装ミスを防止する。
tenant-setup
by erinrugas
Configures multi-tenant onboarding and baseline tenant data. Use when creating a new tenant/customer workspace and validating tenant isolation.
docx
by unicorn-plugins
"Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation."
researching-codebases
by cachemoney
Use when answering complex questions about a codebase that require exploring multiple areas or understanding how components connect - coordinates parallel sub-agents to locate, analyze, and synthesize findings
managing-plans
by Git-Fg
"Orchestrates project plan state management and execution. Manages ROADMAP.md state tracking, task dispatch, phase transitions, and handoff protocols. PROACTIVELY Use when managing project plans, executing phases, or coordinating task workflows. MUST Use for all plan-related operations (creation, modification, execution). Do not use for architecture design, system analysis, or creating new projects without a plan → see designing-architecture skill."
decision-gate
by nguyentien06ck3
Universal decision gating for any user prompt. Use before sending a final response via the bundled decision_gate scripts.
designing-architecture
by Git-Fg
"Applies system architecture and design frameworks for software systems. Provides discovery protocols, system design workflows, architecture decision records (ADRs), and quality evaluation criteria. PROACTIVELY Use when designing new systems, analyzing existing architecture, or making architectural decisions. Do not use for project plan state management, task execution, or phase coordination → see managing-plans skill."