llms-txt-generator
π―Skillfrom testacode/llm-toolkit
Generates optimized documentation templates for language models following a standardized llms.txt format to improve model comprehension and interaction.
Installation
npx skills add https://github.com/testacode/llm-toolkit --skill llms-txt-generatorSkill Details
Overview
# LLM Toolkit
Coleccion de herramientas, configuraciones y extensiones para trabajar con modelos de lenguaje (Claude, GPT, Qwen, Mistral, etc.).
> Quick Start: Ver [docs/QUICK-START.md](docs/QUICK-START.md) para empezar en 5 minutos.
Estructura del Repositorio
```
llm-toolkit/
βββ skills/ # Skills para Claude Code
β βββ llms-txt-generator/
β βββ claude-md-writer/
β βββ nextjs-project-starter/
β βββ doc-writer/
βββ agents/ # Agentes especializados
βββ commands/ # Slash commands organizados
β βββ git/ # commit
β βββ code/ # explain, simplify, translate
β βββ docs/ # diagram, document
β βββ dev/ # prototype, summary
βββ docs/ # Documentacion
βββ .claude-plugin/ # Configuracion del marketplace
β βββ marketplace.json
β βββ plugin.json # Declaracion de todo el contenido
βββ .claude/ # Configuracion local
β βββ settings.template.json
βββ rules/ # Reglas y guidelines (futuro)
βββ hooks/ # Hooks para Claude Code (futuro)
βββ prompts/ # Prompts reutilizables (futuro)
βββ configs/ # Configuraciones por IDE (futuro)
```
Skills Disponibles
| Skill | Descripcion | Trigger |
|-------|-------------|---------|
| [llms-txt-generator](skills/llms-txt-generator/) | Genera documentacion optimizada para LLMs siguiendo el estandar llms.txt | "crear llms.txt", "generate LLM docs" |
| [claude-md-writer](skills/claude-md-writer/) | Guia para escribir y mejorar archivos CLAUDE.md siguiendo best practices | "crear CLAUDE.md", "revisar CLAUDE.md" |
| [nextjs-project-starter](skills/nextjs-project-starter/) | Crea proyectos Next.js con stack configurable (Mantine, Supabase, Zustand) | "crear proyecto", "new nextjs project" |
| [pr-reviewer](skills/pr-reviewer/) | Revisa PRs aplicando KISS, DRY, SOLID con respuestas en espaΓ±ol | "revisar PR", "code review" |
| [git-reconciler](skills/git-reconciler/) | Sincroniza branch con main/master detectando conflictos antes de merge | "sync con main", "reconciliar", "actualizar branch" |
| [worktree-manager](skills/worktree-manager/) | Gestiona git worktrees en carpeta .worktrees/ | "crear worktree", "listar worktrees" |
| [setup-project](skills/setup-project/) | Configura proyectos con scripts de check y detecta CLIs disponibles | "configurar proyecto", "setup", "quΓ© CLIs tengo" |
| [feature-planner](skills/feature-planner/) | Planifica features con entrevista estructurada y genera plan de implementacion | "planificar feature", "nueva funcionalidad" |
| [doc-writer](skills/doc-writer/) | Organiza specs, planes y docs tecnicos en docs/ con categorias y naming automatico | "escribir spec", "crear plan", "documentar ADR" |
| [doc-organizer](skills/doc-organizer/) | Organiza y categoriza documentos existentes en estructura correcta | "organizar docs", "categorizar archivos" |
| [investor-profiler](skills/investor-profiler/) | Entrevista estructurada para determinar perfil de inversor y recomendar asset allocation | "perfil inversor", "en quΓ© invertir", "asset allocation" |
| [github-actions](skills/github-actions/) | Configura GitHub Actions con deteccion proactiva de repos sin CI. Soporta Node.js, Python, Go | "agregar CI", "configurar GitHub Actions", "workflow de deploy" |
Commands Disponibles
Git
| Command | Descripcion | Uso |
|---------|-------------|-----|
| [commit](commands/git/commit.md) | Genera commits siguiendo conventional commits | /commit |
Code
| Command | Descripcion | Uso |
|---------|-------------|-----|
| [explain](commands/code/explain.md) | Explica codigo o arquitectura | /explain |
| [simplify](commands/code/simplify.md) | Refactoriza codigo complejo | /simplify |
| [translate](commands/code/translate.md) | Traduce codigo entre lenguajes | /translate |
Docs
| Command | Descripcion | Uso |
|---------|-------------|-----|
| [dia
More from this repository8
Manages Git worktrees by creating, listing, and organizing multiple working trees in a dedicated .worktrees/ directory for efficient parallel development.
Configures development projects by running setup scripts, checking system CLIs, and preparing the environment for quick project initialization.
git-reconciler skill from testacode/llm-toolkit
Creates Next.js projects with a configurable tech stack including Mantine, Supabase, and Zustand, streamlining initial project setup.
investor-profiler skill from testacode/llm-toolkit
Generates comprehensive documentation for code projects, automatically creating structured and detailed documentation files based on project structure and code analysis.
Organizes and structures documentation files, helping to maintain a clean, consistent, and well-formatted documentation repository.
Reviews pull requests in Spanish, applying software design principles like KISS, DRY, and SOLID to provide code quality feedback.