← all plugins

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-development
⬇ Download

Skills in this plugin

  1. maps · infinition bundle
    Geocode addresses, find nearby places, compute routes and distances, and get timezones using free OpenStreetMap data with no API keys.
    2
    repo stars
  2. plan · infinition
    Writes an actionable markdown implementation plan with bite-sized TDD tasks, exact paths, code, and commands, without executing it.
    2
    repo stars
  3. arxiv · infinition bundle
    Finds academic papers on arXiv, checks citation counts via Semantic Scholar, and generates BibTeX entries.
    2
    repo stars
  4. spike · infinition
    Runs throwaway experiments to validate feasibility before building, producing a verdict with evidence.
    2
    repo stars
  5. sketch · infinition
    Builds disposable HTML mockups in multiple design variants so users can compare and choose between them.
    2
    repo stars
  6. openhue · infinition
    Controls Philips Hue lights, rooms, and scenes through the OpenHue CLI, including pairing, discovery, and presets.
    2
    repo stars
  7. obsidian · infinition
    Read, search, create, and edit notes in an Obsidian vault using filesystem operations.
    2
    repo stars
  8. ascii-art · infinition
    Renders text or images as ASCII art for terminal-friendly output, including banners, frames, QR codes, and weather.
    2
    repo stars
  9. humanizer · infinition
    Rewrites text to remove AI writing patterns and add a natural, human voice, based on Wikipedia's guide to signs of AI writing.
    2
    repo stars
  10. llama-cpp · infinition bundle
    Run GGUF models locally with llama.cpp, including finding the right file on the Hugging Face Hub, installing, quantizing, serving, and using Python bindings.
    2
    repo stars
  11. local-git · infinition
    Inspect local git state, commit changes, and branch into isolated worktrees for speculative work.
    2
    repo stars
  12. delegation · infinition
    Offload sub-tasks to other agents, specialist models, or background jobs, with guidance on choosing the right method and verifying results.
    2
    repo stars
  13. blogwatcher · infinition
    Tracks RSS/Atom feeds and blogs using blogwatcher-cli, with feed discovery, HTML scraping fallback, OPML import, and read/unread article management.
    2
    repo stars
  14. github-auth · infinition bundle
    Authenticates to GitHub using a token, SSH key, or the gh CLI, with guidance for troubleshooting common auth failures.
    2
    repo stars
  15. skill-forge · infinition
    Write a skill, or forge a script tool, so a solved problem survives.
    2
    repo stars
  16. cron-manager · infinition
    Schedule prompts to run later, once or on a repeating cron expression, with tools to create, list, and delete scheduled tasks.
    2
    repo stars
  17. web-research · infinition
    Answers factual questions by searching the web, fetching primary sources, and cross-checking claims before citing them.
    2
    repo stars
  18. github-issues · infinition bundle
    Create, search, triage, and label GitHub issues using the gh CLI or REST API, with guidance on avoiding duplicates and managing the backlog.
    2
    repo stars
  19. simplify-code · infinition
    Runs three parallel reviewers to find code reuse, quality, and efficiency issues in a diff, then applies safe fixes and reports risky ones.
    2
    repo stars
  20. extend-toolset · infinition
    Add plugin tools, connect MCP servers, or chain existing tools in one script within the LaRuche agent environment.
    2
    repo stars
  21. watcher-design · infinition
    Translates plain-language monitoring requests into deterministic watcher rule trees for the LaRuche system.
    2
    repo stars
  22. lareine-charter · infinition
    Judges agent outputs against LaRuche's quality standards, returning a structured scorecard with scores, verdict, and actionable corrections.
    2
    repo stars
  23. cognitive-memory · infinition
    Stores, retrieves, and curates persistent facts in a structured memory map, distinguishing between user facts and reference text.
    2
    repo stars
  24. weather-forecast · infinition
    Reports current weather conditions and forecasts for a city using live data from wttr.in or meteorological services, with the source named.
    2
    repo stars
  25. configure-laruche · infinition
    Guides 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.
    2
    repo stars
  26. long-running-work · infinition
    Track multi-step work with todo, plan mode, kanban, and missions, each suited to different lifespans.
    2
    repo stars
  27. ocr-and-documents · infinition bundle
    Extracts text from PDFs and scanned documents, choosing the cheapest method that works, from direct file reads to full OCR.
    2
    repo stars
  28. github-code-review · infinition bundle
    Reviews local git changes and GitHub pull requests, leaving inline comments and formal reviews.
    2
    repo stars
  29. github-pr-workflow · infinition bundle
    Guides 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.
    2
    repo stars
  30. youtube-transcribe · infinition bundle
    Fetches the transcript of a YouTube video as text or JSON using the video's caption track.
    2
    repo stars
  31. codebase-inspection · infinition
    Analyze 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.
    2
    repo stars
  32. systematic-debugging · infinition
    Diagnose bugs by establishing a tight feedback loop, tracing root cause, and verifying fixes with regression tests before making changes.
    2
    repo stars
  33. github-repo-management · infinition bundle
    Manage GitHub repositories end-to-end: clone, create, fork, configure settings, protect branches, set secrets, create releases, and run workflows using gh or git+curl.
    2
    repo stars
  34. requesting-code-review · infinition
    Verifies a code change before it lands by scanning the staged diff, running tests, and delegating to an independent reviewer.
    2
    repo stars
  35. deep-research-synthesis · infinition
    Conduct multi-pass web and academic research, cross-check claims, and produce a cited report saved to file and memory.
    2
    repo stars
  36. test-driven-development · infinition
    Guides writing a failing test before production code, iterating through red-green-refactor cycles, and fixing bugs test-first.
    2
    repo stars