concourse-ci-skill banner
netresearch netresearch

concourse-ci-skill

Data community intermediate

Description

[](https://claude.ai) [](#license) [](https://github.com/netresearch/concourse-ci-skill/releases)

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

Concourse CI Skill

[](https://claude.ai) [](#license) [](https://github.com/netresearch/concourse-ci-skill/releases)

**Agent Skill** for expert Concourse CI pipeline development, optimization, and troubleshooting.

Supported Platforms

Platform Status
Claude Code (Anthropic) ✅ Supported
Cursor ✅ Supported
GitHub Copilot ✅ Supported
Other skills-compatible AI agents ✅ Supported

Features

  • Pipeline Creation: Write production-ready Concourse CI pipelines with proper structure
  • Resource Configuration: Configure git-resource, registry-image-resource, and 50+ resource types
  • Optimization: Parallel execution, task caching, resource filtering patterns
  • Troubleshooting: Debug common issues including git tag detection problems
  • Best Practices: YAML anchors for DRY, job lifecycle hooks, webhook triggers
  • Multi-Branch Pipelines: Dynamic pipeline management with set_pipeline and across
  • Container Builds: OCI image building with oci-build-task and versioning

Installation

Marketplace (Recommended)

Add the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:

# Claude Code
/plugin marketplace add netresearch/claude-code-marketplace

npx ([skills.sh](https://skills.sh))

Install with any [Agent Skills](https://agentskills.io)-compatible agent:

npx skills add https://github.com/netresearch/concourse-ci-skill --skill concourse-ci

Download Release

Download the [latest release](https://github.com/netresearch/concourse-ci-skill/releases/latest) and extract to your agent's skills directory.

Git Clone

git clone https://github.com/netresearch/concourse-ci-skill.git

Composer (PHP Projects)

composer require netresearch/concourse-ci-skill

...