Personal collection of custom Claude skills and plugins.
Build comprehensive, mobile-compatible Obsidian study vaults from academic course materials with checkpoint-based workflow, error pattern recognition, and quality assurance.
See obsidian-study-vault-builder/
Quality patterns for all document operations (DOCX, PDF, XLSX, PPTX).
See document-quality-standards/
Fill DOCX template forms programmatically while preserving 100% of original structure.
Advanced python-docx patterns for nested tables and complex cell structures.
Translate structured documents (DOCX) to RTL languages while preserving formatting.
Research-hardened brainstorming for high-stakes architecture decisions. 8-phase process with multi-round research, 9-type bias audit, adversarial review, claim provenance tracking, and verification chain termination. Addresses agent failure modes: token exhaustion, hallucinated benchmarks, consensus blindspots, and premature negative claims.
Multi-agent retrospective for Claude Code projects. Dispatches parallel opus historians to extract structured data from session exports, then synthesizes findings into a comprehensive analysis with decision logs, mistake patterns, and user teaching moments. Supports last-N argument for scoped analysis. Requires session exports via /export.
RLM-style orchestration for tasks exceeding single context window limits. Based on arXiv:2512.24601. Claude Code only.
Autonomous iteration mode using Stop hooks. Claude Code only.
Prevents context crashes from PDF reads. Blocks direct PDF reads, warns at 100KB, blocks at 200KB, tracks cumulative reads.
claude plugin install pdf-guard@belumume/claude-skillscp -r claude-skills/skill-name ~/.claude/skills/claude plugin install plugin-name@belumume/claude-skillsUpload ZIPs from web-desktop-exports/ via Settings → Capabilities.
claude-skills/
├── skill-name/ # Skills
│ └── SKILL.md
├── plugins/ # Plugins
│ └── plugin-name/
│ ├── .claude-plugin/plugin.json
│ ├── hooks/
│ ├── scripts/
│ └── skills/
└── web-desktop-exports/ # Web/desktop ZIPs
MIT