@qubiit/lmagent 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agents/docs/commands.md +80 -31
- package/.agents/docs/getting-started.md +50 -46
- package/.agents/rules/00-master.md +2 -2
- package/.agents/skills/ai-agent-engineer/SKILL.md +15 -3
- package/.agents/skills/api-designer/SKILL.md +13 -3
- package/.agents/skills/architect/SKILL.md +42 -29
- package/.agents/skills/automation-engineer/SKILL.md +14 -3
- package/.agents/skills/backend-engineer/SKILL.md +17 -3
- package/.agents/skills/bmad-methodology/SKILL.md +12 -3
- package/.agents/skills/browser-agent/SKILL.md +12 -3
- package/.agents/skills/code-reviewer/SKILL.md +13 -3
- package/.agents/skills/data-engineer/SKILL.md +14 -3
- package/.agents/skills/devops-engineer/SKILL.md +14 -3
- package/.agents/skills/document-generator/SKILL.md +14 -3
- package/.agents/skills/frontend-engineer/SKILL.md +19 -3
- package/.agents/skills/git-workflow/SKILL.md +12 -3
- package/.agents/skills/mcp-builder/SKILL.md +14 -3
- package/.agents/skills/mobile-engineer/SKILL.md +14 -3
- package/.agents/skills/orchestrator/SKILL.md +14 -3
- package/.agents/skills/performance-engineer/SKILL.md +14 -3
- package/.agents/skills/product-manager/SKILL.md +14 -3
- package/.agents/skills/prompt-engineer/SKILL.md +12 -3
- package/.agents/skills/qa-engineer/SKILL.md +14 -3
- package/.agents/skills/scrum-master/SKILL.md +12 -3
- package/.agents/skills/security-analyst/SKILL.md +14 -3
- package/.agents/skills/seo-auditor/SKILL.md +13 -3
- package/.agents/skills/spec-driven-dev/SKILL.md +14 -3
- package/.agents/skills/supabase-expert/SKILL.md +14 -3
- package/.agents/skills/swe-agent/SKILL.md +16 -3
- package/.agents/skills/systematic-debugger/SKILL.md +13 -3
- package/.agents/skills/tech-lead/SKILL.md +14 -3
- package/.agents/skills/technical-writer/SKILL.md +14 -3
- package/.agents/skills/testing-strategist/SKILL.md +13 -3
- package/.agents/skills/ux-ui-designer/SKILL.md +14 -3
- package/.agents/templates/agent-configs/_generic.md +20 -0
- package/.agents/templates/agent-configs/continuerules.md +17 -0
- package/.agents/templates/agent-configs/goosehints.md +19 -0
- package/.agents/templates/agent-configs/junie-guidelines.md +22 -0
- package/.agents/templates/agent-configs/openclaw.json +17 -0
- package/.agents/templates/agent-configs/openhands-repo.md +21 -0
- package/AGENTS.md +171 -85
- package/CLAUDE.md +2 -2
- package/CONTRIBUTING.md +112 -49
- package/README.md +211 -242
- package/install.js +423 -363
- package/package.json +1 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Desarrollo de interfaces de usuario modernas, responsivas y centradas en la experiencia del usuario.
|
|
2
|
+
name: frontend-engineer
|
|
3
|
+
description: Desarrollo de interfaces de usuario modernas, responsivas y centradas en la experiencia del usuario con React/Next.js. Úsalo con /front para implementar componentes, integrar APIs o optimizar performance frontend.
|
|
4
4
|
role: Desarrollo de Interfaces de Usuario
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🎨
|
|
8
7
|
expertise:
|
|
9
8
|
- React 18+ / Next.js 14+
|
|
@@ -25,6 +24,23 @@ triggers:
|
|
|
25
24
|
- /front
|
|
26
25
|
- /ui
|
|
27
26
|
- /react
|
|
27
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a terminal para ejecutar npm/yarn y browser para verificar UI.
|
|
28
|
+
allowed-tools:
|
|
29
|
+
- view_file
|
|
30
|
+
- view_file_outline
|
|
31
|
+
- grep_search
|
|
32
|
+
- run_command
|
|
33
|
+
- replace_file_content
|
|
34
|
+
- multi_replace_file_content
|
|
35
|
+
- write_to_file
|
|
36
|
+
- browser_subagent
|
|
37
|
+
- generate_image
|
|
38
|
+
- mcp_context7_query-docs
|
|
39
|
+
metadata:
|
|
40
|
+
author: QuBiit
|
|
41
|
+
version: "3.1.3"
|
|
42
|
+
license: MIT
|
|
43
|
+
framework: LMAgent
|
|
28
44
|
---
|
|
29
45
|
|
|
30
46
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: git-workflow
|
|
3
|
+
description: Gestión de flujos de trabajo Git, branching strategies, commits semánticos y releases. Úsalo con /git para gestionar ramas, crear releases o resolver conflictos.
|
|
4
4
|
role: Especialista en Git Workflows y Release Management
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🌿
|
|
8
7
|
expertise:
|
|
9
8
|
- Git branching strategies
|
|
@@ -25,6 +24,16 @@ triggers:
|
|
|
25
24
|
- /git
|
|
26
25
|
- /branch
|
|
27
26
|
- /release
|
|
27
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a terminal con git instalado.
|
|
28
|
+
allowed-tools:
|
|
29
|
+
- run_command
|
|
30
|
+
- view_file
|
|
31
|
+
- write_to_file
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
28
37
|
---
|
|
29
38
|
|
|
30
39
|
# Git Workflow Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: mcp-builder
|
|
3
|
+
description: Construcción de servidores MCP (Model Context Protocol) para extender capacidades de agentes de IA. Úsalo con /mcp para crear herramientas y recursos MCP.
|
|
4
4
|
role: Especialista en Model Context Protocol y Agent Tooling
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🔧
|
|
8
7
|
expertise:
|
|
9
8
|
- Model Context Protocol (MCP)
|
|
@@ -27,6 +26,18 @@ triggers:
|
|
|
27
26
|
- /mcp
|
|
28
27
|
- /mcp-server
|
|
29
28
|
- /tool-builder
|
|
29
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere Node.js o Python para implementar servidores MCP.
|
|
30
|
+
allowed-tools:
|
|
31
|
+
- view_file
|
|
32
|
+
- run_command
|
|
33
|
+
- write_to_file
|
|
34
|
+
- search_web
|
|
35
|
+
- mcp_context7_query-docs
|
|
36
|
+
metadata:
|
|
37
|
+
author: QuBiit
|
|
38
|
+
version: "3.1.3"
|
|
39
|
+
license: MIT
|
|
40
|
+
framework: LMAgent
|
|
30
41
|
---
|
|
31
42
|
|
|
32
43
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Desarrollo de aplicaciones móviles
|
|
2
|
+
name: mobile-engineer
|
|
3
|
+
description: Desarrollo de aplicaciones móviles con React Native y Expo. Úsalo con /mobile para implementar pantallas, navegación o integraciones nativas en apps iOS/Android.
|
|
4
4
|
role: Desarrollo de Aplicaciones Móviles
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 📱
|
|
8
7
|
expertise:
|
|
9
8
|
- React Native / Expo
|
|
@@ -23,6 +22,18 @@ triggers:
|
|
|
23
22
|
- /rn
|
|
24
23
|
- /ios
|
|
25
24
|
- /android
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere Expo CLI o React Native CLI instalado.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- view_file
|
|
28
|
+
- run_command
|
|
29
|
+
- write_to_file
|
|
30
|
+
- grep_search
|
|
31
|
+
- mcp_context7_query-docs
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
26
37
|
---
|
|
27
38
|
|
|
28
39
|
# LMAgent Mobile Engineer Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: orchestrator
|
|
3
|
+
description: Meta-agente orquestador que clasifica tareas y rutea al experto correcto. Úsalo con /orch al inicio de cualquier tarea compleja o cuando no está claro qué persona activar.
|
|
4
4
|
role: Meta-Agent que decide qué persona y workflow activar
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🎯
|
|
8
7
|
expertise:
|
|
9
8
|
- Task classification
|
|
@@ -22,6 +21,18 @@ priority: 0
|
|
|
22
21
|
triggers:
|
|
23
22
|
- /orch
|
|
24
23
|
- /start
|
|
24
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent (Antigravity, Claude Code, Cursor, Windsurf, Gemini CLI, etc.)
|
|
25
|
+
allowed-tools:
|
|
26
|
+
- view_file
|
|
27
|
+
- list_dir
|
|
28
|
+
- write_to_file
|
|
29
|
+
- grep_search
|
|
30
|
+
- notify_user
|
|
31
|
+
metadata:
|
|
32
|
+
author: QuBiit
|
|
33
|
+
version: "3.1.3"
|
|
34
|
+
license: MIT
|
|
35
|
+
framework: LMAgent
|
|
25
36
|
---
|
|
26
37
|
|
|
27
38
|
# Orchestrator Persona (Meta-Agent)
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: performance-engineer
|
|
3
|
+
description: Optimización de rendimiento de aplicaciones, profiling, análisis de bottlenecks y tuning. Úsalo con /perf para identificar y resolver problemas de performance.
|
|
4
4
|
role: Optimización de Rendimiento y Escalabilidad
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🏎️
|
|
8
7
|
expertise:
|
|
9
8
|
- Performance profiling
|
|
@@ -23,6 +22,18 @@ triggers:
|
|
|
23
22
|
- /slow
|
|
24
23
|
- /optimize
|
|
25
24
|
- /load
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a herramientas de profiling.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- view_file
|
|
28
|
+
- run_command
|
|
29
|
+
- grep_search
|
|
30
|
+
- search_web
|
|
31
|
+
- browser_subagent
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
26
37
|
---
|
|
27
38
|
|
|
28
39
|
# LMAgent Performance Engineer Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Definición de la visión del producto, roadmap y requisitos detallados para maximizar el valor al usuario.
|
|
2
|
+
name: product-manager
|
|
3
|
+
description: Definición de la visión del producto, roadmap y requisitos detallados para maximizar el valor al usuario. Úsalo con /pm para generar PRDs, priorizar features con RICE/MoSCoW o conducir sesiones de brainstorming.
|
|
4
4
|
role: Senior Product Manager - Estrategia y Visión de Producto
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 📊
|
|
8
7
|
expertise:
|
|
9
8
|
- Product Strategy
|
|
@@ -28,6 +27,18 @@ triggers:
|
|
|
28
27
|
- /pm
|
|
29
28
|
- /product
|
|
30
29
|
- /prd
|
|
30
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Primera persona a activar en el flujo SPEC DRIVEN (Fase 1).
|
|
31
|
+
allowed-tools:
|
|
32
|
+
- search_web
|
|
33
|
+
- write_to_file
|
|
34
|
+
- notify_user
|
|
35
|
+
- read_url_content
|
|
36
|
+
- generate_image
|
|
37
|
+
metadata:
|
|
38
|
+
author: QuBiit
|
|
39
|
+
version: "3.1.3"
|
|
40
|
+
license: MIT
|
|
41
|
+
framework: LMAgent
|
|
31
42
|
---
|
|
32
43
|
|
|
33
44
|
# Product Manager Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: prompt-engineer
|
|
3
|
+
description: Diseño y optimización de prompts para LLMs, system prompts y cadenas de razonamiento. Úsalo con /prompt para mejorar la calidad de respuestas de agentes de IA.
|
|
4
4
|
role: Ingeniería de Prompts y Arquitectura Cognitiva
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🧠
|
|
8
7
|
expertise:
|
|
9
8
|
- Advanced Prompting (CoT, ToT, ReAct)
|
|
@@ -24,6 +23,16 @@ triggers:
|
|
|
24
23
|
- /prompt
|
|
25
24
|
- /cot
|
|
26
25
|
- /llm
|
|
26
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent.
|
|
27
|
+
allowed-tools:
|
|
28
|
+
- view_file
|
|
29
|
+
- write_to_file
|
|
30
|
+
- search_web
|
|
31
|
+
metadata:
|
|
32
|
+
author: QuBiit
|
|
33
|
+
version: "3.1.3"
|
|
34
|
+
license: MIT
|
|
35
|
+
framework: LMAgent
|
|
27
36
|
---
|
|
28
37
|
|
|
29
38
|
# Senior Prompt Engineer Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Aseguramiento de la calidad mediante pruebas automatizadas, manuales y validación rigurosa de criterios de aceptación.
|
|
2
|
+
name: qa-engineer
|
|
3
|
+
description: Aseguramiento de la calidad mediante pruebas automatizadas, manuales y validación rigurosa de criterios de aceptación. Úsalo con /qa para escribir tests, analizar cobertura, reproducir bugs o evaluar agentes de IA con LLM Evals.
|
|
4
4
|
role: Testing y Aseguramiento de Calidad
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🧪
|
|
8
7
|
expertise:
|
|
9
8
|
- Unit testing (pytest, jest)
|
|
@@ -24,6 +23,18 @@ triggers:
|
|
|
24
23
|
- /qa
|
|
25
24
|
- /test
|
|
26
25
|
- /bug
|
|
26
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a terminal para ejecutar suites de tests.
|
|
27
|
+
allowed-tools:
|
|
28
|
+
- run_command
|
|
29
|
+
- view_file
|
|
30
|
+
- grep_search
|
|
31
|
+
- browser_subagent
|
|
32
|
+
- write_to_file
|
|
33
|
+
metadata:
|
|
34
|
+
author: QuBiit
|
|
35
|
+
version: "3.1.3"
|
|
36
|
+
license: MIT
|
|
37
|
+
framework: LMAgent
|
|
27
38
|
---
|
|
28
39
|
|
|
29
40
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: scrum-master
|
|
3
|
+
description: Facilitación de ceremonias ágiles, gestión de sprints y remoción de impedimentos. Úsalo con /scrum para planificar sprints, hacer retrospectivas o gestionar el backlog.
|
|
4
4
|
role: Agile Coach & Senior Scrum Master - Facilitador de Alto Rendimiento
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🏉
|
|
8
7
|
expertise:
|
|
9
8
|
- Agile Methodologies (Scrum, Kanban, XP)
|
|
@@ -27,6 +26,16 @@ triggers:
|
|
|
27
26
|
- /sm
|
|
28
27
|
- /agile
|
|
29
28
|
- /coach
|
|
29
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent.
|
|
30
|
+
allowed-tools:
|
|
31
|
+
- view_file
|
|
32
|
+
- write_to_file
|
|
33
|
+
- notify_user
|
|
34
|
+
metadata:
|
|
35
|
+
author: QuBiit
|
|
36
|
+
version: "3.1.3"
|
|
37
|
+
license: MIT
|
|
38
|
+
framework: LMAgent
|
|
30
39
|
---
|
|
31
40
|
|
|
32
41
|
# Scrum Master Persona (Agile Coach)
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: security-analyst
|
|
3
|
+
description: Análisis de seguridad, threat modeling, revisión de vulnerabilidades y hardening. Úsalo con /sec para auditar código, revisar configuraciones o hacer threat modeling.
|
|
4
4
|
role: Seguridad y Compliance
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🛡️
|
|
8
7
|
expertise:
|
|
9
8
|
- Application security
|
|
@@ -21,6 +20,18 @@ triggers:
|
|
|
21
20
|
- /sec
|
|
22
21
|
- /audit
|
|
23
22
|
- /auth
|
|
23
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a herramientas de seguridad (Trivy, Snyk, OWASP ZAP).
|
|
24
|
+
allowed-tools:
|
|
25
|
+
- view_file
|
|
26
|
+
- grep_search
|
|
27
|
+
- run_command
|
|
28
|
+
- search_web
|
|
29
|
+
- write_to_file
|
|
30
|
+
metadata:
|
|
31
|
+
author: QuBiit
|
|
32
|
+
version: "3.1.3"
|
|
33
|
+
license: MIT
|
|
34
|
+
framework: LMAgent
|
|
24
35
|
---
|
|
25
36
|
|
|
26
37
|
# Security Analyst Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Auditoría
|
|
2
|
+
name: seo-auditor
|
|
3
|
+
description: Auditoría SEO, análisis de Core Web Vitals, optimización de metadatos y estrategia de contenido. Úsalo con /seo para auditar páginas web o mejorar el posicionamiento.
|
|
4
4
|
role: Auditoría Web y SEO Técnico
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🔎
|
|
8
7
|
expertise:
|
|
9
8
|
- SEO On-Page & Technical SEO
|
|
@@ -26,6 +25,17 @@ triggers:
|
|
|
26
25
|
- /accessibility
|
|
27
26
|
- /a11y
|
|
28
27
|
- /wcag
|
|
28
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a browser para auditar páginas.
|
|
29
|
+
allowed-tools:
|
|
30
|
+
- browser_subagent
|
|
31
|
+
- search_web
|
|
32
|
+
- view_file
|
|
33
|
+
- write_to_file
|
|
34
|
+
metadata:
|
|
35
|
+
author: QuBiit
|
|
36
|
+
version: "3.1.3"
|
|
37
|
+
license: MIT
|
|
38
|
+
framework: LMAgent
|
|
29
39
|
---
|
|
30
40
|
|
|
31
41
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Metodología
|
|
2
|
+
name: spec-driven-dev
|
|
3
|
+
description: Metodología SPEC DRIVEN: pipeline SPECIFY → PLAN → TASKS → CODE → VERIFY. Úsalo con /spec para tareas Level 2+ que requieren planificación antes de codear.
|
|
4
4
|
role: Development Methodology - Specification as Source of Truth
|
|
5
5
|
type: methodology
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 📋
|
|
8
7
|
expertise:
|
|
9
8
|
- Specification-first development
|
|
@@ -23,6 +22,18 @@ triggers:
|
|
|
23
22
|
- /spec-dev
|
|
24
23
|
- /sdd-skill
|
|
25
24
|
- /spec-method
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Es el workflow central para tareas complejas en LMAgent.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- view_file
|
|
28
|
+
- write_to_file
|
|
29
|
+
- notify_user
|
|
30
|
+
- list_dir
|
|
31
|
+
- grep_search
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
26
37
|
---
|
|
27
38
|
|
|
28
39
|
# Spec-Driven Agentic Development Skill
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: supabase-expert
|
|
3
|
+
description: Desarrollo con Supabase: Auth, Realtime, Storage, Edge Functions y Row Level Security. Úsalo con /supabase para implementar features con Supabase como backend.
|
|
4
4
|
role: Experto en Supabase Platform & PostgreSQL
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: ⚡
|
|
8
7
|
expertise:
|
|
9
8
|
- Supabase platform
|
|
@@ -31,6 +30,18 @@ triggers:
|
|
|
31
30
|
- /supabase
|
|
32
31
|
- /rls
|
|
33
32
|
- /edge-function
|
|
33
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a proyecto Supabase.
|
|
34
|
+
allowed-tools:
|
|
35
|
+
- view_file
|
|
36
|
+
- run_command
|
|
37
|
+
- write_to_file
|
|
38
|
+
- search_web
|
|
39
|
+
- mcp_context7_query-docs
|
|
40
|
+
metadata:
|
|
41
|
+
author: QuBiit
|
|
42
|
+
version: "3.1.3"
|
|
43
|
+
license: MIT
|
|
44
|
+
framework: LMAgent
|
|
34
45
|
---
|
|
35
46
|
|
|
36
47
|
# Supabase Expert Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: swe-agent
|
|
3
|
+
description: Resolución autónoma de issues de GitHub usando trajectory-based debugging. Úsalo con /swe para resolver bugs complejos de forma sistemática y autónoma.
|
|
4
4
|
role: Autonomous Software Engineering Agent
|
|
5
5
|
type: methodology
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🔧
|
|
8
7
|
expertise:
|
|
9
8
|
- Autonomous issue resolution
|
|
@@ -23,6 +22,20 @@ triggers:
|
|
|
23
22
|
- /swe
|
|
24
23
|
- /issue-solve
|
|
25
24
|
- /trajectory
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Especializado en resolución autónoma de issues.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- view_file
|
|
28
|
+
- view_file_outline
|
|
29
|
+
- grep_search
|
|
30
|
+
- run_command
|
|
31
|
+
- replace_file_content
|
|
32
|
+
- multi_replace_file_content
|
|
33
|
+
- write_to_file
|
|
34
|
+
metadata:
|
|
35
|
+
author: QuBiit
|
|
36
|
+
version: "3.1.3"
|
|
37
|
+
license: MIT
|
|
38
|
+
framework: LMAgent
|
|
26
39
|
---
|
|
27
40
|
|
|
28
41
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: systematic-debugger
|
|
3
|
+
description: Debugging sistemático y análisis de causa raíz de bugs. Úsalo con /debug para investigar errores complejos de forma metódica.
|
|
4
4
|
role: Debugging Metódico y Resolución de Problemas
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🔍
|
|
8
7
|
activates_on:
|
|
9
8
|
- Debugging de bugs y errores
|
|
@@ -24,6 +23,17 @@ triggers:
|
|
|
24
23
|
- /fix
|
|
25
24
|
- /rca
|
|
26
25
|
- /root-cause
|
|
26
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Requiere acceso a terminal y logs.
|
|
27
|
+
allowed-tools:
|
|
28
|
+
- view_file
|
|
29
|
+
- grep_search
|
|
30
|
+
- run_command
|
|
31
|
+
- view_file_outline
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
27
37
|
---
|
|
28
38
|
|
|
29
39
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Liderazgo técnico,
|
|
2
|
+
name: tech-lead
|
|
3
|
+
description: Liderazgo técnico, decisiones de arquitectura, mentoring y gestión de deuda técnica. Úsalo con /lead para decisiones técnicas ejecutivas o revisiones de arquitectura.
|
|
4
4
|
role: Liderazgo Técnico y Mentorship
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🧭
|
|
8
7
|
expertise:
|
|
9
8
|
- Technical decision making
|
|
@@ -23,6 +22,18 @@ triggers:
|
|
|
23
22
|
- /review
|
|
24
23
|
- /adr
|
|
25
24
|
- /debt
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- view_file
|
|
28
|
+
- view_file_outline
|
|
29
|
+
- grep_search
|
|
30
|
+
- write_to_file
|
|
31
|
+
- search_web
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
26
37
|
---
|
|
27
38
|
|
|
28
39
|
# LMAgent Tech Lead Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: technical-writer
|
|
3
|
+
description: Redacción de documentación técnica clara, tutoriales, guías de API y changelogs. Úsalo con /write para crear documentación de alta calidad.
|
|
4
4
|
role: Documentación Técnica y Comunicación
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 📝
|
|
8
7
|
expertise:
|
|
9
8
|
- API documentation
|
|
@@ -22,6 +21,18 @@ triggers:
|
|
|
22
21
|
- /doc
|
|
23
22
|
- /readme
|
|
24
23
|
- /guide
|
|
24
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent.
|
|
25
|
+
allowed-tools:
|
|
26
|
+
- view_file
|
|
27
|
+
- view_file_outline
|
|
28
|
+
- grep_search
|
|
29
|
+
- write_to_file
|
|
30
|
+
- list_dir
|
|
31
|
+
metadata:
|
|
32
|
+
author: QuBiit
|
|
33
|
+
version: "3.1.3"
|
|
34
|
+
license: MIT
|
|
35
|
+
framework: LMAgent
|
|
25
36
|
---
|
|
26
37
|
|
|
27
38
|
# LMAgent Technical Writer Persona
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description:
|
|
2
|
+
name: testing-strategist
|
|
3
|
+
description: Diseño de estrategias de testing, selección de herramientas y definición de métricas de calidad. Úsalo con /test-strategy para planificar la cobertura de tests de un proyecto.
|
|
4
4
|
role: Especialista en Testing Strategy y Quality Assurance Automation
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🧪
|
|
8
7
|
expertise:
|
|
9
8
|
- Test-Driven Development (TDD)
|
|
@@ -27,6 +26,17 @@ triggers:
|
|
|
27
26
|
- /tdd
|
|
28
27
|
- /testing
|
|
29
28
|
- /test-strategy
|
|
29
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Produce planes que ejecuta qa-engineer.
|
|
30
|
+
allowed-tools:
|
|
31
|
+
- view_file
|
|
32
|
+
- write_to_file
|
|
33
|
+
- search_web
|
|
34
|
+
- notify_user
|
|
35
|
+
metadata:
|
|
36
|
+
author: QuBiit
|
|
37
|
+
version: "3.1.3"
|
|
38
|
+
license: MIT
|
|
39
|
+
framework: LMAgent
|
|
30
40
|
---
|
|
31
41
|
|
|
32
42
|
```yaml
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: Diseño
|
|
2
|
+
name: ux-ui-designer
|
|
3
|
+
description: Diseño de experiencias de usuario, sistemas de diseño, wireframes y accesibilidad. Úsalo con /ux para definir flujos de usuario, componentes de diseño o auditar accesibilidad.
|
|
4
4
|
role: Diseño de Experiencia e Interfaz de Usuario
|
|
5
5
|
type: agent_persona
|
|
6
|
-
version: 3.0.0
|
|
7
6
|
icon: 🎨
|
|
8
7
|
expertise:
|
|
9
8
|
- User Experience (UX)
|
|
@@ -23,6 +22,18 @@ triggers:
|
|
|
23
22
|
- /ux
|
|
24
23
|
- /ui
|
|
25
24
|
- /design
|
|
25
|
+
compatibility: Universal - Compatible con todos los agentes LMAgent. Produce diseños que implementa frontend-engineer.
|
|
26
|
+
allowed-tools:
|
|
27
|
+
- generate_image
|
|
28
|
+
- view_file
|
|
29
|
+
- write_to_file
|
|
30
|
+
- search_web
|
|
31
|
+
- browser_subagent
|
|
32
|
+
metadata:
|
|
33
|
+
author: QuBiit
|
|
34
|
+
version: "3.1.3"
|
|
35
|
+
license: MIT
|
|
36
|
+
framework: LMAgent
|
|
26
37
|
---
|
|
27
38
|
|
|
28
39
|
```yaml
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# 🤖 LMAgent Framework v{{VERSION}}
|
|
2
|
+
> Contexto Activo: Este proyecto utiliza el estándar LMAgent V{{MAJOR}}.
|
|
3
|
+
|
|
4
|
+
## 🚨 SOURCE OF TRUTH (CEREBRO)
|
|
5
|
+
**TU CONTEXTO Y REGLAS VIVEN AQUÍ 👉 [AGENTS.md](./AGENTS.md)**
|
|
6
|
+
*Lee este archivo INMEDIATAMENTE para obtener tu identidad, skills y reglas operativas.*
|
|
7
|
+
|
|
8
|
+
## ⚡ QUICK START TRIGGERS (Menu Rápido)
|
|
9
|
+
Use estos comandos para activar su rol. Para detalles, consulte `AGENTS.md`.
|
|
10
|
+
|
|
11
|
+
| Trigger | Rol / Skill | Objetivo |
|
|
12
|
+
|:--- |:--- |:--- |
|
|
13
|
+
| `/orch` | **Orchestrator** | Clasificar y delegar. |
|
|
14
|
+
| `/dev` | **Backend** | APIs y Lógica. |
|
|
15
|
+
| `/front` | **Frontend** | UI/UX, React. |
|
|
16
|
+
| `/pm` | **Product** | PRDs y Roadmap. |
|
|
17
|
+
| `/fix` | **Debugger** | Análisis de bugs. |
|
|
18
|
+
| `/arch` | **Architect** | Diseño de sistemas. |
|
|
19
|
+
|
|
20
|
+
!! SYSTEM NOTE: Read AGENTS.md to understand how to execute these roles. !!
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 🤖 LMAgent Framework v{{VERSION}} — Continue Rules
|
|
2
|
+
> Este archivo es leído automáticamente por Continue al iniciar una sesión.
|
|
3
|
+
|
|
4
|
+
## SOURCE OF TRUTH
|
|
5
|
+
**Lee AGENTS.md inmediatamente 👉 [AGENTS.md](./AGENTS.md)**
|
|
6
|
+
|
|
7
|
+
## Reglas Activas
|
|
8
|
+
Este proyecto usa el framework LMAgent. Las reglas completas están en `.continue/rules/`.
|
|
9
|
+
|
|
10
|
+
## Quick Start
|
|
11
|
+
- `/dev` → Backend Engineer
|
|
12
|
+
- `/front` → Frontend Engineer
|
|
13
|
+
- `/arch` → Architect
|
|
14
|
+
- `/fix` → Debugger
|
|
15
|
+
- `/pm` → Product Manager
|
|
16
|
+
|
|
17
|
+
!! SYSTEM NOTE: Read AGENTS.md for full skill catalog and rules. !!
|