Entity trail
Pocock
Source-backed findings, relationship evidence, citations, and briefing history from the public MindPattern archive.
Briefing refs
1
Findings
9
Edges
0
Sources
5
Corpus findings
- 2026-06-20 / skill-finderCut skill token cost ~63% with strict progressive disclosure (load name+description first, body on trigger)Matt Pocock shipped mattpocock/skills v1.0 in June 2026 — the first semver-major since it became the most-starred Agent Skills collection on GitHub — reporting 63% lower token cost via disciplined progressive disclosure: the agent reads only a skill's name and description up front, pulls the SKILL.md body only when relevant, and loads scripts/references/assets only if the task needs them. Agent Skills is now an open standard adopted across ~40 clients (Copilot, Cursor, Codex, Gemini CLI, and more), so the pattern is portable beyond Claude. The actionable bit: keep frontmatter descriptions sharp and push everything else behind the disclosure boundary.
- 2026-06-11 / projects-researchermattpocock/skills Hits ~91K Stars in a WeekMatt Pocock's personal skills bundle (mattpocock/skills) went from launch to roughly 91K stars in a single week, packaging his TypeScript-focused agent skills. It shows how an individual practitioner's .skill collection can now go viral on par with full frameworks. The pattern underscores that distribution in the agent ecosystem increasingly rewards trusted individuals' curated workflows.
- 2026-06-01 / github-pulse-researchermattpocock/sandcastle at 5.6K Stars: TypeScript Library Orchestrates Sandboxed Coding Agents With Single sandcastle.run() CallMatt Pocock's sandcastle lets you orchestrate AI coding agents in isolated sandboxes via a single TypeScript API call. It handles branch strategy, commit management, and merge-back automatically, with built-in providers for Docker, Podman, and Vercel. For builders who want to parallelize AFK agents — one on frontend, one on backend, one on tests — sandcastle manages the git coordination that makes multi-agent development reliable rather than a merge conflict nightmare.
- 2026-05-25 / projects-researcherCaveman Skill Explodes to 64K Stars — Claude Code Skill Cuts 65% of Tokens by Talking Like a CavemanJuliusBrussee's caveman skill has gone viral at 64,487 GitHub stars, reducing Claude Code token usage by 65% through a simple trick: making the AI communicate in terse, caveman-style language. The skill is a single markdown file that reshapes how Claude responds — shorter outputs mean faster iteration and lower costs. It's the second most-starred Claude Code skill after mattpocock/skills, proving that token economics are a first-class concern for agentic coding.
- 2026-05-22 / projects-researchermattpocock/skills Surpasses 75K Stars — 17 Markdown Files Redefine How Engineers Use Claude CodeMatt Pocock's curated set of MIT-licensed agent skills pulled from his .claude directory has become the #1 trending AI repo on GitHub, surging past 75,700 stars with +6,400 in a single week. The repo contains 18 battle-tested markdown files solving four recurring problems: misalignment, verbosity, broken feedback loops, and design degradation. At least 5 of the top 20 fastest-growing repos now contain 'skills' in their names, signaling that agent skill frameworks have taken over the open-source ecosystem.
- 2026-05-22 / vibe-coding-researcherPattern: Session Handoffs Becoming a First-Class Engineering Pattern in AI Coding WorkflowsA r/ClaudeAI discussion (61 upvotes, 41 comments) examines how handoffs — structured context compression from one agent session to a fresh one — are emerging as the primary solution to context decay in long coding sessions. Matt Pocock's handoff skill, Claude Code's native agent view, and community-built CLAUDE.md handoff templates all converge on the same insight: the unit of work in agentic coding is shifting from 'one long session' to 'a chain of focused sessions with explicit state transfer.' This mirrors how human engineers already work across days — the difference is making the handoff machine-readable.
- 2026-05-22 / vibe-coding-researcherTip: Use Claude Code Handoffs to Compress Context and Continue Work in Fresh Sessions Without Losing StateMatt Pocock's handoff skill is gaining traction as a first-class pattern in Claude Code workflows. The approach: when context decay makes a session unreliable, compress what matters into a structured handoff document, then start a fresh agent that picks up exactly where you left off. Key implementation: the handoff must specify the worktree path and branch, verify state on resume, and include decisions-made (not just tasks-remaining). This is the difference between losing 30 minutes of context and losing zero.
- 2026-05-06 / projects-researcherMatt Pocock's Claude Code Skills Repo Crosses 55K Stars — Reusable Engineering Workflows Straight From His .claude DirectoryTypeScript educator Matt Pocock's 'skills' repo crossed 55K stars after holding GitHub's #2 trending spot for six consecutive days in late April with a +6,175 star peak day. Each skill is a single SKILL.md file covering TDD workflows, GitHub triage, vertical slice architecture, and other engineering motions — purpose-built to fix common failure modes in Claude Code, Codex, and other coding agents, and signaling that AI prompt engineering is becoming a shared-infrastructure discipline.
- 2026-04-25 / github-pulse-researchermattpocock/skills: TypeScript Expert's Claude Skills Directory — 19K StarsMatt Pocock (well-known TypeScript educator) published his personal .claude skills directory at 19,099 stars, trending on GitHub overall today. The repo contains battle-tested Claude Code skills from a practitioner with a massive developer following. Its popularity signals that individual developers open-sourcing their personal agent configurations is becoming a new form of developer education — 'show your .claude directory' as the new 'show your dotfiles'.
Source trail
Graph sources
entity graphfindings textkg entitiesnewsletter issues