Agent Skill
2/7/2026up
Context bootstrap skill equivalent to the cyotee `/up` Claude plugin.
C
cyotee
0GitHub Stars
1Views
npx skills add cyotee/cyotee-claude-plugin-up
SKILL.md
| Name | up |
| Description | Context bootstrap skill equivalent to the cyotee `/up` Claude plugin. |
name: up
description: Context bootstrap skill equivalent to the cyotee /up Claude plugin.
metadata:
short-description: Load CLAUDE/PRD/task context and summarize for Codex sessions.
up (Codex)
Use this skill at the start of a session or when entering a worktree to load project/task context.
Modes
up: ReadCLAUDE.mdand any referenced docs (including submodules). Summarize project purpose, architecture, conventions, and important constraints.up:plan(up:prdalias): ReadCLAUDE.md+PRD.md; scan fortasks/directories; summarize task status fromtasks/INDEX.md(ready vs blocked).up:prompt: In a worktree, readCLAUDE.md+PROMPT.mdto capture the assigned task, deliverables, inventory checks, and completion promise (e.g.,TASK_COMPLETE). Include quick instructions for how to proceed.
How to Use
- Locate the repo root (
git rev-parse --show-toplevel). Prefer root-levelCLAUDE.md; if not found, search downward for the nearest one and follow its links. - For
plan/prd:- Load
PRD.md(if present) and extract vision/goals/constraints. - Find
tasks/directories (avoid node_modules). For each, readtasks/INDEX.mdif present; otherwise derive task statuses from directory names. - List ready vs blocked tasks and note dependencies.
- Load
- For
prompt:- Read
PROMPT.mdin the worktree root. - Identify task ID/title, deliverables, inventory checks, and completion promise.
- Remind the user to keep
PROGRESS.mdupdated and to re-runup:promptafter/compact.
- Read
- Return a concise summary plus any missing-file warnings.
Conventions
- Respect icons/status values from
tasks/INDEX.md(🆕 pending, 🚀 in_progress, 📋 review, ✅ complete). - When multiple CLAUDE.md files exist, follow explicit references before guessing related docs.
- Do not overwrite files; this skill is read-only unless the user asks for edits.
Skills Info
Original Name:upAuthor:cyotee
Download