socratiskill
01Plugin Claude Code
Socratiskill — adaptive socratic mentor plugin for Claude Code.
Plugin Claude Code
Socratiskill — adaptive socratic mentor plugin for Claude Code.
Plugin Claude Code
Adaptive socratic mentor for Claude Code — teaches you to code instead of coding for you. 5 user levels, hint escalation, spaced repetition, Feynman mode, and an immersive mode that hard-blocks the agent from writing code so you keep your own skills.
Hook
Runs when you submit a prompt, before the agent sees it, executing hook-pre-prompt.sh via bash. From VicBa2000/socratiskill.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit, NotebookEdit, Bash, Agent and Task tool calls, executing hook-pre-tool.sh via bash. From VicBa2000/socratiskill.
Hook
Runs when the agent finishes a response, executing hook-post-turn.sh via bash. From VicBa2000/socratiskill.
Skill Claude CodeCodex
Hello-world probe for the Socratiskill plugin. Invoked by the user as /socratic-ping to verify the plugin is installed and can read the user's socratic profile.
Skill Claude CodeCodex
Adaptive socratic mentor entry point. Invoked as /socratiskill:socratic to view the current pedagogical profile, change level/mode, or inspect which rules are active. For automatic per-turn injection, the plugin's UserPromptSubmit hook handles it outside this skill.