41 skills found · Page 2 of 2
upstash / upstash-workflow-jsLightweight guidance for using the Upstash Workflow SDK to define, trigger, and manage workflows. Use this Skill whenever a user wants to create workflow endpoints, run steps, or interact with the Upstash Workflow client.
agenvoy / extension-installInstall an Agenvoy extension from pkg.agenvoy.com registry (browse/pick) or local tarball into ~/.config/agenvoy/tools/.extension/<type>/<name>@<version>/. Extracts tar.gz, validates manifest (email field, type api/script only), installs deps, stores keychain keys, atomically moves staged dir.
OctagonAI / octagon-deep-research-mcpThe Octagon Deep Research MCP server provides specialized AI-powered comprehensive research and analysis capabilities by integrating with advanced deep research agents. No rate limits, faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research.
sstklen / infinite-gratitudeMulti-agent research that keeps bringing gifts back — like cats! Dispatch multiple agents to research a topic in parallel, compile findings, and iterate on new discoveries.
wsbm393 / executing-hard-tasksUse when a task spans multiple steps, files, or unknowns — before planning the order of work, whenever about to report completion or success in any wording, and when picking the next action after a result, failure, or surprise.
TimLai666 / protocolsio-integrationIntegration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integr…
jazzmind / 003-zero-trust-authenticationA self-hosted AI platform that keeps your data on your infrastructure. Busibox integrates document processing, semantic search, AI agents, and custom applications into a single platform — running on Docker with enterprise-grade security baked in. Think of it as a Linux distribution for AI.
antosubash / ciRun all CI checks locally, mirroring the GitHub Actions CI pipeline. This catches issues before creating a PR. Execute these steps in order, stopping on first failure. Report results as a summary table at the end. Run `npm run check` from the project root.
benjam3n / deExtract dependencies between steps, tasks, or items. Identifies what must happen before what, enabling proper sequencing. Read and execute `/home/ben/Documents/projects/reasoningtool/claude-code-plugin/skills/de/SKILL.md`, applying it to this input: $ARGUMENTS
benjam3n / opDetermine the correct execution order for a set of steps based on dependencies and constraints. Read and execute `/home/ben/Documents/projects/reasoningtool/claude-code-plugin/skills/op/SKILL.md`, applying it to this input: $ARGUMENTS
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.