HiAi-gg
- 159 skills
- 0 followers
- 6 hours ago last updated
- ▌
- ▌ Build Agent Plugins · hiai-ggCreate, migrate, package, and inspect Agent Plugins for modern AI agents
- ▌ Triage Issue · hiai-ggTriage GitHub issues in a repository: classify, prioritize, deduplicate, and route them with evidence. Use when asked to sort an issue backlog, identify duplicates, label issues, or decide what to work on next.
- ▌ Inspect Redis · hiai-ggInspect Redis keys and values: scan keys by pattern, read values of any type, check TTLs and types, and summarize what is stored. Use when asked what is in Redis, whether a key exists, or why a value looks wrong.
- ▌ Debug Auth · hiai-ggDebug Supabase authentication issues: signup, sign-in, session handling, and RLS access problems from the client perspective. Use when a user cannot sign in, sessions drop, or authenticated requests return 401/403 or empty results.
- ▌ Review Rls · hiai-ggReview Row Level Security posture for a Supabase project: which tables have RLS enabled, which policies exist, and whether anon/authenticated access is over-permissive. Use when auditing a Supabase app's access control or before exposing a table via the API.
- ▌ Crawl Site · hiai-ggCrawl a website's pages with Firecrawl to inventory content, find broken links, or gather a corpus. Use when the agent needs to understand a site's structure, find all pages under a path, or collect a set of pages for analysis.
- ▌ Analyze Error · hiai-ggDebug a production error end to end from a Sentry issue: read the events, stack and context, breadcrumbs, and values, then produce a diagnosis with a proposed next action. Use when asked to root-cause a production exception.
- ▌ Scrape Page · hiai-ggScrape a web page into clean, agent-readable content with Firecrawl. Use when the agent needs the full content of a specific page (docs, articles, reference pages) for reading, extraction, or summarization.
- ▌ Investigate CI · hiai-ggInvestigate GitHub Actions workflow failures: find the failed run, read the failing job step, examine logs, and identify the root cause. Use when a CI run fails, a workflow does not trigger, or a check is stuck or skipped.
- ▌ Inspect Streams · hiai-ggInspect Redis streams: read entries, check stream length and consumer groups, and understand consumer group state. Use when debugging stream consumers, checking what was published, or verifying a stream-based pipeline.
- ▌ Inspect Dns · hiai-ggInspect DNS records and zone configuration for a Cloudflare zone: list records, check propagation/status, and identify misconfigurations. Use when a domain resolves incorrectly, DNS records look wrong, or before changing DNS.
- ▌ Research Web · hiai-ggResearch a topic on the web with Firecrawl search: run searches, synthesize findings from results, and cite sources. Use when the agent needs current web information, competitive research, or to answer a question that requires up-to-date web sources.
- ▌ Debug Worker · hiai-ggDebug a Cloudflare Worker: check deployment state, inspect logs, find errors, and narrow the cause. Use when a Worker misbehaves, returns errors, or after a failed deploy.
- ▌ Diagnose Compose · hiai-ggExplain and inspect a docker compose project: services, networks, volumes, dependencies, overrides, and effective merged configuration. Use when the user asks what a compose file does, how services connect, or why a compose-based stack is misconfigured.
- ▌ Diagnose Pod · hiai-ggDebug a failing, unhealthy, CrashLoopBackOff, or ImagePullBackOff Kubernetes pod. Use when a pod is not Ready, restarting, stuck in Pending, or when a workload is misbehaving.
- ▌ Inspect Schema · hiai-ggInspect a Supabase/PostgREST schema through the official Supabase MCP: list tables, view columns and types, and understand the data model. Use when asked about the structure of a Supabase project's database.
- ▌ Browse Web · hiai-ggBrowse and interact with web pages using the agent-browser CLI: open pages, read accessible snapshots, click by ref, fill forms, navigate, and read state. Use when the agent needs to inspect or operate a real web page or web application.
- ▌ Review Dockerfile · hiai-ggReview a Dockerfile for correctness, best practices, and security: base image, layers, caching, secrets, and image size. Use when writing, auditing, or optimizing a Dockerfile.
- ▌ Summarize Project · hiai-ggSummarize a project from its Notion pages: gather the project's pages and databases, extract status, decisions, and open items, and produce a concise project summary. Use when asked for a project status update or overview from Notion.
- ▌ Verify API Usage · hiai-ggVerify that code uses a library's API correctly against current documentation before considering it done. Use after writing code against a library, when a review raises API-usage doubts, or when a build/type error suggests the API changed.
- ▌ Diagnose Container · hiai-ggDiagnose why a Docker container is failing, unhealthy, crash-looping, or not starting. Use when a container exits with an error, is restarting, reports unhealthy, or a service is unreachable.
- ▌ Explore Repository · hiai-ggProduce a structured read-only review of a GitHub repository: purpose, structure, health signals, dependencies, and contribution state. Use when onboarding to an unfamiliar repository, evaluating a repo for adoption, or preparing a summary.
- ▌ Review Cluster · hiai-ggPerform a read-only health review of a Kubernetes cluster or namespace: node status, workload state, resource pressure, events, and obvious misconfigurations. Use when asked for an overall cluster or namespace health assessment.
- ▌ Find Related Pages · hiai-ggFind pages in a Notion workspace related to a topic or page: by search, links, tags, or database relations. Use when the user needs a set of related documents, cross-references, or context around a project.
- ▌ Research Workspace · hiai-ggSearch and read content in a Notion workspace to answer questions: find pages, databases, and connected sources, and extract the relevant information. Use when the user asks what is in their Notion workspace or needs information from Notion.
- ▌ Diagnose Locks · hiai-ggDiagnose PostgreSQL lock contention: detect blocked sessions, find the blocking session, identify the lock, and explain the cause. Use when queries hang, transactions stall, or the database appears stuck.
- ▌ Diagnose Query · hiai-ggDiagnose why a PostgreSQL query is slow or suspicious: understand the SQL, inspect tables and indexes, EXPLAIN JSON, and propose measured next steps. Use when a query is slow, timing out, or has a suspicious plan.
- ▌ Diagnose Redis Data · hiai-ggDiagnose Redis data problems: missing keys, wrong types, stale or expiring values, and mismatches between writers and readers. Use when an application cannot find a value, reads the wrong one, or Redis behavior is surprising.
- ▌ Debug Web UI · hiai-ggDebug a web UI problem in a real browser with agent-browser: reproduce, read the page state, isolate the failing element or interaction, and report the root cause. Use when a page looks wrong, an interaction misbehaves, or a UI bug needs root-causing.
- ▌ Review Pull Request · hiai-ggReview a GitHub pull request systematically: read the diff, changed files, review comments, CI status, and related issues, then produce a structured review. Use when asked to review a PR, assess merge readiness, or understand what a PR changes.
- ▌ Analyze Memory State · hiai-ggAnalyze Redis memory usage: identify the biggest keys, largest data structures, key counts per type, and candidates for eviction or expiry. Use when Redis memory is high, evictions are occurring, or when optimizing storage.
- ▌ Triage Sentry Issue · hiai-ggTriage a Sentry issue: assess impact, frequency, affected users, and severity from issue metadata, then recommend a priority. Use when asked what to fix first or whether a Sentry error is serious.
- ▌ Test Web Flow · hiai-ggWalk a multi-step user flow in a real browser with agent-browser: navigate, fill, submit, verify each step, and report results. Use when asked to verify a signup, checkout, onboarding, or other multi-step web flow.
- ▌ Implement From Design · hiai-ggImplement a UI from a Figma design: fetch design context, map to the project's framework and design system, and verify against the design. Use when the user provides a Figma link and asks for the implementation.
- ▌ Map Design Components · hiai-ggMap the components in a Figma file to the project's code components: identify reusable components, their properties, and where they are used. Use when building a design system, checking component coverage, or planning which components to extract or reuse.
- ▌ Inspect Database · hiai-ggUnderstand an unfamiliar PostgreSQL database: identity, schemas, important tables, relationships, indexes, and sizes. Use when onboarding to a database, mapping its structure, or before writing queries against it.
- ▌ Compare Code To Design · hiai-ggCompare implemented UI code against its Figma design: fetch the design context and screenshot, inspect the implementation, and report visual/behavioral differences. Use when a feature was built from a design and needs verification, or when design and implementation drift.
- ▌ Inspect Design Context · hiai-ggExtract design context from a Figma file through the official Figma MCP: design tokens, variables, components, and layout structure for a selected frame or node. Use when implementing a design, checking design tokens, or understanding a Figma screen's structure.
- ▌ Prepare Project Update · hiai-ggDraft a project update for Notion: gather the current state, structure the update content, and prepare it for the user to review before any content is created or modified. Use when the user wants to post or update a project status page.
- ▌ Investigate Regression · hiai-ggDetermine whether a Sentry issue is a regression and find what changed: compare event timing against releases, find the introducing commit or deploy, and narrow the cause. Use when an error spiked or reappeared after a deploy.
- ▌ Investigate Request · hiai-ggInvestigate how Cloudflare handled a specific request: caching, firewall, Workers, and origin behavior. Use when a request behaves unexpectedly (wrong response, cached content, blocked, or slow).
- ▌ Research Library Docs · hiai-ggLook up current, authoritative documentation for a library or framework before implementing with it. Use when about to use an unfamiliar library, a fast-changing API, or when configuration behavior is uncertain.
- ▌ Investigate Performance · hiai-ggAnalyze a Sentry trace or performance span to find the slow or failing step in a request: spans, durations, dependencies, and errors. Use when investigating latency, timeouts, or which service a failure originates from.
- ▌ Diagnose Performance · hiai-ggDiagnose PostgreSQL performance issues: active sessions, long transactions, locks, table health, sizes, and pg_stat_statements. Use when the database is slow, under load, or when asked for a performance investigation.
- ▌ Inspect Docker Environment · hiai-ggProduce a read-only inventory of a local Docker environment: running and stopped containers, images, networks, volumes, and disk usage. Use when getting oriented in an unfamiliar Docker setup or before proposing container changes.
- ▌ Extract Structured Data · hiai-ggExtract structured data from web pages or a set of pages with Firecrawl. Use when the agent needs fields, tables, or structured records from web content (pricing, listings, specs) rather than free text.
- ▌ Review Database Health · hiai-ggProduce a compact PostgreSQL health review: configuration signals, capacity, maintenance, locks/activity, large relations, and query statistics. Use when asked for an overall database health assessment or a pre-maintenance check.
- ▌ Investigate Supabase App · hiai-ggInvestigate a Supabase-backed app end to end: schema, data access, RLS, and auth working together. Use when a feature is broken, data is missing, or the app behaves unexpectedly and the cause may be in the Supabase backend.
- ▌ Review Cloudflare Config · hiai-ggReview a Cloudflare account/zone configuration for correctness and security: Workers, DNS, rules, cache, and settings. Use when onboarding to a Cloudflare setup, auditing configuration, or checking for misconfigurations.
- ▌ Check Current Library Version · hiai-ggCheck the current stable version of a library or framework and what changed recently, before recommending upgrades or writing version-sensitive code. Use when a version bump is proposed, when troubleshooting a version-specific bug, or when the project's pinned version looks old.
- ▌ Explain Kubernetes Resource · hiai-ggExplain what a Kubernetes resource does, how its spec maps to runtime objects, and how workloads relate (Deployments, Services, Ingress, ConfigMaps, Secrets, PVCs). Use when the user asks what a YAML manifest means, what a resource does, or how objects connect.
- ▌ Doctor · hiai-ggDiagnose and fix Agent Plugins. Use when users ask to check, validate, fix, or audit an Agent Plugin, or when they need compatibility information.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌