By appcircleio
Appcircle skills for Claude covering mobile CI/CD, build, code signing, distribution, publishing, and testing, with MCP connectivity to the Appcircle platform.
Appcircle's official plugin for Claude. It connects Claude to the Appcircle mobile CI/CD platform, covering build, code signing, distribution, publishing (App Store / Google Play), and testing, so you can ask Appcircle questions and look up your own organization's data right from chat.
This repo is itself a Claude Code plugin marketplace.
/plugin marketplace add appcircleio/appcircle-claude-plugin
/plugin install appcircle@appcircle
/reload-plugins
You can install this plugin's skills in claude.ai too:
https://github.com/appcircleio/appcircle-claude-plugin.MCP tools are only available in Claude Code for now; installing the plugin in claude.ai gets you the skills, not the MCP tools.
| Skill | Purpose |
|---|---|
appcircle:doc-assistant | Answers Appcircle questions from official docs and product sources |
Claude invokes a skill automatically when your question matches its purpose, or you can call it directly in Claude Code:
/appcircle:doc-assistant How do I configure iOS code signing for a build profile?
The plugin registers mcp.appcircle.io as an MCP server named appcircle, authenticated via a bearer-token header using an Appcircle access token. For the full list of available tools and how it works, see the Appcircle MCP repository.
The server authenticates with an APPCIRCLE_ACCESS_TOKEN, which you can obtain from either credential type:
Export it in the environment where Claude Code runs:
export APPCIRCLE_ACCESS_TOKEN=<your-token>
Restart/reload Claude Code so the MCP server picks up the token.
Re-export and reload when it expires.
Without this, the MCP tools won't be able to authenticate. The doc-assistant skill works regardless, since it only reads public documentation.
These commands require the Claude Code CLI. Test the plugin without installing it by loading the directory directly:
claude --plugin-dir .
Validate it against the standard plugin schema:
claude plugin validate .
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub appcircleio/appcircle-claude-plugin --plugin appcircleDevelop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification