Study Skill
Description
Claude Code skill for interactive learning with FSRS-6 spaced repetition, research agents, book catalog, ADHD-aware sessions, and domain-specific visualization
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
study
An Agent Skills-compatible study tutor for structured, interactive learning with spaced repetition.
The active agent teaches concepts through notes and guides you through exercises you implement yourself, with FSRS-based review scheduling, optional research integrations, PDF source material support, and restart-safe session state.
Quick Start
Install the full skill folder for your agent:
Claude Code:
mkdir -p ~/.claude/skills cp -R study/ ~/.claude/skills/study/Codex:
mkdir -p ~/.agents/skills cp -R study/ ~/.agents/skills/study/Hermes:
mkdir -p ~/.hermes/skills cp -R study/ ~/.hermes/skills/study/Build the FSRS scheduler:
cd /scripts/fsrs go build -o fsrs ./cmd/fsrs/Start learning:
/study init "Go concurrency" /study startIn Codex, explicitly mention the skill if needed:
$study study init "Go concurrency"
Prerequisites
Required
- An Agent Skills-compatible client such as Claude Code, Codex, Hermes, Cline, or OpenCode
- Go 1.22+ — to build the FSRS spaced repetition binary
- Python 3.11+ and uv — for the book catalog builder (only needed if you use
study catalog)
Recommended
These enhance the experience but aren't required:
| Plugin/Skill | What it enables | Install |
|---|---|---|
| SciAgent-Skills | Curated bioinformatics and life science skills — domain-aware lessons, parameter tables, troubleshooting, exercise verification for scientific topics | Install from that project's current agent-specific instructions |
| context7 | Live framework/library documentation in lessons | Install through your agent's MCP/plugin mechanism |
| Playwright | Browser preview for visual diagrams | Install through your agent's MCP/plugin mechanism |
| [visual-explainer](https://github.com/nic |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11