Skills

Type: All Skills Tools
skill ★ 15,254

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…

Canner/WrenAI onboarding wren-engine data-connection project-scaffolding
skill ★ 15,254

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…

Canner/WrenAI wren-mdl database-introspection schema-discovery data-modelling
skill ★ 15,254

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…

Canner/WrenAI dlt-pipelines saas-connector duckdb sql-analysis
skill ★ 113

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.

markeljan/web3gpt web3 blockchain llm-agent api-interface
skill ★ 126

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…

nkapila6/mcp-local-rag rag-search web-research local-llm semantic-ranking
skill

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…

bram2w/baserow baserow pytest django drf
skill

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.

bram2w/baserow vue-unit-testing vitest nuxt frontend
skill

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…

cmcgrabby-hue/syndicate-links brand-guide design-system ui-kit branding
skill

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…

bram2w/baserow django performance sql-profiling bottleneck
skill

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…

cmcgrabby-hue/syndicate-links syndicate-links merchant-onboarding affiliate-marketing automation
skill

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…

bram2w/baserow baserow integrations services backend
skill

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.

cmcgrabby-hue/syndicate-links syndicate-links conversion-tracking affiliate-marketing api-integration
skill

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…

bram2w/baserow baserow notification backend frontend
skill

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.

bram2w/baserow django environment-variable configuration settings
skill ★ 8

Multi-step research orchestration and synthesis

Orchestrates multi-step web research by performing searches, concurrent content extraction, and LLM-driven synthesis with inline citations.

n24q02m/wet-mcp research-orchestration web-search llm-synthesis citation-preserving
skill

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 …

cmcgrabby-hue/syndicate-links design-system brand-guidelines affiliate-marketing ui-design
skill ★ 8

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…

n24q02m/wet-mcp dependency-locking version-pinning manifest-detection docs-query
skill ★ 8

Structured Multi-Alternative Comparison

A systematic framework for evaluating multiple alternatives using consistent criteria, a comparison matrix, and evidence-based decision recommendations.

n24q02m/wet-mcp decision-making comparison-matrix evaluation-framework structured-analysis
skill ★ 8

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…

n24q02m/wet-mcp fact-checking claim-validation evidence-search adversarial-search
skill ★ 28

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, …

blackwell-systems/agent-lsp lsp build testing verification
skill ★ 28

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.

blackwell-systems/agent-lsp lsp testing mcp test-automation
skill ★ 28

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.

blackwell-systems/agent-lsp lsp code-editing mcp diagnostics
skill ★ 28

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…

blackwell-systems/agent-lsp lsp rename refactoring workspace
skill ★ 28

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.

blackwell-systems/agent-lsp lsp project-onboarding codebase-exploration mcp