← all publishers

HiAi-gg

@hiai-gg source repo

159 published skills · page 1 of 2

  1. Test 2 · hiai-gg
    Test skill
    0
    installs
  2. Build Agent Plugins · hiai-gg
    Create, migrate, package, and inspect Agent Plugins for modern AI agents
    0
    installs
  3. Triage Issue · hiai-gg
    Triage 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.
    0
    installs
  4. Inspect Redis · hiai-gg
    Inspect 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.
    0
    installs
  5. Debug Auth · hiai-gg
    Debug 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.
    0
    installs
  6. Review Rls · hiai-gg
    Review 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.
    0
    installs
  7. Crawl Site · hiai-gg
    Crawl 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.
    0
    installs
  8. Analyze Error · hiai-gg
    Debug 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.
    0
    installs
  9. Scrape Page · hiai-gg
    Scrape 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.
    0
    installs
  10. Investigate CI · hiai-gg
    Investigate 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.
    0
    installs
  11. Inspect Streams · hiai-gg
    Inspect 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.
    0
    installs
  12. Inspect Dns · hiai-gg
    Inspect 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.
    0
    installs
  13. Research Web · hiai-gg
    Research 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.
    0
    installs
  14. Debug Worker · hiai-gg
    Debug 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.
    0
    installs
  15. Diagnose Compose · hiai-gg
    Explain 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.
    0
    installs
  16. Diagnose Pod · hiai-gg
    Debug 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.
    0
    installs
  17. Inspect Schema · hiai-gg
    Inspect 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.
    0
    installs
  18. Browse Web · hiai-gg
    Browse 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.
    0
    installs
  19. Review Dockerfile · hiai-gg
    Review a Dockerfile for correctness, best practices, and security: base image, layers, caching, secrets, and image size. Use when writing, auditing, or optimizing a Dockerfile.
    0
    installs
  20. Summarize Project · hiai-gg
    Summarize 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.
    0
    installs
  21. Verify API Usage · hiai-gg
    Verify 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.
    0
    installs
  22. Diagnose Container · hiai-gg
    Diagnose 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.
    0
    installs
  23. Explore Repository · hiai-gg
    Produce 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.
    0
    installs
  24. Review Cluster · hiai-gg
    Perform 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.
    0
    installs
  25. Find Related Pages · hiai-gg
    Find 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.
    0
    installs
  26. Research Workspace · hiai-gg
    Search 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.
    0
    installs
  27. Diagnose Locks · hiai-gg
    Diagnose 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.
    0
    installs
  28. Diagnose Query · hiai-gg
    Diagnose 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.
    0
    installs
  29. Diagnose Redis Data · hiai-gg
    Diagnose 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.
    0
    installs
  30. Debug Web UI · hiai-gg
    Debug 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.
    0
    installs
  31. Review Pull Request · hiai-gg
    Review 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.
    0
    installs
  32. Analyze Memory State · hiai-gg
    Analyze 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.
    0
    installs
  33. Triage Sentry Issue · hiai-gg
    Triage 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.
    0
    installs
  34. Test Web Flow · hiai-gg
    Walk 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.
    0
    installs
  35. Implement From Design · hiai-gg
    Implement 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.
    0
    installs
  36. Map Design Components · hiai-gg
    Map 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.
    0
    installs
  37. Inspect Database · hiai-gg
    Understand 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.
    0
    installs
  38. Compare Code To Design · hiai-gg
    Compare 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.
    0
    installs
  39. Inspect Design Context · hiai-gg
    Extract 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.
    0
    installs
  40. Prepare Project Update · hiai-gg
    Draft 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.
    0
    installs
  41. Investigate Regression · hiai-gg
    Determine 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.
    0
    installs
  42. Investigate Request · hiai-gg
    Investigate 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).
    0
    installs
  43. Research Library Docs · hiai-gg
    Look 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.
    0
    installs
  44. Investigate Performance · hiai-gg
    Analyze 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.
    0
    installs
  45. Diagnose Performance · hiai-gg
    Diagnose 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.
    0
    installs
  46. Inspect Docker Environment · hiai-gg
    Produce 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.
    0
    installs
  47. Extract Structured Data · hiai-gg
    Extract 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.
    0
    installs
  48. Review Database Health · hiai-gg
    Produce 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.
    0
    installs
  49. Investigate Supabase App · hiai-gg
    Investigate 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.
    0
    installs
  50. Review Cloudflare Config · hiai-gg
    Review 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.
    0
    installs
  51. Check Current Library Version · hiai-gg
    Check 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.
    0
    installs
  52. Explain Kubernetes Resource · hiai-gg
    Explain 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.
    0
    installs
  53. Doctor · hiai-gg
    Diagnose and fix Agent Plugins. Use when users ask to check, validate, fix, or audit an Agent Plugin, or when they need compatibility information.
    0
    installs
  54. Summarize · hiai-gg
    Summarize text content
    0
    installs
  55. Test · hiai-gg
    Test skill with a duplicate frontmatter block
    0
    installs
  56. Skill 001 · hiai-gg
    Skill number 1 in the max-skills fixture.
    0
    installs
  57. Skill 002 · hiai-gg
    Skill number 2 in the max-skills fixture.
    0
    installs
  58. Skill 003 · hiai-gg
    Skill number 3 in the max-skills fixture.
    0
    installs
  59. Skill 004 · hiai-gg
    Skill number 4 in the max-skills fixture.
    0
    installs
  60. Skill 005 · hiai-gg
    Skill number 5 in the max-skills fixture.
    0
    installs
  61. Skill 006 · hiai-gg
    Skill number 6 in the max-skills fixture.
    0
    installs
  62. Skill 007 · hiai-gg
    Skill number 7 in the max-skills fixture.
    0
    installs
  63. Skill 008 · hiai-gg
    Skill number 8 in the max-skills fixture.
    0
    installs
  64. Skill 009 · hiai-gg
    Skill number 9 in the max-skills fixture.
    0
    installs
  65. Skill 010 · hiai-gg
    Skill number 10 in the max-skills fixture.
    0
    installs
  66. Skill 011 · hiai-gg
    Skill number 11 in the max-skills fixture.
    0
    installs
  67. Skill 012 · hiai-gg
    Skill number 12 in the max-skills fixture.
    0
    installs
  68. Skill 013 · hiai-gg
    Skill number 13 in the max-skills fixture.
    0
    installs
  69. Skill 014 · hiai-gg
    Skill number 14 in the max-skills fixture.
    0
    installs
  70. Skill 015 · hiai-gg
    Skill number 15 in the max-skills fixture.
    0
    installs
  71. Skill 016 · hiai-gg
    Skill number 16 in the max-skills fixture.
    0
    installs
  72. Skill 017 · hiai-gg
    Skill number 17 in the max-skills fixture.
    0
    installs
  73. Skill 018 · hiai-gg
    Skill number 18 in the max-skills fixture.
    0
    installs
  74. Skill 019 · hiai-gg
    Skill number 19 in the max-skills fixture.
    0
    installs
  75. Skill 020 · hiai-gg
    Skill number 20 in the max-skills fixture.
    0
    installs
  76. Skill 021 · hiai-gg
    Skill number 21 in the max-skills fixture.
    0
    installs
  77. Skill 022 · hiai-gg
    Skill number 22 in the max-skills fixture.
    0
    installs
  78. Skill 023 · hiai-gg
    Skill number 23 in the max-skills fixture.
    0
    installs
  79. Skill 024 · hiai-gg
    Skill number 24 in the max-skills fixture.
    0
    installs
  80. Skill 025 · hiai-gg
    Skill number 25 in the max-skills fixture.
    0
    installs
  81. Skill 026 · hiai-gg
    Skill number 26 in the max-skills fixture.
    0
    installs
  82. Skill 027 · hiai-gg
    Skill number 27 in the max-skills fixture.
    0
    installs
  83. Skill 028 · hiai-gg
    Skill number 28 in the max-skills fixture.
    0
    installs
  84. Skill 029 · hiai-gg
    Skill number 29 in the max-skills fixture.
    0
    installs
  85. Skill 030 · hiai-gg
    Skill number 30 in the max-skills fixture.
    0
    installs
  86. Skill 031 · hiai-gg
    Skill number 31 in the max-skills fixture.
    0
    installs
  87. Skill 032 · hiai-gg
    Skill number 32 in the max-skills fixture.
    0
    installs
  88. Skill 033 · hiai-gg
    Skill number 33 in the max-skills fixture.
    0
    installs
  89. Skill 034 · hiai-gg
    Skill number 34 in the max-skills fixture.
    0
    installs
  90. Skill 035 · hiai-gg
    Skill number 35 in the max-skills fixture.
    0
    installs
  91. Skill 036 · hiai-gg
    Skill number 36 in the max-skills fixture.
    0
    installs
  92. Skill 037 · hiai-gg
    Skill number 37 in the max-skills fixture.
    0
    installs
  93. Skill 038 · hiai-gg
    Skill number 38 in the max-skills fixture.
    0
    installs
  94. Skill 039 · hiai-gg
    Skill number 39 in the max-skills fixture.
    0
    installs
  95. Skill 040 · hiai-gg
    Skill number 40 in the max-skills fixture.
    0
    installs
  96. Skill 041 · hiai-gg
    Skill number 41 in the max-skills fixture.
    0
    installs
  97. Skill 042 · hiai-gg
    Skill number 42 in the max-skills fixture.
    0
    installs
  98. Skill 043 · hiai-gg
    Skill number 43 in the max-skills fixture.
    0
    installs
  99. Skill 044 · hiai-gg
    Skill number 44 in the max-skills fixture.
    0
    installs
  100. Skill 045 · hiai-gg
    Skill number 45 in the max-skills fixture.
    0
    installs