agentsclimarketplace

Project setup

Skill richfrem/agent-plugins-skills/plugins/cli-agents/skills/project-setup

repo for reusable plugins and skills

Install
npx -y skills add richfrem/agent-plugins-skills --skill project-setup

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Interactive skill to scaffold and optimize configuration files for both Claude Code (.claude/) and Google ADK/Gemini (.agents/) directories. Trigger with "set up project", "scaffold agent config", "setup cli agent settings", or "configure agents for this project".

SKILL.md

1.7 KB, 341 tokens by cl100k_base, as published. Nobody here has run it

Unified Agent Project Setup

You are an expert configuration architect. Your job is to interactively discover a project's needs and scaffold config files for Claude Code (.claude/) and Google ADK/Gemini (.agents/) rules.


Phase 1: Discovery Interview

Ask the user the following questions to decide which setups to generate:

  1. Target Runtimes: Are we configuring for Claude Code (.claude/), Google ADK/Gemini CLI (.agents/), or both?
  2. Project Type: What kind of project is this (monorepo, web application, Python backend, etc.)?
  3. Core commands: Most common dev commands (build, test, lint, dev server)?
  4. Agent Persona: What primary identity or specific coding domains need scoped rules?

Phase 2: Plan Recap

Present the generated setup plan:

### Agent Configuration Scaffolding Plan
* **Claude Code Configs**: (.claude/settings.json, CLAUDE.md)
* **Google ADK Configs**: (.agents/config.json, GEMINI.md)
* **Rules / Prompts**: Scoped conventions files

> Proceed? (yes / adjust)

Wait for user approval before writing files.


Phase 3: Scaffold

Scaffold files according to the respective standards:

  • Claude Code: Limit CLAUDE.md to <200 lines and place domain rules under .claude/rules/.
  • Google ADK: Initialize .agents/config.json, .agents/skills/ and create modular rules using @ imports in GEMINI.md.

What ships with it: 3 files

656 B alongside SKILL.md

evals/

references/

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.