Jev Cold Start Prior — Testing skill for Claude Code
Can a TypeSafe Jev prior read from a README on day one predict which new agent-skill repos gain stars.
How to install Jev Cold Start Prior
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open zhuyansen/jev-cold-start-prior and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Jev Cold Start Prior does
Can a TypeSafe Jev prior read from a README on day one predict which new agent-skill repos gain stars? Zero-shot Jev ≈ a text model trained on ~150 labels; best used as a feature. Prospective test running.
Alternatives in Testing
- Gstack — 15,000+ Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release Manag 33.9k ★
- QA Start 335 ★
- Spec-Flow Quick Start — Get Spec-Flow running in your project in 5 minutes 80 ★
README
jev-cold-start-prior
**Can a TypeSafe Jev prior, read from a README on day one, tell which new agent-skill repos will gain stars — and how many labels does a trained model need to catch up?**
Two parts:
| part | status | what it answers |
|---|---|---|
| Retrospective proxy (this repo, results below) | done, n = 1,132 | Directional: does the day-one prior rank repos by later popularity, vs day-one metadata and vs a model trained on the same README text? |
| Prospective test (running in Agent Skills Hub's sync) | first outcomes 2026-10-02 | The clean version: prior vs star count at entry, 14-day outcome, no look-ahead |
Why a proxy
The obvious experiment — rebuild each repo's star count on the day we first saw it and 14 days later — can no longer be done after the fact:
- GitHub's
GET /repos/{owner}/{repo}/stargazersnow returns 404 for every repo, includingoctocat/Hello-World(authenticated, 2026-09-18). GraphQL returnsstargazerCountbut an emptystargazerslist. `src/jcp/stars.py` is the route we built for it. - Star-history services rebuild from GitHub's public event firehose; OSSInsight marks its own data severely degraded since 2026-05-01 (a repo with 157 stars shows 1).
So the retrospective target is **stars today, adjusted for how long each repo has existed**, and the strongest real baseline — the star count at entry — is missing. That baseline is exactly what the prospective part records.
Results (retrospective proxy)
**Sample**: every repo the Agent Skills Hub catalog first saw 16–75 days before 2026-09-18 that was created at most 14 days before being seen (genuinely new, not a backfill), has a README over 300 characters and fewer than 3,000 stars — **1,132 repos**, median 17.5 stars.
**Target**: `log1p(stars today)` residualised on `log(days since creation)`.
**Jev prior**: one `/alpha/decisions` call per repo (`typesafe/jev-1.13-20260917`, $0.085 total)
Related Skills
Typesafe Jev
Field notes, runnable scripts and an agent skill for TypeSafe Jev, the System One decision model. Measured eva
Cdpilot
Zero-dependency browser automation CLI. 70+ commands, 10 test assertions, smart commands (click/fill by text —
Reviewer Tester
You are reviewing one focused group of changed test files from a pull request for an automated pipeline. Your
Gtm Neurotest
Neural pre-test ad creatives with Meta Tribe v2 — predict brain response before spending money
Do It Skill
Claude Code skill: single-shot autonomous build pipeline (spec → plan → build → review → commit) with tiered r
Claude Gtm Skills
Ten Claude Agent Skills for cold email, LinkedIn, nurture sequences, and brand strategy. Not prompt templates:
Related Agents
Cold Verifier
Phase 11 cold verification agent that independently re-verifies CRITICAL and HIGH findings with zero prior con
Jev Worker
General repository worker for delegated tasks. Deliberately declares no model, so its model is chosen per disp
Cross Repo Scout
Searches sibling repos under .claude/project-registries.json sibling_repos[] for prior solutions. Local-first