portal-cli-deps

portal-cli-deps is a skill for Claude Code, Codex from BlueWaterCorp/RiskModels_API. It costs 58 tokens per session (363 once invoked), scanned A, original, Apache-2.0.

A guide for fixing dependency and TypeScript setup when a Next.js project contains a separate command-line tool. It covers either installing the tool’s packages at the project root or excluding its code from the root type check.

In plain words
What is it for?
Use it when a Vercel build reports missing modules in cli/src, when changing cli/package.json, or when adjusting strict TypeScript settings for Commander.
Why use it?
It prevents local builds from passing while Vercel or continuous integration fails because only the root package files are installed or checked.

Skill for Claude CodeCodex

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/bluewatercorp/riskmodels_api/portal-cli-deps
Any agent
npx skills add BlueWaterCorp/RiskModels_API --skill portal-cli-deps
Clone the repo
git clone --depth 1 https://github.com/BlueWaterCorp/RiskModels_API

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 portal-cli-deps

README.md
[![agentmods](https://agentmods.dev/badge/skills/bluewatercorp/riskmodels_api/portal-cli-deps.svg)](https://agentmods.dev/skills/bluewatercorp/riskmodels_api/portal-cli-deps)
Your own site
<a href="https://agentmods.dev/skills/bluewatercorp/riskmodels_api/portal-cli-deps"><img src="https://agentmods.dev/badge/skills/bluewatercorp/riskmodels_api/portal-cli-deps.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 363 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.00058 $0.00363
Opus 5 $0.00029 $0.00181
Sonnet 5 $0.00012 $0.00073
Haiku 4.5 $0.00006 $0.00036

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

Security

Grade A, and why

portal-cli-deps 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 5d 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/portal-cli-deps/SKILL.md · 27 lines

What it actually says

Portal + CLI dependency layout (RiskModels_API)

Problem

  • next build at the repo root typechecks cli/src (root tsconfig includes **/*.ts).
  • Vercel only runs npm ci at the root; cli/package.json is not installed unless you add a separate step.

So imports like inquirer that exist only in cli/package.json can work in a mixed local setup but fail on Vercel with “Cannot find module”.

Fix (pick one)

  1. Mirror deps on the root — Add the same runtime packages to root package.json as in cli/package.json, add @types/* to root devDependencies if needed, run npm install, commit package-lock.json.
  2. Stop typechecking CLI from Nextexclude: ["cli"] (or narrow include) in root tsconfig.json, and typecheck the CLI only via cli/’s own npm run build in CI.

Commander typing

Do not use cmd.optsWithGlobals<{…}>() under strict TS; cast: (cmd.optsWithGlobals() as { json?: boolean }).

Canonical write-up

See “Next.js portal + cli/ (Vercel builds)” in AGENTS.md.

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. 5d ago First seen · 27 lines · 58 tokens per session scan A 8679485ab15e

Subscribe to this mod's changes

portal-cli-deps is a skill published in the GitHub repository BlueWaterCorp/RiskModels_API (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 58 tokens to every session and 363 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

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens