🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?
Claim this page →
claude-skills
Personal collection of Claude skills - growing as I discover patterns and solve real-world problems
git clone https://github.com/belumume/claude-skills
Claude Skills Collection
Personal collection of custom Claude skills and plugins.
Skills
Document Processing
document-quality-standards
Quality patterns for all document operations (DOCX, PDF, XLSX, PPTX).
See document-quality-standards/
docx-template-filling
Fill DOCX template forms programmatically while preserving 100% of original structure.
docx-advanced-patterns
Advanced python-docx patterns for nested tables and complex cell structures.
rtl-document-translation
Translate structured documents (DOCX) to RTL languages while preserving formatting.
Architecture & Decision Making
deep-brainstorming
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.
Project Analysis
project-retrospective
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.
Workflow Automation
rlm-orchestrator
RLM-style orchestration for tasks exceeding single context window limits. Based on arXiv:2512.24601. Claude Code only.
ralph-loop
Autonomous iteration mode using Stop hooks. Claude Code only.
Knowledge Management (Obsidian)
obsidian-vault-builder
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).
Plugins
pdf-guard
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-skills
Installation
Skills
cp -r claude-skills/skill-name ~/.claude/skills/
Plugins
claude plugin install plugin-name@belumume/claude-skills
Web/Desktop
Upload ZIPs from web-desktop-exports/ via Settings, Capabilities.
Structure
claude-skills/
skill-name/ # Skills
SKILL.md
plugins/ # Plugins
plugin-name/
.claude-plugin/plugin.json
hooks/
scripts/
skills/
web-desktop-exports/ # Web/desktop ZIPs
License
MIT
// compatibility
| Platforms | api, desktop, web |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | — |
| Pricing | open-source |
| Language | Python |
// faq
What is claude-skills?
Personal collection of Claude skills - growing as I discover patterns and solve real-world problems. It is open-source on GitHub.
Is claude-skills free to use?
claude-skills is open-source, so it is free to use.
What category does claude-skills belong to?
claude-skills is listed under skills in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/claude-skills-4)
// retro hit counter
[](https://claudeers.com/claude-skills-4)
// reviews
// guestbook
// related in Claude Skills
An agentic skills framework & software development methodology that works.
💫 Toolkit to help you get started with Spec-Driven Development
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…