Tradewinds Center for Advanced Learning
Official@tradewinds-center · United States of America
Open source learning tools for schools that put teachers in control
Agent Skills by Tradewinds Center for Advanced Learning
Showing 7 vetted skills indexed across 1 GitHub repositories.
convex-helpers-guide
Apply convex-helpers utilities to simplify Convex backend patterns.
function-creator
Generate typed Convex API endpoints with validation and auth guards.
auth-setup
Set up token-based authentication and user mapping for Convex apps.
migration-helper
Plan and execute Convex schema migrations with backfill strategies.
convex-quickstart
Scaffold a Convex backend with schema, authentication, and CRUD layers.
components-guide
Guide developers in creating and integrating Convex components in convex.config.ts.
schema-builder
Generate Convex database schemas with validators, indexes, and relationships.
Frequently Asked Questions About Tradewinds Center for Advanced Learning
FAQPage SchemaWhat specific backend tasks are enabled by these resources?▼
These resources enable the generation of typed database endpoints, structured schema definitions with complex relationships, and the implementation of secure authentication guards. They facilitate the management of database state through migration planning and backfill strategies, ensuring consistent data integrity across your backend environment.
Which technical personas benefit from these resources?▼
Full-stack developers and database engineers working within the Convex ecosystem benefit most from these resources. They are designed for technical teams requiring standardized patterns for backend scaffolding, authentication mapping, and schema maintenance to reduce manual configuration overhead during development cycles.
What are the prerequisites for implementing these configurations?▼
Implementation requires an existing Convex project environment and familiarity with TypeScript-based schema definitions. Users must have their project initialized and possess administrative access to the backend configuration files, specifically convex.config.ts, to integrate the provided components and validation patterns effectively.