Browse all

Type: All Skills Tools
skill ★ 35

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.

sifter-ai/sifter story-driven-development git-sync documentation-as-code workflow
skill ★ 35

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.

sifter-ai/sifter react ui-development visual-editor sdd-cli
skill ★ 35

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…

sifter-ai/sifter sdd remote-sync workflow-automation documentation-enrichment
tool ★ 5

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.

alexey-pelykh/lhremote linkedhelper mcp linkedin-automation cdp
skill ★ 5

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.

alexey-pelykh/lhremote linkedin url-construction sales-navigator boolean-logic
tool

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.

lisamaraventano-spine/mcp-server mcp marketplace agent-libraries developer-utilities
skill ★ 9

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…

MarcelRoozekrans/roslyn-codelens-mcp dotnet csharp roslyn mcp
skill ★ 11,620

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…

get-convex/convex-backend convex authentication user-management auth-integration
skill ★ 11,620

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…

get-convex/convex-backend convex scaffolding frontend-integration fullstack-development
skill ★ 11,620

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…

get-convex/convex-backend convex performance-optimization backend-development database-tuning
skill ★ 11,620

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.

get-convex/convex-backend convex database-migration schema-management backend-development
skill ★ 11,620

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…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

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.

get-convex/convex-backend convex authentication user-management clerk
skill ★ 11,620

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…

get-convex/convex-backend convex scaffolding react nextjs
skill ★ 11,620

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.

get-convex/convex-backend convex performance-audit backend-optimisation database-performance
skill ★ 11,620

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.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

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…

get-convex/convex-backend convex backend-development component-architecture serverless
skill ★ 11,620

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…

get-convex/convex-backend convex authentication user-management clerk
skill ★ 11,620

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.

get-convex/convex-backend convex backend-as-a-service scaffolding react
skill ★ 11,620

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…

get-convex/convex-backend convex performance-optimization backend-development database-auditing
skill ★ 11,620

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.

get-convex/convex-backend convex schema-migration data-migration database-management
skill ★ 11,620

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…

get-convex/convex-backend convex backend-development component-architecture typescript
skill ★ 11,620

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…

get-convex/convex-backend convex scaffolding frontend-integration fullstack-development
skill ★ 11,620

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 …

get-convex/convex-backend convex performance-audit backend-optimization database-tuning