Project setup
Skill richfrem/agent-plugins-skills/plugins/cli-agents/skills/project-setup
repo for reusable plugins and skills
npx -y skills add richfrem/agent-plugins-skills --skill project-setupAssembled 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:
- Target Runtimes: Are we configuring for Claude Code (
.claude/), Google ADK/Gemini CLI (.agents/), or both? - Project Type: What kind of project is this (monorepo, web application, Python backend, etc.)?
- Core commands: Most common dev commands (build, test, lint, dev server)?
- 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.mdto <200 lines and place domain rules under.claude/rules/. - Google ADK: Initialize
.agents/config.json,.agents/skills/and create modular rules using@imports inGEMINI.md.
What ships with it: 3 files
656 B alongside SKILL.md
evals/
- evals.json580 B
- results.tsv34 B