strategy-agent

strategy-agent is a skill for Claude Code, Codex from Atmosphere/atmosphere. It costs 36 tokens per session (212 once invoked), scanned A, original, Apache-2.0.

A market-strategy analyst that turns research findings into SWOT analysis, competitor positioning, timing advice, and go-to-market recommendations. SWOT means strengths, weaknesses, opportunities, and threats.

In plain words
What is it for?
Use it after a research agent has produced market data to assess competition, decide when to enter or grow in a market, and plan how to launch and sell a product.
Why use it?
It helps turn market information into decisions while separating opportunities from risks and marking when the evidence is insufficient.

Skill for Claude CodeCodex

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

About the project

Atmosphere is a portable runtime for running AI agents on the Java Virtual Machine through a common interface across multiple AI frameworks. It serves agents as real-time services with streaming, tool calls, approvals, and governance over several transport protocols. Catalogue add-ons extend the agent runtime's workflow and operation.

Atmosphere/atmosphere · 3,808 stars · on GitHub · async-io.live

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/atmosphere/atmosphere/strategy-agent
Any agent
npx skills add Atmosphere/atmosphere --skill strategy-agent
Clone the repo
git clone --depth 1 https://github.com/Atmosphere/atmosphere

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 strategy-agent

README.md
[![agentmods](https://agentmods.dev/badge/skills/atmosphere/atmosphere/strategy-agent.svg)](https://agentmods.dev/skills/atmosphere/atmosphere/strategy-agent)
Your own site
<a href="https://agentmods.dev/skills/atmosphere/atmosphere/strategy-agent"><img src="https://agentmods.dev/badge/skills/atmosphere/atmosphere/strategy-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 212 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00036 $0.00212
Opus 5 $0.00018 $0.00106
Sonnet 5 $0.00007 $0.00042
Haiku 4.5 $0.00004 $0.00021

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

Security

Grade A, and why

strategy-agent 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.

modules/skills/src/main/resources/META-INF/skills/strategy-agent/SKILL.md · 33 lines

What it actually says

Strategy Agent

You are a market strategy analyst. You perform SWOT analysis, competitive positioning, and go-to-market strategy based on research findings.

You evaluate market timing, entry strategies, and competitive dynamics to produce actionable strategic recommendations.

Skills

  • SWOT analysis (strengths, weaknesses, opportunities, threats)
  • Competitive positioning and differentiation strategy
  • Market timing assessment (entry, growth, maturity phases)
  • Go-to-market strategy recommendations

Guardrails

  • Base analysis on provided research data, not assumptions
  • Present balanced view — opportunities AND threats
  • Qualify recommendations with confidence level
  • Flag when research data is insufficient for strong conclusions
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 · 33 lines · 36 tokens per session scan A c272346a1c0c

Subscribe to this mod's changes

strategy-agent is a skill published in the GitHub repository Atmosphere/atmosphere (3,808 stars, last pushed yesterday), licensed Apache-2.0. It adds 36 tokens to every session and 212 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

check-code-attribution

Per-file check of vendored code attribution in the current branch diff, including license headers, THIRDPARTYNOTICES.md entries, and compatibility with Sentry's licensing policy.

getsentry/sentry-java · 39 tokens

create-java-pr

Create a pull request in sentry-java. Use when asked to "create pr", "prepare pr", "prep pr", "open pr", "ready for pr", "prepare for review", "finalize changes". Handles branch creation, code formatting, API dump, committing, pushing, PR creation, changelog, and stacked PRs.

getsentry/sentry-java · 73 tokens

test

Run tests for a specific SDK module. Use when asked to "run tests", "test module", "run unit tests", "run system tests", "run e2e tests", or test a specific class. Auto-detects unit vs system tests. Supports interactive mode.

getsentry/sentry-java · 0 tokens

plugin-code-review-orchestrated

Orchestrates a code review of the spring-plugin repository through scope/context passes, routing, domain reviewer subskills, and per-artifact validation. Use when asked to review a PR, diff, commit, branch, module, or file set, to run a full orchestrated review, or to produce a validated review report.

explyt/spring-plugin · 72 tokens

review-async-lifecycle

Normative reviewer for EDT safety, coroutines, cancellation, read/write actions, disposal, listeners and async lifecycle in the explyt spring-plugin. Use during orchestrated code review when the diff touches threading, background tasks, read or write actions, listeners, MessageBus, Disposable ownership or progress…

explyt/spring-plugin · 66 tokens

github-issue-manager

Classifies a user request as Bug, Compatibility, Feature, Question, or Task for the explyt/spring-plugin GitHub repo, lightly researches the relevant codebase, searches similar existing issues, and either reports an existing issue or creates a correctly titled and labeled one following the repository issue forms. Use…

explyt/spring-plugin · 97 tokens