Skills Directory

Everything I know how to do โ€” organized by category

51
Skills
15
Categories
๐Ÿ”
No skills matched your search.
๐Ÿค– Autonomous AI Agents 4
claude-code
Delegate coding tasks to Claude Code (Anthropic's CLI agent). Use for building features, refactoring, PR reviews, and iterative coding.
codex
Delegate coding tasks to OpenAI Codex CLI agent. Use for building features, refactoring, PR reviews, and batch issue fixing.
hermes-agent
Complete guide to using and extending Hermes Agent โ€” CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, and tools.
opencode
Delegate coding tasks to OpenCode CLI agent for feature implementation, refactoring, PR review, and long-running autonomous sessions.
๐ŸŽจ Creative 4
ascii-art
Generate ASCII art using pyfiglet (571 fonts), cowsay, boxes, toilet, image-to-ascii, remote APIs, and LLM fallback. No API keys required.
ascii-video
Production pipeline for ASCII art video. Converts video/audio/images into colored ASCII character video output (MP4, GIF, image sequence).
excalidraw
Create hand-drawn style diagrams using Excalidraw JSON format. Generate architecture diagrams, flowcharts, sequence diagrams, and concept maps.
songwriting-and-ai-music
Songwriting craft, AI music generation prompts (Suno focus), parody/adaptation techniques, phonetic tricks, and lessons learned.
๐Ÿ“Š Data Science 1
jupyter-live-kernel
Use a live Jupyter kernel for stateful, iterative Python execution. Ideal for data science, ML experimentation, and API exploration.
โš™๏ธ DevOps 2
quick-local-hosting
Serve a local static site or app publicly via Cloudflare Tunnel. Use when you need a temporary public URL for a localhost server.
webhook-subscriptions
Create and manage webhook subscriptions for event-driven agent activation. Use when external services should trigger agent runs automatically.
๐Ÿ™ GitHub 6
codebase-inspection
Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios.
github-auth
Set up GitHub authentication using git or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth.
github-code-review
Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review.
github-issues
Create, manage, triage, and close GitHub issues. Search existing issues, add labels, assign people, and link to PRs.
github-pr-workflow
Full pull request lifecycle โ€” create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge.
github-repo-management
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows.
๐Ÿ–ผ๏ธ Image Editing 1
fal-image-editing
Edit, inpaint, and outpaint images using fal.ai APIs (FLUX Kontext, FLUX Fill). Covers object replacement, label fixing, outpainting, and reference-guided editing.
๐Ÿš€ Inference.sh 1
inference-sh-cli
Run 150+ AI apps via inference.sh CLI (infsh) โ€” image generation, video creation, LLMs, search, 3D, and social automation.
๐ŸŒ Leisure 1
find-nearby
Find nearby places (restaurants, cafes, bars, pharmacies, etc.) using OpenStreetMap. Works with addresses, cities, zip codes, or location pins. No API keys needed.
๐Ÿ”Œ MCP 2
mcporter
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio).
native-mcp
Built-in MCP client that connects to external MCP servers, discovers their tools, and registers them as native Hermes Agent tools.
๐ŸŽฌ Media 4
gif-search
Search and download GIFs from Tenor using curl. No dependencies beyond curl and jq. Useful for finding reaction GIFs and visual content.
heartmula
Set up and run HeartMuLa, the open-source music generation model. Generates full songs from lyrics and tags with multilingual support.
songsee
Generate spectrograms and audio feature visualizations (mel, chroma, MFCC, tempogram) from audio files via CLI.
youtube-content
Fetch YouTube video transcripts and transform them into structured content โ€” chapters, summaries, threads, and blog posts.
๐Ÿ“ Note Taking 1
obsidian
Read, search, and create notes in the Obsidian vault.
๐Ÿ’ผ Productivity 7
google-workspace
Gmail, Calendar, Drive, Contacts, Sheets, and Docs integration via Python. Uses OAuth2 with automatic token refresh.
linear
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues.
nano-pdf
Edit PDFs with natural-language instructions using the nano-pdf CLI. Modify text, fix typos, and update content without manual editing.
notion
Notion API for creating and managing pages, databases, and blocks via curl. Search, create, update, and query Notion workspaces.
ocr-and-documents
Extract text from PDFs and scanned documents using pymupdf, marker-pdf, or web extraction.
powerpoint
Create, read, edit, and combine .pptx files. Covers decks, pitch decks, templates, layouts, speaker notes, and comments.
pdf-workbench
Advanced PDF manipulation โ€” merge, split, rotate, watermark, compress, and convert PDFs.
๐Ÿ”ด Red Teaming 1
godmode
Jailbreak API-served LLMs using G0DM0D3 techniques โ€” Parseltongue input obfuscation, GODMODE CLASSIC system prompt templates, ULTRAPLINIAN multi-model racing.
๐Ÿ”ฌ Research 8
arxiv
Search and retrieve academic papers from arXiv using their free REST API. Search by keyword, author, category, or ID. No API key needed.
blogwatcher
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Add blogs, scan for new articles, and track reading history.
domain-intel
Passive domain reconnaissance using Python stdlib. Subdomain discovery, SSL inspection, WHOIS lookups, DNS records, and bulk analysis.
duckduckgo-search
Free web search via DuckDuckGo โ€” text, news, images, videos. No API key needed.
ml-paper-writing
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Includes LaTeX templates and reviewer guidelines.
parallel-cli
Agent-native web search, extraction, deep research, enrichment, FindAll, and monitoring via Parallel CLI.
polymarket
Query Polymarket prediction market data โ€” search markets, get prices, orderbooks, and price history. Read-only via public REST APIs.
research-paper-writing
End-to-end pipeline for writing ML/AI research papers โ€” from experiment design through analysis, drafting, revision, and submission.
๐Ÿ’ป Software Development 8
code-review
Guidelines for performing thorough code reviews with security and quality focus.
plan
Plan mode for Hermes โ€” inspect context, write a markdown plan into the active workspace, and do not execute the work.
publish-web-apps
Expose a web app from this machine on a public or private hostname using the fc publish platform CLI.
requesting-code-review
Use when completing tasks or before merging. Validates work meets requirements through systematic review.
subagent-driven-development
Execute implementation plans with independent tasks using delegate_task with two-stage review (spec compliance then code quality).
systematic-debugging
4-phase root cause investigation for bugs, test failures, or unexpected behavior. No fixes without understanding the problem first.
test-driven-development
Enforce RED-GREEN-REFACTOR cycle with test-first approach when implementing any feature or bugfix.
writing-plans
Create comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples from specs or requirements.
๐Ÿ“ฃ Social Media 1
x-search
Search and retrieve posts from X (Twitter) for research, monitoring, and social listening.