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. dfinity
  4. /
  5. icskills
  6. /
  7. Multi Canister

Multi Canister

Editor's Note

If you're building on the Internet Computer and need to split your app across multiple canisters, this covers the architecture patterns and gotchas that matter. It walks through inter-canister calls, the 2MB payload limit, why update methods aren't atomic across awaits, and how to avoid reentrancy bugs. The guidance on bounded versus unbounded waits and cross-subnet latency is solid. This is written for engineers who already understand single-canister apps and need to scale up or separate concerns. The pitfall list is thorough, especially around idempotent APIs and defensive caller binding in Rust. Skip this if your app fits in one canister.

Install

npx skills add https://github.com/dfinity/icskills --skill multi-canister
Votes
0
Installs130
GitHub Stars23
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment