Discover documentation to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
Tessl Master Skills Contains: tessl-create Author, structure, and package new Tessl tiles, skills, and documentation. Use when creating new tiles, authoring new SKILL.md files, writing documentation to be ingested by Tessl, or structuring a tile.json manifest. tessl-custom-agent-setup Configure custom AI agents (OpenClaw, OpenCode, etc.) to use Tessl by editing agent config files, setting up MCP server connections, installing skills via CLI, and validating Tessl authentication. Use when setting up a new agent, configuring MCP tools, editing mcpServers JSON or opencode.json, troubleshooting connection issues, or enabling Tessl features in an unsupported agent. tessl-distribute Publish, share, update, archive, and unpublish Tessl tiles in the registry. Use when distributing tiles to workspaces, making tiles public or private, managing tile lifecycle, or sharing skills with the team. tessl-evaluate Evaluate and optimize Tessl skills using reviews, automated best-practice optimizations, and scenario-based evaluations. Use when validating a skill before publishing, fixing a low review score, or running end-to-end evaluations on agent performance. tessl-search Searches the Tessl skill registry using multiple keyword variations, ranks results by workspace reputation and coverage, and composes multiple installed skills into a unified workflow. Use when you need to find the right skill or plugin for a task (e.g., 'what skill should I use for X', 'find a plugin for caching', 'search for tools that handle background sync'), evaluate and compare skill options, or combine multiple specialized skills to solve a narrowly scoped problem. tessl-support Troubleshoot Tessl CLI issues, run diagnostics, and resolve common problems with authentication, MCP, or skill installation. Use when the Tessl CLI is failing, an agent cannot connect via MCP, or you need to run tessl doctor. tessl-use Find, install, update, and manage Tessl skills and tiles to enhance agent workflows. Use when you need to discover new skills, add or remove skills, install them globally or per-project, list available skills, update existing skills, troubleshoot skill activation, or resolve 'skill not found' issues. | SkillsDocs | |
Prevents silent WebSocket disconnections via Web Worker heartbeats and reconnection strategies. Contains: realtime-connection-resilience Configures Supabase Realtime clients with worker:true to prevent background tab disconnections. Implements heartbeat monitoring and reconnection strategies. Use when fixing realtime disconnects, configuring worker-based realtime clients, implementing heartbeat resilience, or handling browser tab WebSocket stability. | SkillsDocsRules | |
v0.1.0 Atomic Design micro-UI architecture Contains: generate-micro-ui Generates micro Flutter/Dart UI components (atoms/molecules) following Atomic Design patterns. Uses StatelessWidget for atoms and HookConsumerWidget for molecules, including form validation classes and auto-generated widget tests with mocktail mocks. Use when the user asks to create small Flutter UI components such as buttons, text fields, inputs, cards, or reusable widgets following Atomic Design principles, or when they need a Flutter atom, molecule, or micro-UI component with Riverpod integration. | SkillsDocsRules | |
A curated collection of Agent Skills for working with dbt, to help AI agents understand and execute dbt workflows more effectively. Contains: creating-mermaid-dbt-dag Generates a Mermaid flowchart diagram of dbt model lineage using MCP tools, manifest.json, or direct code parsing as fallbacks. Use when visualizing dbt model lineage and dependencies as a Mermaid diagram in markdown format. migrating-dbt-core-to-fusion Use when a user needs help triaging dbt-core to Fusion migration errors. Runs dbt-autofix first, then classifies remaining errors into actionable categories (auto-fixable, guided fixes, needs input, blocked). migrating-dbt-project-across-platforms Use when migrating a dbt project from one data platform or data warehouse to another (e.g., Snowflake to Databricks, Databricks to Snowflake) using dbt Fusion's real-time compilation to identify and fix SQL dialect differences. upgrading-dbt-core Use when a user wants to upgrade, update, or migrate a dbt-core project to a newer or the latest version — e.g. "upgrade my dbt project," "migrate this off dbt-core 1.5," "get this project running on the latest dbt," "bump the dbt-core version." Upgrades a dbt-core v1 project (on 1.3, 1.4, 1.5, 1.6, or 1.7) all the way to 1.12, applying the required breaking, behavior, and deprecated changes from a data-driven issue corpus — replaying each pre-1.8 version boundary in order, then pinning post-1.8 behavior-change flags — running dbt-autofix first, then agentic and human-in-the-loop fixes, and verifying with dbt parse on dbt-core 1.12. Inputs — starting_version (the project's current dbt-core minor, one of 1.3/1.4/1.5/1.6/1.7) and adapter_type (snowflake/redshift/bigquery/databricks/spark); both are normally supplied by the caller (e.g. the dbt VS Code extension), with fallbacks described in the skill. adding-dbt-unit-test Creates unit test YAML definitions that mock upstream model inputs and validate expected outputs. Use when adding unit tests for a dbt model or practicing test-driven development (TDD) in dbt. answering-natural-language-questions-with-dbt Writes and executes SQL queries against the data warehouse using dbt's Semantic Layer or ad-hoc SQL to answer business questions. Use when a user asks about analytics, metrics, KPIs, or data (e.g., "What were total sales last quarter?", "Show me top customers by revenue"). NOT for validating, testing, or building dbt models during development. building-dbt-semantic-layer Use when creating or modifying dbt Semantic Layer components — semantic models, metrics, dimensions, entities, measures, or time spines. Covers MetricFlow configuration, metric types (simple, derived, cumulative, ratio, conversion), and validation for both latest and legacy YAML specs. configuring-dbt-mcp-server Generates MCP server configuration JSON, resolves authentication setup, and validates server connectivity for dbt. Use when setting up, configuring, or troubleshooting the dbt MCP server for AI tools like Claude Desktop, Claude Code, Cursor, or VS Code. fetching-dbt-docs Retrieves and searches dbt documentation pages in LLM-friendly markdown format. Use when fetching dbt documentation, looking up dbt features, or answering questions about dbt Cloud, dbt Core, or the dbt Semantic Layer. running-dbt-commands Formats and executes dbt CLI commands, selects the correct dbt executable, and structures command parameters. Use when running models, tests, builds, compiles, or show queries via dbt CLI. Use when unsure which dbt executable to use or how to format command parameters. troubleshooting-dbt-job-errors Diagnoses dbt Cloud/platform job failures by analyzing run logs, querying the Admin API, reviewing git history, and investigating data issues. Use when a dbt Cloud/platform job fails and you need to diagnose the root cause, especially when error messages are unclear or when intermittent failures occur. Do not use for local dbt development errors. using-dbt-for-analytics-engineering Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes. working-with-dbt-mesh Use when changing a dbt model in a way that could break its consumers — renaming, removing, or retyping a column, or changing a model that downstream models, exposures, dashboards, or BI tools depend on — to judge whether the change is breaking and who it affects. Also use when versioning a model (model versions, latest_version, latest_version_pointer, deprecation_date, migration windows), enforcing contracts, setting access or groups, or doing multi-project dbt Mesh work (cross-project refs via dependencies.yml, disambiguating similarly-named models, splitting a monolith). Covers single- and multi-project, and planning or advising as well as implementing. | SkillsDocs | |
Gemini Enterprise A2A configuration and rules. Contains: scaffold-gemini-agent Scaffolds a complete A2A agent specifically configured for Gemini Enterprise compatibility, including the JSON-RPC root path and a health check. | SkillsDocsRules | |
SkillsDocsRules | ||
A cross-browser wrapper for the Web Audio API which aims to closely follow the standard. | Docs | — |
v1.0.0 Testing the --bump flag | Docs | — |
Git commit message format, types, and conventions | Docs | — |
BC SaaS performance patterns, data access optimization, and best practices | Docs | — |
Azure Functions and Logic Apps integration from Business Central AL | Docs | — |
Custom telemetry with Feature Telemetry and Session.LogMessage for BC | Docs | — |
Dependency injection, polymorphism, and plugin architectures in AL | Docs | — |
File attachments, XMLport, and Azure Blob Storage patterns for Business Central | Docs | — |
Create custom API pages (CRUD) and API queries (read-only joins) in AL | Docs | — |
Consume Microsoft standard Business Central APIs (v2.0) - no AL coding required | Docs | — |
Cue tiles, Activities CardPart, and FlowFields with drill-down for BC Role Centers | Docs | — |
Dynamic event subscriber activation with BindSubscription in Business Central | Docs | — |
OAuth 2.0 Client Credentials and Authorization Code flows for Business Central | Docs | — |
Control AL object visibility with Access property (Public, Internal, Protected, Local) | Docs | — |
Can't find what you're looking for? Evaluate a missing skill.