Albo
Official@Albo-Club
Albo provides TypeScript full-stack development skills covering TanStack Router/Start, Better Auth authentication, and Convex reactive backend for React applications.
Agent Skills by Albo
Showing 34 vetted skills indexed across 1 GitHub repositories.
email-and-password-best-practices
Configure email verification, password reset flows, and hashing policies for Better Auth.
convex-advisor
Diagnose Convex deployment performance issues from 72-hour insights events and root-cause them in code.
router-query
Integrates TanStack Query caching with TanStack Router loaders and SSR hydration.
convex-authz
Detects and fixes authorization defects in Convex backend functions using deterministic scans and canonical ownership checks.
create-auth
Implements Better Auth authentication in TypeScript and JavaScript applications.
two-factor-authentication-best-practices
Implement TOTP, OTP, and backup code two-factor authentication with Better Auth.
start-core
Configure TanStack Start projects with server functions, middleware, auth, and deployment patterns.
convex
Routes Convex backend tasks to specialized skills and a served capability catalog.
router-core
Implements type-safe TanStack Router route trees, loaders, navigation, and SSR patterns.
convex-create-component
Creates reusable Convex components with isolated tables and app-facing APIs.
convex-migrate
Migrate schema and backfill data on deployed Convex apps using @convex-dev/migrations.
better-auth-best-practices
Configure Better Auth servers, clients, database adapters, sessions, and plugins for TypeScript applications.
organization-best-practices
Configure multi-tenant organizations, roles, teams, and invitations using Better Auth's organization plugin.
ai-elements
Installs and configures AI Elements React components for building AI chat interfaces.
frontend-design
Guides creation of distinctive web UI designs with deliberate typography, color, and layout choices.
better-auth-security-best-practices
Configures rate limiting, CSRF protection, trusted origins, and session security for Better Auth deployments.
react-router
Implements type-safe React routing with TanStack Router hooks, components, and file-based route setup.
server-components
Implement and debug TanStack Start React Server Components in React 19 applications.
middleware
Implements composable request and server function middleware for TanStack Start applications.
server-routes
Implement HTTP API endpoints in TanStack Start using server route handlers.
auth-server-primitives
Implements server-side session cookies, OAuth flow, CSRF, and rate limiting for TanStack Start.
deployment
Configure TanStack Start deployment, SSR modes, prerendering, and SEO for hosting providers.
server-functions
Create type-safe server RPCs in TanStack Start using createServerFn with validation and middleware.
execution-model
Control server and client execution boundaries in TanStack Start applications.
Frequently Asked Questions About Albo
FAQPage SchemaWhat 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.