Development
Hook
Hooks
What r-skills runs automatically, and when. A hook is a command Claude Code fires at a fixed moment, without you asking for it.
Install
> /plugin marketplace add ab604/claude-code-r-skillsShips with r-skills. Installing the plugin gets these hooks.
What fires, and when
PreToolUse
- Matches
Bashnode "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/git-push-warn.js" - Matches
Writenode "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/doc-blocker.js" - Matches
Edit|Writenode "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/suggest-compact.js"
PreCompact
- Matches
*node "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/pre-compact.js"
SessionStart
Fires once when a session begins, and again after a context compaction. It is where a plugin sets up its environment, or restores state the compaction dropped.
- Matches
*node "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/session-start.js"
SessionEnd
- Matches
*node "${CLAUDE_PLUGIN_ROOT}/.claude/hooks/scripts/session-end.js"
Ships withr-skills
A curated collection of Claude Code configurations for modern R use. These skills, rules, commands, and agents help Claude Code understand R best practices and generate idiomatic, high-quality R code.
Get the whole plugin
Stats
189
Stars
26
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
4mo ago
Last commit
6mo ago
Created
Repo: ab604/claude-code-r-skills

