oc-stack-forge

oc-stack-forge is a skill for Claude Code from asfbay-bit/opchain-skills. It costs 70 tokens per session (6,689 once invoked), scanned A, original, Apache-2.0.

A decision aid for choosing a software technology stack—the programming languages, frameworks, hosting, and services used to build an application. It supports platforms and frameworks such as Cloudflare Workers, Vercel, AWS, Supabase, Rails, Django, Go, and Rust.

In plain words
What is it for?
Use it to compare technologies, choose a stack, plan project structure, scaffold applications, and break feature requests into implementation sprints.
Why use it?
It helps turn a product idea or feature request into a suitable technical approach and project structure, with attention to type safety and the chosen stack.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is import { dispatchMobile } from "../../src/lib/pack-dispatch.js";.

Part of the opchain plugin — 33 skills, 12 commands, 3 hooks shipped together

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/asfbay-bit/opchain-skills
agentmods
npx agentmods add skills/asfbay-bit/opchain-skills/oc-stack-forge

Made for: Claude Code.

Or install opchain, the plugin that ships this one along with the rest of its 33 skills, 12 commands, 3 hooks.

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 oc-stack-forge

README.md
[![agentmods](https://agentmods.dev/badge/skills/asfbay-bit/opchain-skills/oc-stack-forge.svg)](https://agentmods.dev/skills/asfbay-bit/opchain-skills/oc-stack-forge)
Your own site
<a href="https://agentmods.dev/skills/asfbay-bit/opchain-skills/oc-stack-forge"><img src="https://agentmods.dev/badge/skills/asfbay-bit/opchain-skills/oc-stack-forge.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,689 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.00070 $0.06689
Opus 5 $0.00035 $0.03344
Sonnet 5 $0.00014 $0.01338
Haiku 4.5 $0.00007 $0.00669

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

Security

Grade A, and why

oc-stack-forge 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 2d 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.

plugins/opchain/skills/oc-stack-forge/SKILL.md · 580 lines

How it starts

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

Stack Forge

On first invocation, read references/orchestrator.md and follow its welcome protocol.

Opinionated stack advisor that helps you pick the right tools and enforces type safety across whatever stack you choose. Auto-invoked by oc-app-architect during Phase 2 — you don't call it separately for new projects.

Works with any stack: Cloudflare Workers, Vercel/Next.js, AWS Lambda, Supabase, Rails, Django, Go, Rust — the decision framework is universal. The implementation patterns are stack-specific, loaded from reference docs at runtime.

How This Skill Fits the Build Pipeline

APP-ARCHITECT (planning)                TRI-DEV (building)
  Phase 2: Spec ──auto-calls──▶ oc-stack-forge decision tree
  Phase 5: Scaffold ──auto-calls──▶ oc-stack-forge project structure
                                         │
  Feature request ───────────────────────▶ /oc-feature → sprint decomposition
                                         │
                                   Planner reads feature-decomposition
                                   Generator reads stack-specific patterns
                                   Evaluator reads per-layer criteria

App-architect auto-invokes oc-stack-forge — when Phase 2 starts, oc-stack-forge's decision tree runs automatically to generate 01-tech-stack.md and 02-architecture.md. The user doesn't need to call /oc-stack-forge separately. Stack-forge reads the discovery interview results and recommends the best stack for the project's requirements.

App-architect Phase 6 uses oc-stack-forge for stack-ordered sprint decomposition regardless of stack choice.


/oc-stack-forge — Command Reference

STACK FORGE COMMANDS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  STACK SELECTION
  /oc-stack-decide     Run the full stack decision tree
  /oc-stack-compare    Compare 2-3 specific stack options side by side

  PATTERNS
  /typed-pipeline   Set up type chain for the selected stack
  /testing          Configure testing pyramid for the stack
  /oc-deploy           Deployment patterns for the selected platform
  /errors           Error handling + logging patterns
  /ci               CI pipeline for the stack

  TRI-DEV INTEGRATION
  /oc-feature          Decompose a feature into stack-ordered sprints

  SESSION
  /checkpoint       Show checkpoint status
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Read the full file on GitHub · 580 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · +19 lines 046415183b95
  2. 5d ago First seen · 561 lines · 70 tokens per session scan A 25c6c127d064

Subscribe to this mod's changes

oc-stack-forge is a skill published in the GitHub repository asfbay-bit/opchain-skills (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 70 tokens to every session and 6,689 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens