- Home
- /
- Categories
- /
- Automation
Automation
Task automation and scripting
tracking-tasks
by oryanmoshe
Enforces disciplined task tracking across context boundaries. Use when starting any coding task, receiving a new user request mid-work, planning multi-step work, discovering sub-tasks or issues, before context compaction, switching between tasks, or resuming a previous session. Skip for purely informational questions with no code changes.
github-actions-daemon
by fast-gateway-protocol
Fast GitHub Actions operations via FGP daemon - 30-60x faster than gh CLI. Use when user needs to trigger workflows, check run status, download artifacts, or view logs. Triggers on "github actions", "trigger workflow", "workflow run", "check CI", "download artifact", "actions logs".
backend-csharp
by twofoldtech-dakota
Apply when working with C#/.NET backend code including controllers, services, and dependency injection
unit-test-loop
by SomtoUgeh
This skill should be used when the user asks to "improve test coverage", "add unit tests", "TDD", "test this module", "write tests for", "increase coverage", "/ut command", or discusses unit testing strategies. Covers the unit test loop workflow, React Testing Library best practices, query priorities, and coverage improvement strategies.
Beads Issue Tracking
by sttts
This skill should be used when the user mentions "bd", "beads", "what's next", "add task", "add epic", or asks about issue tracking. First check if a .beads directory exists in the project - if not, this skill does not apply.
readme-md
by costa-marcello
Guides README creation and improvement with audience-matched templates. Use when writing READMEs for open source, personal, internal, or config projects, or when the user mentions documentation, README, or project setup.
react-to-svelte
by Tsurgcom
Convert React components to Svelte 5 using runes syntax. Handles hooks, pure components, JSX, effects, context, refs, events, and accessibility.
jupyter-notebooks
by marcinmiklitz
Build, manipulate, execute, validate, and version-control Jupyter notebooks programmatically. Use when working with .ipynb files, creating notebooks from code, running parameterised analyses, diffing/merging notebooks in git, stripping outputs, or converting notebooks to other formats. Triggers on: jupyter, notebook, ipynb, nbformat, nbconvert, nbclient, papermill, nbdime, cell, kernel, execute notebook, parameterise, notebook diff, notebook merge.
patronum
by aiko-atami
Select and apply Patronum operators for Effector code with minimal, practical v2.x examples. Use when tasks involve choosing between Patronum operators, composing reactive state flows, replacing manual sample/combine boilerplate with Patronum utilities, explaining operator signatures and return types, or adapting legacy Patronum usage to modern v2 shorthand and import patterns.
by costa-marcello
"Extracts text and tables from PDFs, creates new documents, merges/splits files, fills forms, and converts markdown to PDF. Use when working with PDF files, when the user mentions PDFs, document extraction, form filling, OCR, or markdown-to-PDF conversion."
telegram-reminders
by AlexSKuznetsov
Send reminders and messages to Telegram with cloud-based scheduling. Use when the user wants to send immediate messages or schedule future reminders to Telegram. Supports text messages, timestamp-based scheduling, recurring reminders, viewing and canceling scheduled messages, and message history.
task-decomposition
by mindmorass
Break down complex tasks into actionable, atomic steps that can be executed by individual agents.
frida-mcp-workflow
by yfe404
"Enforce safe Frida 17 MCP operations with strict phase gating. Use when attaching/spawning sessions, writing or loading scripts, applying Java/native hooks, troubleshooting instrumentation failures, or interpreting Frida MCP output. Require docs-first usage and run the mandatory workflow: Idea -> Scripting -> Execution -> Notes."
optimizely-web
by twofoldtech-dakota
Optimizely Web (snippet-based) patterns
unreal-verse
by Flohhhhh
Guidance for writing, reviewing, and debugging Unreal Editor for Fortnite (UEFN) Verse code using Epic's official language documentation. Use when implementing Verse devices, classes, functions, control flow, containers, failure contexts, specifiers/attributes, modules/imports, effects, concurrency, or translating logic into valid Verse.
claude-hub
by AlexanderStephenThompson
Personal Claude Code customizations: multi-agent teams, skills, agents, and commands
bd-workflow
by lambdamechanic
How to use bd (beads) for issue tracking, ready work, status updates, and comments in this repo.
reverse-engineering
by tangjunyi23
Binary reverse engineering and code analysis for IoT firmware using Ghidra and Joern. Use when performing binary analysis with Ghidra headless mode (decompiling, cross-references, imports, dangerous calls), CPG-based vulnerability hunting with Joern (taint analysis, data flow tracking, pattern matching), or any reverse engineering task on ARM/MIPS/x86 embedded binaries. Triggers on tasks requiring decompilation, interprocedural analysis, or static vulnerability scanning of firmware binaries.
threejs-expert
by joshsanger
Expert guide for generating modern Three.js code (v0.160+), focusing on WebGPU, TSL (Three.js Shading Language), and Import Maps.
Oracle ADK Expert Skill
by oci-ai-architects
Claude Code skills for OCI AI Architects. Community-led reference implementations and patterns.
privilege-escalation
by tangjunyi23
Embedded device privilege escalation techniques — from limited shell to root, service exploitation, filesystem abuse, kernel vulnerabilities, and misconfigurations in IoT Linux environments
clean-code
by liuchiawei
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
backend-csharp
by twofoldtech-dakota
Apply when working with C#/.NET backend code including controllers, services, and dependency injection
agent-frameworks
by pluginagentmarketplace
AI agent development with LangChain, CrewAI, AutoGen, and tool integration patterns.