Agent Plugins Marketplace
All plugins

setup-agents

v2.14.0

Set up agent-starter in any project for Claude Code (.claude/) or Antigravity (.agents/). Deep-scans the codebase, interviews you, then installs and customizes only the config the project actually needs.

Claude Code3 Skills

By Madushan SooriyarathneLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install setup-agents for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install setup-agents@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/madushan-sooriyarathne/agent-starter

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/setup-agents/.

Plugin files

plugins/setup-agents/
├── .claude-plugin/plugin.json
├── skills/setup-agents/SKILL.md
├── skills/setup-agy/SKILL.md
└── skills/setup-claude/SKILL.md

Included Skills3

setup-agentsskills/setup-agents/SKILL.md

This skill should be used when the user runs "/setup-agents" or asks to "set up my project for both Claude Code and Antigravity", "scaffold both .claude and .agents", "install my agent config everywhere", or "configure Claude and Antigravity for this codebase". It scans the current project for its actual stack (JS/TS, Python, Go, Rust, Ruby, Java, or anything else evidence supports), then interactively installs review agents, rules, deterministic hooks, recommended skills, and a CLAUDE.md/AGENTS.md template — targeting BOTH hosts (Claude Code → .claude/, Antigravity → .agents/) regardless of which host it runs in — with deeper built-in signals for a Next.js / Turborepo / Hono+Bun / Drizzle / BetterAuth / Sanity / Biome stack where present. For a single host, use /setup-claude or /setup-agy instead.

setup-agyskills/setup-agy/SKILL.md

This skill should be used when the user runs "/setup-agy" or asks to "set up Antigravity in this project", "scaffold a .agents folder", "add an AGENTS.md and skills to this repo", or "configure Antigravity for this codebase". It scans the current project for its actual stack (JS/TS, Python, Go, Rust, Ruby, Java, or anything else evidence supports), then interactively installs review agents (as skills), rules, deterministic hooks, recommended skills, and an AGENTS.md template — targeting Antigravity ONLY (flat .agents/ + AGENTS.md), even when invoked from Claude Code. For Claude Code use /setup-claude; for both hosts use /setup-agents.

setup-claudeskills/setup-claude/SKILL.md

This skill should be used when the user runs "/setup-claude" or asks to "set up Claude Code in this project", "scaffold a .claude folder", "add a CLAUDE.md and agents to this repo", or "configure Claude Code for this codebase". It scans the current project for its actual stack (JS/TS, Python, Go, Rust, Ruby, Java, or anything else evidence supports), then interactively installs review agents, rules, deterministic hooks, recommended skills, and a CLAUDE.md template — targeting Claude Code ONLY (.claude/ + CLAUDE.md), even when invoked from Antigravity. For Antigravity use /setup-agy; for both hosts use /setup-agents.

Plugin manifests1

plugins/setup-agents/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "setup-agents",
  "version": "2.14.0",
  "description": "Set up agent-starter in any project for Claude Code (.claude/) or Antigravity (.agents/). Deep-scans the codebase, interviews you, then installs and customizes only the config the project actually needs.",
  "author": {
    "name": "Madushan Sooriyarathne",
    "email": "[email protected]"
  },
  "license": "MIT",
  "homepage": "https://github.com/madushan-sooriyarathne/agent-starter",
  "repository": "https://github.com/madushan-sooriyarathne/agent-starter",
  "keywords": [
    "setup",
    "bootstrap",
    "configuration"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[setup-agents on Agent Plugins Marketplace](https://pluginsmp.com/plugins/setup-agents)