Find the perfect skill
Scaffold Feature Module
Development
Automatically creates directory structure and boilerplate files for a new feature module with optional API, components, hooks, and context support.
shadcn/ui Components
Development
For adding or customizing shadcn/ui components in a shared UI package. Helps with adding new components from the shadcn registry, updating existing component variants, or managing component dependencies. Includes MCP tools for searching, viewing, and adding components via CLI.
Leavn Navigation Debugger
Development
Debug navigation issues in Leavn: NotificationCenter routing, deep links, tab selection, AppCoordinator, and modal presentations. Use this skill when navigation is broken, wrong screen appears, deep links fail, or tab routing problems occur.
Fireproof Connect Deployment
DevOps
Deploys Fireproof Connect to a dedicated Studio VM on exe.dev, setting up a cloud sync backend for Fireproof apps. Handles SSH setup, Clerk authentication keys, and runs a deployment script that installs Docker services, generates security tokens, and creates a local .connect configuration file. Use this skill when you need a personal sync backend for multiple Fireproof applications.
WebF Host Caching with HttpCacheMode
Development
Configure and debug WebF runtime caching in Flutter using HttpCacheMode: set strategies (cache-first, network-first, offline-first), bust caches, version bundles, and clear caches with WebF.clearAllCaches. Helps when dealing with stale remote bundles, offline-first requirements, or custom cache adapter behavior.
Development Summary
Development
Produces a structured summary of development progress at the end of a feature (Phase 7). Helps document key decisions, modified files, and suggests next steps like commits or new features.
Fish script validation
Development
Validates fish scripts located in config/fish/ by performing syntax checks with fish --no-execute and formatting checks with fish_indent --check. This skill is automatically applied after editing any .fish file to ensure scripts are correct and properly formatted.
TDD Development with Architectural Constraints
Development
Implements features using Test-Driven Development while enforcing architectural constraints from context files such as tech-stack.md, source-tree.md, and dependencies.md. Automatically invokes the architecture skill if context files are missing. Helps when working on user stories or building features that must comply with predefined architecture.
Release FUNSTACK Router Package
Development
Automates the GitHub release process for the `@funstack/router` package. Reads the package.json, updates the version, generates release notes from the git log, and creates the release using the `gh` CLI. Helps when you need to release a new version with structured release notes.
Feature Selection for Biomarker Discovery
Data & AI
Selects informative features from high-dimensional omics data using Boruta all-relevant selection, mRMR minimum redundancy, LASSO regularization, and univariate filtering. Helps identify robust biomarkers by combining multiple feature selection approaches.
Research Voids & Cognitive Gaps
Content
Conducts exploratory research into cognitive blind spots and unknowable territories, following a brief on categories of the unexplored, unexplorable, and occluded. Uses targeted web searches in philosophy and cognitive science to identify gaps, then produces structured research notes aligned with site tenets. Ideal for daily exploration of the boundaries of human thought.
Running TUnit Tests with Playwright
Testing
Run TUnit tests with Playwright for a Blazor application. Use commands to execute all tests, limit parallelism to prevent overload, filter by class or test name with treenode filters, and generate detailed console or TRX reports. Helpful when you need to verify test results or debug failing tests.