accint-solve

accint-solve is a skill for Claude Code from Ghosteken/agent-harness. It costs 29 tokens per session (1,775 once invoked), scanned A, a copy of accint-solve, MIT.

A guide for creating paid advertising text, including headlines, descriptions, and main copy for platforms such as Google Ads, Meta, LinkedIn, and TikTok. It also covers preparing multiple versions for testing.

In plain words
What is it for?
Use it to draft new ad copy, revise existing ads, create structured sets of alternatives, and use results to guide the next version.
Why use it?
It helps organise ad-copy work around the platform, format, product, offer, and available performance data instead of producing unfocused variations.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

Part of the agent-harness plugin — 173 skills, 11 commands, 12 agents shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ghosteken/agent-harness/accint-solve
Any agent
npx skills add Ghosteken/agent-harness --skill accint-solve
Clone the repo
git clone --depth 1 https://github.com/Ghosteken/agent-harness

Made for: Claude Code.

Or install agent-harness, the plugin that ships this one along with the rest of its 173 skills, 11 commands, 12 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for accint-solve

README.md
[![agentmods](https://agentmods.dev/badge/skills/ghosteken/agent-harness/accint-solve.svg)](https://agentmods.dev/skills/ghosteken/agent-harness/accint-solve)
Your own site
<a href="https://agentmods.dev/skills/ghosteken/agent-harness/accint-solve"><img src="https://agentmods.dev/badge/skills/ghosteken/agent-harness/accint-solve.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,775 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.01775
Opus 5 $0.00015 $0.00888
Sonnet 5 $0.00006 $0.00355
Haiku 4.5 $0.00003 $0.00178

Measured 6d ago against content hash 3f03802c016a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

accint-solve scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to accint-solve — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

archive/skills-community/accint-solve/SKILL.md · 206 lines

How it starts

The opening of the file, as written. The whole thing — 206 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AccInt Solve

Overview

AccInt is a local-first MCP memory server for coding agents. It keeps a scored record of retrieved experience, open commitments, continuation frames, and outcome feedback so the next agent run can build on what actually worked.

Use this skill when AccInt is already configured in the host as an MCP server. The skill adapts AccInt's public solve Claude skill into a host-agnostic workflow for Claude Code, Codex CLI, Cursor, Gemini CLI, OpenCode, and other agent runtimes that can call MCP tools.

When to Use This Skill

  • Use when starting non-trivial coding-agent work where prior decisions, debugging history, repo-specific habits, or maintainer feedback may matter.
  • Use when a task may require multiple attempts and you want an explicit commitment ID that can later receive a real outcome.
  • Use when AccInt returns a continuation frame and the agent must reason locally before submitting a proposal back to the memory loop.
  • Use after verification, merge, deployment, maintainer response, or other reality signal to close the commitment with an honest outcome.
  • Do not use when the host has no AccInt MCP tools configured; first install or configure AccInt, then rerun the workflow.

How It Works

Step 1: Confirm the AccInt MCP tools exist

Use the host's available MCP/tool list to confirm an AccInt server exposes the two verbs:

acc_retrieve(query)
acc_act(runtime, input)

If the host names the tools with a namespace prefix, use the equivalent AccInt MCP verbs. If neither verb is available, stop and ask the user to configure AccInt rather than inventing memory results.

Step 2: Retrieve before planning

Before a non-trivial step, retrieve relevant prior work:

{"query": "the concrete task or subtask you are about to perform"}

Read the returned memories and cite the [ids] you actually build on. Treat retrieved memories as evidence to consider, not as a substitute for inspecting the current repository, running tests, or checking live external state.

Read the full file on GitHub · 206 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 206 lines · 29 tokens per session scan A 3f03802c016a

Subscribe to this mod's changes

accint-solve is a skill published in the GitHub repository Ghosteken/agent-harness (2 stars, last pushed 2d ago), licensed MIT. It adds 29 tokens to every session and 1,775 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to accint-solve, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories