agent-crm: Skill for Claude Code

.agents/skills/solve-business-goal/SKILL.md

solve-business-goal is a skill for Claude Code from khaoss85/agent-crm. It costs 155 tokens per session (3,484 once invoked), scanned A, original, MIT.

A guided workflow for turning a customer relationship management or Customer Hub objective into an Accordo implementation. It first inspects what the project already contains, then plans, builds, verifies and reports the result.

In plain words
What is it for?
Use it for objectives such as building a custom CRM, a Customer Hub, a policy-controlled Smart CRM, or a process connecting customer data and CRM. It helps choose or create packages and produce checked-in, verified source code.
Why use it?
It prevents the agent from assuming that undocumented packages, capabilities or providers exist. It also exposes limitations and requires evidence before treating the work as complete.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is khaoss85/agent-crm's own configuration. It tells Claude Code how to work on agent-crm itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-crm configures →

Part of the accordo plugin — 12 skills, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to khaoss85/agent-crm. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/khaoss85/agent-crm/main/.agents/skills/solve-business-goal/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/khaoss85/agent-crm

Made for: Claude Code.

Or install accordo, the plugin that ships this one along with the rest of its 12 skills, 1 MCP server.

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 solve-business-goal

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaoss85/agent-crm/solve-business-goal/github.svg)](https://agentmods.dev/skills/khaoss85/agent-crm/solve-business-goal)
Your own site
<a href="https://agentmods.dev/skills/khaoss85/agent-crm/solve-business-goal"><img src="https://agentmods.dev/badge/skills/khaoss85/agent-crm/solve-business-goal/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for solve-business-goal

Your own site · 80×15
<a href="https://agentmods.dev/skills/khaoss85/agent-crm/solve-business-goal"><img src="https://agentmods.dev/badge/skills/khaoss85/agent-crm/solve-business-goal.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 155 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,484 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.00155 $0.03484
Opus 5 $0.00077 $0.01742
Sonnet 5 $0.00031 $0.00697
Haiku 4.5 $0.00015 $0.00348

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

Security

Grade A, and why

solve-business-goal 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 3d 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.

.agents/skills/solve-business-goal/SKILL.md · 182 lines

How it starts

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

Orient yourself first

npm run crm -- app inspect --json

Read valid, then problems[], then limitations[], in that order. Every problem is fixed or reported before anything is built on top of it, and every limitation is a hard boundary on what you may claim. Then read packages[], capabilities[], resources[], actions[], policies[] and providers[]: that list is what exists. A capability absent from the report does not exist, whatever a record name, a label or a document suggests.

If the repository documents this skill names are absent, you are in a project built from this framework rather than in the framework itself. The inspection report is then the source of truth and those documents are optional background — do not guess at their contents, and do not assume a path exists because this skill names it.

Background, where they exist: docs/strategy/OBJECTIVE_DRIVEN_AGENT_EXPERIENCE.md, docs/PROJECT_STATUS.md, docs/benchmarks/CRM_JTBD_MATRIX.md and docs/PACKAGE_AUTHORING.md, with the worked example in docs/strategy/OBJECTIVE_DRIVEN_FUNNEL_EXAMPLE.md. They are the deeper source for the steps below, not a prerequisite for them — the steps stand on their own.

This workflow is usable today, including where capabilities are missing — because reporting a gap honestly is part of the deliverable, not a failure of it.

1. Restate the goal before touching anything

  1. Restate the business outcome in one sentence and confirm it.
  2. Name the primary metric. A goal with no metric cannot be verified in step 8 — ask for one rather than inventing it.
  3. Name the scope, the constraints and the sensitive-action boundaries.

2. Discover what actually exists

Read, do not assume — and read whichever of these the project actually has: AGENTS.md · docs/PROJECT_STATUS.md · docs/QUALITY_GATES.md · the JTBD matrix · docs/PACKAGE_AUTHORING.md · the composition file packages/domains/generated/index.js · each package's README. In a project built from this framework most of those are absent; the report below is then the whole of your discovery, and a document you cannot open is never a document you may summarise.

Read the full file on GitHub · 182 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. 3d ago Changed · +10 tokens per session 1f966bcc7eee
  2. 11d ago First seen · 182 lines · 145 tokens per session scan A b8021fb7f356

Subscribe to this mod's changes

solve-business-goal is a skill published in the GitHub repository khaoss85/agent-crm (2 stars, last pushed yesterday), licensed MIT. It adds 155 tokens to every session and 3,484 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

flowai-live-dashboard-template

Team-management dashboard skill in the FlowAI aesthetic — three tabs (Team Members, Team Details, Activity Log), KPI stat row, member table, role distribution bar chart, online presence and activity sparklines, and a top-contributors panel, all in a single self-contained HTML file with light/dark theming, hoverable…

nexu-io/open-design · 114 tokens

weekly-update

OpenDesign's weekly metrics standup: this week's numbers, the one anomaly, and the single decision it forces. Built as a decision-grade data & finance deck for ops & growth team.

nexu-io/open-design · 41 tokens

code-import

Read an existing repository's structure into the project cwd as a normalised snapshot the agent can analyse without re-walking the tree on every turn.

nexu-io/open-design · 32 tokens

pm-spec

A product-specification page skill for documenting a feature's problem, goals, user stories, success measures, rollout plan, and open questions. A PRD is a document that explains what a product feature should achieve and why.

nexu-io/open-design · 59 tokens

team-okrs

OKR tracker page — quarter banner, three objectives with their key results as progress bars, owner avatars, status pills, and a "this quarter at a glance" sidebar. Use when the brief mentions "OKRs", "key results", "objectives", or "目标".

nexu-io/open-design · 62 tokens

huashu-keynote-black

OpenDesign's all-hands: the year in review, the three priorities, and what every team owns next quarter. Built as a decision-grade corporate strategy deck for whole company.

nexu-io/open-design · 43 tokens