Fabien POLLY
Community@infinition
Hacker / ML & Quantum Researcher / Blader / 3D Artist
Agent Skills by Fabien POLLY
Showing 40 vetted skills indexed across 1 GitHub repositories.
maps
Geocode addresses, find nearby places, and compute routes using OpenStreetMap data.
lareine-charter
Review agent drafts and artifacts against a structured quality scorecard with verdicts.
github-auth
Configure GitHub authentication using personal access tokens, SSH keys, or the gh CLI.
skill-forge
Create, edit, and manage agent skills and bundled script tools.
blogwatcher
Track RSS and Atom feeds and manage unread articles via blogwatcher-cli.
test-driven-development
Enforces writing a failing test before implementing production code in a red-green-refactor cycle.
github-repo-management
Clone, create, fork, and manage GitHub repositories using gh CLI and REST API.
cognitive-memory
Store, search, and curate lasting facts in a node-based cognitive memory map.
systematic-debugging
Diagnose software bugs through root cause investigation before writing fixes.
openhue
Control Philips Hue lights, rooms, and scenes via the OpenHue CLI.
long-running-work
Track multi-step work using todo lists, plan mode, kanban boards, and scheduled missions.
github-pr-workflow
Automates branching, committing, pull request creation, CI monitoring, and merging on GitHub.
plan
Writes actionable markdown implementation plans with TDD task breakdowns without executing code.
extend-toolset
Create forged tools, connect MCP servers, and chain tool calls in one script.
youtube_transcribe
Fetch YouTube video transcripts as plain text or JSON using the youtube-transcript-api library.
weather_forecast
Fetch current weather forecasts for cities via wttr.in and web search.
configure-laruche
Inspect LaRuche node configuration via local API and guide users through settings changes.
laruche
Answers questions about LaRuche by reading its bundled 34-page wiki documentation.
ascii-art
Generate ASCII art banners, framed text, image conversions, and QR codes for terminal output.
delegation
Delegate sub-tasks to agents, specialist models, or background jobs.
cron_manager
Schedule prompts to run later using cron expressions or one-shot RFC3339 timestamps.
computer-control
Controls desktop applications through mouse, keyboard, and UI Automation accessibility APIs.
github-code-review
Review pull requests and post inline comments on GitHub using gh or curl.
watcher-design
Convert plain-language monitoring requests into deterministic watcher rule trees.
Frequently Asked Questions About Fabien POLLY
FAQPage SchemaWhat tasks can I accomplish with infinition's skill collection?▼
You can manage GitHub repositories, pull requests, issues and code reviews; run GGUF models locally via llama.cpp; geocode addresses and compute routes; extract text from PDFs with OCR; transcribe YouTube videos; track RSS feeds; control Philips Hue lights, browsers, and the desktop; and produce cited research reports from web and arXiv sources.
Who is the target audience for these skills?▼
Software engineers, ML researchers, and power users of the LaRuche environment. The manifest emphasizes test-driven development, systematic debugging, code simplification, spike experiments, and codebase inspection, alongside research-oriented skills like arXiv search, deep research synthesis, and Obsidian note management.
What are the installation prerequisites and runtime dependencies?▼
Most skills are self-contained, but some declare explicit command prerequisites: blogwatcher requires blogwatcher-cli, openhue requires the openhue command, and codebase-inspection requires pygount. Computer-control and browser-control need the respective computer and browser runtimes, while app-control uses LaRuche's declared app actions.
How do the skills handle planning and long-running work?▼
The plan skill writes actionable markdown implementation plans without executing them, while long-running-work tracks multi-step efforts using todos, plan mode, kanban, and missions. The cron_manager schedules prompts to run later once or on repeating cron expressions, and delegation hands sub-tasks to specialist models or background jobs.
Do these skills support local and private operation?▼
Yes. llama-cpp runs GGUF models entirely locally, local-git inspects and commits work in isolated worktrees, cognitive-memory stores lasting facts in a local memory map, and Obsidian skills read and edit local vault notes. GitHub skills authenticate via token, SSH key, or the gh CLI under your own credentials.