/accint-solve
Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.
One skill from agentic-awesome-skills.
shell
$ npx -y skills add sickn33/agentic-awesome-skills --skill accint-solve --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/accint-solve
Context preview
The summary Claude sees to decide when to auto-load this skill.
Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue.
Stats
Stars43,759
Forks6,464
LanguagePython
LicenseMIT
Ships with agentic-awesome-skills
SKILL.md
accint-solve.SKILL.md
--- name: accint-solve description: Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue. risk: unknown source: https://github.com/maxbaluev/accreted-intelligence/tree/main/plugins/claude/skills/solve 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 --- # solve ## When to Use Use this skill when you need route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via continue. Routing sugar over the two MCP verbs — no logic lives here. 1. Call `acc_act(runtime="solve", input="<the goal>")`. 2. If the result is **final**: surface the answer, the `commitment` id, and the cited `[ids]`. 3. If the result is a **brain_frame**: it is YOUR deliberation turn — the frame is typed (which hole, what was retrieved, what is predicted). Reason over it, then submit via `acc_act(runtime="continue", input={"frame_id": ..., "submit_token": ..., "proposal_text": ...})`.
