Home / rfxlamia / pocketto · skills/pocket-help/SKILL.md · GitHub

pocket-help skillA

pocket-help is agent-read markdown (skill) from rfxlamia/pocketto: Onboarding and routing guide for the Pocket skill ecosystem. Use when someone asks what Pocket is, which Pocket skill to use, how the end-to-end flow works, or when Pocket is better than lighter Superpowers-style flows. Trigger on "what is pocket", "how do I use pocket", "which pocket skill", "explain pocket", "pocket-help", or any onboarding/routing question. This is a compact entry point — it summarizes every skill so agents and users do NOT have to load each SKILL.md to orient..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Pocket Help

The map of the Pocket ecosystem. Read this first to understand what Pocket is, pick the right skill for the moment, and run the full flow from rough idea to reviewed code — **without loading every skill into context.**

**Core principle:** Orient cheaply, then load deep. This skill is a summary and a router. Load an individual skill's `SKILL.md` only when you reach the stage that uses it. That is the whole point — it preserves the context window for the actual work.

**This skill does not replace the detailed skills.** It tells you which one to open next.

## What Pocket Is

Pocket is a set of skills for **systematic, structured development** — from a vague idea to shipped, reviewed code. Instead of one agent improvising an entire feature in a single long thread, Pocket breaks the work into bounded stages with explicit gates: explore → specify (BDD) → plan (TDD) → phase → delegate → review.

Each stage produces a concrete artifact (pitch doc → spec → execution plan → phase files → commits → review reports) that the next stage consumes. Gates between stages force confirmation before proceeding, which is what keeps a long build from drifting.
…

Read the whole file at its exact version.

How to install

Latest version
mdr add rfxlamia/pocketto/pocket-help@git:20260823.b63b497
Exact content
mdr add rfxlamia/pocketto/pocket-help@sha256:8571fdac96190116

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_wyxa5e6a3ltbgp5e.svg)](https://markdownregistry.com/a/art_wyxa5e6a3ltbgp5e)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260823.b63b497 latest2026-08-23 b63b497 12,763 BA view · diff
git:20260822.6b82b022026-08-22 6b82b02 12,764 BA view · diff
git:20260821.dc65a2f2026-08-21 dc65a2f 12,593 BA view · diff
git:20260821.23b81ef2026-08-21 23b81ef 12,618 BA view · diff
git:20260821.23469f02026-08-21 23469f0 12,731 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (12763 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

rfxlamia/pocketto · 5 stars · license MIT · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_wyxa5e6a3ltbgp5e
GET https://markdownregistry.com/api/v1/resolve?ref=rfxlamia/pocketto/pocket-help
GET https://markdownregistry.com/api/v1/blob/8571fdac961901166c5728603bad19bc457e40680d25f09bc35697e120d1bc07

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from rfxlamia/pocketto

AGENTS.md agents
rfxlamia/pocketto · AGENTS.md
git:20260610.b440b26 · audit B · 5 stars
llms.txt llmstxt
rfxlamia/pocketto · llms.txt
git:20260822.6b82b02 · audit A · 5 stars
brand-design skill
rfxlamia/pocketto · skills/brand-design/SKILL.md · Brand-aware design system generator that acts as Head of Brand. Translates abstract brand language into a…
git:20260703.b7d03f5 · audit A · 5 stars
bug-hunting skill
rfxlamia/pocketto · skills/bug-hunting/SKILL.md · Use when fixing bugs, debugging failures, or proactively reviewing code for hidden bugs. Reactive mode: fix known bugs…
git:20260525.58ede9c · audit A · 5 stars
create-pr skill
rfxlamia/pocketto · skills/create-pr/SKILL.md · Opens a GitHub PR for the current branch linked to the Pocket issue (Pocket Enterprise). User-triggered recorder —…
git:20260822.6b82b02 · audit A · 5 stars
hotfix skill
rfxlamia/pocketto · skills/hotfix/SKILL.md · Fast iteration workflow with mandatory subagent plan review. Use when implementing small-to-medium changes quickly…
git:20260605.31ba2c4 · audit A · 5 stars
pocket-closing skill
rfxlamia/pocketto · skills/pocket-closing/SKILL.md · Terminal pocket stage. User invokes after pocket-development's phase-level pass writes verdicts. Reconciles reviews…
git:20260919.07cfce1 · audit A · 5 stars
pocket-development skill
rfxlamia/pocketto · skills/pocket-development/SKILL.md · Use when executing implementation plans of one or more tasks. Trigger on execute plan, delegate tasks, dispatch…
git:20260919.ba8f482 · audit A · 5 stars
pocket-grinding skill
rfxlamia/pocketto · skills/pocket-grinding/SKILL.md · BDD-driven feature/fix discovery before any implementation. Use when planning a feature, designing a fix, or exploring…
git:20260705.d3c2cf6 · audit A · 5 stars
pocket-init skill
rfxlamia/pocketto · skills/pocket-init/SKILL.md · Onboards an existing (brownfield) project onto Pocket. Scans the codebase and writes a project memory file (CLAUDE.md…
git:20260702.d66d45f · audit A · 5 stars
pocket-pitching skill
rfxlamia/pocketto · skills/pocket-pitching/SKILL.md · Pre-grinding problem exploration. Use BEFORE pocket-grinding when the problem is unformed or needs exploration. Guides…
git:20260525.58ede9c · audit A · 5 stars
pocket-planning skill
rfxlamia/pocketto · skills/pocket-planning/SKILL.md · Converts a pocket-grinding spec into a TDD-structured execution plan of full Pocket Packets. Use when pocket-grinding…
git:20260919.4b35c35 · audit A · 5 stars

Every file in rfxlamia/pocketto

Browse by kind, by grade A, or by owner.