Skip to main content

theexperiencecompany/gaia

SkillsMP has collected 70 skills from theexperiencecompany/gaia. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
70
GitHub stars
285
GitHub forks
36

Showing 40 of 70 collected skills.

occupation
unclassified
description

Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full…

updated
occupation
unclassified
description

How to test GAIA's frontend — three tiers (vitest units, Testing Library components, Playwright e2e), the red-green-throwaway pattern for pre-merge sweeps, and the gotchas that bit us during the 2026 react-doctor sweep.

updated
occupation
unclassified
description

SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search…

updated
occupation
unclassified
description

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

updated
occupation
unclassified
description

Write adversarial test cases that break production code instead of producing false confidence. Use when writing, reviewing, or planning tests for any codebase. Triggers on: "write tests", "add test coverage", "test this function", "create unit tests",…

updated
occupation
unclassified
description

Use when creating custom lint rules in Biome via GritQL plugins, writing .grit files, or debugging why plugin diagnostics are not firing on violations.

updated
occupation
unclassified
description

Systematically debug issues using graph-powered code navigation

updated
occupation
unclassified
description

Operate the running GAIA app as an agent — boot the right stack, authenticate with zero login via the dev bypass, drive the REST/SSE API and bots directly, script the LLM deterministically, and verify outcomes in Mongo instead of trusting stdout. The cookbook…

updated
occupation
unclassified
description

Navigate and understand codebase structure using the knowledge graph

updated
occupation
unclassified
description

Use when running several GAIA branches at once with worktrunk (`wt`) — creating a worktree, giving it its own dev ports, provisioning env/deps, and merging back. Covers the port scheme, the single-instance bot constraint, and troubleshooting collisions.

updated
occupation
unclassified
description

Embed images (benchmark charts, screenshots, diagrams) inline in a GitHub PR or issue description from an agent session, without bloating the code diff. Use when a PR needs visual evidence and you cannot drag-and-drop into the browser.

updated
occupation
unclassified
description

Read and query GAIA's logs to debug a failing local run — wide events, where logs land per run mode, ready-made Loki/LogQL queries, LangGraph checkpoint + Langfuse introspection, bot logs, and a symptom→fix table for common startup failures.

updated
occupation
unclassified
description

Read the frontend's on-disk stream recording to see what the browser actually received and rendered during a chat turn — the raw SSE frames in order plus each tool card's render outcome. Use when a card, bubble split, or approval didn't appear and…

updated
occupation
unclassified
description

Plan and execute safe refactoring using dependency analysis

updated
occupation
unclassified
description

Perform a structured code review using change detection and impact

updated
occupation
unclassified
description

Autonomously ship a feature end-to-end with zero human intervention: plan it, implement it, review it with a team of subagents, boot the full stack, drive it in a real browser like a user (agent-browser + the driving-gaia skill), capture before/after…

updated
occupation
unclassified
description

Write a GAIA pull request description someone can read cold — how to fill the template in .github/pull_request_template.md, and the habits (session narration, commit lists, "CI is green", missing screenshots, missing deploy steps, a fix with no real root…

updated
occupation
unclassified
description

Find, query, and analyze PostHog metrics — trends, funnels, retention, feature flags, experiments, errors, and custom HogQL/SQL queries. Uses parallel subagents for multi-metric investigations.

updated
occupation
Software Developers
description

GAIA's wide-event logging - how to instrument code with log.set/set_ns/audit, wide_task boundaries, and the traps that silently lose context

updated
occupation
Desktop Publishers
description

Generate an Excel (.xlsx) workbook or a CSV file — tables, financial models, data exports, formatted reports with charts. Use when the user wants a spreadsheet or CSV. Built with openpyxl + pandas (Python).

updated
occupation
Project Management Specialists
description

Complete guide for GAIA tracked todos — philosophy, two modes (immediate/long-running), canvas activity logging, scheduling/recurrence, and institutional memory.

updated
occupation
Office Clerks, General
description

Intelligently clean Gmail inbox - audit labels, identify patterns, batch categorize, archive old messages, present cleanup summary

updated
occupation
Office Clerks, General
description

Create and send Gmail emails using draft-first workflow. Always draft first, get user approval, then send.

updated
occupation
Office Clerks, General
description

Find contacts in Gmail - search for specific people or email addresses from email history.

updated
occupation
Office Clerks, General
description

Read, search, and summarize Gmail — precise queries, large-inbox fan-out reads, synthesized findings, and the opinionated inbox triage report

updated
occupation
Market Research Analysts & Marketing Specialists
description

Create and manage LinkedIn posts with a professional standard - post as me or company, and high-quality engagement workflows.

updated
occupation
Data Scientists
description

Analyze spreadsheet data intelligently - understand structure, choose right analysis tool (SQL/pivot/chart), apply formatting, present insights.

updated
occupation
Data Scientists
description

Create charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights

updated
occupation
Desktop Publishers
description

Generate an editable Microsoft Word (.docx) document — reports, letters, memos, structured docs. Use when the user wants a Word file. Built with docx-js (Node) for high fidelity.

updated
occupation
Desktop Publishers
description

Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.

updated
occupation
Graphic Designers
description

Generate a PowerPoint (.pptx) slide deck — pitch decks, reviews, summaries. Use when the user wants slides. Built with pptxgenjs (Node) for native, editable slides and charts.

updated
occupation
Computer Occupations, All Other
description

How per-integration custom instructions work — reading them, updating them, and when to persist a user's preference (e.g. "for Slack focus on

updated
occupation
Computer Occupations, All Other
description

How GAIA itself works — its agents, memory, skills, integrations, and workspace. Read this when the user asks how you work, what you can do, how to configure you, or when you are unsure about your own mechanics.

updated
occupation
Software Developers
description

Create rich file artifacts (documents, code, reports, HTML pages) that appear as interactive cards in chat when placed in artifacts/.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or…

updated
occupation
Web & Digital Interface Designers
description

Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any…

updated
occupation
Software Developers
description

Use when reverse-engineering a codebase's implicit design system, creating a DESIGN.md style guide, documenting design tokens, or establishing visual language standards. Also use when asked to audit UI consistency, rationalize ad-hoc styling into a system, or…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Design comprehensive testing strategies for software quality assurance. Use when planning test coverage, implementing test pyramids, or setting up testing infrastructure. Handles unit testing, integration testing, E2E testing, TDD, and testing best practices.

updated
occupation
Office Clerks, General
description

Create calendar events intelligently - check availability, handle attendees, manage recurrence, timezone-aware scheduling with confirmation workflow.

updated
Showing 40 of 70 collected skills.