Andromity loads skills from folders you trust. Install with andromity skill install git-conventional-commits — autonomy and approval limits stay configurable per session.
Destination: Paste into any AI Agent (Cursor, Claude, Windsurf, AGY, Andromity)prompt mode
# Install the "Conventional Commits & SemVer" 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/git-conventional-commits/SKILL.md` (or user scope `~/.andromity/skills/git-conventional-commits/SKILL.md`)
- Antigravity / Gemini CLI: `.agent/skills/git-conventional-commits/SKILL.md`
- Cursor: `.cursor/rules/git-conventional-commits.mdc`
- Claude Code: append to `CLAUDE.md` (or `.claude/skills/git-conventional-commits.md`)
- Windsurf: append to `.windsurfrules`
- Cline / Roo Code: `.clinerules/git-conventional-commits.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/git-conventional-commits/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: git-conventional-commits
description: "Generate clean, structured conventional commit messages, automated release changelogs, and semantic versioning."
author: community
license: mit
version: 1.0.0
---
# Conventional Commits Standard
Format: `<type>(<scope>): <subject>`
## Types
- `feat`: A new user-facing feature (minor version bump)
- `fix`: A bug fix (patch version bump)
- `docs`: Documentation changes only
- `refactor`: Code change that neither fixes a bug nor adds a feature
- `perf`: Code change that improves performance
- `chore`: Build, tooling, or dependency updates
```
## 4. Verify
- Confirm the file exists and is readable.
- Report the destination path and confirm the "Conventional Commits & SemVer" skill is installed and active.
Skill metadata:
- Slug: git-conventional-commits
- Category: utilities
- License: mit
- Source: AgenticMarket
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress <filepath> or "compress memory file"