By overcut-ai
Work with Overcut from Claude Code. Bundles the overcut-api skill for connecting to the Overcut GraphQL API to explore and manage workspaces, projects, workflows, agents, skills, MCP servers, runs, secrets, repositories, and playbooks.
Official Overcut skills for Claude Code, distributed as a plugin marketplace.
# 1. Add this marketplace
/plugin marketplace add overcut-ai/overcut-skills
# 2. Install the Overcut plugin
/plugin install overcut@overcut-skills
Claude then invokes the skill as /overcut:overcut-api, or automatically when you ask it to work with your Overcut account.
| Plugin | Skill | What it does |
|---|---|---|
overcut | overcut-api | Connect to the Overcut GraphQL API with a personal token to explore and manage workspaces, projects, workflows, agents, skills, MCP servers, runs, secrets, repositories, and playbooks. |
The overcut-api skill needs a personal API token, generated in the Overcut web UI under Workspace Settings → Security → API Tokens. Export it before use:
export OVERCUT_API_TOKEN="<your-token>"
# Optional, defaults to production:
export OVERCUT_API_URL="https://server.overcut.ai/graphql"
The token inherits the permissions of the user who created it. Prefer a dedicated, least-privilege user. Never commit a token to this repo.
overcut-skills/
├── .claude-plugin/
│ └── marketplace.json # marketplace catalog (name: overcut-skills)
└── plugins/
└── overcut/ # the installable plugin (name: overcut)
├── .claude-plugin/
│ └── plugin.json
└── skills/
└── overcut-api/ # the skill Claude invokes
├── SKILL.md
├── references/
└── scripts/overcut-gql.sh
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 overcut-ai/overcut-skills --plugin overcutCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer