Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/sickn33/agentic-awesome-skills

Works with Git. The repository opens in your current directory.

🧠
AI EngineeringPython

Accint Solve

by sickn33

Routes a goal through acc's scored-memory loop using acc_act(runtime='solve'). Deliberates on returned brain frames and submits proposals. Ideal for agentic workflows requiring structured decision-making.

44.1K stars6.5K forksAdded 2026/07/19
agent-skillsagentic-skillsai-agent-skillsai-agentsai-codingai-workflowsantigravityantigravity-skillsclaude-codeclaude-code-skillscodex-clicodex-skillscursorcursor-skillsdeveloper-toolsgemini-cligemini-skillskiromcpskill-library

Documentation

README

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": ...}).
  4. 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.
  5. Never leave a received frame unresolved; never solo-derive outside the loop.
  6. Close the commitment honestly later with acc_act(runtime="outcome", ...).

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.

More from sickn33

Other Claude Code skills by this author in the directory.

🏗️
1w ago

Andruia Solutions Architect

Diagnoses new or existing AI project workspaces and defines an optimal technical roadmap in Spanish. Use at the start of a project for guidance on architecture and expert squad selection.
AI Engineering
+0%44.1K6.5K
🛡️
1w ago

License to Audit

Performs comprehensive security audits, threat modeling (STRIDE/PASTA), red/blue team analysis, OWASP checks, code review, incident response, and infrastructure security assessments.
DevOps
+0%44.1K6.5K
🔨
1w ago

Andru.ia Skill-Smith

Designs, drafts, and deploys new AI skills following the Diamond Standard, generating documentation and registry integrations. Use when you need to create or extend agentic capabilities in a structured repository.
AI Engineering
+0%44.1K6.5K
🧠
1w ago

Andru.ia Niche Intelligence

Analyzes a project's specific niche to inject domain knowledge, regulations, and industry standards. Use after the niche has been defined to ensure the product aligns with sector-specific expectations.
AI Engineering
+0%44.1K6.5K
🎞️
1w ago

2Slides PPT Generator

AI-powered presentation generation via the 2slides API: create slides from text or outline, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio.
Automation
+0%44.1K6.5K
🔮
1w ago

3D Web Experience

Guidance for building interactive 3D web experiences using Three.js, React Three Fiber, Spline, and WebGL. Covers product configurators, performance optimization, and scroll-driven animations.
Frontend
+0%44.1K6.5K