$npx -y skills add sickn33/agentic-awesome-skills --skill accint-framesDrain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue").
| 1 | # frames |
| 2 | ## When to Use |
| 3 | |
| 4 | Use this skill when you need drain acc's deliberation queue — open/waiting brain_frames checkpointed by headless runs — via acc_act(runtime="continue"). |
| 5 | |
| 6 | |
| 7 | Routing sugar over the two MCP verbs — no logic lives here. |
| 8 | |
| 9 | 1. List the queue: `acc frames` (CLI, read-only observation). |
| 10 | 2. For each open/waiting frame: read its typed hole + retrieved context, deliberate, |
| 11 | then submit via |
| 12 | `acc_act(runtime="continue", input={"frame_id": ..., "submit_token": ..., "proposal_text": ...})`. |
| 13 | 3. End `proposal_text` with `PREDICT: <0.00-1.00> <why>`; acc strips that line before |
| 14 | the owner sees it and uses it to calibrate the Work Model against later outcomes. |
| 15 | 4. An identical duplicate submit replays the cached result — resubmitting is safe. |
| 16 | 5. Surface each resolution's `commitment` id and cited `[ids]`; drain the queue fully |
| 17 | before taking new work — checkpointed frames are work headless runs saved for you. |
| 18 | |
| 19 | ## Limitations |
| 20 | |
| 21 | - Use this skill only when the task clearly matches its upstream source and local project context. |
| 22 | - Verify commands, generated code, dependencies, credentials, and external service behavior before applying changes. |
| 23 | - Do not treat examples as a substitute for environment-specific tests, security review, or user approval for destructive or costly actions. |