CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

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
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
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
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
cap-go avatar

Capgo Release Management

cap-go/capgo-skills
519 installs58 stars
Summary

If you're using Capgo for over-the-air updates in your Capacitor app, this skill walks Claude through the standard release workflow: uploading bundles, managing channels, running compatibility checks before rollout, and setting up encryption keys. It's basically a guard rail for the Capgo CLI so you don't accidentally push a bundle to the wrong channel or skip a compatibility check that'll break production. The skill won't help with native builds or org-level admin stuff, but for the day-to-day work of shipping bundles and controlling who gets what version, it keeps the common mistakes at bay. Most useful when you're juggling multiple channels or need to remember the encrypt-before-upload dance.

Install to Claude Code

npx -y skills add cap-go/capgo-skills --skill capgo-release-management --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.md

Select a file.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
SecurityDevOps & CI/CDAI & Agent BuildingRelease Management
First SeenJun 3, 2026
View on GitHub

More from cap-go/capgo-skills

All 41 skills →
  • Sqlite To Fast Sql519
  • Capacitor App Upgrade V7 To V8513
  • Capgo Organization Management510
  • Capgo Cloud504
  • Skill Creator502
  • Ionic Enterprise Sdk Migration498
  • Ionic Appflow Migration469
  • Capacitor Plugin Upgrade V7 To V8468
  • Capacitor App Upgrade V6 To V7456
  • Capacitor Best Practices2k
  • Ionic Design1.3k
  • Capacitor Plugins1.2k
  • Debugging Capacitor948
  • Capacitor Testing946
  • Capacitor Deep Linking940
  • Ios Android Logs937
  • Capacitor Security935
  • Safe Area Handling927
  • Capacitor Performance904
  • Capacitor Accessibility887
  • Capacitor Splash Screen882
  • Capacitor App Store875
  • Capacitor Push Notifications847
  • Capacitor Offline First803

Recommended

More Security →
cap-go avatar
sqlite-to-fast-sql

cap-go/capgo-skills

Guides the agent through migrating SQLite and SQL-style Capacitor plugins to @capgo/capacitor-fast-sql. Use when replacing bridge-based SQL plugins, adding encryption, preserving transactions, or moving key-value storage onto Fast SQL. Do not use for non-SQL storage, generic app upgrades, or plugins that already wrap Fast SQL.
519
58
get-convex avatar
auth-setup

get-convex/agent-skills

Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.
516
45
syncfusion avatar
syncfusion-react-speech-to-text

syncfusion/react-ui-components-skills

Implement the Syncfusion React SpeechToText component. Use this skill to convert speech to text, manage microphone input, control listening states, process speech events, customize UI, support accessible voice-enabled forms, and handle globalization and security in React applications.
513
3
agentmail-to avatar
email-for-ai-agents

agentmail-to/agentmail-skills

Deprecated alias of the agent-email-patterns skill, kept so existing installs and pinned URLs keep resolving. Prefer installing agent-email-patterns; this is an identical generated copy covering agent email architecture, security, and provider tradeoffs.
511
21
longbridge avatar
longbridge-basicinfo

longbridge/skills

Static basic information for all Longbridge-tradable securities — stocks, ETFs, options, warrants: company name, listing date, exchange, industry classification, total shares, circulating shares, market cap, IPO price, website, address. Futures / bonds / funds have limited coverage. Triggers: "基础信息", "股票信息", "上市日期", "总股本", "流通股", "IPO价格", "标的信息", "品种信息", "基礎信息", "股票資料", "上市日期", "總股本", "流通股", "IPO價格", "基本資料", "basic info", "stock info", "listing date", "shares outstanding", "IPO price", "symbol info", "static data", "security info", "exchange listing", "total shares".
511
47
cap-go avatar
capgo-organization-management

cap-go/capgo-skills

Guides the agent through Capgo account lookup and organization administration. Use when listing organizations, managing members, changing security settings, or working with organization-level CLI commands. Do not use for OTA bundle uploads or native builds.
510
58