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.
Install / Use
npx skills add sickn33/agentic-awesome-skills --skill accint-solveInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Our assessment of accint-solve
accint-solve scores 78/100 on our quality scale, 1604th of 2,717 Development & Engineering skills we index.
Its SKILL.md is 2.0 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.
Maintenance, license and trust
- The repository was last updated 3 days ago, so accint-solve 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 foundOur 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-solve compared with similar skills
All 4 of these similar skills score higher than accint-solve; compare them before choosing.
| Skill | Score | Stars | Updated | Format |
|---|---|---|---|---|
| accint-solve (this skill)by sickn33 | 78 | 46.9k | 3d ago | SKILL.md |
| Agent-Reachby Panniantong | 100 | 85.7k | 12d ago | CLAUDE.md |
| ai-job-searchby MadsLorentzen | 100 | 44.1k | today | CLAUDE.md |
| claude-howtoby luongnv89 | 100 | 41.7k | 1d ago | CLAUDE.md |
| algorithmic-artby anthropics | 100 | 177.9k | 5d ago | SKILL.md |
Frequently asked questions
- How do I install accint-solve?
- Run
npx skills add sickn33/agentic-awesome-skills --skill accint-solve. The install tabs above show the steps for each supported agent. - Which AI agents does accint-solve 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-solve 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-solve still maintained?
- The repository was last updated 3 days ago, so accint-solve is actively maintained.
Skill content
View source on GitHubname: 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: critical 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.
- Call
acc_act(runtime="solve", input="<the goal>"). - If the result is final: surface the answer, the
commitmentid, and the cited[ids]. - 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": ...}). - End
proposal_textwithPREDICT: <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. - Never leave a received frame unresolved; never solo-derive outside the loop.
- Close the commitment honestly later with
acc_act(runtime="outcome", ...).
Example
User request:
Use @accint-solve for this task: Route a goal through acc's scored-memory loop via acc_act(runtime="solve"); deliberate any returned brain_frame and submit via 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
Agent-Reach
85.7kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ai-job-search
44.1kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.7kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
algorithmic-art
177.9kCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems.
Languages
Trust signals
From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.
