vikasvardhanv

Jerry Skills — Development skill for Claude Code

Development community

Show which JERRY skills were injected into this session, why they were chosen, and what they cost.

How to install Jerry Skills

Installs to ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-skills/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-skills && curl -fsSL https://raw.githubusercontent.com/vikasvardhanv/jerry-plugin/HEAD/commands/jerry-skills.md -o ~/.claude/skills/vikasvardhanv-jerry-plugin-jerry-skills/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Jerry Skills does


description: Show which JERRY skills were injected into this session, why they were chosen, and what they cost.

Report the JERRY skill retrieval state for this session.

  1. Read ~/.jerry/sessions/$CLAUDE_SESSION_ID.json. If it does not exist, say that no JERRY retrieval has run in this session yet and stop — do not guess.
  2. From history[0] (the most recent turn), show a table of every candidate: name, author, similarity, score, injected (yes/no), tokens, and the reason fiel

Alternatives in Development

  • Portaljs Add Map — Render a GeoJSON dataset on an interactive Leaflet map in the Views section of a dataset's showcase 2.3k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Session Help — Show help for the session management system 1.2k ★

Full documentation available on GitHub

View Source Repository