workflow▌
76 indexed skills · max 10 per page
novel-writer-workflow-guide
wordflowlab/novel-writer-skills · Frontend
Systematic seven-step novel writing workflow with AI-assisted planning, consistency tracking, and quality validation. \n \n Guides writers through constitution (core principles), specification (story requirements), clarification (resolving ambiguities), planning (structure and technique), task breakdown (actionable steps), writing (AI-assisted drafting), and analysis (quality checks) \n Automatically activates genre-specific skills (Romance, Mystery, Fantasy) and writing technique skills (Dialog
asc-workflow
rudrankriyam/app-store-connect-cli-skills · Productivity
Define, validate, and run repo-local multi-step automations with .asc/workflow.json and asc workflow commands. \n \n Author workflows in .asc/workflow.json with support for global/workflow-level env, before/after hooks, error handlers, and conditional steps using if directives \n Run workflows locally or in CI with asc workflow run <name> , preview execution with --dry-run , and validate structure with asc workflow validate \n Supports sub-workflows (including private helper workflows), run
workflow
vercel/workflow · Productivity
Durable, resumable workflows with step-based orchestration, hooks for external events, and built-in AI agent support. \n \n Supports three execution modes: workflow functions (orchestration layer), step functions (full Node.js access with automatic retry and result persistence), and DurableAgent for AI-powered workflows with tool integration \n Pause workflows at hooks to wait for external events, then resume from API routes; hooks support single events or iterable multi-event patterns with dete
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.
project-workflow-analysis-blueprint-generator
github/awesome-copilot · Productivity
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns. \n \n Auto-detects project type, entry points, persistence mechanisms, and architecture patterns (.NET, Java/Spring, React, microservices, etc.) to tailor documentation \n Documents complete end-to-end workflows across entry points, service layers, data access, error handling, and response construction with actual code examples \n Configurable output detail levels, workflow c
gws-workflow-meeting-prep
googleworkspace/cli · Productivity
Fetch your next meeting's agenda, attendees, and linked documents from Google Calendar. \n \n Retrieves the upcoming event with full attendee list and description details \n Supports multiple calendar selection via --calendar flag (defaults to primary calendar) \n Read-only operation; never modifies calendar data \n Output formats include JSON, table, YAML, and CSV for integration flexibility \n
tdd-workflow
affaan-m/everything-claude-code · Productivity
Test-driven development workflow enforcing 80%+ coverage across unit, integration, and E2E tests. \n \n Write tests first, then implement code to make them pass; covers unit tests (functions, components), integration tests (APIs, databases), and E2E tests (Playwright for critical user flows) \n Includes comprehensive testing patterns with Jest/Vitest for components, API route testing, and Playwright for browser automation workflows \n Provides mocking strategies for external services (Supabase,
secure-workflow-guide
trailofbits/skills · Frontend
Smart contract security review through Trail of Bits' 5-step workflow with automated scanning, visual analysis, and property documentation. \n \n Runs Slither with 70+ detectors to identify known vulnerabilities, then checks for special features like upgradeability risks, ERC conformance, and token integration patterns \n Generates three security diagrams (inheritance graph, function visibility, state variable authorization) to reveal architectural vulnerabilities that text descriptions miss \n
gstack-workflow-assistant
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection
git-workflow
supercent-io/skills-template · Productivity
Complete Git workflow management covering branches, commits, merges, conflicts, and team collaboration. \n \n Supports standard branch workflows with naming conventions for features, bugfixes, hotfixes, refactoring, and documentation \n Includes commit message standards using conventional commits format with type, scope, and detailed descriptions \n Covers merge strategies, interactive rebasing, cherry-picking, and conflict resolution with step-by-step examples \n Provides advanced patterns like