·makefile
</>

makefile

itechmeat/llm-code

GNU crea automatización y guía de sistemas

27Instalaciones·2Tendencia·@itechmeat

Instalación

$npx skills add https://github.com/itechmeat/llm-code --skill makefile

SKILL.md

| Rules, prerequisites, targets | syntax.md | | Variable types and assignment | variables.md | | Built-in functions | functions.md | | Special and phony targets | targets.md | | Recipe execution, parallel | recipes.md | | Implicit and pattern rules | implicit.md | | Common practical patterns | patterns.md |

| := | Simple | Once, at definition | | ?= | Conditional | If not already set | | = | Recursive | Each use (late binding) | | += | Append | Adds to existing value |

| $@ | Target | | $< | First prerequisite | | $^ | All prerequisites (unique) | | $? | Prerequisites newer than target | | $ | Stem in pattern rules |

Ver original

Datos (listos para citar)

Campos y comandos estables para citas de IA/búsqueda.

Comando de instalación
npx skills add https://github.com/itechmeat/llm-code --skill makefile
Categoría
</>Desarrollo
Verificado
Primera vez visto
2026-02-01
Actualizado
2026-02-18

Respuestas rápidas

¿Qué es makefile?

GNU crea automatización y guía de sistemas Fuente: itechmeat/llm-code.

¿Cómo instalo makefile?

Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/itechmeat/llm-code --skill makefile Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor

¿Dónde está el repositorio de origen?

https://github.com/itechmeat/llm-code