dquancruz

AI Setup — AI skill for Claude Code

AI community

Portable automation setup for Claude Code and compatible AI coding tools (Cursor, GitHub Copilot, Gemini CLI, Codex) — agents, skills, hooks, and scripts as an installable plugin marketplace.

How to install AI Setup

This entry records only its repository, not the path inside it, so there is no exact command to give. Open dquancruz/AI-Setup and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AI Setup does

Portable automation setup for Claude Code and compatible AI coding tools (Cursor, GitHub Copilot, Gemini CLI, Codex) — agents, skills, hooks, and scripts as an installable plugin marketplace.

Alternatives in AI

  • CLI Continues — resume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor 1.5k ★
  • Power BI Agentic Development — Power BI AI skills and Power BI agents for Claude Code and GitHub Copilot: a plugin marketplace of Power BI sk 879 ★
  • Wechat Acp — Bridge WeChat chat messages to any ACP-compatible AI agent (Claude, Codex, Copilot, Qwen, Gemini, OpenCode and 488 ★

README

AI-Setup

Portable automation setup for Claude Code and compatible tools (Cursor, GitHub Copilot, Gemini CLI, Codex). Includes 13 agents, 12 skills, automation scripts, and git hooks that turn feature descriptions into Jira tickets, commits, PRs, and releases. Installable as opt-in Claude Code plugins — `/plugin marketplace add dquancruz/AI-Setup` — see "Installing agents & skills" below.

Architecture

`registry/` is the single source of knowledge (SSOT), tool-agnostic. `install.sh` and `setup-repo.sh` distribute it to two different destinations — see the "What goes where" table below.

AI-Setup/
├── install.sh                    # DEPRECATED — cp registry/agents + registry/skills → ~/.claude/ (GLOBAL)
├── setup-repo.sh                 # Distributes the rest of registry/ → the target repo (PER-REPO)
├── plan.md                       # Original plan — historical record, see the note at the top of the file
├── registry/                     # SSOT — edited once, no duplication
│   ├── agents/                   # 13 canonical agents             → GLOBAL
│   ├── skills/                   # 12 skills (folder/SKILL.md)     → GLOBAL
│   ├── packs.yaml                # Groups agents/skills into opt-in plugin packs (Fase 3)
│   ├── scripts/                  # auto-commit.js, auto-pr.js, etc → PER-REPO
│   ├── rules/                    # Path-scoped rules by domain     → PER-REPO
│   ├── hooks/                    # pre/post-tool-use (Claude only) → PER-REPO
│   └── templates/                # AGENTS.md, .mcp.json, husky, GitHub Actions, local-docs → PER-REPO
├── plugins/                      # GENERATED (committed) — one Claude Code plugin dir per pack, see below
├── .claude-plugin/marketplace.json  # GENERATED (committed) — makes this repo `/plugin marketplace add`-able
├── tools/                        # One adapter per tool (capabilities.yaml + enable.sh)
│   ├── claude/                   # Wrapper around install.sh/setup-repo.sh + build-plugins.sh
│   ├── cursor/