AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mentor

skill-smixs-mentor-mentor · by smixs

>

No reviews yet
0 installs
36 views
0.0% view→install

Install

$ agentstack add skill-smixs-mentor-mentor

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-smixs-mentor-mentor)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mentor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Mentor — /insights-style report on how you work with agents

Why this exists

Agents now do what juniors used to. But juniors became seniors by getting feedback from seniors. Give agents to juniors and fire the seniors, and nobody gets that feedback loop anymore. This skill is that loop: it reads your own local session history and hands back a single report — what you build, where you lose time, and concrete changes to get better. Effectiveness, not token-golf.

The deliverable is the rendered report.html file — always. The eight-section analysis is intermediate: it goes into analysis.json and gets rendered, never pasted into chat. A wall of analysis text in the reply is the failure this skill exists to fix. If you cannot run the scripts, say so plainly — do not substitute a text summary. Modeled on Claude Code's built-in /insights.

Agents

| Agent | arg | Logs | |---|---|---| | Claude Code | claude | ~/.claude/projects//.jsonl | | OpenAI Codex | codex | ~/.codex/sessions/**/rollout-*.jsonl (+ ~/.codex/archived_sessions/) | | both | both (default) | union of the two |

Workflow — build the report

  1. Collect every session in the window into one stats bundle (deterministic):

``bash uv run --no-project python ~/.claude/skills/mentor/scripts/collect.py \ --agent --days --out /tmp/mentor-stats.json ` Default --agent both --days 30. It writes stats.json` and prints a compact digest: headline numbers, tool mix, languages, projects, and every session's verbatim first prompt. Read that digest — it is your evidence.

  1. Analyze into eight sections. Read references/best-practices.md for the canon,

then write /tmp/mentor-analysis.json (schema in scripts/render_report.py header). Ground every claim in the digest (numbers, project names, prompt patterns). The eight sections, mirroring /insights:

  • whatyouwork_on — sessions clustered into themes, with rough share.
  • howyouuse — patterns: tool ratios (Bash/exec vs Read), languages, both-agent split, checkpoints.
  • impressive — real wins, handed back.
  • friction — where time leaks. Each: problem, evidence, concrete fix. This section earns the report.
  • featurestotry — existing features they under-use.
  • claudemdadditions — copy-paste CLAUDE.md lines that kill a recurring friction.
  • new_ways — new ways to use the agent(s).
  • onthehorizon — where the workflow is heading.

Also write a summary that does not flatter — name what is hindering them.

  1. Render the self-contained HTML:

``bash uv run --no-project python ~/.claude/skills/mentor/scripts/render_report.py \ --stats /tmp/mentor-stats.json --analysis /tmp/mentor-analysis.json \ --out ~/.claude/usage-data/mentor-report.html ``

  1. Deliver the file. Open or hand over ~/.claude/usage-data/mentor-report.html:

in Claude Code use SendUserFile with display render; in Codex or a shell, open it (open ) and print the path. Then add at most two spoken lines: the single highest-leverage fix. The report carries the detail; the chat does not repeat it.

Quick single-session mode (only on explicit request)

Only when the user explicitly points at ONE session ("разбери вот эту сессию"), skip collect/render and run the per-session digest, then give a short text read (TL;DR, what worked, what dragged down, one habit). Any "разбери мои сессии" / "/mentor" goes through the report pipeline above, not this.

uv run --no-project python ~/.claude/skills/mentor/scripts/digest.py  --agent 

Rules

  • The report.html is the answer. Never paste the eight sections as a chat message.
  • Analyze the process, not the code produced. Don't re-review what was built.
  • Evidence or it didn't happen — every section ties to the stats digest (numbers, projects, prompts). No generic advice.
  • Codex routes almost everything through one exec tool, so exec-heavy is normal there — judge read-before-edit, not tool name.
  • Some judgments are model-inferred (satisfaction, themes) — the report footer already flags this; don't overclaim.
  • Write the report content in the user's language, defaulting to English. Set the analysis lang field ("en" | "ru") so the static chrome matches. Keep prose clean, concrete, and free of AI-slop; for Russian, hold it to the humanizer-ru standard.
  • The friction section is the point. Each friction gets a concrete, copy-pasteable fix (a CLAUDE.md line, a hook, a habit).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.