Blocksight avatar

Blocksight

Official

@blocknavi

0Followers
|
1Public Repos
|
14Published Skills

Offers specialized architectural patterns and validation frameworks for building reactive, stateful applications within the Convex backend-as-a-service ecosystem.

Skills Distribution
DomainData Systems...Backend Architecture (40%)Database Schema De.. (30%)Security & Complia.. (20%)Realtime Synchroni.. (10%)

Agent Skills by Blocksight

Showing 14 vetted skills indexed across 1 GitHub repositories.

blocknaviblocknavi
1

convex-agents

Build persistent, stateful AI agents with thread management and tool integration in Convex.

Official
Intermediate
blocknaviblocknavi
1

convex-http-actions

Expose HTTP endpoints for Convex webhooks and external API calls.

Official
Advanced
blocknaviblocknavi
1

convex-cron-jobs

Schedule recurring Convex functions with interval and cron expressions.

Official
Intermediate
blocknaviblocknavi
1

convex-schema-validator

Define and validate Convex database schemas with defineSchema and defineTable.

Official
Advanced
blocknaviblocknavi
1

convex

Route Convex development patterns to specialized sub-skills for functions, realtime, agents, and schemas.

Official
Basic
blocknaviblocknavi
1

avoid-feature-creep

Enforce MVP scope and log feature decisions during backlog grooming.

Official
Basic
blocknaviblocknavi
1

convex-security-audit

Review Convex applications for authorization, data access, and action isolation.

Official
Advanced
blocknaviblocknavi
1

convex-file-storage

Store and serve files in Convex apps with uploads, URLs, and metadata.

Official
Intermediate
blocknaviblocknavi
1

convex-functions

Write Convex queries, mutations, actions, and HTTP actions with validators.

Official
Advanced
blocknaviblocknavi
1

convex-best-practices

Structure Convex functions, queries, and validation with domain-based TypeScript patterns.

Official
Basic
blocknaviblocknavi
1

convex-component-authoring

Create self-contained Convex components with isolated schemas and exports.

Official
Intermediate
blocknaviblocknavi
1

convex-migrations

Automate incremental Convex schema migrations with migration tracking and batched processing.

Official
Advanced
blocknaviblocknavi
1

convex-security-check

Audit Convex applications for authentication, function exposure, and access control.

Official
Basic
blocknaviblocknavi
1

convex-realtime

Build reactive frontends with Convex real-time subscriptions and optimistic updates.

Official
Intermediate

Frequently Asked Questions About Blocksight

FAQPage Schema
What 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.