Laruche
by @infinition · plugin · 36 skills
Laruche from infinition/LaRuche.
Install the whole plugin (CLI)
npx skillmds add infinition/maps
npx skillmds add infinition/plan
npx skillmds add infinition/arxiv
npx skillmds add infinition/spike
npx skillmds add infinition/sketch
npx skillmds add infinition/openhue
npx skillmds add infinition/obsidian
npx skillmds add infinition/ascii-art
npx skillmds add infinition/humanizer
npx skillmds add infinition/llama-cpp
npx skillmds add infinition/local-git
npx skillmds add infinition/delegation
npx skillmds add infinition/blogwatcher
npx skillmds add infinition/github-auth
npx skillmds add infinition/skill-forge
npx skillmds add infinition/cron-manager
npx skillmds add infinition/web-research
npx skillmds add infinition/github-issues
npx skillmds add infinition/simplify-code
npx skillmds add infinition/extend-toolset
npx skillmds add infinition/watcher-design
npx skillmds add infinition/lareine-charter
npx skillmds add infinition/cognitive-memory
npx skillmds add infinition/weather-forecast
npx skillmds add infinition/configure-laruche
npx skillmds add infinition/long-running-work
npx skillmds add infinition/ocr-and-documents
npx skillmds add infinition/github-code-review
npx skillmds add infinition/github-pr-workflow
npx skillmds add infinition/youtube-transcribe
npx skillmds add infinition/codebase-inspection
npx skillmds add infinition/systematic-debugging
npx skillmds add infinition/github-repo-management
npx skillmds add infinition/requesting-code-review
npx skillmds add infinition/deep-research-synthesis
npx skillmds add infinition/test-driven-developmentSkills in this plugin
- ▌ maps · infinition bundleGeocode addresses, find nearby places, compute routes and distances, and get timezones using free OpenStreetMap data with no API keys.
- ▌ plan · infinitionWrites an actionable markdown implementation plan with bite-sized TDD tasks, exact paths, code, and commands, without executing it.
- ▌ arxiv · infinition bundleFinds academic papers on arXiv, checks citation counts via Semantic Scholar, and generates BibTeX entries.
- ▌ spike · infinitionRuns throwaway experiments to validate feasibility before building, producing a verdict with evidence.
- ▌ sketch · infinitionBuilds disposable HTML mockups in multiple design variants so users can compare and choose between them.
- ▌ openhue · infinitionControls Philips Hue lights, rooms, and scenes through the OpenHue CLI, including pairing, discovery, and presets.
- ▌ obsidian · infinitionRead, search, create, and edit notes in an Obsidian vault using filesystem operations.
- ▌ ascii-art · infinitionRenders text or images as ASCII art for terminal-friendly output, including banners, frames, QR codes, and weather.
- ▌ humanizer · infinitionRewrites text to remove AI writing patterns and add a natural, human voice, based on Wikipedia's guide to signs of AI writing.
- ▌ llama-cpp · infinition bundleRun GGUF models locally with llama.cpp, including finding the right file on the Hugging Face Hub, installing, quantizing, serving, and using Python bindings.
- ▌ local-git · infinitionInspect local git state, commit changes, and branch into isolated worktrees for speculative work.
- ▌ delegation · infinitionOffload sub-tasks to other agents, specialist models, or background jobs, with guidance on choosing the right method and verifying results.
- ▌ blogwatcher · infinitionTracks RSS/Atom feeds and blogs using blogwatcher-cli, with feed discovery, HTML scraping fallback, OPML import, and read/unread article management.
- ▌ github-auth · infinition bundleAuthenticates to GitHub using a token, SSH key, or the gh CLI, with guidance for troubleshooting common auth failures.
- ▌
- ▌ cron-manager · infinitionSchedule prompts to run later, once or on a repeating cron expression, with tools to create, list, and delete scheduled tasks.
- ▌ web-research · infinitionAnswers factual questions by searching the web, fetching primary sources, and cross-checking claims before citing them.
- ▌ github-issues · infinition bundleCreate, search, triage, and label GitHub issues using the gh CLI or REST API, with guidance on avoiding duplicates and managing the backlog.
- ▌ simplify-code · infinitionRuns three parallel reviewers to find code reuse, quality, and efficiency issues in a diff, then applies safe fixes and reports risky ones.
- ▌ extend-toolset · infinitionAdd plugin tools, connect MCP servers, or chain existing tools in one script within the LaRuche agent environment.
- ▌ watcher-design · infinitionTranslates plain-language monitoring requests into deterministic watcher rule trees for the LaRuche system.
- ▌ lareine-charter · infinitionJudges agent outputs against LaRuche's quality standards, returning a structured scorecard with scores, verdict, and actionable corrections.
- ▌ cognitive-memory · infinitionStores, retrieves, and curates persistent facts in a structured memory map, distinguishing between user facts and reference text.
- ▌ weather-forecast · infinitionReports current weather conditions and forecasts for a city using live data from wttr.in or meteorological services, with the source named.
- ▌ configure-laruche · infinitionGuides users through configuring a LaRuche node by reading its live API state and providing click paths for settings, including LLM providers, messaging channels, secrets vault, MCP server, and memory.
- ▌ long-running-work · infinitionTrack multi-step work with todo, plan mode, kanban, and missions, each suited to different lifespans.
- ▌ ocr-and-documents · infinition bundleExtracts text from PDFs and scanned documents, choosing the cheapest method that works, from direct file reads to full OCR.
- ▌ github-code-review · infinition bundleReviews local git changes and GitHub pull requests, leaving inline comments and formal reviews.
- ▌ github-pr-workflow · infinition bundleGuides a coding agent through the full GitHub pull request lifecycle: branch, commit, open PR, monitor CI, fix failures, merge, and clean up, using either the gh CLI or git plus curl.
- ▌ youtube-transcribe · infinition bundleFetches the transcript of a YouTube video as text or JSON using the video's caption track.
- ▌ codebase-inspection · infinitionAnalyze repositories for lines of code, language breakdown, file counts, and code-vs-comment ratios using pygount, with guidance on using language servers for symbol navigation.
- ▌ systematic-debugging · infinitionDiagnose bugs by establishing a tight feedback loop, tracing root cause, and verifying fixes with regression tests before making changes.
- ▌ github-repo-management · infinition bundleManage GitHub repositories end-to-end: clone, create, fork, configure settings, protect branches, set secrets, create releases, and run workflows using gh or git+curl.
- ▌ requesting-code-review · infinitionVerifies a code change before it lands by scanning the staged diff, running tests, and delegating to an independent reviewer.
- ▌ deep-research-synthesis · infinitionConduct multi-pass web and academic research, cross-check claims, and produce a cited report saved to file and memory.
- ▌ test-driven-development · infinitionGuides writing a failing test before production code, iterating through red-green-refactor cycles, and fixing bugs test-first.