Ryan
Community@ryan-haver
Ryan's registry provides 16 skills for building, deploying, testing, and debugging Fusebase Apps, covering dashboards, backends, authentication, and UI design.
Agent Skills by Ryan
Showing 16 vetted skills indexed across 1 GitHub repositories.
app-dev-practices
Guides building, registering, and configuring Fusebase React and Vite apps.
fusebase-cli
Initialize, develop, and deploy Fusebase Apps projects using the fusebase command-line tool.
fusebase-dashboards
Manage FuseBase dashboard schemas, rows, views, and relations via MCP tools.
app-backend
Implements optional Hono-based backend layers with REST APIs, WebSockets, and cron jobs for Fusebase apps.
app-secrets
Create and access encrypted secrets for FuseBase app backends via CLI and environment variables.
app-e2e-tests
Author and run environment-aware Playwright end-to-end tests across Fusebase app environments.
api-exploration
Tests Fusebase API endpoints interactively using temporary tokens before writing application code.
dev-debug-logs
Inspect browser, backend, proxy, and frontend dev server logs captured by fusebase dev start.
fusebase-gate
Operate Fusebase Gate MCP tools for tokens, auth, billing, files, and isolated SQL stores.
remote-logs
Fetch build and runtime logs from deployed FuseBase app backends using the fusebase remote-logs command.
file-upload
Implements the FuseBase temp-to-stored file upload lifecycle and file descriptor construction.
invite-with-password
Implements app-owned password setup for invited FuseBase users via setFusebaseInitialPassword.
app-sidecar
Configure and manage sidecar containers alongside FuseBase app backends and cron jobs.
handling-authentication-errors
Implements auth error handling for FuseBase app tokens and backend session probes.
app-routing
Configure path-based React Router routing for FuseBase Apps subdomains.
app-ui-design
Guides UI and UX design for Fusebase-generated apps using shadcn/ui and Tailwind CSS v4.
Frequently Asked Questions About Ryan
FAQPage SchemaWhat 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.