80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
command-plan-workflow
by omerlefaruk
Use the /plan-workflow slash command to design workflow structures and required nodes. Use when: planning workflows befo...
node-creator
by omerlefaruk
Create or update CasareRPA nodes using schema-driven patterns and registry updates. Use when: adding new nodes, modifyin...
dependency-updater
by omerlefaruk
Analyze and update Python dependencies in pyproject.toml, checking for compatibility and security vulnerabilities. Use w...
command-implement-node
by omerlefaruk
Use the /implement-node slash command to create a new node with schema-driven patterns and registration. Use when: addin...
command-phase-report
by omerlefaruk
Use the /phase-report slash command to generate progress updates and log them. Use when: reporting status or phase compl...
rpa-patterns
by omerlefaruk
Common RPA automation patterns (retry, polling, circuit breaker) for resilient automation. Use when: implementing RPA wo...
command-qa-checklist
by omerlefaruk
Use the /qa-checklist slash command for QA and self-review before delivery. Use when: validating changes and tests.
changelog-updater
by omerlefaruk
Maintain and update CHANGELOG.md following Keep a Changelog format. Use when: updating changelog, version documentation,...
command-fix-feature
by omerlefaruk
Use the /fix-feature slash command to diagnose and fix bugs with a review loop. Use when: addressing defects or regressi...
mcp-server
by omerlefaruk
Build MCP (Model Context Protocol) servers for CasareRPA integrations using Python FastMCP. Covers server structure, too...
command-chain
by omerlefaruk
Use the /chain slash command to run the multi-phase agent chaining workflow with review loops. Use when: complex tasks n...
workflow-validator
by omerlefaruk
Validate CasareRPA workflow JSON files for structural integrity, node dependencies, and connection validity. See schemas...
code-reviewer
by omerlefaruk
Structured code review output format for the reviewer agent. Provides APPROVED/ISSUES format with file:line references....
git-workflow
by omerlefaruk
Create worktrees/branches, commit changes, and open PRs for CasareRPA. Use when: starting work or preparing a PR.
command-implement-feature
by omerlefaruk
Use the /implement-feature slash command to run the feature delivery workflow. Use when: implementing new features end-t...
import-fixer
by omerlefaruk
Fix import statements across the codebase to align with clean architecture layer boundaries. Use when: fixing imports, l...
workflow-tooling
by omerlefaruk
Validate and maintain workflow JSON and workflow utilities. Use when: editing workflows in workflows/, validating node c...
command-new-pattern-check...
by omerlefaruk
Use the /new-pattern-checklist slash command to capture new reusable patterns and update docs. Use when: codifying new r...
parallel-exec
by omerlefaruk
Automatic task decomposition with parallel agent execution. Use when: breaking down complex tasks, parallel agent work,...
command-review-plan
by omerlefaruk
Use the /review-plan slash command to validate scope, risks, and success criteria. Use when: gating plans before executi...
error-recovery
by omerlefaruk
RPA error handling patterns (fallback, retry, skip, user notification) for resilient automation workflows. Use when: han...
node-template-generator
by omerlefaruk
Generate boilerplate code for new CasareRPA automation nodes. See templates/ for category-specific templates and referen...
semantic-search
by omerlefaruk
Semantic search the CasareRPA codebase using the local ChromaDB index and MCP server. Use when: locating code by intent,...
canvas-ui-builder
by omerlefaruk
Build PySide6 canvas UI components with the theme system and signal/slot rules. Use when: editing dialogs, panels, widge...