shipjaw-ask

shipjaw-ask is a skill for Claude Code from XyDisorder/shipjaw. It costs 0 tokens per session (2,804 once invoked), scanned A, original, MIT.

A continuation workflow for existing Shipjaw TypeScript and Next.js apps with a documented knowledge base.

In plain words
What is it for?
Implementing the next phase, adding features, fixing bugs, refactoring code, and challenging important plans before coding.
Why use it?
It lets an agent quickly understand the current project and resume work without repeating the original setup investigation.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents; mentions AGENTS.md.

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is - [ ] ../shipjaw-build/scripts/run-gate.sh <root> [--with-e2e] — now also.

Good fit Implementing the next phase, adding features, fixing bugs, refactoring code, and challenging important plans before coding.

Compare 6 skills from other repositories ↓
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/XyDisorder/shipjaw
agentmods
npx agentmods add skills/xydisorder/shipjaw/shipjaw-ask

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 shipjaw-ask

README.md
[![agentmods](https://agentmods.dev/badge/skills/xydisorder/shipjaw/shipjaw-ask/github.svg)](https://agentmods.dev/skills/xydisorder/shipjaw/shipjaw-ask)
Your own site
<a href="https://agentmods.dev/skills/xydisorder/shipjaw/shipjaw-ask"><img src="https://agentmods.dev/badge/skills/xydisorder/shipjaw/shipjaw-ask/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 shipjaw-ask

Your own site · 80×15
<a href="https://agentmods.dev/skills/xydisorder/shipjaw/shipjaw-ask"><img src="https://agentmods.dev/badge/skills/xydisorder/shipjaw/shipjaw-ask.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,804 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.00000 $0.02804
Opus 5 $0.00000 $0.01402
Sonnet 5 $0.00000 $0.00561
Haiku 4.5 $0.00000 $0.00280

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

Security

Grade A, and why

shipjaw-ask 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.

.claude/skills/shipjaw-ask/SKILL.md · 197 lines

How it starts

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

shipjaw-ask

Continuation-only. Do not reload bootstrap discovery/architecture or the full shipjaw-build SKILL body. Trust project tooling + docs.

Challenge plans/choices (built-in — not slash-only)

Agents must challenge non-trivial plans and choices in this session (prefer a separate Task/subagent as Challenger). Do not wait for the user to type /shipjaw-challenge.

Before coding a new phase, new auth/persistence, primary UI, money/ authz, or any ADR/stack fork not forced by tech-choices.md:

  1. Ensure the phase (or ADR) exists.
  2. Built-in pass: Proposer ≤8 bullets → Challenger attacks (5 axes: product / business / tech / pragmatism / design). Prefer subagent; else same-session hard role flip. ≥1 Change/Defer or “no alternative + why”. No rubber-stamp.
  3. Apply plan edits; note pass in the phase Challenge section (built-in <date> is enough unless escalating).
  4. Only then implement.

Escalate to /shipjaw-challenge when the user asks, the plan stays unstable, or you want a durable challenge-report.md. Detail: ../shipjaw-build/references/challenge-built-in.md (open only if unsure).

Skip only for tiny fixes inside an already-challenged phase (cite prior).

Binding defaults (do not open principles unless conflict)

  1. State lives in committed documentation/ — update before done.
  2. Progressive disclosure — INDEX → handoff.md → ≤2 files; Grep + offset reads.
  3. Project owns conventions after bootstrap (tsconfig/eslint/CI/docs).
  4. Core User can… first; no Out-of-v1 / drive-by scope.
  5. Types / consts / helpers by ownership (domain / application / features/<f>/lib) — no grab-bag lib/utils.ts.
  6. Ports in application/ports/; wire in composition.ts; actions stay thin (validate → use-case → map errors).
  7. Bug ⇒ failing-then-passing regression test; never weaken tests to green.
  8. Gate once; stop after 2 failed fix attempts; ask the human.
  9. End every run by overwriting documentation/handoff.md (template ../shipjaw-build/templates/handoff.md) with next slash command.
  10. On doc↔code drift, stop and resolve (see below) — don’t invent.
  11. Challenge non-trivial plans/choices in-session (prefer Task/subagent); /shipjaw-challenge only for full report / escalate.
  12. Stamp lag: if scaffolded-with / adopted-with is behind the installed shipjaw-build/VERSION, tell the user once and prefer /shipjaw-upgrade before heavy product work (unless they insist on the feature now). Run ../shipjaw-build/scripts/changelog-since-stamp.sh <root> when explaining what changed.
  13. Session-size budget (no agent can trigger /compact itself — saying it early is the only lever): a request needing more than one phase is not one session — finish the current phase (gate + docs + handoff), then suggest /compact/fresh chat before starting the next phase, even if nothing failed. Chasing a non-gate bug past ~6 file reads without root cause → same reminder, before going deeper.

Read the full file on GitHub · 197 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. 2d ago Changed 174dd554364a
  2. 10d ago First seen · 197 lines · 0 tokens per session scan A 899c4a33f085

Subscribe to this mod's changes

shipjaw-ask is a skill published in the GitHub repository XyDisorder/shipjaw (2 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,804 tokens. 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.