sickn33/agentic-awesome-skills

accint-frames

Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").

First seen Jul 2, 2026

Installation

$ npx skills add sickn33/agentic-awesome-skills --skill accint-frames

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from sickn33/agentic-awesome-skills · top by installs.

npx skills add sickn33/agentic-awesome-skills

Browse all from sickn33/agentic-awesome-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 46.1K
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseApache-2.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,994 B
  • docs SUMMARY.md 148 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

frames

When to Use

Use this skill when you need drain acc's deliberation queue — open/waiting brainframes checkpointed by headless runs — via accact(runtime="continue").

Routing sugar over the two MCP verbs — no logic lives here.

  1. List the queue: acc frames (CLI, read-only observation).
  2. For each open/waiting frame: read its typed hole + retrieved context, deliberate,

then submit via accact(runtime="continue", input={"frameid": ..., "submittoken": ..., "proposaltext": ...}).

  1. End proposal_text with PREDICT: <0.00-1.00> <why>; acc strips that line before

the owner sees it and uses it to calibrate the Work Model against later outcomes.

  1. An identical duplicate submit replays the cached result — resubmitting is safe.
  2. Surface each resolution's commitment id and cited [ids]; drain the queue fully

before taking new work — checkpointed frames are work headless runs saved for you.

Example

User request:

Use @accint-frames for this task: Drain acc's deliberation queue — open/waiting brainframes checkpointed by headless runs — via accact(runtime="continue").

Limitations

  • Use this skill only when the task clearly matches its upstream source and local project context.
  • Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes.
  • Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions.