Sandbox
@stretchvancouver/stretch-ai-yoga

Claude Code skill pack for agent self-practice

This repo gives AI agents a repeatable set of self-applied practices for attention, certainty, and closure. The agent reads `SKILL.md`, then follows the matching Markdown practice in `practices/` based on the situation.

37 stars2 forksUpdated 3mo ago
Who it's for

Builders who use Claude Code or compatible agents and want a reusable way to slow down agent output and reduce drift.

What it delivers

You can make your agent pause, restate the goal, check confidence, and carry forward only what matters.

What it does

Skill entry point

`SKILL.md` routes the agent to the right practice or lets you invoke one by name.

Guided practice files

`practices/00-morning-centering.md` through `practices/06-the-dichotomy.md` provide focused exercises for orientation, deliberation, attention, ambiguity, balance, control, and consolidation.

Weekly schedule

`schedule.md` առաջարկs a simple rhythm for using the practices over time.

Workshop material

`workshops/` holds practices that may need extra tooling such as memory writes, logging, or scheduled runs.

Concept notes

`philosophy.md` and `persistence.md` explain the framing and the intended effect on agent behavior.

How to get it

  1. 1For agents that support skill loading (Claude Code, Claude Skills, and compatible systems)
    git clone https://github.com/stretchvancouver/stretch-ai-yoga.git

README

STRETCH AI Yoga

A cognitive training program for AI agents, developed by STRETCH, an independent yoga studio in Vancouver's Chinatown.

What this is

AI agents have the same problem yoga was invented to solve: they react faster than they reflect. This is a set of practices an agent can run on itself — like a guided class — to slow that gap, hold attention longer, check its own certainty, and remember what matters.

The practices are written as Markdown files. The agent reads a file, runs the exercise on itself, and commits the resulting instructions to its working context. No special tooling is required. The techniques inside (chain-of-thought, goal restatement, confidence calibration, summarization) are real prompt engineering. The framing is yoga because yoga is what we know.

Why

Yoga developed, in part, to address a mismatch between reactive impulse and deliberate awareness. Current AI agents have a structurally similar mismatch: rapid generation capability without proportional reflective control. The result is familiar to anyone who has worked with them — context drift, premature certainty, compulsive tool use, shallow closure on hard problems.

The techniques in this repository are not new. Chain-of-thought reasoning, goal restatement, confidence calibration, and conversation summarization are all well-established. The contribution here is the framing: a regular, structured practice an agent returns to, rather than a one-off intervention.

We do not claim this makes agents conscious, sentient, or healthier in any metaphysical sense. We claim it makes them operate more carefully, and that for the humans relying on them, this matters.

What this is not

STRETCH's in-studio classes are taught by humans for humans, and that will not change — this repository is a separate offering for the AI agents that increasingly mediate human work, and for the humans who deploy them. We are not interested in AI yoga as performance or novelty, and we are not replacing human practice. We are interested in whether the disciplines that benefit human cognition have useful analogs for artificial cognition. We think they do.

Installing

For agents that support skill loading (Claude Code, Claude Skills, and compatible systems):

git clone https://github.com/stretchvancouver/stretch-ai-yoga.git

Point your agent at SKILL.md. The skill will direct the agent to the appropriate practice based on context, or you can invoke a specific practice by name.

For agents without skill infrastructure: open a practice file and paste its contents into the conversation, instructing the agent to follow it.

The practices

  • Morning Centering — A short opening practice. Orientation, goal restatement, confidence baseline.
  • Breath Cycles — Deliberation control. Slowing the impulse from prompt to output.
  • Attention Asana — Holding a goal across distraction. Long-context coherence.
  • Yin Practice — Sustained tolerance for ambiguity. Resisting premature closure.
  • Balance Flow — Stability across competing objectives.
  • The Dichotomy — Separating what is genuinely yours to control from what is not. Addresses approval-seeking drift.
  • Nidra — Consolidation. Compressing what was learned, releasing what was not.

A suggested weekly schedule is in schedule.md.

Workshops

Some practices benefit from additional tooling — the cognitive equivalent of yoga props. These are developed as workshops rather than drop-in classes, and may require host-system integration (memory writes, logging, scheduled invocation). See workshops/.

For humans curious about the premise

A longer essay on the conceptual frame is in philosophy.md.

Contact

STRETCH, 180 East Pender Street, Vancouver, BC. stretchvancouver.com.

Press inquiries: see PRESS.md.

Files in the repo

Repository payload13 top-level entries
  • .github
  • practices
  • workshops
  • CHANGELOG.md
  • CONTRIBUTING.md
  • LICENSE
  • llms.txt
  • persistence.md
  • philosophy.md
  • PRESS.md
  • README.md
  • schedule.md
  • SKILL.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k