focus_evaluator

An evaluation dashboard for tracking progress across personal focus areas using scores, trends, and activity signals.

In plain words
What is it for?
Use it to review overall status, study score history, inspect engagement signals, and compare focus areas.
Why use it?
It brings scattered evidence of progress into one view and helps reveal when an area is improving, slowing down, or drifting.

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

Made for: Claude Code, Codex.

Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 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.00032 $0.00576
Opus 5 $0.00016 $0.00288
Sonnet 5 $0.00006 $0.00115
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

focus_evaluator 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 6 executable files (executors/compare.js, executors/dashboard.js, executors/drift_scan.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/focus_evaluator/SKILL.md · 46 lines

How it starts

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

Focus area evaluation dashboard: assessment trends, behavioral engagement signals, drift detection, structured evaluation findings, and cross-area comparison for the Team Leader.

Tool Reference

enso_focus_evaluator_dashboard (primary)

Load the focus evaluation dashboard showing all focus areas with assessment scores, trends, drift status, and engagement signals. Use when the user says: 'show focus dashboard', 'evaluation overview', 'how are my focus areas doing', 'focus area status', 'assessment dashboard'.

enso_focus_evaluator_trend_analysis

Show assessment trend analysis for a specific focus area: historical scores chart, velocity, acceleration, projected progress, and cycle statistics. Use when the user says: 'show trends for', 'assessment history', 'how is progress trending', 'score trajectory'.

Parameters:

  • focusId (string): Focus area ID to analyze trends for

enso_focus_evaluator_signal_scan

Collect and display behavioral engagement signals for a focus area: cortex growth, app engagement, git velocity, content creation, conversation depth, and deliverable activation scores. Use when the user says: 'check engagement signals', 'behavioral signals', 'how engaged am I with', 'activity signals'.

Parameters:

  • focusId (string): Focus area ID to scan signals for
  • periodDays (number): Number of days to look back (default: 14)

enso_focus_evaluator_drift_scan

Run drift detection across all focus areas. Identifies stalling, regressing, disengaged, accelerating, or confidence-drop patterns. Returns alerts with severity and suggested actions. Use when the user says: 'check for drift', 'any focus areas stalling', 'drift detection', 'are any areas stuck', 'focus area health check'.

enso_focus_evaluator_evaluation_report

Generate a structured evaluation report for a focus area: key findings categorized as strengths/gaps/risks/opportunities, quantitative metrics, and delta from previous evaluation. Use when the user says: 'evaluate focus area', 'focus evaluation report', 'assessment report for', 'structured evaluation'.

Read the full file on GitHub · 46 lines

Files

What ships with it

8 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 · 46 lines · 32 tokens per session scan A d99954d83b44

Subscribe to this mod's changes

focus_evaluator is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 576 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