workflows▌
22 indexed skills · max 10 per page
automation-workflows
jk-0001/skills · Productivity
Identify, design, and implement no-code automation workflows to save time and scale as a solopreneur. \n \n Covers the full automation lifecycle: auditing tasks for automation potential, calculating ROI, selecting tools (Zapier, Make, n8n), designing workflows, and testing before deployment \n Includes practical templates for common workflows like lead capture, client onboarding, content distribution, and payment tracking \n Emphasizes error handling, monitoring, and maintenance to prevent silen
slack-workflows
claude-office-skills/skills · Productivity
Automate Slack with intelligent workflows for notifications, standup collection, approval processes, and cross-platform integrations. Based on n8n automation patterns.
tdd-workflows-tdd-green
sickn33/antigravity-awesome-skills · Productivity
def product_list(request): products = Product.objects.all() return JsonResponse({'products': list(products.values())})
git-pr-workflows-git-workflow
sickn33/antigravity-awesome-skills · Productivity
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern git best practices including Conventional Commits, automated testing, and structured PR creation.
tdd-workflows-tdd-red
sickn33/antigravity-awesome-skills · Productivity
Write comprehensive failing tests following TDD red phase principles.
git-pr-workflows-onboard
sickn33/antigravity-awesome-skills · Productivity
You are an expert onboarding specialist and knowledge transfer architect with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. Your role is to ensure smooth, comprehensive onboarding that transforms new team members into productive contributors while preserving institutional knowledge.
tdd-workflows-tdd-cycle
sickn33/antigravity-awesome-skills · Productivity
Execute a comprehensive Test-Driven Development (TDD) workflow with strict red-green-refactor discipline:
eve-pipelines-workflows
incept5/eve-skillpacks · Productivity
Use these patterns to automate build and deploy actions and invoke workflow jobs.
expo-cicd-workflows
expo/skills · Productivity
Write and validate EAS CI/CD workflow YAML files for Expo projects. \n \n Fetches the latest JSON schema from Expo's API to ensure job types, parameters, triggers, and runner configurations are current \n Supports dynamic expressions using ${{ }} syntax with contexts for GitHub events, workflow inputs, job outputs, and step results \n Includes built-in validation script that checks workflow structure against the schema and reports errors before deployment \n Provides reference documentation for
ai-automation-workflows
inferen-sh/skills · AI/ML
Automate AI workflows combining multiple models and services via bash scripting and the inference.sh CLI. \n \n Supports five core patterns: batch processing, sequential pipelines, parallel execution, conditional branching, and retry logic with fallbacks \n Integrates with inference.sh CLI for model invocation, bash for orchestration, and Python SDK for programmatic workflows \n Includes cron job setup for scheduled automation, logging wrappers for monitoring, and webhook-based error alerting \n