---
title: AI Skill Packs — Downloadable SKILL.md Bundles for AI Teams
description: Download pre-built AI skill packs as ZIP files. 11 startup packs covering customer support, content, sales, security operations, research, and more — each with SKILL.md files, manifest.json, and framework exports.
canonical: https://cromus.ai/ai-skill-packs
source_html: https://cromus.ai/ai-skill-packs
---

# AI Skill Packs

> Download pre-built AI skill packs as portable ZIP bundles. No account required for downloads.

Cromus ships **11 downloadable startup packs** — organized bundles of SKILL.md files, workflow manifests, and framework exports for the most common AI workflow categories.

---

## What each skill pack contains

```
skill-pack-customer-support.zip
├── manifest.json                    # Workflow metadata, version, export targets
├── skills/
│   ├── ticket-triage.md             # SKILL.md — ticket classification and routing
│   ├── faq-response.md              # SKILL.md — FAQ lookup and generation
│   ├── escalation-policy.md         # SKILL.md — escalation detection and routing
│   └── multi-language-support.md    # SKILL.md — translation and response
├── prompts/
│   ├── chatgpt-wrapper.md           # ChatGPT-compatible prompt wrappers
│   └── claude-wrapper.md            # Claude-compatible prompt wrappers
├── exports/
│   └── interoperability.json        # LangGraph, CrewAI, n8n, AutoGen, Ollama format
└── ops-savings-report.md            # Estimated cost savings from optimization
```

---

## Available startup packs

| Pack | Skills | Primary use case |
|------|--------|-----------------|
| Customer Support | 4 | Support ticket triage, FAQ, escalation, multi-language |
| Content Production | 5 | Blog, social, email, SEO brief, newsletter |
| Sales Operations | 4 | Lead scoring, outreach, CRM enrichment, proposals |
| Security Operations | 5 | Alert triage, incident response, threat intel, compliance, post-incident report |
| Research & Analysis | 4 | Web research, synthesis, fact verification, competitive intel |
| HR & Recruiting | 3 | Resume screening, job description, candidate evaluation |
| Legal & Compliance | 3 | Contract review, policy check, regulatory summary |
| Finance Operations | 3 | Invoice processing, expense categorization, financial summary |
| Product Management | 4 | Feature spec, user story, prioritization, release notes |
| Engineering | 4 | Code review, bug triage, documentation, architecture review |
| Executive Reporting | 3 | Board summary, metrics dashboard, strategic briefing |

---

## In-app sample packs

In addition to downloadable ZIPs, **22 sample packs** are available as one-click installs inside the Cromus app at `/app/skills/samples` (Builder plan and above).

---

## Usage

Downloaded skill packs can be:
- Imported directly into the Cromus Skill Studio
- Validated using the free [SKILL.md Validator →](/validator/skill)
- Deployed to LangGraph, CrewAI, n8n, AutoGen, or Ollama using the interoperability JSON
- Used as wrapper prompts in ChatGPT or Claude without any framework

---

## Related pages

- [AI Workflow Templates →](/ai-workflow-templates)
- [AI Skills Templates →](/ai-skills-templates)
- [SKILL.md Validator →](/validator/skill)
- [Pricing →](/pricing)
