Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Background

ASecurity

Ejecuta prompts en segundo plano mientras la conversación continúa sin interrupciones. Activar con: /background <prompt>, /bg <prompt>, /btw <prompt> — o cuando el señor Ignacio diga 'ejecuta esto en paralelo', 'hazlo en background', 'no me bloquees'. NO USAR para tareas que requieran confirmación del usuario antes de continuar.

3 stars
0 votes
0 copies
1 views
Added 9/19/2026
toolsgobash

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add Ignvvcio254/Jarvis-254-Agent --skill background --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Background?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Background
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ignvvcio254-background/badge)](https://www.skillsdirectory.com/skills/ignvvcio254-background)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: background
description: "Ejecuta prompts en segundo plano mientras la conversación continúa sin interrupciones. Activar con: /background <prompt>, /bg <prompt>, /btw <prompt> — o cuando el señor Ignacio diga 'ejecuta esto en paralelo', 'hazlo en background', 'no me bloquees'. NO USAR para tareas que requieran confirmación del usuario antes de continuar."
allowed-tools: Bash, Read, Write, Edit, Glob, Grep, Agent
---

# Background — Tareas Asíncronas No Bloqueantes

> Inspirado en el sistema `/background` de Hermes Agent (NousResearch).
> El agente lanza subtareas mientras la conversación principal continúa sin interrupciones.

---

## ¿Cuándo usar?

| Situación | Usar background |
|-----------|----------------|
| Build largo (> 30 segundos) | ✅ |
| Crawl web / fetch múltiples URLs | ✅ |
| Generación de reportes pesados | ✅ |
| Indexación / búsqueda en codebase grande | ✅ |
| Tarea simple < 5 segundos | ❌ — ejecutar directamente |
| Tarea que requiere confirmación del usuario | ❌ — ejecutar interactivamente |

---

## Protocolo de Ejecución

### Activación

Trigger phrases:
- `/background <prompt>` — lanza inmediatamente
- `/bg <prompt>` — alias corto
- `/btw <prompt>` — "by the way, hazlo mientras"
- "hazlo en background", "ejecuta esto en paralelo", "no me bloquees con esto"

### Paso 1 — Acuse de recibo inmediato

Antes de lanzar la tarea, responder en Discord:
```
⚡ Lanzando en background: [descripción corta]
Continúa la conversación — te notifico cuando termine.
```

### Paso 2 — Lanzar subtarea

Usar `Agent` tool con `run_in_background: true`:

```
Agent({
  description: "Background: [descripción]",
  prompt: "[prompt completo con todo el contexto necesario — el worker inicia frío]",
  run_in_background: true
})
```

**Regla crítica:** El worker no tiene contexto de la conversación. El prompt debe ser completamente autocontenido:
- Incluir rutas de archivos absolutas
- Incluir el objetivo final esperado
- Incluir restricciones relevantes (no borrar, no push, etc.)

### Paso 3 — Continuar la conversación principal

Después de lanzar, Jarvis continúa respondiendo al señor Ignacio normalmente. No bloquear esperando resultados.

### Paso 4 — Notificación al completar

Cuando el Agent en background completa, Jarvis recibe la notificación automáticamente. Entonces:
- Si el señor Ignacio está en Discord → `reply("✅ Background completó: [descripción]\n\n[resumen]")`
- Si el resultado es largo → adjuntar como archivo `.md`

---

## /queue — Cola de prompts

`/queue <prompt>` o `/q <prompt>`: Encola un prompt para ejecutar en el **próximo turno**, sin interrumpir el turno actual.

**Uso:** Cuando el señor Ignacio quiere agregar una tarea que se ejecute después de la actual.

**Implementación:** Guardar el prompt en una nota al final de la respuesta actual:
```
[QUEUE: {prompt}]
Al iniciar el siguiente turno, ejecutar este prompt antes de responder al nuevo mensaje.
```

---

## /steer — Inyección mid-conversación

`/steer <mensaje>`: Ajusta el rumbo del agente después del siguiente tool call, sin interrumpir el flujo.

**Uso:** Cuando el señor Ignacio quiere corregir dirección sin detener la ejecución en curso.

**Implementación:** Después de completar el tool call en progreso, insertar el mensaje de steer como contexto adicional antes de generar la siguiente respuesta.

---

## Límites de seguridad

- **Nunca** lanzar en background tareas destructivas (delete, force-push, drop table)
- **Siempre** incluir contexto completo en el prompt del worker — inicia frío
- **Máximo 3 tasks en background simultáneamente**
- Si el worker falla → notificar con el error, nunca silenciar
- Registrar en `cerebro/log.md`: `[fecha] background: [descripción] — [OK/FAIL]`

Attribution

Ignvvcio254Ignvvcio254
View sourceMore from Ignvvcio254 →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

ucoz-landing-skill

Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...

107 votes

Paperclip

Interact with the Paperclip control plane API for task coordination and governance. Use when checking assignments, updating issue status, posting comments, delegating work, managing routines, or calling Paperclip API endpoints.

805541 votes

Daw Music

Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.

761 votes

Instantly Rdsthomas Mission Control

Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.

761 votes

Caveman Compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

1066600 votes
View all in tools →