Claude Code Plugins

Community-maintained marketplace

Feedback

circleci-config-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate CircleCI configuration files with workflows, orbs, and deployment. Triggers on "create circleci config", "generate circleci configuration", "circleci pipeline", "circle ci setup".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name circleci-config-generator
description Generate CircleCI configuration files with workflows, orbs, and deployment. Triggers on "create circleci config", "generate circleci configuration", "circleci pipeline", "circle ci setup".

CircleCI Config Generator

Generate CircleCI pipeline configuration files with workflows and orbs.

Output Requirements

File Output: .circleci/config.yml Format: Valid CircleCI YAML Standards: CircleCI 2.1

When Invoked

Immediately generate a complete CircleCI pipeline configuration.

Example Invocations

Prompt: "Create CircleCI config for Node.js application" Output: Complete .circleci/config.yml with test and deploy workflows.