Complete AI TrainingYourJobSkills for your job

Skills / uncategorized

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.

new

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
  4. (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": ...}).

  5. End proposal_text with PREDICT: <0.00-1.00> <why>; acc strips that line before
  6. the owner sees it and uses it to calibrate the Work Model against later outcomes.

  7. Never leave a received frame unresolved; never solo-derive outside the loop.
  8. 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

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcemaxbaluev/accreted-intelligence
LicenseApache-2.0
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-07-01

Related skills

accesslint-diff

Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.

accesslint-scan

Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

accint-commitments

Triage acc's open promises and close them with honest real-world verdicts via acc_act(runtime="outcome").

accint-frames

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

ad-creative

Create, iterate, and scale paid ad creative for Google Ads, Meta, LinkedIn, TikTok, and similar platforms. Use when generating headlines, descriptions, primary text, or large sets of ad variations for testing and performance optimization.

adhx

Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author info, and engagement metrics. No scraping or browser required.