Agent Skills by Hibbatur 'ibe' Rizqo
Showing 73 vetted skills indexed across 1 GitHub repositories.
yuanbao
Query Yuanbao group info and members, send @mentions and direct messages.
dogfood
Tests web applications via browser automation and generates structured bug reports with screenshots.
apple-reminders
Manage Apple Reminders from the terminal using the remindctl command-line tool.
macos-computer-use
Automates macOS desktop interactions via screenshots, element indexing, mouse, and keyboard control.
imessage
Send and read iMessages and SMS via the imsg CLI on macOS.
findmy
Track Apple devices and AirTags via FindMy.app UI automation on macOS.
apple-notes
Create, search, edit, and export Apple Notes via the memo CLI on macOS.
blogwatcher
Monitor blogs and RSS/Atom feeds using the blogwatcher-cli tool.
polymarket
Query Polymarket prediction markets for prices, orderbooks, and price history via public REST APIs.
llm-wiki
Build and maintain an interlinked markdown knowledge base from ingested sources.
arxiv
Search and retrieve academic papers from arXiv and Semantic Scholar APIs.
research-paper-writing
Guides end-to-end ML research paper production from experiment design to conference submission.
xurl
Post, search, and manage X/Twitter content via the official xurl CLI and v2 API.
kanban-worker
Guides Hermes Kanban workers through task lifecycle pitfalls, handoffs, and retry diagnostics.
kanban-orchestrator
Decomposes goals into Kanban task graphs and routes cards to worker profiles.
jupyter-live-kernel
Executes Python code in a stateful live Jupyter kernel with persistent variables across calls.
test-driven-development
Enforces RED-GREEN-REFACTOR test-driven development workflow for writing tests before production code.
systematic-debugging
Diagnose software bugs through a four-phase root cause investigation workflow.
plan
Writes actionable markdown implementation plans with bite-sized tasks, exact file paths, and complete code.
hermes-agent-skill-authoring
Author and validate in-repo SKILL.md files following Hermes Agent frontmatter conventions.
python-debugpy
Debug Python code using pdb breakpoints and debugpy remote DAP attach.
spike
Builds throwaway prototype experiments to validate technical feasibility before committing to a real build.
requesting-code-review
Verifies git diffs with security scans, baseline tests, and independent reviewer subagents before commit.
simplify-code
Reviews recent code changes with three parallel subagents and applies cleanup fixes.
Frequently Asked Questions About Hibbatur 'ibe' Rizqo
FAQPage SchemaWhat tasks can I accomplish with i-bebsi's skill registry?▼
The 73 skills cover GitHub repo/PR/issue management, test-driven development and debugging (debugpy, node-inspect), LLM serving and evaluation (vLLM, llama.cpp, lm-eval-harness), macOS desktop control and Apple apps (Reminders, Notes, iMessage, FindMy), creative generation (ComfyUI, p5.js, Manim, ASCII art), and productivity suites (Google Workspace, Notion, Airtable, Teams).
Who is the target audience for these skills?▼
Software engineers running Hermes Agent, ML practitioners serving and benchmarking models, QA testers doing exploratory web testing, researchers writing NeurIPS/ICML papers with arXiv and Semantic Scholar, and creative coders building generative art, music, and video. Most skills target developers comfortable with terminal-based environments on Linux, macOS, or Windows.
How are these skills installed and run?▼
Skills are SKILL.md packages loaded by Hermes Agent at runtime. Many depend on external CLI binaries installed separately — e.g., remindctl, imsg, memo, blogwatcher-cli, xurl, himalaya, openhue, pygount, songsee — while ML skills declare pip dependencies like torch, transformers, vllm, and wandb. Platform support is declared per skill as linux, macos, or windows.
Are these skills open source and free to use?▼
Nearly all skills carry the MIT license, including the GitHub suite, debugging skills, ML serving skills, and creative tools. The sole exception is the powerpoint skill, which is proprietary with terms defined in its own LICENSE.txt file. Several skills are community contributions or ports of upstream open-source projects.
What prerequisites and credentials do the skills require?▼
Integration skills need API keys or OAuth credentials: NOTION_API_KEY, AIRTABLE_API_KEY, TENOR_API_KEY, MSGRAPH_TENANT_ID/CLIENT_ID/CLIENT_SECRET for Teams, and google_token.json plus google_client_secret.json for Google Workspace. macOS skills require their companion CLIs, and ML skills require PyTorch and Transformers installations.