Ryan avatar

Ryan

Community

@ryan-haver

1Followers
|
7Public Repos
|
16Published Skills

Ryan's registry provides 16 skills for building, deploying, testing, and debugging Fusebase Apps, covering dashboards, backends, authentication, and UI design.

Skills Distribution
DomainDeveloper To...Fusebase App Devel.. (35%)Backend & Infrastr.. (25%)Testing & Debugging (20%)Authentication & S.. (12%)

Agent Skills by Ryan

Showing 16 vetted skills indexed across 1 GitHub repositories.

ryan-haverryan-haver
5

app-dev-practices

Guides building, registering, and configuring Fusebase React and Vite apps.

Community
Intermediate
ryan-haverryan-haver
5

fusebase-cli

Initialize, develop, and deploy Fusebase Apps projects using the fusebase command-line tool.

Community
Advanced
ryan-haverryan-haver
5

fusebase-dashboards

Manage FuseBase dashboard schemas, rows, views, and relations via MCP tools.

Community
Advanced
ryan-haverryan-haver
5

app-backend

Implements optional Hono-based backend layers with REST APIs, WebSockets, and cron jobs for Fusebase apps.

Community
Advanced
ryan-haverryan-haver
5

app-secrets

Create and access encrypted secrets for FuseBase app backends via CLI and environment variables.

Community
Intermediate
ryan-haverryan-haver
5

app-e2e-tests

Author and run environment-aware Playwright end-to-end tests across Fusebase app environments.

Community
Advanced
ryan-haverryan-haver
5

api-exploration

Tests Fusebase API endpoints interactively using temporary tokens before writing application code.

Community
Intermediate
ryan-haverryan-haver
5

dev-debug-logs

Inspect browser, backend, proxy, and frontend dev server logs captured by fusebase dev start.

Community
Intermediate
ryan-haverryan-haver
5

fusebase-gate

Operate Fusebase Gate MCP tools for tokens, auth, billing, files, and isolated SQL stores.

Community
Advanced
ryan-haverryan-haver
5

remote-logs

Fetch build and runtime logs from deployed FuseBase app backends using the fusebase remote-logs command.

Community
Basic
ryan-haverryan-haver
5

file-upload

Implements the FuseBase temp-to-stored file upload lifecycle and file descriptor construction.

Community
Intermediate
ryan-haverryan-haver
5

invite-with-password

Implements app-owned password setup for invited FuseBase users via setFusebaseInitialPassword.

Community
Intermediate
ryan-haverryan-haver
5

app-sidecar

Configure and manage sidecar containers alongside FuseBase app backends and cron jobs.

Community
Intermediate
ryan-haverryan-haver
5

handling-authentication-errors

Implements auth error handling for FuseBase app tokens and backend session probes.

Community
Advanced
ryan-haverryan-haver
5

app-routing

Configure path-based React Router routing for FuseBase Apps subdomains.

Community
Basic
ryan-haverryan-haver
5

app-ui-design

Guides UI and UX design for Fusebase-generated apps using shadcn/ui and Tailwind CSS v4.

Community
Intermediate

Frequently Asked Questions About Ryan

FAQPage Schema
What tasks can I accomplish with Ryan's Fusebase skills?▼

You can scaffold and deploy Fusebase Apps, manage project dashboards and CRM tables via MCP, add REST/WebSocket backends with cron jobs, handle file uploads, implement custom invite-with-password authentication, write Playwright e2e tests, and debug local or deployed apps through structured log inspection.

Who are these Fusebase skills designed for?▼

They target developers building applications on the Fusebase Apps platform, including frontend engineers using React Router and shadcn/ui, backend engineers adding server-side APIs and sidecar containers, and QA engineers authoring environment-aware Playwright tests against dev and prod deployments.

How do I test and debug Fusebase apps using these skills?▼

Use app-e2e-tests to scaffold Playwright specs runnable against dev and prod environments with per-environment fixtures. For debugging, dev-debug-logs covers local browser, proxy, and server output via fusebase dev start, while remote-logs fetches build and runtime logs for deployed backends.

What prerequisites are needed to use these skills?▼

You need the fusebase CLI installed and a Fusebase Apps project. Backend skills require a backend/ folder; e2e testing requires Playwright scaffolding via fusebase scaffold --template e2e; dashboard and gate skills operate through MCP; UI skills assume React with shadcn/ui components.

How do these skills handle authentication and secrets?▼

The invite-with-password skill builds app-owned sign-up and password reset flows using addOrgUser, createAppMagicLink, and loginFusebaseUser. App-secrets manages API keys via CLI with runtime access, and handling-authentication-errors covers AppTokenValidationError 401s and httpOnly cookie session probes.