npx claudepluginhub aliceisjustplaying/claude-resources-monorepoAutomatically saves plans from plan mode to your repo's .claude/plans/ directory with numbered filenames
Automatically detects handoff files and prompts Claude to continue previous work
A centralized repository for Claude Code extensions including skills, commands, scripts, and plugins.
| Component | Description |
|---|---|
| Skills | EPUB reader, PDF-to-Markdown converter, and axe (iOS Simulator control) |
| Plan Saver Plugin | Automatically saves plans from plan mode to project directories |
| Slash Commands | /latest-plan, /reflect, /handoff for workflow enhancement |
| Utility Scripts | Standalone scripts for plan management |
Install plugins using the official Claude Code plugin system:
# Add this repo as a marketplace
/plugin marketplace add aliceisjustplaying/claude-resources-monorepo
# Install plugins
/plugin install plan-saver@alice-marketplace
/plugin install handoff@alice-marketplace
Note: Skills (epub, pdf-to-markdown, axe) are not distributed via marketplaces. See "Installing Skills" below.
For developers who want everything, or to contribute:
git clone https://github.com/aliceisjustplaying/claude-resources-monorepo.git
cd claude-resources-monorepo
./setup.sh
This will:
~/.claude/skills/~/.claude/commands/~/.claude/scripts/~/.claude/plugins/~/.codex/skills/~/.codex/scripts/commands/*.md → ~/.codex/prompts/Skills must be copied or symlinked manually. Choose one:
Personal use (available in all your projects):
# Clone the repo, then symlink specific skills
ln -s /path/to/claude-code-skills-monorepo/skills/epub ~/.claude/skills/epub
ln -s /path/to/claude-code-skills-monorepo/skills/pdf-to-markdown ~/.claude/skills/pdf-to-markdown
ln -s /path/to/claude-code-skills-monorepo/skills/axe ~/.claude/skills/axe
# Codex (user-level)
ln -s /path/to/claude-code-skills-monorepo/skills/epub ~/.codex/skills/epub
ln -s /path/to/claude-code-skills-monorepo/skills/pdf-to-markdown ~/.codex/skills/pdf-to-markdown
ln -s /path/to/claude-code-skills-monorepo/skills/axe ~/.codex/skills/axe
Per-project (shared with collaborators via git):
# Copy a skill into your project
cp -r /path/to/claude-code-skills-monorepo/skills/epub .claude/skills/
git add .claude/skills/epub
git commit -m "Add epub skill"
Codex supports repo-local skills in
.codex/skills/if you prefer to check them into a project instead.
Automatically distributes plans created in Claude Code's plan mode to their respective project directories.
How it works:
~/.claude/plans/ for new plan files{project}/.claude/plans/NNNN-title.md with auto-incrementing numbersCommands:
# Check daemon status
plugins/plan-saver/status.sh
# Uninstall
plugins/plan-saver/uninstall.sh
Automatically detects handoff files and prompts Claude to continue previous work.
How it works:
.claude/handoff.md exists in the projectUsage:
/handoff when context is running lowRead and extract content from EPUB ebook files.
| Capability | Description |
|---|---|
| Metadata | View title, author, publisher, description |
| TOC | List table of contents with chapter references |
| Read | Read specific chapters by number |
| Extract | Export entire book as Markdown |
| Search | Search text with surrounding context |
Requirements: Node.js, built with bun install && bun run build in skills/epub/scripts/epub-reader/
Convert PDF documents to clean, structured Markdown for full context loading.
| Capability | Description |
|---|---|
| Text | Formatting preservation (headers, bold, italic, lists) |
| Tables | IBM TableFormer AI extraction (~93.6% accuracy) |
| Images | Extraction with caching |
| Layout | Multi-column support |
Requirements: Python 3.11+, virtual environment created automatically on first use
Control iOS Simulators via accessibility APIs for UI automation and testing.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations