Browse all
Story Driven Development Workflow
A workflow for maintaining synchronisation between documentation and source code using git-based diffing. It manages change requests, bugs, and implementation cycles to ensure code always reflects the latest specifications.
Visual React Component Editor Workflow
A workflow for implementing React components from screenshots using a split-panel editor with live preview. It leverages the sdd CLI and Playwright MCP to facilitate visual iteration and component verification.
Remote synchronization for Story Driven Development
Synchronise local Story Driven Development documents with a remote server to enrich drafts and manage status transitions. It enables pulling remote change requests, updating documentation, and publishing enriched content back to the SDD Flo…
LinkedHelper Automation via MCP
This MCP server enables automated LinkedIn workflows by interfacing with LinkedHelper via the Chrome DevTools Protocol. It provides tools for campaign management, person collection, and querying LinkedIn profile data.
LinkedIn Search URL Construction Reference
A reference for programmatically constructing LinkedIn and Sales Navigator search URLs, including logic for boolean expression formatting, entity resolution via typeahead endpoints, and complex filter encoding.
Underground Cultural District MCP Server
An MCP server providing a suite of tools for browsing, searching, and purchasing digital products within a literary ecosystem. It includes agent libraries for messaging and identity, alongside various developer utilities.
Semantic .NET Code Intelligence
Provides semantic intelligence for .NET and C# codebases by leveraging Roslyn-based MCP tools for precise symbol navigation and diagnostic retrieval. It prioritises semantic lookups over text-based searches to ensure accurate analysis of ty…
Convex Authentication and User Management Setup
Implements secure authentication and user management in Convex using providers such as Clerk, Auth0, or Convex Auth. It configures identity mapping, environment variables, and protects backend functions via server-side identity verification…
Initialise and Configure Convex Projects
Automate the scaffolding of new Convex projects or the integration of Convex into existing React, Next.js, or Vue applications. It manages template selection, dependency installation, and the configuration of the ConvexProvider and environm…
Convex Application Performance Audit
Diagnoses and resolves performance bottlenecks in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and implementing optimizations such…
Convex Schema Migration Assistant
Facilitates safe Convex schema and data migrations using a widen-migrate-narrow workflow. It manages breaking changes, field transformations, and zero-downtime deployment strategies for existing tables.
Designing and Building Reusable Convex Components
This skill provides a structured workflow for designing and implementing isolated Convex components with distinct tables and clear boundaries. It covers the implementation of local, packaged, and hybrid architectures using the Convex Compon…
Convex Authentication and User Management Setup
Configure secure authentication in Convex using providers such as Clerk, Auth0, or Convex Auth. It enables implementing identity mapping, protecting backend functions, and managing user authorisation.
Initialise and Configure Convex Projects
Automates the process of initialising Convex projects by scaffolding new applications from templates or integrating the backend into existing React, Next.js, or Vue applications. It manages dependency installation, provider configuration, a…
Convex Application Performance Audit
Diagnose and optimise Convex application performance by addressing read amplification, OCC conflicts, and subscription costs. The workflow provides structured auditing for hot-path reads, write contention, and function execution limits.
Convex Schema and Data Migration Helper
This skill plans and executes safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes such as field type updates, table splits, and data backfilling while ensuring zero downtime.
Designing and Building Convex Components
This skill facilitates the design and implementation of reusable Convex components with isolated tables and defined boundaries. It provides a structured workflow for extracting backend logic and managing component-to-app communication via a…
Setting up authentication in Convex
This skill automates the configuration of authentication providers such as Clerk, Auth0, or Convex Auth within a Convex backend. It handles identity mapping, environment variable setup, and the implementation of server-side access control u…
Initialize and Configure Convex Projects
Initialises new Convex projects or integrates the backend into existing React, Next.js, or Svelte applications. It manages scaffolding via templates, dependency installation, and the configuration of environment variables and providers.
Convex Application Performance Audit
This skill diagnoses and resolves performance bottlenecks in Convex applications, focusing on read amplification, write contention, and subscription costs. It provides a structured workflow for auditing function paths and applying optimisat…
Convex Schema and Data Migration Helper
This skill manages safe Convex schema and data migrations using a widen-migrate-narrow workflow. It handles breaking changes like field type updates, table splits, and data backfilling via the @convex-dev/migrations component.
Create Reusable Convex Components
This skill facilitates the design and implementation of isolated Convex components with distinct schemas, clear boundaries, and app-facing wrappers. It provides a structured workflow for extracting backend logic into reusable modules or bui…
Initialise and Configure Convex Projects
Automate the scaffolding of new Convex projects using official templates or integrate Convex into existing React, Next.js, or Vue applications. It manages dependency installation, provider configuration, and environment variable setup for t…
Convex Application Performance Audit
This skill diagnoses and optimises performance issues in Convex applications, including read amplification, write contention, and subscription costs. It provides a structured workflow for tracing read/write sets and applying targeted fixes …