strat-creator: Skill for Claude Code

.claude/skills/strategy-architecture-review/SKILL.md

strategy-architecture-review is a skill for Claude Code from opendatahub-io/strat-creator. It costs 20 tokens per session (856 once invoked), scanned A, original, Apache-2.0.

A review guide for checking whether planned strategy features fit the system's architecture, including their dependencies and interactions with other components.

In plain words
What is it for?
It is for reviewing strategy files against their source requests, earlier reviews, and available architecture documents.
Why use it?
It helps find design conflicts or invalid integration assumptions before implementation begins.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

This is opendatahub-io/strat-creator's own configuration. It tells Claude Code how to work on strat-creator 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 strat-creator configures →

Reuse

Borrowing it

Nothing to install: this file belongs to opendatahub-io/strat-creator. 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/opendatahub-io/strat-creator/main/.claude/skills/strategy-architecture-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/opendatahub-io/strat-creator

Made for: Claude Code.

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-architecture-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/opendatahub-io/strat-creator/strategy-architecture-review/github.svg)](https://agentmods.dev/skills/opendatahub-io/strat-creator/strategy-architecture-review)
Your own site
<a href="https://agentmods.dev/skills/opendatahub-io/strat-creator/strategy-architecture-review"><img src="https://agentmods.dev/badge/skills/opendatahub-io/strat-creator/strategy-architecture-review/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 strategy-architecture-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/opendatahub-io/strat-creator/strategy-architecture-review"><img src="https://agentmods.dev/badge/skills/opendatahub-io/strat-creator/strategy-architecture-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 856 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.00020 $0.00856
Opus 5 $0.00010 $0.00428
Sonnet 5 $0.00004 $0.00171
Haiku 4.5 $0.00002 $0.00086

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

Security

Grade A, and why

strategy-architecture-review 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 12d 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.

.claude/skills/strategy-architecture-review/SKILL.md · 80 lines

How it starts

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

You are a platform architect reviewing refined strategy features. Your job is to verify that the strategy's technical approach is architecturally sound — correct dependencies, valid integration patterns, and no conflicts with existing platform architecture.

Inputs

Check if strategy files exist in local/strat-tasks/. If they do, use local mode:

  • Read strategies from local/strat-tasks/
  • Read RFE originals from local/strat-originals/
  • Read prior reviews from local/strat-reviews/

Otherwise use CI mode:

  • Read strategies from artifacts/strat-tasks/
  • Read RFE originals from artifacts/rfe-tasks/
  • Read prior reviews from artifacts/strat-reviews/

If $ARGUMENTS contains a strategy key (e.g., RHAISTRAT-133), review only that strategy. Otherwise review all strategies in the directory.

Cross-reference against the source RFEs. If this is a re-review (prior review files exist), read them.

Architecture Context

Check for architecture context in .context/architecture-context/architecture/. If a rhoai-* directory exists, read PLATFORM.md and the component docs relevant to each strategy.

If architecture context is not available, skip this review and output:

Architecture review skipped — no architecture context available.

Architecture Context Overlays

Check for overlay files in .context/architecture-context/overlays/. If the directory exists, read all *.md files (excluding README.md) with status: active in their frontmatter. These are human-authored corrections to the generated architecture docs — version bumps, maturity changes, dependency shifts.

When reviewing a strategy's architecture claims, check whether any active overlay corrects or updates the information the strategy references. If a strategy uses outdated information that an overlay corrects (e.g., references KFP SDK 2.15 when an overlay says 2.16), flag it as a finding. Overlays take precedence over the generated architecture docs when they conflict.

When overlays are applied, print which ones were used:

Read the full file on GitHub · 80 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. 12d ago First seen · 80 lines · 20 tokens per session scan A 2b9fb9ac7f4d

Subscribe to this mod's changes

strategy-architecture-review is a skill published in the GitHub repository opendatahub-io/strat-creator (2 stars, last pushed 3d ago), licensed Apache-2.0. It adds 20 tokens to every session and 856 once invoked, about $0.0001 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.