Skills
End-to-end Wren Engine project onboarding skill
This skill guides the agent through the complete, multi-stage onboarding process for Wren Engine, handling environment checks, project scaffolding, and secure connection profile setup. It ensures the workspace is fully configured and the Mo…
Generate Wren MDL projects from databases
Automates the generation of Wren MDL projects by performing database schema discovery and converting it into the Wren YAML format. It leverages SQLAlchemy, database drivers, or raw SQL to handle introspection, type normalization, and projec…
Connect SaaS Data to Wren for SQL Analysis
This skill guides the user through connecting various SaaS APIs using dlt to populate a local DuckDB database. It then automatically introspects this data to generate and validate a complete Wren semantic project, ensuring the resulting SQL…
Web3GPT Agent Interaction Skill
An API-based skill for initiating and managing conversational sessions with Web3GPT agents. It enables developers to send messages, track chat history, and trigger blockchain deployments via natural language.
local rag-based web search and deep research
This skill facilitates intelligent, RAG-enhanced web searching using a local MCP server, providing semantic ranking for highly relevant results. It supports deep, multi-engine research across various backends like Google, DuckDuckGo, and Wi…
Writing Baserow Backend Unit Tests
This skill facilitates writing and updating backend unit tests for Baserow's core, premium, and enterprise modules using pytest and Django. It adheres to established repository patterns, utilising shared fixtures and DRF APIClient to test h…
Writing Baserow Frontend Unit Tests
Provides comprehensive guidance on writing and updating unit tests for Baserow's Vue/Nuxt frontend components, utilities, and stores. It mandates adherence to established patterns using Vitest, TestApp, and specific mounting utilities.
Syndicate Links Brand Guide and Design System
This skill provides a comprehensive design system and brand guide for the Syndicate Links platform, detailing voice, visual tokens, and component recipes. It ensures all generated content adheres to strict brand standards, including specifi…
Diagnose backend bottlenecks using Django Silk data
Investigate slow endpoints and performance bottlenecks by querying Django Silk profiling data stored in PostgreSQL. This skill identifies query patterns, detects N+1 issues, and analyzes query plans to pinpoint whether the bottleneck is dat…
Syndicate Links Merchant Onboarding
Automates the end-to-end onboarding of merchants to the Syndicate Links affiliate platform, including account registration, program creation, and product setup. The process generates API keys and tracking links while optionally simulating a…
Creating or Updating Baserow Integrations and Services
This skill guides developers through the full lifecycle of creating or updating custom Baserow service and integration types. It details the necessary backend and frontend steps, including model updates, subclassing, and registration across…
Syndicate Links Conversion Event Trigger
Trigger conversion events against Syndicate Links tracking codes to attribute purchases to publishers. The operation supports idempotency via an order identifier and handles commission auto-calculation.
Creating Baserow In-App Notification Patterns
This skill guides the implementation of robust in-app notifications within Baserow, covering both backend and frontend requirements. It details necessary patterns for notification lifecycle management, including target definition, event han…
Propagate New Django Environment Variable Settings
This skill guides the systematic addition of new environment variables for Django settings. It ensures consistent propagation across the codebase, updating settings files, Docker configurations, frontend remaps, and documentation.
Multi-step research orchestration and synthesis
Orchestrates multi-step web research by performing searches, concurrent content extraction, and LLM-driven synthesis with inline citations.
Syndicate Links Brand Design System
This skill provides a comprehensive design system and brand guidelines for building the Syndicate Links affiliate infrastructure. It enforces specific visual tokens, typography rules, and component recipes across marketing, dashboards, and …
Pin project dependencies for accurate docs search
This skill detects a project's manifest (e.g., pyproject.toml, package.json) and pins all declared dependencies. It ensures that subsequent documentation queries automatically resolve and surface results for the exact locked versions, preve…
Structured Multi-Alternative Comparison
A systematic framework for evaluating multiple alternatives using consistent criteria, a comparison matrix, and evidence-based decision recommendations.
Adversarial fact-checking and claim verification
This skill verifies factual claims by executing an adversarial search, mandating the retrieval and assessment of both supporting and contradicting evidence. It structures the final verdict based on source quality tiers and consensus among r…
Three-layer code verification and quality assurance
This skill performs comprehensive code verification by running LSP diagnostics, compiling the project, and executing the test suite in parallel. It provides a structured report detailing blocking issues, including test failure correlation, …
Identify and run correlated tests
Identify and execute only the specific tests that cover a modified source file to accelerate the feedback loop. It uses LSP capabilities to map source files to their corresponding test files and functions.
Safe Code Editing with LSP Diagnostics
This skill wraps code edits with a before-and-after diagnostic comparison to ensure changes do not introduce new errors. It utilises speculative in-memory previews and surfaces available code actions to resolve any introduced regressions.
Safe, two-phase workspace symbol renaming
This skill performs safe, workspace-wide symbol renaming by first previewing all affected locations and changes using Language Server Protocol calls. It requires explicit user confirmation before executing the atomic edit, ensuring develope…
Automated Project Onboarding via LSP
Automates the initial exploration of a new codebase by using LSP tools to detect languages, build systems, entry points, and architectural patterns, producing a structured project profile for the agent.