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. Cycles Management

Cycles Management

Editor's Note

This handles the unglamorous but critical work of keeping canisters funded and alive on Internet Computer. It covers checking cycle balances, accepting and sending cycles between canisters, setting freezing thresholds, and creating new canisters programmatically through the management canister. The code examples show both Motoko and Rust patterns for accepting payment cycles and topping up other canisters. One thing worth knowing: the skill assumes you're using icp-cli with the cycles ledger, not the legacy wallet system. The examples are practical, like how to avoid silently running out of cycles or accidentally sending them to the wrong canister with no way to get them back. If you're building anything that needs to manage its own funding or spawn child canisters, you'll need these patterns.

Install

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

Comments

Login to comment