- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
wfc-deepen
by sam-fakhreddine
Augments an existing /wfc-plan directory by researching codebase patterns, project documentation, and dependency constraints to add supporting evidence to tasks. Reads TASKS.md and PROPERTIES.md, simulates parallel analysis across 4 dimensions, and appends sourced findings as annotations. Does NOT modify task structure, add/remove tasks, or write implementation steps. Triggers: /wfc-deepen, /wfc-deepen <path>, "add research evidence to the plan", "validate plan against codebase patterns", "annotate plan with known pitfalls", "cross-reference plan with existing solutions". Not for: writing or expanding task implementation steps; decomposing tasks into subtasks; prioritizing or reordering tasks; adding or removing tasks; pre-planning research before a plan directory exists; targeted research on specific questions unrelated to plan validation; re-deepening plans with existing Research Findings sections (use --force to override); general research with no plan context.
calendar-today
by aashari
Show all of today's events in time order. Use when user asks what's on their schedule today, what meetings they have, or what's happening today.
gantt-chart
by LKB-99
"Use this skill when users want to create, manage, or visualize project schedules with Gantt charts. Triggers: Gantt chart, cronograma, project plan, project schedule, task management, timeline, roadmap, gráfico de Gantt, planejamento de projeto."
wpf-mvvm-generator
by JeongHeonK
WPF MVVM code generator. Creates ViewModel, View, and Model with CommunityToolkit.Mvvm source generators. Use when scaffolding new WPF features or entities following MVVM pattern.
using-superpowers
by mrtolkien
Use when starting any conversation - establishes how to find and use skills, requiring
google-workspace
by krishagel
Unified Google Workspace integration for managing email, calendar, files, and communication across multiple accounts
5d-tasks
by tapania
"Break gap analysis into sequenced, actionable tasks. Use when: (1) After GAP ANALYSIS phase in 5D-SDD workflow, (2) User is ready to start implementation, (3) Gaps are identified but not yet organized into work items, (4) User asks for 'task list,' 'breakdown,' or 'what to do first.' This phase creates the implementation roadmap."
executing-plans
by mrtolkien
Use when you have a written implementation plan to execute in a separate session with
appointment-scheduler
by LKB-99
"Use this skill to schedule, manage, and automate appointments, meetings, and events. Triggers: schedule, appointment, meeting, book, calendar, event, reminder, sync, block time, agendar, consulta, reunião, marcar, calendário, evento, lembrete."
Webサービス企画スキル
by masayan1126
新しいWebサービスのアイデアをゼロから企画し、市場分析・機能設計・技術選定まで包括的にサポート
moon
by hyperb1iss
This skill should be used when the user asks to "configure moon", "set up moonrepo", "create moon tasks", "run moon commands", "configure moon workspace", "add moon project", "moon ci setup", "moon docker", "moon query", "migrate to moon v2", or mentions moon.yml, .moon/workspace.yml, .moon/toolchains.yml, moon run, moon ci, or moonrepo in general.
ai-agents-builder
by LKB-99
"Create autonomous AI agents with LangChain, AutoGPT, and CrewAI. Use this skill to build, customize, or deploy AI agents, intelligent applications, or multi-agent systems. Triggers: AI agent, autonomous agent, LangChain, AutoGPT, CrewAI, multi-agent system, agentic AI, criar agente de IA, agente autônomo."
docx
by krishagel
"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"
rabbitmq-master
by mOdrA40
Ultimate RabbitMQ expertise skill for production-grade message broker architecture, implementation, and operations. Top 0.01% knowledge covering: (1) Advanced messaging patterns - Dead Letter Exchanges, Delayed Messages, Priority Queues, Consistent Hash Exchange, Sharding, (2) High Availability - Clustering, Quorum Queues, Stream Queues, Federation, Shovel, (3) Performance Engineering - prefetch tuning, connection pooling, batch publishing, memory optimization, flow control, (4) Security - TLS/mTLS, OAuth2, LDAP, certificate rotation, (5) Monitoring - Prometheus metrics, custom health checks, anomaly detection, (6) Troubleshooting - memory alarms, network partitions, queue backlogs, consumer starvation, (7) Multi-tenancy - vhost design, resource limits, isolation patterns, (8) Event-driven architectures - CQRS, Event Sourcing, Saga patterns with RabbitMQ. Use when: building messaging systems, debugging RabbitMQ issues, optimizing performance, designing HA architectures, implementing advanced patterns, production hardening, capacity planning, migration strategies.
requesting-code-review
by mrtolkien
Use when completing tasks, implementing major features, or before merging to verify
prolog-reasoning
by dr3d
Use this repository as a deterministic symbolic memory and reasoning skill for agent workflows. Trigger when an external agent such as OpenClaw or Hermes needs to query known facts, explain a symbolic failure, or classify a user statement for memory ingestion and revision.
vsl-script
by mikefilsaime-groove
This skill should be used when the user asks to "write a VSL script", "create a video sales letter", "VSL copy", or "sales video script". Creates complete, emotionally-charged Video Sales Letter scripts using proven John Benson + Caleb O'Dowd hybrid methodology for maximum conversions.
json-hygiene-agent
by richfrem
JSON Hygiene Agent. Detects duplicate keys in JSON configuration files that might be silently ignored by standard parsers. Auto-invoked for JSON audits or manifest validation. V2 includes L5 Delegated Constraint Verification.
onboarding-guide
by LKB-99
"A comprehensive skill to create, manage, and automate onboarding guides. Use this skill when users want to create onboarding plans, guides for new employees, or integrate new members. Triggers: onboarding, new hire, new employee, integration, 30-60-90 plan, checklist, guia de integração, novo funcionário."
docx
by mikefilsaime-groove
"Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks"
5d-sdd
by tapania
"5D Spec-Driven Development - A complete methodology for building software through structured phases. Use when: (1) User wants to build something non-trivial, (2) User mentions '5D' or 'spec-driven development,' (3) Starting a new project or feature that needs careful planning, (4) User wants a structured approach to development. This skill orchestrates the full workflow across 10 phases from orientation to reflection."
wfc-plan
by sam-fakhreddine
Generates a structured implementation plan for software features spanning multiple files, modules, or services. Produces TASKS.md (ordered tasks with dependency graph), PROPERTIES.md (non-functional requirements typed SAFETY/LIVENESS/INVARIANT/PERFORMANCE), and TEST-PLAN.md (acceptance and integration test strategy). Conducts a clarifying interview before generating. TRIGGER: /wfc-plan; user requests TASKS.md, PROPERTIES.md, or TEST-PLAN.md by name; requests implementation plan for work affecting 2+ files in different directories or multiple services; user wants dependency ordering and test strategy for a feature. NOT FOR: Single-file edits or bug fixes; debugging/diagnosing defects; high-level architecture discussions with no file output; sprint planning or backlog grooming; directory restructuring; documentation generation; quick single-function patches. Pipeline order: wfc-plan FIRST, then wfc-implement. Running wfc-implement before wfc-plan will fail — there is no TASKS.md to execute.
skill-name
by SherifEldeeb
Brief description of what this skill does (1-2 sentences). Include when to use it: "Use when..." or "Use for..."
knowledge-manager
by krishagel
Manages user preferences and learned knowledge with confidence scoring