AI Setup — AI skill for Claude Code
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/
Related Skills
Koino Skills
Free AI agent skills for business automation. Sales, content, ops, growth. Compatible with Claude Code, Codex,
Hyperion
Portable AI agents & skills kit for the software lifecycle — setup to release. Works with Cursor, Claude Code
Agent Manual
The manual for AI coding agent hooks, configs, PreToolUse/PostToolUse, MCP, and skills - covering Claude Code,
Universal Plugins For AI Agents
Portable MCP plugin marketplace for Claude Code, Codex, Gemini, OpenCode, and Cursor.
AI
Personal plugin marketplace for Claude Code — skills, hooks, and agents for workflow automation and developmen
AI Helpers
AI Helpers — collections of Skills, Hooks, Agents (compatible with Claude Code, Cursor and other tools) and Ge
Related Agents
Bash Scripter
Use this agent when you need to write or fix bash/shell scripts — entrypoints, setup scripts, statusline scrip
Arch Plugin Packager
Packages a newly scaffolded set of skills/agents/commands/hooks/MCPs into a valid, installable Claude Code plu
Bash Pro
Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities. Expert in