Blocksight
Official@blocknavi
Offers specialized architectural patterns and validation frameworks for building reactive, stateful applications within the Convex backend-as-a-service ecosystem.
Agent Skills by Blocksight
Showing 14 vetted skills indexed across 1 GitHub repositories.
convex-agents
Build persistent, stateful AI agents with thread management and tool integration in Convex.
convex-http-actions
Expose HTTP endpoints for Convex webhooks and external API calls.
convex-cron-jobs
Schedule recurring Convex functions with interval and cron expressions.
convex-schema-validator
Define and validate Convex database schemas with defineSchema and defineTable.
convex
Route Convex development patterns to specialized sub-skills for functions, realtime, agents, and schemas.
avoid-feature-creep
Enforce MVP scope and log feature decisions during backlog grooming.
convex-security-audit
Review Convex applications for authorization, data access, and action isolation.
convex-file-storage
Store and serve files in Convex apps with uploads, URLs, and metadata.
convex-functions
Write Convex queries, mutations, actions, and HTTP actions with validators.
convex-best-practices
Structure Convex functions, queries, and validation with domain-based TypeScript patterns.
convex-component-authoring
Create self-contained Convex components with isolated schemas and exports.
convex-migrations
Automate incremental Convex schema migrations with migration tracking and batched processing.
convex-security-check
Audit Convex applications for authentication, function exposure, and access control.
convex-realtime
Build reactive frontends with Convex real-time subscriptions and optimistic updates.
Frequently Asked Questions About Blocksight
FAQPage SchemaWhat specific tasks can I perform using Blocksight's Convex patterns?▼
You can define robust database schemas, manage recurring background tasks, handle file storage, and build reactive frontend subscriptions. The patterns enable structured function development, secure HTTP endpoint exposure, and incremental schema migrations to maintain data integrity across evolving application versions.
Which engineering personas benefit most from these Convex patterns?▼
Full-stack developers and backend engineers working within the Convex ecosystem benefit most. These patterns are designed for architects focused on maintaining clean domain-based TypeScript structures, enforcing strict schema validation, and ensuring secure authorization boundaries in high-concurrency, stateful web applications.
What are the prerequisites for implementing these architectural patterns?▼
Implementation requires an existing Convex project environment and familiarity with TypeScript. You must have your project initialized with the Convex runtime to utilize the provided schema validators, migration tracking, and function structuring patterns effectively within your codebase.