check-yo-self

Detect memory-vs-recall drift in agent session transcripts and produce tiered recommendations.

Updated Jun 10, 2026
One-click install
npx skills add https://github.com/brewpirate/acme-frontier-ai --skill check-yo-self
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-yo-self
Source: https://github.com/brewpirate/acme-frontier-ai/tree/main/catalog/projects/the-craft/skills/check-yo-self
Command: npx skills add https://github.com/brewpirate/acme-frontier-ai --skill check-yo-self

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps an agent notice when it is relying on stale memory, repeating the same mistake, or drifting away from fresh evidence, so it can slow down before the session derails.

Core Features & Use Cases

  • Observable self-check: Reads the current session transcript and looks for repetition, missing receipts, stale citations, and user corrections.
  • Tiered recommendation: Produces a clear green, yellow, orange, or red verdict with a next action such as continue, slow down, refresh, or stop.
  • Use cases: Trigger it after a long working stretch, after repeated pattern-copying, or when a user questions whether the agent is still sharp.

Quick Start

Ask the assistant to run check-yo-self on the current session and return the verdict, the supporting signals, and the recommended next action.

Frequently Asked Questions about check-yo-self

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect memory drift and stale confidence in agent transcripts?

Detect memory drift in agent transcripts by analyzing session evidence for repetition, missing receipts, and corrections. The evaluation compares recalled context against fresh evidence to identify when an agent relies on outdated information.

What is transcript-based self-evaluation for coding agents?

Transcript-based self-evaluation is an adversarial introspection process that scans session logs for repeated pattern copying and stale citations. It turns observable transcript evidence into a tiered verdict with a recommended next action.

How do I trigger a self-evaluation check on a long coding session?

Trigger a self-evaluation check by asking the assistant to run the analysis on the current session. It processes the transcript and returns a tiered recommendation along with supporting signals and next steps.

When should I run a drift detection check on my agent session?

Run a drift detection check after long working stretches, repeated pattern-copying, or when a user signals fatigue and questions agent sharpness. It catches compounding errors before the session derails.

Can I get a tiered recommendation for when to slow down or stop an agent?

You can get a tiered recommendation that produces a green, yellow, orange, or red verdict. The evaluation advises whether to continue, slow down, refresh, or stop based on detected drift and correction frequency.

Does self-evaluation work without external dependencies or components?

Self-evaluation works using only internal scripts with no external dependencies. It analyzes the existing session transcript directly to produce a freshness check and drift verdict without requiring additional packages.