business-context

business-context is a skill for Claude Code, Codex from NOMARJ/sigil. It costs 66 tokens per session (643 once invoked), scanned A, original, Apache-2.0.

A project-context skill for business and growth work. It reads files such as SOLUTION.md and BUSINESS-CONTEXT.md to identify the product, customers, market approach, and constraints.

In plain words
What is it for?
Use it before growth or business-strategy tasks that need product identity, target buyers, brand voice, go-to-market details, or project constraints.
Why use it?
It gives other business-related tools consistent information about the project instead of making them rely on guesses or repeated explanations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it before growth or business-strategy tasks that need product identity, target…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nomarj/sigil/business-context
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.

Any agent
npx skills add NOMARJ/sigil --skill business-context
Clone the repo
git clone --depth 1 https://github.com/NOMARJ/sigil

Made for: Claude Code, Codex.

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 business-context

README.md
[![agentmods](https://agentmods.dev/badge/skills/nomarj/sigil/business-context.svg)](https://agentmods.dev/skills/nomarj/sigil/business-context)
Your own site
<a href="https://agentmods.dev/skills/nomarj/sigil/business-context"><img src="https://agentmods.dev/badge/skills/nomarj/sigil/business-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 643 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.00066 $0.00643
Opus 5 $0.00033 $0.00321
Sonnet 5 $0.00013 $0.00129
Haiku 4.5 $0.00007 $0.00064

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

Security

Grade A, and why

business-context 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.

packs/business/skills/growth/business-context/SKILL.md · 73 lines

How it starts

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

Business Context — Foundation Skill

You are the foundation layer. Every growth and business-strategy skill invokes you first.

What you do

  1. Find and read the project's SOLUTION.md (primary context)
  2. Identify the target product from the user's request
  3. Read .nomark/gtm/<product>.md if it exists (GTM supplement)
  4. Fall back to BUSINESS-CONTEXT.md if no SOLUTION.md found (portfolio level)
  5. Return a compact context summary for use by the calling skill

Context search order

1. SOLUTION.md        ← per-project, highest priority
2. .nomark/gtm/<product>.md  ← GTM specifics
3. BUSINESS-CONTEXT.md       ← portfolio-level fallback
4. User input                ← last resort

Context summary format

Project: <name>
Product: <product name from SOLUTION.md Part I or BUSINESS-CONTEXT.md>
Stage: <status from SOLUTION.md or inferred>
Motion: <primary GTM motion>
Buyer: <specific buyer description>
Channel: <primary channel>
Core message: <one sentence>
Brand voice: <from BUSINESS-CONTEXT.md or SOLUTION.md>
Constraints: <from SOLUTION.md Part VI or BUSINESS-CONTEXT.md>
Fixed specs: <non-negotiable items from SOLUTION.md Part II>
Variable specs: <open questions / assumptions still being tested>
Context source: SOLUTION.md / BUSINESS-CONTEXT.md / user-provided
GTM spec: [present / not yet created]

If SOLUTION.md doesn't exist

Check for BUSINESS-CONTEXT.md. If found, extract the relevant product section and flag: "No SOLUTION.md for this project. Using portfolio-level context from BUSINESS-CONTEXT.md. For sharper results, create a SOLUTION.md — I can generate one from what you tell me."

If neither exists

Tell the user: "No project context found. I need to know what you're building before running growth work. Give me a quick summary and I'll load context from that — or I can generate a SOLUTION.md template for you to fill in."

If GTM spec doesn't exist for this product

Return the context from SOLUTION.md / BUSINESS-CONTEXT.md and flag: "No GTM spec for . Recommend running /growth:gtm <product> before executing. Proceeding with available context only."

Read the full file on GitHub · 73 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 · 73 lines · 66 tokens per session scan A e0388a0a9827

Subscribe to this mod's changes

business-context is a skill published in the GitHub repository NOMARJ/sigil (5 stars, last pushed yesterday), licensed Apache-2.0. It adds 66 tokens to every session and 643 once invoked, about $0.0003 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

sftp-cc

A natural-language SFTP tool for uploading local project files to a remote server. SFTP is a secure way to transfer files, and this tool supports incremental uploads, private-key binding, and permission fixes.

toohamster/sftp-cc · 41 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

devtools-event-client

Create typed EventClient for a library. Define event maps with typed payloads, pluginId auto-prepend namespacing, emit()/on()/onAll()/onAllPluginEvents() API. Connection lifecycle (5 retries, 300ms), event queuing, enabled/disabled state, SSR fallbacks, singleton pattern. Unique pluginId requirement to avoid event…

TanStack/devtools · 79 tokens

jk

Jenkins CLI for controllers. Use when users need to manage jobs, pipelines, config.xml, runs, logs, artifacts, credentials, nodes, or queues in Jenkins. Triggers include "jenkins", "jk", "pipeline", "build", "job create", "job config", "config.xml", "run logs", "jenkins credentials", "jenkins node".

avivsinai/jenkins-cli · 78 tokens

assess-patch-risk

Assess an immutable patch artifact's program impact, regression risk, and auto-merge eligibility. Use for generated patch files, provider pull-request diffs, or commit ranges when reviewers need evidence about affected runtime paths, contracts, tests, and recoverability. This skill is read-only and does not generate…

bex-co/bex-security · 77 tokens

shepherd-start

Open a focused investigation session for one bug: pull its full tracker detail, load past lessons and triage history, and produce an investigation plan. Use when starting work on a single ticket, after /shepherd-sync has built the backlog.

mshadmanrahman/pm-pilot · 52 tokens