Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

belumume/claude-skills

8 skills395 installs376 starsGitHub

Install

npx skills add https://github.com/belumume/claude-skills

Skills in this repo

1Ralph LoopRalph Loop activates an autonomous iterative mode where Claude Code repeats the same prompt while the codebase accumulates changes, continuing until a completion marker is reached. A developer uses it for well-defined refactors, migrations, or test-driven cycles that benefit from unattended, overnight execution. Completion is detected via a TODO.md marker or a promise tag, and an iteration cap plus git tracking keep it safe.202installs2Rtl Document TranslationThis skill translates structured DOCX documents into right-to-left languages such as Arabic, Hebrew, and Urdu while preserving tables, colors, and layout. A developer uses it when a business or financial document must be reproduced in RTL to match the English original exactly. It applies a phased approach with quote normalization and multi-pass matching, using python-docx to set text direction, alignment, and cell backgrounds.66installs3Docx Advanced PatternsThis skill adds advanced python-docx patterns for DOCX files with structures that basic .text extraction misses. A developer uses it to pull content from nested tables, checkbox forms, and complex multi-row cells, including arbitrarily deep nesting. It matters because python-docx's cell.text returns empty for nested tables, so these patterns recover content that would otherwise be lost.35installs4Document Quality StandardsThis skill adds document-quality patterns on top of the official document-skills plugin for DOCX, PDF, XLSX, and PPTX. A developer uses it to render documents to PNG and inspect them visually, fix typography and citation issues, and apply spreadsheet formula patterns before delivery. It matters because text extraction misses figures, tables, and layout problems that visual verification catches.33installs5Rlm OrchestratorRLM Orchestrator implements a Recursive Language Model style pattern where the main Claude Code conversation acts as a coordinator that decomposes a task, spawns parallel subagents with fresh context, and aggregates their summaries. A developer uses it for tasks with very large context, multi-file analysis, or research across many sources where context rot is a concern. It encodes strategies like peeking, grepping, partition-and-map, and summarization.20installs6Docx Template FillingThis skill fills DOCX template forms programmatically while preserving the original document structure exactly. A developer uses it to complete applications, questionnaires, and standardized forms by modifying cells in place and inserting content at anchor points via the XML API. It matters because naive approaches (pandoc, appending, recreating tables) destroy logos, styles, and metadata and leave detectable artifacts.16installs7Obsidian Vault BuilderThis skill provides patterns for operating an Obsidian personal-knowledge-management vault from Claude Code, covering capture pipelines, plugin selection, and REST API or CLI integration. A developer uses it to automate ongoing note capture, organization, and retrieval, or to design a PKM workflow. It is multi-vault aware and folds in academic study-vault patterns from a deprecated companion skill.13installs8Deep BrainstormingThis skill runs a disciplined brainstorming pass for architecture and tech-stack decisions where the wrong choice is costly. A developer uses it to strip vendor names from requirements, run parallel debiased research rounds, verify cited claims, and assemble a spec that survives an objectivity challenge. It matters because it counters marketing, popularity, and hallucinated-benchmark biases that skew default recommendations.10installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.