Albo avatar

Albo

Official

@Albo-Club

0Followers
|
4Public Repos
|
34Published Skills

Albo provides TypeScript full-stack development skills covering TanStack Router/Start, Better Auth authentication, and Convex reactive backend for React applications.

Skills Distribution
DomainDeveloper To...TanStack Router & .. (45%)Authentication & A.. (25%)Convex Backend Pla.. (15%)React Server Compo.. (10%)

Agent Skills by Albo

Showing 34 vetted skills indexed across 1 GitHub repositories.

Albo-ClubAlbo-Club

email-and-password-best-practices

Configure email verification, password reset flows, and hashing policies for Better Auth.

Official
Intermediate
Albo-ClubAlbo-Club

convex-advisor

Diagnose Convex deployment performance issues from 72-hour insights events and root-cause them in code.

Official
Advanced
Albo-ClubAlbo-Club

router-query

Integrates TanStack Query caching with TanStack Router loaders and SSR hydration.

Official
Intermediate
Albo-ClubAlbo-Club

convex-authz

Detects and fixes authorization defects in Convex backend functions using deterministic scans and canonical ownership checks.

Official
Advanced
Albo-ClubAlbo-Club

create-auth

Implements Better Auth authentication in TypeScript and JavaScript applications.

Official
Advanced
Albo-ClubAlbo-Club

two-factor-authentication-best-practices

Implement TOTP, OTP, and backup code two-factor authentication with Better Auth.

Official
Intermediate
Albo-ClubAlbo-Club

start-core

Configure TanStack Start projects with server functions, middleware, auth, and deployment patterns.

Official
Advanced
Albo-ClubAlbo-Club

convex

Routes Convex backend tasks to specialized skills and a served capability catalog.

Official
Intermediate
Albo-ClubAlbo-Club

router-core

Implements type-safe TanStack Router route trees, loaders, navigation, and SSR patterns.

Official
Advanced
Albo-ClubAlbo-Club

convex-create-component

Creates reusable Convex components with isolated tables and app-facing APIs.

Official
Advanced
Albo-ClubAlbo-Club

convex-migrate

Migrate schema and backfill data on deployed Convex apps using @convex-dev/migrations.

Official
Basic
Albo-ClubAlbo-Club

better-auth-best-practices

Configure Better Auth servers, clients, database adapters, sessions, and plugins for TypeScript applications.

Official
Intermediate
Albo-ClubAlbo-Club

organization-best-practices

Configure multi-tenant organizations, roles, teams, and invitations using Better Auth's organization plugin.

Official
Intermediate
Albo-ClubAlbo-Club

ai-elements

Installs and configures AI Elements React components for building AI chat interfaces.

Official
Intermediate
Albo-ClubAlbo-Club

frontend-design

Guides creation of distinctive web UI designs with deliberate typography, color, and layout choices.

Official
Intermediate
Albo-ClubAlbo-Club

better-auth-security-best-practices

Configures rate limiting, CSRF protection, trusted origins, and session security for Better Auth deployments.

Official
Intermediate
Albo-ClubAlbo-Club

react-router

Implements type-safe React routing with TanStack Router hooks, components, and file-based route setup.

Official
Intermediate
Albo-ClubAlbo-Club

server-components

Implement and debug TanStack Start React Server Components in React 19 applications.

Official
Advanced
Albo-ClubAlbo-Club

middleware

Implements composable request and server function middleware for TanStack Start applications.

Official
Intermediate
Albo-ClubAlbo-Club

server-routes

Implement HTTP API endpoints in TanStack Start using server route handlers.

Official
Intermediate
Albo-ClubAlbo-Club

auth-server-primitives

Implements server-side session cookies, OAuth flow, CSRF, and rate limiting for TanStack Start.

Official
Advanced
Albo-ClubAlbo-Club

deployment

Configure TanStack Start deployment, SSR modes, prerendering, and SEO for hosting providers.

Official
Intermediate
Albo-ClubAlbo-Club

server-functions

Create type-safe server RPCs in TanStack Start using createServerFn with validation and middleware.

Official
Intermediate
Albo-ClubAlbo-Club

execution-model

Control server and client execution boundaries in TanStack Start applications.

Official
Intermediate

Frequently Asked Questions About Albo

FAQPage Schema
What tasks can I accomplish using Albo's skills?

You can implement Better Auth authentication (email/password, 2FA, OAuth, organizations, RBAC), build TanStack Router/Start React apps with type-safe routing, SSR, server functions, and middleware, and develop Convex backends including schema migrations, authorization audits, and reusable components.

Who are Albo's skills designed for?

TypeScript and React developers building full-stack applications. The skills target engineers working with TanStack Router/Start (versions 1.166–1.171), teams adding Better Auth authentication to new or existing projects, and developers deploying or securing Convex reactive backends.

How do the TanStack Start skills work together in practice?

Start with start-core for the Vite plugin, router factory, and entry points, then layer react-start for React bindings. Sub-skills cover server functions, middleware, server routes, RSC, and deployment. Each skill declares explicit requires dependencies, so prerequisites like router-core load automatically.

What are the prerequisites and dependencies for these skills?

Skills declare explicit requirements in frontmatter: TanStack Router skills require router-core, Start sub-skills require start-core, and server-components requires react-start plus server-functions. Projects need TypeScript, React 19 for RSC features, and the relevant library versions (e.g., tanstack-router 1.171.15).

What security capabilities do the Better Auth and Convex skills provide?

Better Auth skills cover rate limiting, CSRF protection, trusted origins, session/cookie hardening, OAuth token encryption, and audit logging. The convex-authz skill runs deterministic scans for impersonation, missing ownership checks, and PII-leaking queries, applying requireIdentity/requireOwner fixes verified with tsc.