setup-project
✓Configura proyectos con scripts de check y detecta CLIs. Usa cuando el usuario diga "configurar proyecto", "setup", "inicializar proyecto", "agregar npm run check", "qué CLIs tengo", o empiece a trabajar en un proyecto nuevo.
Installation
SKILL.md
Skill for auto-configuring new projects with standardized scripts and detecting available CLI tools.
| package.json | Node.js / Bun | | pyproject.toml | Python (modern) | | requirements.txt | Python (legacy) | | None of above | Other (inform user) |
If no project type detected, inform the user: "No package.json, pyproject.toml, or requirements.txt found. This skill currently supports Node.js and Python projects."
Configura proyectos con scripts de check y detecta CLIs. Usa cuando el usuario diga "configurar proyecto", "setup", "inicializar proyecto", "agregar npm run check", "qué CLIs tengo", o empiece a trabajar en un proyecto nuevo. Source: testacode/llm-toolkit.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/testacode/llm-toolkit --skill setup-project- Source
- testacode/llm-toolkit
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is setup-project?
Configura proyectos con scripts de check y detecta CLIs. Usa cuando el usuario diga "configurar proyecto", "setup", "inicializar proyecto", "agregar npm run check", "qué CLIs tengo", o empiece a trabajar en un proyecto nuevo. Source: testacode/llm-toolkit.
How do I install setup-project?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/testacode/llm-toolkit --skill setup-project Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/testacode/llm-toolkit
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01