workflow▌
90 indexed skills · max 10 per page
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
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,
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
n8n-workflow-patterns
czlonkowski/n8n-skills · Productivity
Proven architectural patterns for building n8n workflows across five core use cases. \n \n Covers five foundational patterns: webhook processing, HTTP API integration, database operations, AI agent workflows, and scheduled tasks, each with specific triggers, transformations, and outputs \n Includes a pattern selection guide with real-world examples, helping developers choose the right architecture for their use case \n Provides a workflow creation checklist spanning planning, implementation, val
workflow-patterns
wshobson/agents · Productivity
$22
gws-workflow
googleworkspace/cli · Productivity
Cross-service productivity workflows connecting Google Workspace apps via CLI commands. \n \n Includes five pre-built helper workflows: standup reports, meeting prep, email-to-task conversion, weekly digests, and file announcements \n Requires gws binary and authentication setup from the shared gws-shared skill documentation \n Discover available resources and methods with gws workflow --help and inspect method signatures using gws schema workflow.<resource>.<method> \n Pass parameters
debate-workflow
rysweet/amplihack · Productivity
Implement structured multi-perspective debate for important architectural decisions, design trade-offs, and complex problems where multiple valid approaches exist.
gitops-workflow
sickn33/antigravity-awesome-skills · Productivity
Complete guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments.
investigation-workflow
rysweet/amplihack · Productivity
This skill provides a systematic 6-phase workflow for investigating and understanding existing systems, codebases, and architectures. Unlike development workflows optimized for implementation, this workflow is optimized for exploration, understanding, and knowledge capture.