Source

mgiovani/cc-arsenal

63 skills · 645 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
find-skills Search, install, update, and remove third-party Agent Skills from skills.sh or any GitHub/GitLab repo via the `npx sk…
mgiovani/cc-arsenal
81
2
agent-browser Headless browser automation CLI optimized for AI agents: drives a real browser via accessibility-tree snapshots and @…
mgiovani/cc-arsenal
26
3
git-commit Generate a conventional commit message (conventionalcommits.org) from the staged/unstaged diff and create the commit.…
mgiovani/cc-arsenal
21
4
implement-feature Implements a new feature end-to-end as a senior staff engineer would, discovers project conventions, researches curre…
mgiovani/cc-arsenal
20
5
fix-bug Fixes a bug through test-driven debugging, reproduces it with a failing test, locates the root cause with evidence (f…
mgiovani/cc-arsenal
19
6
git-create-pr Create a GitHub Pull Request from the current branch, following conventional commit format and pre-filling the repo's…
mgiovani/cc-arsenal
18
7
review-code Runs a comprehensive multi-agent code review of a PR, commit, or the whole codebase across six dimensions (correctnes…
mgiovani/cc-arsenal
18
8
review-security Perform an OWASP Top 10-focused static security review of a PR, commit, or entire codebase, grep for vulnerable patte…
mgiovani/cc-arsenal
16
9
refactor Restructures existing code without changing its behavior: maps callers and test coverage, adds characterization tests…
mgiovani/cc-arsenal
15
10
review-deps Audit project dependencies for vulnerabilities, license compliance risks, and staleness by running native audit tools…
mgiovani/cc-arsenal
15
11
review-perf Deep-dive performance audit of database queries, algorithmic complexity, frontend bottlenecks, and resource leaks for…
mgiovani/cc-arsenal
15
12
create-skill Create a new agent skill (or Claude Code slash command) from a plain-language description, using live spec fetching, …
mgiovani/cc-arsenal
14
13
docs-adr Create a numbered Architecture Decision Record (ADR) documenting a technical decision with context, alternatives, and…
mgiovani/cc-arsenal
14
14
jira-cli Run raw ankitpokhrel/jira-cli commands directly against Jira Cloud or on-prem, issue/epic/sprint CRUD, JQL-style filt…
mgiovani/cc-arsenal
14
15
docs-check Read-only audit of documentation against the current codebase, flags stale docs, missing sections, broken links, and …
mgiovani/cc-arsenal
13
16
git-release Create semantic version releases with automated changelog generation from conventional commits, version file bumps (p…
mgiovani/cc-arsenal
13
17
docs-diagram Generate a Mermaid diagram (ER, architecture, deployment, or security) by reading the actual codebase and writing it …
mgiovani/cc-arsenal
12
18
inject-docs Inject compressed framework-specific best practices and docs into CLAUDE.md or AGENTS.md so AI coding agents get pass…
mgiovani/cc-arsenal
12
19
project-planner Break a large or ambiguous project into a dependency-ordered task list with a Mermaid dependency diagram and critical…
mgiovani/cc-arsenal
12
20
test-suite Generates a test suite by analyzing coverage gaps, prioritizing critical and untested code paths, then writing tests …
mgiovani/cc-arsenal
12
21
ci-generate Generate a production-ready CI/CD pipeline config (GitHub Actions, GitLab CI, CircleCI, or Jenkins) by discovering th…
mgiovani/cc-arsenal
11
22
db-migrate Creates, checks the status of, and validates database migrations by auto-detecting the project's migration framework …
mgiovani/cc-arsenal
11
23
docker-init Generates production-ready docker-compose.yml and Dockerfile(s) for a project by scanning its manifest files (package…
mgiovani/cc-arsenal
11
24
docs-init Bootstraps a documentation structure (architecture, onboarding, data-model, deployment, security, contributing, and a…
mgiovani/cc-arsenal
11
25
docs-rfc Create a numbered RFC (Request For Comments) document proposing a change and opening it for team discussion, using mi…
mgiovani/cc-arsenal
11
26
docs-update Refresh existing docs (architecture, onboarding, data-model, deployment, security, contributing) so they match the cu…
mgiovani/cc-arsenal
11
27
env-setup Scans a codebase for environment variable usage to generate or sync .env.example, validate .env completeness against …
mgiovani/cc-arsenal
11
28
jira-daily Generate a standup report from recent Jira activity and git history, completed tickets, in-progress work, blockers, a…
mgiovani/cc-arsenal
11
29
jira-todo Generates a prioritized daily work plan from a user's assigned Jira tickets, scoring by priority, due date, blockers,…
mgiovani/cc-arsenal
11
30
create-rule Create a new memory/instruction rule for whatever AI coding tool a project actually uses, a CLAUDE.md entry or .claud…
mgiovani/cc-arsenal
10
31
gh-daily Generate a GitHub-based standup report from assigned issues, open/merged PRs, review requests, and git commit history…
mgiovani/cc-arsenal
10
32
git-sync Syncs the current feature branch with its base or upstream branch via merge (default) or rebase, with conflict detect…
mgiovani/cc-arsenal
10
33
nanobanana Generates and edits images by calling Google's Nano Banana / Gemini image generation API (requires a GEMINI_API_KEY),…
mgiovani/cc-arsenal
10
34
team-implement Spec-driven team orchestration for large, multi-component features or new epics: writes a full spec/design/review art…
mgiovani/cc-arsenal
10
35
team-review Multi-agent review team: architecture, security, performance, testing, style, docs/UX, plus an adversary that cross-e…
mgiovani/cc-arsenal
10
36
create-command Create a new slash command (skill) following best practices and prompt engineering techniques. This skill should be u…
mgiovani/cc-arsenal
7
37
inject-nextjs-docs Run the Next.js agents-md codemod to inject compressed framework documentation into the current project's CLAUDE.md o…
mgiovani/cc-arsenal
7
38
forge-architect Design system architecture and produce technical blueprints. Use after forge-brief.
mgiovani/cc-arsenal
6
39
forge-brief Gather requirements and produce structured project briefs for SaaS products.
mgiovani/cc-arsenal
6
40
forge-dev Implement user stories with attention to acceptance criteria and code quality.
mgiovani/cc-arsenal
6
41
forge-qa Validate story implementation against acceptance criteria and produce QA reports.
mgiovani/cc-arsenal
6
42
forge-review Perform a deep code quality review focusing on architecture, patterns, readability, and refactoring opportunities. Us…
mgiovani/cc-arsenal
6
43
forge-security OWASP Top 10 security audit identifying authentication, injection, and data exposure risks.
mgiovani/cc-arsenal
6
44
forge-story Break down architecture into epics and user stories with clear acceptance criteria and task breakdowns. Use after for…
mgiovani/cc-arsenal
6
45
review-design Performs a comprehensive UX/UI/design quality audit of a live URL or a static codebase, mapped to authoritative stand…
mgiovani/cc-arsenal
6
46
codex-imagegen Generates images and polished raster art (logos, mascots, hero images, icons, characters, sprite sheets, illustration…
mgiovani/cc-arsenal
4
47
gitflow Manage a gitflow branching workflow, starting and finishing feature, release, and hotfix branches; cutting versioned …
mgiovani/cc-arsenal
4
48
orchestrate Turn any task into a model-tiered multi-agent plan, decompose it into subtasks, classify each as research, implementa…
mgiovani/cc-arsenal
4
49
ship >- Orchestrates the current branch from "code done" to "merged": runs the review-code skill, then any project-specifi…
mgiovani/cc-arsenal
4
50
ci-local Run the checks a GitHub Actions workflow would run, locally, when Actions is unavailable or out of quota. Parses .git…
mgiovani/cc-arsenal
3
Page 1 · 63 total Next