Overcut Skills banner
overcut-ai overcut-ai

Overcut Skills

Development community

Description

Official Overcut skills for Claude Code (plugin marketplace).

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

overcut-skills

Official [Overcut](https://overcut.ai) skills for agentic coding tools, distributed as a plugin marketplace.

Install

These are portable skills - each is a self-contained `SKILL.md` plus its references and scripts, under `plugins/*/skills/` (for example `plugins/overcut/skills/overcut-api/`). Install them with whatever plugin or skill mechanism your coding agent provides. Install commands are tool-specific and change over time, so follow your tool's own documentation for the current flow; the repo reference is `overcut-ai/overcut-skills`.

For example, in a tool that consumes this marketplace format (Claude Code):

/plugin marketplace add overcut-ai/overcut-skills
/plugin install overcut@overcut-skills
/plugin install overcut-importer@overcut-skills

Tools that don't use this marketplace format can point their "add skill / add plugin" flow at the skill directories directly.

Once installed, invoke a skill by name (however your tool surfaces skills - e.g. `overcut-api`, `convert-to-overcut`), or just ask your coding agent to work with your Overcut account and it will load the relevant skill automatically.

What's included

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.
overcut-importer convert-to-overcut Convert an existing agent/automation framework (Argo Workflows, kagents, LangGraph, CrewAI, AutoGen, n8n, GitHub Actions, or an arbitrary skills/prompts folder) into Overcut-ready Skills, Agents, and Workflow definitions. Distills the SDLC business logic, drops framework plumbing, and writes a reviewable out/ folder with a MANIFEST.md. Optionally hands off to overcut-api to import into a live project.

Authentication

The `overcut-api` skill needs a personal API token, generated