Skills

Type: All Skills Tools
skill

Upgrading Stripe API and SDKs

A guide for upgrading Stripe API versions, server-side SDKs, Stripe.js, and mobile SDKs. It provides a checklist for managing breaking changes and ensuring compatibility across various integration platforms.

stripe/agent-toolkit stripe api-migration sdk-upgrade payments
skill

Stripe Projects Service Provisioning

Automate the provisioning of third-party services and the retrieval of API keys using the Stripe Projects CLI. The workflow handles provider verification, project initialisation, and hand-off to local CLI skills.

stripe/agent-toolkit stripe service-provisioning api-keys cli-automation
skill

Stripe Integration Best Practices

Provides authoritative guidance on Stripe API selection, integration routing, and security best practices. It covers implementation details for Checkout, Connect, and Treasury while enforcing critical configuration rules.

stripe/agent-toolkit stripe api-integration payments fintech
skill ★ 35

Story Driven Development Workflow

A workflow for maintaining synchronisation between documentation and source code using git-based diffing. It manages bugs, change requests, and implementation cycles to ensure code always matches the specification.

sifter-ai/sifter sdd workflow documentation-sync git-based
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 Playwright MCP to facilitate visual verification against design specifications.

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

Remote Sync for Story Driven Development

Synchronises local Story Driven Development documentation with remote servers by managing change requests, document enrichment, and project-level updates.

sifter-ai/sifter sdd-remote remote-sync workflow-automation documentation-management
skill ★ 35

Story Driven Development Workflow

A git-based workflow for synchronising product and system documentation with implementation code. It manages bugs and change requests through a structured loop of detection, implementation, and state commitment.

sifter-ai/sifter story-driven-development git-workflow documentation-sync software-engineering
skill ★ 35

Visual React Component Editor Workflow

An iterative workflow for implementing React components by comparing reference screenshots against a live preview in a split-panel editor. It leverages the sdt CLI and Playwright to facilitate visual alignment between specifications and liv…

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

Remote Sync and Enrichment for SDD

This skill enables synchronising local Story Driven Development documentation with a remote server, allowing for the enrichment of drafts and project-level updates. It manages workflows for pulling change requests, updating feature specs, a…

sifter-ai/sifter sdd remote-sync workflow-automation documentation-management
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
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
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