1. Software Development
Found 33838 skills
emp-best-practices
empjs
Provides expert guidance for EMP CLI, Rspack, and module federation in micro-frontend development, build configuration, and debugging.
debug-with-valgrind
facet-rs
Debugs memory errors, crashes, and segfaults in applications using Valgrind integrated with nextest via pre-configured profiles.
profiling
facet-rs
Analyzes code performance using callgrind and valgrind with nextest integration to identify bottlenecks and optimize instruction counts and cache behavior.
use-facet-crates
facet-rs
Provides guidelines for using facet crates (facet-json, facet-toml, facet-args) as alternatives to serde for consistent internal tooling in Rust development.
reproduce-reduce-regress
facet-rs
Systematic debugging workflow: reproducing bugs with real data, reducing test cases to minimal examples, and adding regression tests to prevent recurrence.
jit-overview
facet-rs
Provides orientation for facet-format JIT deserialization, covering tiering, fallbacks, key types, and debugging strategies for JIT code changes.
billing
useautumn
Debugs and fixes billing endpoints for subscriptions, invoicing, and Stripe integrations, supporting both legacy and v2 architecture.
api-versioning
useautumn
Manages API versioning by handling breaking changes, creating version files, data transformation, and ensuring backward compatibility.
write-test
useautumn
Creates integration test cases for billing/subscription features and endpoints in the Autumn billing system.
server-components
davepoon
Guides React Server Components (RSC) in Next.js for server vs client component usage, data fetching, and composition patterns.
server-actions
davepoon
Guides implementation of Next.js Server Actions for form handling, data mutations, and revalidation in App Router.
route-handlers
davepoon
Creates and manages Next.js App Router API routes, handling HTTP methods and streaming responses for RESTful endpoints.
app-router
davepoon
Assists in creating and managing Next.js App Router routes, layouts, dynamic routes, and error boundaries for frontend applications.
auth-patterns
davepoon
Guides implementation of authentication and authorization patterns in Next.js, including NextAuth, middleware, and session management.
artifacts-builder
davepoon
Provides a suite of tools for constructing multi-component Claude.ai HTML artifacts with React, Tailwind CSS, and shadcn/ui, supporting state management and routing.
mcp-builder
davepoon
Guides developers in constructing MCP servers for LLM integration with external APIs using Python (FastMCP) or Node/TypeScript (MCP SDK).
webf-api-compatibility
openwebf
Checks Web API, DOM method, and CSS property compatibility in WebF to resolve feature implementation issues and find alternatives.
webf-routing-setup
openwebf
Configures hybrid routing with native screen transitions in WebF, replacing SPA routing for multi-screen application navigation.
webf-native-ui-dev
openwebf
Builds reusable web-accessible UI component libraries by wrapping Flutter widgets as custom elements for seamless web integration.
webf-native-plugin-dev
openwebf
Develops custom WebF native plugins by wrapping Flutter packages into JavaScript APIs for web capabilities like camera, payments, and sensors.
webf-quickstart
openwebf
Provides quick setup for WebF development: initializes WebF Go, creates React/Vue/Svelte projects with Vite, and loads first application.
webf-native-plugins
openwebf
Enables web applications to access native device capabilities like camera, geolocation, and payment via WebF plugins, extending beyond standard web APIs.
webf-async-rendering
openwebf
Solves WebF rendering issues by correctly handling onscreen/offscreen events and element measurements, preventing layout failures and incorrect style calculations.
webf-infinite-scrolling
openwebf
Provides high-performance infinite scrolling with pull-to-refresh and load-more for large datasets in feed-style UIs, product catalogs, and chat applications using WebFListView.