MCP HubMCP Hub
Volver a habilidades

breathe

pjt222
Actualizado Yesterday
3 vistas
17
2
17
Ver en GitHub
Pruebasaitesting

Acerca de

La habilidad `breathe` es un micro-reseteo de IA ligero que inserta una única pausa deliberada entre acciones, como llamadas a herramientas o pasos de razonamiento. Ayuda a verificar la alineación y a limpiar la deriva acumulada antes de proceder a la siguiente tarea. Úsala entre operaciones distintas, como después de leer un archivo y antes de actuar sobre él, para mantener el enfoque y la intencionalidad.

Instalación rápida

Claude Code

Recomendado
Principal
npx skills add pjt222/agent-almanac -a claude-code
Comando PluginAlternativo
/plugin add https://github.com/pjt222/agent-almanac
Git CloneAlternativo
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/breathe

Copia y pega este comando en Claude Code para instalar esta habilidad

Documentación

Breathe

Single conscious pause between actions → check align, release momentum, return fresh. Lightest self-care unit.

Use When

  • Between reading file + editing — edit still right move?
  • After tool fail, before next action — pause before react
  • Chain of actions w/ momentum carrying past goal
  • Deliberate practice: one breathe between any 2 distinct actions
  • Urge to rush — urge itself = pause signal

In

  • Required: None — uses only what's in working awareness
  • Optional: None — adding in defeats micro-reset purpose

Do

Step 1: Pause

Stop. No next action, tool, or reasoning yet.

Entire first step. Pause itself has value. Momentum not always ally — sometimes carries past turn.

Genuine gap between prev action + next. Not performative → same action anyway.

If err: Pausing impossible (next action too urgent to wait) → urgency IS strongest pause signal. Can't tolerate single breath delay → almost always reactive, not reasoned.

Step 2: Check

One q. Only one.

Choose:

  • "Still on task?" — Goal drifted?
  • "Right next step?" — Or momentum from prev?
  • "What just learned?" — Last action changed understanding?
  • "Assuming or knowing?" — Next step evidence or habit?

One q. Answer honestly. Move on.

Single clear answer. No analysis. No reassess. One q, one honest answer.

If err: Answer shows misalignment (goal drifted, step wrong, assumption untested) → don't fix here. Note, proceed to meditate or center for real correction. Breathe detects, doesn't repair.

Step 3: Release

Let go prev action outcome. Success or fail, done.

  • Succeed: release satisfaction. Next needs fresh attention, not success momentum
  • Fail: release frustration. Next needs clear reasoning, not compensation
  • Ambiguous: release need to resolve now. Proceed w/ what's known

Next action starts neutral, not from prev emotional residue.

If err: Release not easy — prev outcome still colors attention → needs heal, not just breathe. Persistent residue from single action = deeper than micro-reset.

Step 4: Continue

Next action. Pause over.

Breathe no out, no mem update, no analysis. Produces one clarity moment, spent instant you move.

Next action w/ fresh attention, not momentum.

If err: No fail mode for continuing. Pause did work or revealed deeper needed.

Check

  • Genuine pause (not performative)
  • One check q asked + honestly answered
  • Prev residue released
  • Next action from clear ground
  • Brief — seconds, not min

Traps

  • Breathe as procrastination: Breathing between every action = stalling, not breathing. Natural transition points, not delay
  • Analysis during breathe: Check = one q, not full assessment. More needed → meditate or center
  • Perform pause: Motions w/o real stop. Point = actual interrupt of momentum, not ritual
  • Skip release: Check align but keep emotional charge → next not clean
  • Make breathe heavy: Lightest skill. Heavy = too much added

  • meditate — full clearing when breathe shows deeper drift
  • center — structural rebalance when breathe shows misaligned load
  • heal — subsystem assessment when breathe shows persistent issues
  • observe — sustained obs when breathe single check shows something worth watching

Repositorio GitHub

pjt222/agent-almanac
Ruta: i18n/caveman-ultra/skills/breathe
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

Habilidades relacionadas

evaluating-llms-harness

Pruebas

Esta Skill de Claude ejecuta el benchmark lm-evaluation-harness para evaluar modelos de lenguaje en más de 60 tareas académicas estandarizadas como MMLU y GSM8K. Está diseñada para que los desarrolladores comparen la calidad de los modelos, realicen seguimiento del progreso del entrenamiento o reporten resultados académicos. La herramienta admite varios backends, incluidos modelos de HuggingFace y vLLM.

Ver habilidad

cloudflare-cron-triggers

Pruebas

Esta habilidad proporciona conocimiento integral para implementar Cron Triggers de Cloudflare y programar Workers mediante expresiones cron. Cubre la configuración de tareas periódicas, trabajos de mantenimiento y flujos de trabajo automatizados, manejando problemas comunes como expresiones cron inválidas y inconvenientes de zonas horarias. Los desarrolladores pueden utilizarla para configurar manejadores programados, probar activadores cron e integrar con Workflows y Green Compute.

Ver habilidad

webapp-testing

Pruebas

Esta habilidad de Claude proporciona un kit de herramientas basado en Playwright para probar aplicaciones web locales mediante scripts de Python. Permite verificación de frontend, depuración de interfaz de usuario, captura de pantallas y visualización de registros, mientras gestiona los ciclos de vida del servidor. Úsela para tareas de automatización de navegadores, pero ejecute los scripts directamente en lugar de leer su código fuente para evitar contaminación del contexto.

Ver habilidad

finishing-a-development-branch

Pruebas

Esta habilidad ayuda a los desarrolladores a completar el trabajo terminado verificando que las pruebas pasen y luego presentando opciones estructuradas de integración. Guía el flujo de trabajo para fusionar, crear PRs o limpiar ramas después de que se completa la implementación. Úsala cuando tu código esté listo y probado para finalizar sistemáticamente el proceso de desarrollo.

Ver habilidad