microlinkhq
- 22 skills
- 0 followers
- 7 hours ago last updated
- ▌ Provider Naming · microlinkhqEnforces consistent naming for provider auxiliary functions in src/providers/. Use when creating, renaming, or reviewing provider modules or their tests.
- ▌ Verify · microlinkhqVerify UI changes in microlink/www by driving the Gatsby dev server with agent-browser.
- ▌ Customer Story · microlinkhq bundleScaffold a customer story page under src/pages/use-cases/ from the CustomerStory module.
- ▌ Guide Authoring · microlinkhq bundleCreate or revise docs guides under src/content/docs/guides with runnable MDX examples.
- ▌ Use Case Landing · microlinkhq bundleCreate or improve use-case landing pages under src/pages/use-cases/ from the UseCaseStory module.
- ▌ Generate Changelog · microlinkhqGenerate concise, user-facing changelog entries for Microlink by inspecting git commits across relevant repositories.
- ▌ Alternative Landing · microlinkhq bundleCreate or improve competitor alternative pages under src/pages/alternative/.
- ▌ Keyvhq · microlinkhqBuild @keyvhq/core key-value caches with TTL, namespaces, memoization, cache-aside patterns, and Redis/Mongo/MySQL/PostgreSQL/SQLite adapters.
- ▌ Optimo · microlinkhqOptimize and convert images/videos with optimo, ImageMagick, and FFmpeg for JPEG/PNG/WebP/AVIF/HEIC/JXL/MP4/WebM/MOV, resize, mute, and data URLs.
- ▌ HTML Get · microlinkhqRetrieve normalized HTML from URLs with fetch or headless prerender for JS pages, absolute URL rewriting, and metadata extraction pipelines.
- ▌ Use Pnpm · microlinkhqUse pnpm for installs, adds, removals, scripts, dlx, and frozen lockfile workflows instead of npm or yarn.
- ▌ Microlink · microlinkhqTurn URLs into product results with microlink.io — metadata, markdown/html/text, screenshots, PDFs, logos, embeds, video/audio, page collections, Google search, and remote JS functions. Use when the user mentions Microlink, microlink.io, taking screenshots, generating PDFs, extracting page content, scraping without browser infra, or the microlink CLI/MCP.
- ▌ Run Skill · microlinkhq bundleExecute a remote agent skill from a skills.sh or GitHub URL without installing it on the system. Use when the user invokes /run-skill <url>, shares a skills.sh link, points to a SKILL.md on GitHub, or asks to run/try/test a skill one-off without adding it to their machine.
- ▌ Browserless · microlinkhqAutomate browserless/Puppeteer headless Chrome for screenshots, PDFs, HTML/text extraction, status checks, Lighthouse audits, and browser pipelines.
- ▌ Metascraper · microlinkhqExtract metadata from HTML with metascraper rules for link previews, Open Graph, Twitter Cards, JSON-LD, titles, images, authors, and custom parsers.
- ▌ Unavatar API · microlinkhq bundleResolve avatars through unavatar API for GitHub, X/Twitter, Instagram, Apple Music, email, username, domain, fallbacks, JSON, TTL, and UI profile images.
- ▌ Microlink API · microlinkhq bundleMicrolink HTTP API parameters, embed URLs, and query-string composition via the microlink.io client. Use when the user needs api.microlink.io query parameters, a direct asset URL via embed, or the full parameter list. Prefer the microlink skill for product methods.
- ▌ Microlink MCP · microlinkhqExpose Microlink products to AI assistants via the @microlink/mcp stdio server — screenshots, PDFs, metadata, markdown, search, extract, and remote functions. Use when the user mentions Microlink MCP, Claude Desktop/Cursor/VS Code MCP config, or wiring Microlink tools into an assistant.
- ▌ Create Local Skill · microlinkhqCreate project-local skills for Cursor and Claude Code when users ask to create, add, or update reusable repo instructions.
- ▌ Nodejs Performance · microlinkhqOptimize Node.js latency, p50/p95/p99, throughput, CPU, memory, event-loop lag, FD pressure, retries, and benchmarks one PR at a time.
- ▌ K8S Hpa Cost Tuning · microlinkhq bundleTune Kubernetes HPA, topology spread, requests, and scale-down behavior for cluster cost audits, incidents, replica/node issues, and over-reservation.
- ▌ Check Local Changes · microlinkhq bundleValidate uncommitted changes in this skills repo before committing. Use when the user invokes /check-local-changes, asks to check, review, or validate local/uncommitted/pending changes, or before committing a new or modified skill.