alpharank_roadmap

A roadmap and progress tracker for the AlphaRank quantitative project, a project that researches data-driven investment strategies.

In plain words
What is it for?
Use it to review the roadmap, update phase status, complete milestones, inspect project metrics, and manage the technology checklist and risk register.
Why use it?
It keeps phases, milestones, technical setup, measurements, and known risks visible in one place.

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/proxy2021/enso/alpharank_roadmap
Any agent
npx skills add Proxy2021/Enso --skill alpharank_roadmap
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 501 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 $0.00037 $0.00501
Opus 5 $0.00018 $0.00251
Sonnet 5 $0.00007 $0.00100
Haiku 4.5 $0.00004 $0.00050

Measured 2d ago against content hash 9becdcfeba7e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

alpharank_roadmap 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.

The scan reads SKILL.md. This mod also ships 5 executable files (executors/overview.js, executors/toggle_milestone.js, executors/toggle_tech.js, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

server/apps/alpharank_roadmap/SKILL.md · 44 lines

What it actually says

Interactive development roadmap and progress tracker for the AlphaRank quant project. Shows phases, milestones, metrics, tech stack, and risk register with persistent state.

Tool Reference

enso_alpharank_roadmap_overview (primary)

Show the full AlphaRank development roadmap with phase cards, metrics dashboard, tech stack checklist, and risk register. Use when the user says: 'show AlphaRank roadmap', 'open roadmap', 'AlphaRank progress', 'show development tracker'.

enso_alpharank_roadmap_update_phase

Update the status of a development phase. Use when the user says: 'start phase 1', 'mark foundation complete', 'update phase status'.

Parameters:

  • phaseId (string): Phase ID: foundation, alpha_research, portfolio, or production
  • status (string): New status: not_started, in_progress, or complete

enso_alpharank_roadmap_toggle_milestone

Toggle a milestone's completion status within a phase. Use when the user says: 'complete Qlib setup', 'mark milestone done', 'toggle milestone'.

Parameters:

  • phaseId (string): Phase ID: foundation, alpha_research, portfolio, or production
  • milestoneId (string): Milestone ID within the phase (e.g., qlib_setup, data_pipeline)

enso_alpharank_roadmap_toggle_tech

Toggle a technology stack item's readiness status. Use when the user says: 'mark Python ready', 'toggle Qlib', 'update tech stack'.

Parameters:

  • techId (string): Tech stack item ID: python, qlib, lightgbm, shap, fastapi, postgresql, or market_data

enso_alpharank_roadmap_update_metric

Update a key performance metric's current value. Use when the user says: 'update CAGR to 8%', 'set Sharpe ratio', 'update metrics'.

Parameters:

  • metricId (string): Metric ID: cagr, sharpe, max_dd, or ic
  • value (string): Current value as string (e.g., '8.2%', '0.85', 'N/A')
Files

What ships with it

7 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 First seen · 44 lines · 37 tokens per session scan A 9becdcfeba7e

Subscribe to this mod's changes

alpharank_roadmap is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 501 once invoked, about $0.0002 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