PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running bun x ultracite fix. From charlietlamb/ferix.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, running bun x ultracite fix. From charlietlamb/ferix.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Building AI agents with the Convex Agent component including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration.
Skill Claude CodeCodex
Guidelines for building production-ready Convex apps covering function organization, query patterns, validation, TypeScript usage, error handling, and the Zen of Convex design philosophy.
Skill Claude CodeCodex
How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management.
Skill Claude CodeCodex
Scheduled function patterns for background tasks including interval scheduling, cron expressions, job monitoring, retry strategies, and best practices for long-running tasks.
Skill Claude CodeCodex
Complete file handling including upload flows, serving files via URL, storing generated files from actions, deletion, and accessing file metadata from system tables.
Skill Claude CodeCodex
Writing queries, mutations, actions, and HTTP actions with proper argument validation, error handling, internal functions, and runtime considerations.
Skill Claude CodeCodex
External API integration and webhook handling including HTTP endpoint routing, request/response handling, authentication, CORS configuration, and webhook signature validation.
Skill Claude CodeCodex
Schema migration strategies for evolving applications including adding new fields, backfilling data, removing deprecated fields, index migrations, and zero-downtime migration patterns.
Skill Claude CodeCodex
Patterns for building reactive apps including subscription management, optimistic updates, cache behavior, and paginated queries with cursor-based loading.
Skill Claude CodeCodex
Defining and validating database schemas with proper typing, index configuration, optional fields, unions, and migration strategies for schema changes.
Skill Claude CodeCodex
Deep security review patterns for authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations.
Skill Claude CodeCodex
Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling.
Skill Claude CodeCodex
Prevent feature creep when building software, apps, and AI-powered products. Use this skill when planning features, reviewing scope, building MVPs, managing backlogs, or when a user says "just one more feature." Helps developers and AI agents stay focused, ship faster, and avoid bloated products.
Skill Claude CodeCodex
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.
Skill Claude CodeCodex
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
Instructions file
Instructions for charlietlamb/ferix: Whenever you make changes make sure to run bun lint, bun format, bun knip to ensure the code is meeting code standards.