SkillAgentSearch skills...

accint-frames

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

Install / Use

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

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

78/100

Supported Platforms

Claude Code

Our assessment of accint-frames

accint-frames scores 78/100 on our quality scale, 1603rd of 2,717 Development & Engineering skills we index.

Its SKILL.md is 1.9 KB long, split into 4 sections and no code examples: moderately detailed.

With 46,875 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
8/20
Description
15/15
Adoption
20/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 3 days ago, so accint-frames is actively maintained.
  • It is released under the MIT license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-27. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

accint-frames compared with similar skills

All 4 of these similar skills score higher than accint-frames; compare them before choosing.

SkillScoreStarsUpdatedFormat
accint-frames (this skill)by sickn337846.9k3d agoSKILL.md
Agent-Reachby Panniantong10085.7k12d agoCLAUDE.md
ai-job-searchby MadsLorentzen10044.1ktodayCLAUDE.md
claude-howtoby luongnv8910041.7k1d agoCLAUDE.md
algorithmic-artby anthropics100177.9k5d agoSKILL.md

Frequently asked questions

How do I install accint-frames?
Run npx skills add sickn33/agentic-awesome-skills --skill accint-frames. The install tabs above show the steps for each supported agent.
Which AI agents does accint-frames work with?
It is written for Claude Code, as a SKILL.md file. Other agents that read the same format can often use it too.
Is accint-frames safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is MIT-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is accint-frames still maintained?
The repository was last updated 3 days ago, so accint-frames is actively maintained.

name: accint-frames description: Drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue"). risk: critical source: https://github.com/maxbaluev/accreted-intelligence/tree/main/plugins/claude/skills/frames source_repo: maxbaluev/accreted-intelligence source_type: community date_added: 2026-07-01 license: Apache-2.0 license_source: https://github.com/maxbaluev/accreted-intelligence/blob/main/LICENSE

frames

When to Use

Use this skill when you need drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(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 acc_act(runtime="continue", input={"frame_id": ..., "submit_token": ..., "proposal_text": ...}).
  3. 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.
  4. An identical duplicate submit replays the cached result — resubmitting is safe.
  5. 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 brain_frames checkpointed by headless runs — via acc_act(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.

Related Skills

View on GitHub
GitHub Stars46.9k
CategoryDevelopment
Updated3d ago
Forks6.8k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions