Personal collection of custom Claude skills and plugins.
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 full 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.
Patterns for operating an Obsidian vault from Claude Code: capture pipelines, plugin selection, Local REST API integration, file-portability discipline, methodology choice. Multi-vault aware. Includes Smart Connections multilingual coverage workaround and common Obsidian rendering pitfalls (Mermaid/LaTeX/wikilink) reference for any agent writing markdown to a vault. v0.1.0 (not yet validated by external full-PKM build).
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