Andromity loads skills from folders you trust. Install with andromity skill install github-actions-ci-cd — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "GitHub Actions CI/CD Pipelines" skill
You are installing an AgenticMarket skill into this workspace. Follow these steps exactly.
## 1. Detect your environment and choose the destination file
- Andromity: `.andromity/skills/github-actions-ci-cd/SKILL.md` (or user scope `~/.andromity/skills/github-actions-ci-cd/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/github-actions-ci-cd/SKILL.md`
- Cursor: `.cursor/rules/github-actions-ci-cd.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/github-actions-ci-cd.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/github-actions-ci-cd.md`
- GitHub Copilot: append to `.github/copilot-instructions.md`
- ChatGPT / web only: paste the content into Custom Instructions
- Any other agent: save to `.agent/skills/github-actions-ci-cd/SKILL.md`
## 2. Create the destination file
- Preserve every existing file and configuration entry.
- Create parent folders as needed.
- Never overwrite unrelated content.
## 3. Write exactly this content
```markdown
---
name: github-actions-ci-cd
description: "Create fast, cached CI/CD workflows, automated testing, linting, matrix builds, and automated deployments."
author: github
license: mit
version: 1.0.0
---
# GitHub Actions CI/CD
Optimizing GitHub Actions:
- Cache dependency directories (`~/.npm` or pnpm store) to cut runner time by 70%.
- Run linters, unit tests, and type checks in parallel jobs.
- Use OIDC tokens rather than static long-lived credentials for cloud deployments.
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "GitHub Actions CI/CD Pipelines" skill is installed and active.
Skill metadata:
- Slug: github-actions-ci-cd
- Category: devops
- License: mit
- Source: AgenticMarket