CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. iii-hq
  4. /
  5. iii
  6. /
  7. Iii Trigger Actions

Iii Trigger Actions

Editor's Note

A clean abstraction over three common execution patterns: synchronous calls when you need a return value, void dispatch for fire-and-forget side effects, and enqueue for reliable background jobs with retry guarantees. The decision tree is straightforward: block and wait, fire once and move on, or hand off to a queue. It's basically codifying what you'd otherwise wire up yourself with a message broker or custom retry logic. The 17.5K stars suggest the parent iii framework has traction, and this skill pulls in those primitives to give you RPC, async dispatch, and queue semantics without boilerplate. Useful when you're tired of reimplementing the same execution modes across services.

Install

npx skills add https://github.com/iii-hq/iii --skill iii-trigger-actions
Votes
0
Installs195
GitHub Stars17.5k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment