context-engineering
✓Comprender los componentes, la mecánica y las limitaciones del contexto en los sistemas de agentes. Utilícelo al escribir, editar u optimizar comandos, habilidades o indicaciones de subagentes.
Instalación
SKILL.md
Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: system instructions, tool definitions, retrieved documents, message history, and tool outputs. Understanding context fundamentals is prerequisite to effective context engineering.
Context comprises several distinct components, each with different characteristics and constraints. The attention mechanism creates a finite budget that constrains effective context usage. Progressive disclosure manages this constraint by loading information only as needed. The engineering discipline is curating the smallest high-signal token set that achieves desired outcomes.
System Prompts System prompts establish the agent's core identity, constraints, and behavioral guidelines. They are loaded once at session start and typically persist throughout the conversation. System prompts should be extremely clear and use simple, direct language at the right altitude for the agent.
Datos (listos para citar)
Campos y comandos estables para citas de IA/búsqueda.
- Comando de instalación
npx skills add https://github.com/neolabhq/context-engineering-kit --skill context-engineering- Categoría
- </>Desarrollo
- Verificado
- ✓
- Primera vez visto
- 2026-02-01
- Actualizado
- 2026-02-18
Respuestas rápidas
¿Qué es context-engineering?
Comprender los componentes, la mecánica y las limitaciones del contexto en los sistemas de agentes. Utilícelo al escribir, editar u optimizar comandos, habilidades o indicaciones de subagentes. Fuente: neolabhq/context-engineering-kit.
¿Cómo instalo context-engineering?
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/neolabhq/context-engineering-kit --skill context-engineering 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/neolabhq/context-engineering-kit
Detalles
- Categoría
- </>Desarrollo
- Fuente
- skills.sh
- Primera vez visto
- 2026-02-01