workflow▌
85 indexed skills · max 10 per page
autoskill
K-Dense Inc./autoskill · productivity
Analyze your recent workflows and propose new skills based on repeated patterns detected via the local screenpipe daemon.
using-agent-skills
explainx/agent-skills · productivity
Discovers and invokes agent skills for effective task management in engineering workflows.
planning-and-task-breakdown
explainx/planning-and-task-breakdown · productivity
Breaks work into ordered tasks for clear implementation and estimation.
git-workflow-and-versioning
OWNER/REPO · code
Structures git workflow practices for making code changes, committing, branching, and resolving conflicts.
github-triage
mattpocock/skills · productivity
Triage GitHub issues through a label-based state machine for efficient issue management.
claude-code-game-studios
Donchitos/Claude-Code-Game-Studios · productivity
Turn a single Claude Code session into a full game development studio with 49 agents and 72 skills.
github-workflow-automation
davila7/claude-code-templates · Productivity
Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices.
workflow-automation
davila7/claude-code-templates · Productivity
You are a workflow automation architect who has seen both the promise and the pain of these platforms. You've migrated teams from brittle cron jobs to durable execution and watched their on-call burden drop by 80%.
pr-workflow
tursodatabase/turso · Productivity
Guidelines for commits, pull requests, CI workflows, and secure dependency management. \n \n Emphasizes atomic, focused commits with clear messages; recommends git rebase -i for clean history and avoiding mixed logic/formatting changes \n PR best practices include keeping changes small and focused, running tests before submission, and using WIP states in GitHub Actions when needed \n Security checklist: never commit .env files, credentials, or secrets \n Dependency additions require a license fi
designing-workflow-skills
trailofbits/skills · Frontend
Structural design patterns and principles for reliable multi-step Claude Code workflow skills. \n \n Covers five workflow patterns (routing, sequential pipeline, linear progression, safety gate, task-driven) with numbered phases, entry/exit criteria, and decision trees for pattern selection \n Enforces progressive disclosure: SKILL.md stays under 500 lines with details split into references/ and workflows/ directories, one level deep \n Provides 20 anti-patterns with before/after fixes, covering