- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
managing-agents
by mbruhler
Manages temporary and defined agents including creation, promotion, cleanup, and namespacing. Use when user creates custom agents, asks about agent lifecycle, temp agents, or agent management.
creating-workflows-from-description
by mbruhler
Use when user describes complex multi-step tasks that could benefit from orchestration - guides natural language workflow creation
slime-user
by yzlnew
Guide for using SLIME (LLM post-training framework for RL Scaling). Use when working with SLIME for reinforcement learning training of language models, including setup, configuration, training execution, multi-turn interactions, custom reward models, tool calling scenarios, or troubleshooting SLIME workflows. Covers GRPO, GSPO, PPO, Reinforce++, multi-agent RL, VLM training, FSDP/Megatron backends, SGLang integration, dynamic sampling, and custom generation functions.
prompt-refiner-claude
by Factory-AI
Refine prompts for Claude models (Opus, Sonnet, Haiku) using Anthropic's best practices. Use when preparing complex tasks for Claude.
erpnext-impl-clientscripts
by OpenAEC-Foundation
"Implementation workflows and decision trees for ERPNext Client Scripts. Use when determining HOW to implement client-side features: form validations, dynamic UI, server integration, child table logic. Triggers: how do I implement, when to use, which approach, client script workflow, build form logic, make UI dynamic, calculate fields."
erpnext-impl-scheduler
by OpenAEC-Foundation
"Implementation workflows for Frappe scheduled tasks and background jobs (v14/v15/v16). Covers hooks.py scheduler_events, frappe.enqueue, queue selection, job deduplication, and error handling. Triggers: how to schedule task, background job, cron job, async processing, queue selection, job deduplication, scheduler implementation."
erpnext-impl-customapp
by OpenAEC-Foundation
"Implementation workflows for building Frappe/ERPNext custom apps. Covers app structure, module creation, doctype design, fixtures, patches, and deployment. V14/V15/V16 compatible. Triggers: create custom app, new frappe app, bench new-app, app structure, module creation, doctype creation, fixtures, patches."
erpnext-impl-hooks
by OpenAEC-Foundation
"Implementation workflows and decision trees for Frappe hooks.py configuration. Use when determining HOW to implement doc_events, scheduler_events, override hooks, permission hooks, extend_bootinfo, fixtures, and asset includes. Covers V16 extend_doctype_class. Triggers: how do I hook, which hook to use, doc_events vs controller, override doctype, extend doctype class, permission hook, scheduler job, cron task, fixtures export."
advisor-triggers
by akaszubski
Detects when user requests warrant critical analysis via /advise command
writing-plans
by CommandCodeAI
Use when you have a spec or requirements for a multi-step task, before touching code
video-downloader
by CommandCodeAI
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
automated-comic-creator
by refly-ai
Automated comic creator that transforms text content into educational comics with multiple visual styles including dramatic, warm, shoujo, and ohmsha. Use when user asks to create comics, knowledge comics, educational manga, biography comics, or generate automated comic pages from articles or stories.
stripe
by refly-ai
"Integrate with Stripe for payment processing. Use when you need to: (1) manage customers and payments, (2) create invoices and subscriptions, or (3) automate billing workflows."
by refly-ai
"Integrate with Instagram for social media. Use when you need to: (1) post content to Instagram, (2) manage media and insights, or (3) automate Instagram publishing workflows."
linkup
by refly-ai
"Find LinkedIn contacts with Linkup. Use when you need to: (1) search professional profiles, (2) discover LinkedIn contacts, or (3) enrich professional network data."
google-calendar
by refly-ai
"Integrate with Google Calendar for scheduling. Use when you need to: (1) create calendar events, (2) manage schedules and appointments, or (3) automate calendar-based workflows."
github
by refly-ai
Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.
salesforce
by refly-ai
"Integrate with Salesforce for CRM operations. Use when you need to: (1) create and query Salesforce records, (2) manage accounts and opportunities, or (3) automate sales workflows."
linear
by refly-ai
"Integrate with Linear for issue tracking. Use when you need to: (1) create and manage Linear issues, (2) track development tasks and bugs, or (3) automate engineering project workflows."
onedrive
by refly-ai
"Integrate with OneDrive for cloud storage. Use when you need to: (1) upload and download files, (2) manage cloud documents, or (3) automate file storage workflows."
fal-audio
by refly-ai
"Generate AI audio using Fal.ai audio models. Use when you need to: (1) convert text to natural speech, (2) create podcast-style audio content, or (3) clone voices from audio samples."
by refly-ai
"Integrate with Facebook for social media management. Use when you need to: (1) post updates to Facebook pages, (2) share content and media, or (3) automate Facebook page workflows."
dark-light-modes
by fusengine
Use when implementing theme modes, color schemes, or system preference detection. Covers prefers-color-scheme, CSS variables, next-themes.
generating-components
by fusengine
Use when generating UI components, buttons, forms, cards, hero sections, or using design tools. Covers Gemini Design MCP, shadcn/ui, 21st.dev, and Tailwind CSS.