setup

Detect project stacks and configure metaswarm with command shims.

Updated Apr 6, 2018
One-click install
npx skills add https://github.com/montoyaedu/Trish --skill setup-montoyaedu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/montoyaedu/Trish/tree/main/.claude/plugins/metaswarm/skills/setup
Command: npx skills add https://github.com/montoyaedu/Trish --skill setup-montoyaedu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive, Claude-guided setup detects your project stack and configures metaswarm for immediate use.

Core Features & Use Cases

  • Detects project language/stack and applies appropriate metaswarm configuration.
  • Generates mandatory outputs: CLAUDE.md section, .coverage-thresholds.json, and 6 shims under .claude/commands.
  • Produces a project-profile at the project root to persist settings and enable consistent runs.

Quick Start

Run the setup to detect your project, configure metaswarm, and create initial shims.

Frequently Asked Questions about setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure metaswarm for my existing project stack?

Configure metaswarm by running the interactive setup guide, which detects your project stack and generates mandatory outputs including CLAUDE.md updates, a coverage thresholds file, and six command shims for immediate task workflows.

What files does metaswarm setup generate in my project directory?

Metaswarm setup generates mandatory outputs including CLAUDE.md section updates, a .coverage-thresholds.json file, six command shims under .claude/commands, and a project-profile at the project root to persist settings.

Do I need to manually specify my project language for metaswarm detection?

No, you do not need to manually specify your project language. The setup automatically detects your project setup and stack during the interactive phase to apply the appropriate metaswarm configuration.

Can I use metaswarm with Claude for automated project configuration?

Yes, metaswarm setup provides an interactive, Claude-guided process that detects your project stack and configures the environment, creating shims under .claude/commands to enable an immediate task workflow.

Why does my project need command shims after running setup?

Your project needs command shims because setup creates six shims under .claude/commands to enable an immediate task workflow, allowing metaswarm to execute tasks consistently using the persisted project-profile settings.

How does interactive project detection work for metaswarm configuration?

Interactive project detection works by guiding users through a setup phase that scans the project stack, persists settings in a root project-profile, and writes mandatory configuration files and command shims for consistent runs.