---
slug: "cc-arsenal"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/mgiovani/cc-arsenal@main/README.md"
repo: "https://github.com/mgiovani/cc-arsenal"
source_file: "README.md"
branch: "main"
---
<p align="center">
  <img src="assets/social-preview.png" alt="cc-arsenal: 48 production-grade Agent Skills for real development workflows" width="760">
</p>

# cc-arsenal

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Agent Skills compatible](https://img.shields.io/badge/Agent%20Skills-compatible-blueviolet.svg)](https://agentskills.io)
[![Code style: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

48 production-grade [Agent Skills](https://agentskills.io) for real development workflows: code review, shipping, docs, git, testing, multi-agent orchestration, and more. Each is a battle-tested workflow you invoke in plain language. Works with Claude Code, Codex, Cursor, Gemini CLI, and any Agent-Skills-compatible agent.

## See it work

```
You: ship it
```

`cc-arsenal` runs `review-code`, then your project's pre-merge checks, writes a conventional commit, opens the PR, watches CI, and merges on green.

## Quick Start

```bash
# Any Agent-Skills-compatible tool (Codex, Cursor, Gemini CLI, OpenCode, ...)
npx skills add mgiovani/cc-arsenal

# Claude Code: unlocks plugin variants, hooks, and subagent orchestration
/plugin marketplace add mgiovani/cc-arsenal
/plugin install cc-arsenal@cc-arsenal-marketplace
```

### Optional Features (Claude Code only)

```bash
make install-statusline           # Track usage and costs
make -C integrations/claude-code/claude-hi standard # Schedule 5-hour windows
```

## What's Included

**48 Skills** organized by category:
- **Development** (16): Feature implementation, bug fixing, testing, refactoring, CI/CD generation and local runs, visual regression and i18n checks, framework docs injection, DB migrations, Docker/env setup, project planning, image generation (Gemini and Codex), open-source launch prep
- **Product & Design** (3): PRD authoring, design specs, design tokens
- **Code Review & Quality** (5): Code review, security review, dependency audit, performance analysis, design/UX audit
- **Documentation** (6): ADR, RFC, diagrams, init, check, update
- **Git & GitHub** (7): Conventional commits, PR creation, releases, gitflow, branch sync, shipping, daily planning
- **Jira** (2): Standup reports, work prioritization
- **Teams** (2): Spec-driven orchestration, multi-agent PR review
- **Utilities** (7): Skill creation, memory rules, skill improvement, multi-agent orchestration, browser automation, skill discovery, Jira CLI

**Claude Code unlocks extras:**
- 9 plugin variants (install just the category you need, see `CLAUDE.md`)
- Per-skill hooks (e.g. auto-closing a browser session on stop)
- Parallel subagent orchestration for review/team skills
- Statusline (usage/cost tracking) and Claude Hi (5-hour window scheduling)

Every skill still works standalone in any Agent-Skills-compatible tool: the Claude Code layer is additive, never required.

## Documentation

- [Getting Started](https://github.com/mgiovani/cc-arsenal/blob/HEAD/docs/getting-started.md) - Installation and setup
- [Features](https://github.com/mgiovani/cc-arsenal/blob/HEAD/docs/features.md) - Complete skill reference
- [Statusline Guide](https://github.com/mgiovani/cc-arsenal/blob/HEAD/integrations/claude-code/statusline/STATUSLINE.md) - Usage tracking (Claude Code)
- [Claude Hi Guide](https://github.com/mgiovani/cc-arsenal/blob/HEAD/integrations/claude-code/claude-hi/README.md) - Session scheduling (Claude Code)
- [Troubleshooting](https://github.com/mgiovani/cc-arsenal/blob/HEAD/docs/troubleshooting.md) - Common issues
- [Changelog](https://github.com/mgiovani/cc-arsenal/blob/HEAD/CHANGELOG.md) - Version history
- [AGENTS.md](https://github.com/mgiovani/cc-arsenal/blob/HEAD/AGENTS.md) - Canonical, tool-agnostic skill guidance
- [CLAUDE.md](https://github.com/mgiovani/cc-arsenal/blob/HEAD/CLAUDE.md) - Claude-Code-specific additions

## Who builds this

Built and maintained by [Giovani Moutinho](https://giovani.dev), a senior engineer at a Bay Area big-tech company with 15+ years building scalable backend systems, now focused on AI tooling for developer productivity.
[GitHub](https://github.com/mgiovani) · [giovani.dev](https://giovani.dev)

## Contributing

Contributions welcome! See [CONTRIBUTING.md](https://github.com/mgiovani/cc-arsenal/blob/HEAD/CONTRIBUTING.md) for guidelines. New skills go under `skills/<name>/SKILL.md`, see `AGENTS.md` for the skill anatomy and portability convention.

## Support

- 🐛 [Report bugs](https://github.com/mgiovani/cc-arsenal/issues)
- 🔒 [Security vulnerabilities](https://github.com/mgiovani/cc-arsenal/blob/HEAD/docs/SECURITY.md)
- 💬 [Discussions](https://github.com/mgiovani/cc-arsenal/discussions)

## License

MIT License - see [LICENSE](https://github.com/mgiovani/cc-arsenal/tree/HEAD/LICENSE)
