harness-skills — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsharness-skills
    Back to Agents
    harness-skills

    harness-skills

    harness March 11, 2026
    4 copies 0 downloads

    A collection of structured AI agent skills that enable Claude Code, Cursor, GitHub Copilot, and other AI coding assistants to create, operate, debug, and govern Harness CI/CD workflows through natural language.

    Agent Definition
    # Harness Skills
    
    Claude Code skills for the [Harness.io](https://harness.io) CI/CD platform. Generate pipeline YAML, manage resources, debug failures, analyze costs, and more from natural language.
    
    This repository is designed as a workflow system, not just a folder of prompts. The top-level instructions (`CLAUDE.md`, `AGENTS.md`, `.github/cursor-instructions.md`) establish shared behavior, while individual skills specialize in creation, debugging, governance, and reporting tasks.
    
    ## Prerequisites
    
    - [Harness MCP v2 Server](https://github.com/harness/mcp-server) - required for MCP-powered skills. Most skills in this repo depend on it for Harness API access.
    
    ## Setup
    
    ### Claude Code
    
    Clone the repo and run Claude Code from the project directory. Skills are automatically discovered from `CLAUDE.md` and `skills/*/SKILL.md`:
    
    ```bash
    git clone https://github.com/harness/harness-skills.git
    cd harness-skills
    cursor
    ```
    
    To add the Harness MCP server, configure it in your Claude Code settings (`~/.cursor/settings.json`):
    
    ```json
    {
      "mcpServers": {
        "harness-mcp-v2": {
          "command": "npx",
          "args": ["-y", "harness-mcp-v2"],
          "env": {
            "HARNESS_API_KEY": "<your-api-key>"
          }
        }
      }
    }
    ```
    
    Invoke skills by name:
    
    ```
    /create-pipeline
    Create a CI pipeline for a Node.js app that builds, runs tests,
    and pushes a Docker image to ECR
    ```
    
    ### Cursor
    
    1. Clone the repo into your project or as a reference workspace:
    
    ```bash
    git clone https://github.com/harness/harness-skills.git
    ```
    
    2. The repo includes `.cursor/rules/harness.mdc`, which Cursor automatically loads as a project rule.
    
    3. Configure the Harness MCP server in Cursor (`~/.cursor/mcp.json`):
    
    ```json
    {
      "mcpServers": {
        "harness-mcp-v2": {
          "command": "npx",
          "args": ["-y", "harness-mcp-v2"],
          "env": {
            "HARNESS_API_KEY": "<your-api-key>"
          }
        }
      }
    }
    ```
    
    4. Reference individual skills in your prompts using `@file`:
    
    ```
    @harness-skills/skills/create

    Tags

    agent-skillsagents

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.