setup-project

Installation
SKILL.md

Setup Project

Skill for auto-configuring new projects with standardized scripts and detecting available CLI tools.

Workflow

Phase 1: Detect Project Type

Check for project indicators:

ls package.json pyproject.toml requirements.txt go.mod Cargo.toml 2>/dev/null

Use the detection table from references/cli-detection.md (section "Deteccion de Tipo de Proyecto") to determine project type and base check script.

If no project type detected:

"No supported project files found. This skill supports Node.js, Python, Go, and Rust projects."

Related skills

More from testacode/llm-toolkit

Installs
22
First Seen
Jan 23, 2026