CircleCI Skill

Developer Tools

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for CircleCI tools.

13 tools
SKILL.md

CircleCI
SKILL.md

Domain knowledge for CircleCI — CI/CD, pipelines, workflows, jobs, insights

CircleCI

CircleCI is a CI/CD platform for pipelines, workflows, jobs. Org → project → workflow → job hierarchy.

Data Model

  • Discover defaults returns owner_slug, org_slug, project_slug, workflow_id, job_number for your account. Use to bootstrap other calls.
  • Pipelines and Projects are org-scoped. Workflows belong to pipelines. Jobs belong to workflows.
  • Insights: Branches and metrics by project_slug. Context for env vars (owner_slug).
  • Hierarchy: org_slug → project_slug → workflow_id → job_number. Configurable defaults reduce param passing.

Gotchas

  • Slug format: owner_slug and org_slug often "circleci/<id>". project_slug "circleci/<org>/<project>".
  • discover_defaults: Run first to get slugs and IDs for subsequent calls.
  • Configurable defaults: Set owner_slug, org_slug, project_slug to avoid passing repeatedly.

Use with CircleCI Bundle

This skill teaches your AI assistant domain knowledge. To actually execute CircleCI API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use CircleCI?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

CircleCI Skill - SKILL.md for Claude Code, Cursor & More