spike

spike is a skill for Claude Code, Codex from furkangonel/cowrangler. It costs 17 tokens per session (2,294 once invoked), scanned A, original, MIT.

A time-limited investigation for answering one specific technical question before building production code. It ends with a documented recommendation and confidence level.

In plain words
What is it for?
Comparing implementation options, testing whether a third-party service supports a requirement, measuring an approach, and recording the decision for the next build step.
Why use it?
It reduces uncertainty when technical assumptions are untested, several approaches seem possible, or a library, API, or performance concern needs checking.

Skill for Claude CodeCodex

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

Good fit Comparing implementation options, testing whether a third-party service supports a requirement, measuring an approach, and recording the decision for the next build step.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/furkangonel/cowrangler/spike
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.

Any agent
npx skills add furkangonel/cowrangler --skill spike
Clone the repo
git clone --depth 1 https://github.com/furkangonel/cowrangler

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 spike

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/furkangonel/cowrangler/spike"><img src="https://agentmods.dev/badge/skills/furkangonel/cowrangler/spike.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,294 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00017 $0.02294
Opus 5 $0.00009 $0.01147
Sonnet 5 $0.00003 $0.00459
Haiku 4.5 $0.00002 $0.00229

Measured 8d ago against content hash 34252a208eb2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

spike scanned grade A with 1 finding 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 8d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s \
bundled_skills/software-development/spike/SKILL.md · 287 lines

How it starts

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

Technical Spike SOP

A spike is a time-boxed investigation that answers a specific technical question. It produces a recommendation and confidence level — not production code.

When to Use

  • A key technical assumption has never been tested
  • Two or more approaches look viable but their trade-offs are unclear
  • A third-party library or API needs to be evaluated before committing to it
  • Performance characteristics of an approach are unknown
  • Team estimate variance for a task is high (disagreement signals hidden uncertainty)
  • User says "I'm not sure if X is possible" or "I need to investigate Y"

The Spike Process

1. QUESTION  →  2. TIME-BOX  →  3. INVESTIGATE  →  4. DOCUMENT  →  5. DECIDE

Phase 1 — Frame the Question

A good spike question is:

  • Specific: answerable with yes/no or a concrete recommendation
  • Bounded: does not expand into full implementation
  • Actionable: the answer changes what you build next

Good spike questions:

  • "Can we use Postgres full-text search for our query patterns, or do we need Elasticsearch?"
  • "Does the Stripe Connect API support split payments with our required fee model?"
  • "Can the existing auth middleware handle WebSocket connections, or does it need changes?"
  • "Will SQLite handle the concurrent write volume our gateway requires?"

Bad spike questions (too vague):

  • "How should we build the payment system?" → This is planning, not a spike
  • "Is React a good framework?" → Too broad, not actionable

Fill in before starting:

## Spike: [Short descriptive title]

**Question to answer:** [Single specific question]
**Why this matters:** [What decision does the answer unlock?]
**Time box:** [1h / 2h / 4h / 8h — pick one]
**Definition of done:** [What output proves the question is answered?]

Phase 2 — Time-Box Rules

Investigation depth Appropriate time box
Read docs + quick prototype 1–2 hours
Build minimal proof-of-concept 4 hours
Benchmark two approaches 4–8 hours
Evaluate multiple vendors 8 hours max

Read the full file on GitHub · 287 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. 8d ago First seen · 287 lines · 17 tokens per session scan A 34252a208eb2

Subscribe to this mod's changes

spike is a skill published in the GitHub repository furkangonel/cowrangler (2 stars, last pushed yesterday), licensed MIT. It adds 17 tokens to every session and 2,294 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

officecli-word-form

Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…

iOfficeAI/OfficeCLI · 224 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens

datamol

Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters…

synthetic-sciences/openscience · 67 tokens

clinicaltrials-database

Query ClinicalTrials.gov via API v2. Search trials by condition, drug, location, status, or phase. Retrieve trial details by NCT ID, export data, for clinical research and patient matching.

synthetic-sciences/openscience · 47 tokens

session-investigator

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…

evalstate/fast-agent · 68 tokens

esm

Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…

synthetic-sciences/openscience · 86 tokens