mgiovani

57 mods across 1 repository, 7 stars between them.

mgiovani/cc-arsenal

Plugin Claude Code

Plugin marketplace listing 9 plugins: cc-arsenal, cc-arsenal-dev, cc-arsenal-product, cc-arsenal-review, cc-arsenal-docs.

7 yesterday A tokens not measured original MIT

cc-arsenal

02

mgiovani/cc-arsenal

Plugin Claude Code

cc-arsenal — 53 production-grade Agent Skills for development workflows; works with Claude Code and any Agent-Skills-compatible agent.

7 yesterday A tokens not measured original MIT

mgiovani/cc-arsenal

Instructions file CodexOpenCode

Instructions for mgiovani/cc-arsenal, covering agents.md, repository architecture, core components, install in any agent and portability convention.

7 yesterday A 3,971 tokens original MIT

mgiovani/cc-arsenal

Instructions file

Instructions for mgiovani/cc-arsenal, covering plugin system (recommended for claude code), then in claude code: /plugin → update now, development installation (symlink method), equivalent makefile targets and team configuration.

7 yesterday D 1,200 tokens original MIT

agent-browser

05

mgiovani/cc-arsenal

Skill Claude CodeCodex

Headless browser automation CLI optimized for AI agents: drives a real browser via accessibility-tree snapshots and @e1-style refs for 93% less context than raw DOM tools. Use whenever a task needs to interact with a live web page: click, fill forms, log in, extract text or data, take screenshots, test a running web…

7 yesterday A 174 tokens original MIT

ci-generate

06

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generate a production-ready CI/CD pipeline config (GitHub Actions, GitLab CI, CircleCI, or Jenkins) by discovering the project's actual stack, test/build commands, and dependencies. Use when setting up CI for a new project, adding a missing workflow file, or asked to create/generate a pipeline, workflow, or…

7 yesterday A 122 tokens original MIT

ci-local

07

mgiovani/cc-arsenal

Skill Claude CodeCodex

Run the checks a GitHub Actions workflow would run, locally, when Actions is unavailable or out of quota. Parses .github/workflows/.yml, extracts the jobs/steps that gate merges (lint, typecheck, test, build), translates them to local commands respecting the workflow's pinned node/python versions and env, executes…

7 yesterday A 214 tokens original MIT

clotho-research

08

mgiovani/cc-arsenal

Skill Claude CodeCodex

Find what a change will actually touch before planning it — the existing code that must change, the prior art worth copying, and the risks that will bite. Trigger on "what would this change touch", "research this before we plan it", or an automated pre-planning step. Reports files, sources, and risks; it never…

7 yesterday A 114 tokens original MIT

codex-imagegen

09

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generates images and polished raster art (logos, mascots, hero images, icons, characters, sprite sheets, illustrations, product mockups) by driving Codex CLI's $imagegen skill. This is the default image generator, use it for any request to generate or create an image or visual asset, including "generate an image"…

7 yesterday A 139 tokens original MIT

create-rule

10

mgiovani/cc-arsenal

Skill Claude CodeCodex

Create a new memory/instruction rule for whatever AI coding tool a project actually uses, a CLAUDE.md entry or .claude/rules/.md file for Claude Code, an AGENTS.md entry for Codex/Cursor/Copilot/Gemini-CLI-style tools, or a .cursor/rules/.mdc file for Cursor. Use when the user runs /create-rule or asks to add a…

7 yesterday A 145 tokens original MIT

create-skill

11

mgiovani/cc-arsenal

Skill Claude CodeCodex

Create a new agent skill (or Claude Code slash command) from a plain-language description, using live spec fetching, pattern research, and an approval-gated blueprint before any files are written. Use whenever the user wants to build, scaffold, or author a new skill, subagent capability, or slash command, including…

7 yesterday A 133 tokens original MIT

db-migrate

12

mgiovani/cc-arsenal

Skill Claude CodeCodex

Creates, checks the status of, and validates database migrations by auto-detecting the project's migration framework (Alembic, Prisma, Knex, Django, Rails/ActiveRecord, Flyway, Atlas, TypeORM, Sequelize, SQLx, golang-migrate, Liquibase) from marker files, then driving that framework's own CLI. Use when the user wants…

7 yesterday A 189 tokens original MIT

docker-init

13

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generates production-ready docker-compose.yml and Dockerfile(s) for a project by scanning its manifest files (package.json, pyproject.toml, Gemfile, go.mod, Cargo.toml) and source code for service dependencies (Postgres, MySQL, Redis, MongoDB, RabbitMQ, Kafka, Elasticsearch, MinIO, Mailhog, etc.), then emitting…

7 yesterday A 164 tokens original MIT

docs-adr

14

mgiovani/cc-arsenal

Skill Claude CodeCodex

Create a numbered Architecture Decision Record (ADR) documenting a technical decision with context, alternatives, and consequences. Trigger on "create an ADR", "document this architectural decision", "record why we chose X", or "write an ADR for [decision]". Not for a decision still open for discussion (use docs-rfc…

7 yesterday A 96 tokens original MIT

docs-check

15

mgiovani/cc-arsenal

Skill Claude CodeCodex

Read-only audit of documentation against the current codebase, flags stale docs, missing sections, broken links, and hallucinated claims (wrong file references, wrong counts, diagram entities that don't exist in code). Use for "check the docs", "audit documentation", "are the docs stale", "find hallucinations in…

7 yesterday A 107 tokens original MIT

docs-diagram

16

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generate a Mermaid diagram (ER, architecture, deployment, or security) by reading the actual codebase and writing it to docs/. Use for requests like "draw an ER diagram of these tables", "show me the architecture", "diagram the deployment setup", "visualize the security data flow", or "generate a system diagram". Not…

7 yesterday A 118 tokens original MIT

docs-init

17

mgiovani/cc-arsenal

Skill Claude CodeCodex

Bootstraps a documentation structure (architecture, onboarding, data-model, deployment, security, contributing, and a first ADR) for a project that has little or no docs/ directory, exploring the codebase and populating templates only with content evidenced in the code. Use when the user wants to set up docs…

7 yesterday A 124 tokens original MIT

docs-rfc

18

mgiovani/cc-arsenal

Skill Claude CodeCodex

Create a numbered RFC (Request For Comments) document proposing a change and opening it for team discussion, using minimal/standard/detailed templates. Trigger on "write an RFC", "draft a proposal for X", "document this change before we build it", or "get feedback on this design". Not for recording a decision that's…

7 yesterday A 94 tokens original MIT

docs-update

19

mgiovani/cc-arsenal

Skill Claude CodeCodex

Refresh existing docs (architecture, onboarding, data-model, deployment, security, contributing) so they match the current codebase, verifying every claim against real code instead of guessing. Use when the user says docs are stale, asks to sync docs with recent code changes, update a specific doc file, or update a…

7 yesterday A 110 tokens original MIT

env-setup

20

mgiovani/cc-arsenal

Skill Claude CodeCodex

Scans a codebase for environment variable usage to generate or sync .env.example, validate .env completeness against what the code actually reads, and detect leaked secrets in .env or git history. Use for "/env-setup", "update .env.example", "sync .env.example with the codebase", "check if .env has everything it…

7 yesterday A 125 tokens original MIT

find-skills

21

mgiovani/cc-arsenal

Skill Claude CodeCodex

Search, install, update, and remove third-party Agent Skills from skills.sh or any GitHub/GitLab repo via the npx skills CLI. Use when the user wants to "find a skill", "install a skill from github", "search skills.sh", or add third-party capabilities to Claude Code/Cursor/other agents. Not for authoring new skills…

7 yesterday A 85 tokens original MIT

fix-bug

22

mgiovani/cc-arsenal

Skill Claude CodeCodex

Fixes a bug through test-driven debugging, reproduces it with a failing test, locates the root cause with evidence (file:line), then applies the smallest fix that resolves it without refactoring unrelated code. Use when the user wants to fix a bug, debug an issue, resolve an error, or investigate a failing test. Not…

7 yesterday A 94 tokens original MIT

gh-daily

23

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generate a GitHub-based standup report from assigned issues, open/merged PRs, review requests, and git commit history. Use when the user asks for a standup, daily update, or status report and works with GitHub Issues/PRs. Trigger phrases include "standup report", "daily update", "what did I do yesterday", "GitHub…

7 yesterday A 105 tokens original MIT

git-commit

24

mgiovani/cc-arsenal

Skill Claude CodeCodex

Generate a conventional commit message (conventionalcommits.org) from the staged/unstaged diff and create the commit. Use when the user wants to commit, stage changes, or needs a commit message written. Not for release commits or changelogs (use git-release) or branch-finish workflows (use gitflow).

7 yesterday A 69 tokens original MIT