slate-ar-status

Reports read-only session state and metrics for the Slate v2 Autoresearch loop.

16.5k|997|Updated Dec 2, 2019
One-click install
npx skills add https://github.com/udecode/plate --skill slate-ar-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slate-ar-status
Source: https://github.com/udecode/plate/tree/main/.agents/skills/slate-ar-status
Command: npx skills add https://github.com/udecode/plate --skill slate-ar-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operators running the Slate v2 Autoresearch loop need a quick, safe way to check where the loop stands without accidentally triggering benchmark packets, commits, or file edits. This Skill provides a read-only status view of the current session.

Core Features & Use Cases

  • Session State Inspection: Reads .tmp/slate-v2/autoresearch.* state files and runs read-only Codex Autoresearch commands such as state, onboarding-packet, and recommend-next.
  • Dashboard Access: Starts or restarts the Codex Autoresearch serve process only to provide a live dashboard URL.
  • Metric Reporting: Surfaces latest, best, and baseline metrics plus kept, discarded, checks-failed, and crashed packet counts.
  • Use Case: When you return to an ongoing Autoresearch session and ask where things stand, this Skill reports the current state, blockers, and next recommended action without running any packets or modifying files.

Quick Start

Ask the assistant to show the current Slate v2 Autoresearch status and next recommended action.

Frequently Asked Questions about slate-ar-status

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

FAQPage Schema
How do I check the status of a Slate v2 Autoresearch session?

Invoke the slate-ar-status skill, which reads the .tmp/slate-v2/autoresearch state files and runs read-only commands like state and recommend-next. It reports the current session state, blockers, and the next recommended action.

How do I get the Autoresearch dashboard URL?

The skill checks dashboard liveness and can start or restart the Codex Autoresearch serve process solely to provide a live dashboard URL. It does this without running any benchmark packets or modifying project files.

Can the status skill run benchmark packets or make commits?

No. The skill is explicitly read-only and will not run next, log, setup, benchmark packets, finalization, branch, commit, push, or cleanup operations. It only reports state and metrics.

What metrics does the Autoresearch status report include?

The report includes latest, best, and baseline metric evidence when available, along with counts of kept, discarded, checks-failed, and crashed packets from the current session.

When should I use the status view instead of running the Autoresearch loop?

Use it when you only need to know where the loop stands, such as checking progress, blockers, or the next recommended action. It is an operator view, not a loop runner, so use the full slate-ar workflow to actually execute packets.