Update old notes with new connections. The backward pass that /reflect doesn't do. Revisit existing notes that predate newer related content, add connections, sharpen claims, consider splits. Triggers on "/reweave", "/reweave [note]", "update old notes",…
Skills in this repository
tomevault-io/skills-registry - Page 306
SkillsMP has collected 17,125 skills from tomevault-io/skills-registry. Open a skill to review its source and details.
tomevault-io/skills-registryShowing 40 of 17,125 collected skills.
Add a source file to the processing queue. Checks for duplicates, creates archive folder, moves source from inbox, creates extract task, and updates queue. Triggers on "/seed", "/seed [file]", "queue this for processing". Use when this capability is needed.
Scaffold a complete knowledge system. Detects platform, conducts conversation, derives configuration, generates everything. Validates against 15 kernel primitives. Triggers on "/setup", "/setup --advanced", "set up my knowledge system", "create my vault". Use…
Show vault statistics and knowledge graph metrics. Provides a shareable snapshot of vault health, growth, and progress. Triggers on "/stats", "vault stats", "show metrics", "how big is my vault". Use when this capability is needed.
View and manage the task stack and processing queue. Shows pending work, active tasks, completed items, and queue state. Triggers on "/tasks", "show tasks", "what's pending", "task list", "queue status". Use when this capability is needed.
Interactive walkthrough for new users. Learn by doing — each step creates real content in your vault. Three tracks (researcher, manager, personal) with a universal learning arc. Triggers on "/tutorial", "walk me through", "how do I use this". Use when this…
Apply plugin knowledge base updates to an existing generated system. Consults the Ars Contexta research graph for methodology improvements, proposes skill upgrades with research justification. Never auto-implements. Triggers on "/upgrade", "upgrade skills",…
Schema validation for notes. Checks against domain-specific templates. Validates required fields, enum values, description quality, and link health. Non-blocking — warns but doesn't prevent capture. Triggers on "/validate", "/validate [note]", "check schema",…
Combined verification — recite (description quality via cold-read prediction) + validate (schema compliance) + review (health checks). Use as a quality gate after creating notes or as periodic maintenance. Triggers on "/verify", "/verify [note]", "verify note…
Reviews code changes for quality, security, and best practices. Use when this capability is needed.
Converts between common units of measurement including temperature, distance, and weight.
PostHog event tracking, user identification, group analytics for B2B, GDPR consent patterns. Use when implementing product analytics, tracking user behavior, setting up funnels, or configuring privacy-compliant tracking. Use when this capability is needed.
PostHog analytics and feature flags setup Use when this capability is needed.
Drizzle ORM, queries, migrations Use when this capability is needed.
PostHog feature flags, rollouts, A/B testing. Use when implementing gradual rollouts, A/B tests, kill switches, remote configuration, beta features, or user targeting with PostHog. Use when this capability is needed.
Express.js routes, middleware, error handling, request/response patterns Use when this capability is needed.
Fastify routes, JSON Schema validation, plugin system, TypeScript type providers Use when this capability is needed.
Hono routes, OpenAPI, Zod validation Use when this capability is needed.
Pino logging, Sentry error tracking, Axiom - structured logging with correlation IDs, error boundaries, performance monitoring, alerting Use when this capability is needed.
Pino, Axiom, Sentry installation - one-time project setup for logging and error tracking with source maps upload Use when this capability is needed.
Modern CLI development combining oclif's command framework with Ink's React-based terminal rendering Use when this capability is needed.
CLI code review patterns. Use when reviewing CLI applications built with Commander.js, @clack/prompts, picocolors. Covers exit codes, signal handling, error messages, user experience, testing adequacy. Use when this capability is needed.
Code review patterns, feedback principles. Use when reviewing PRs, implementations, or making approval/rejection decisions. Covers self-correction, progress tracking, feedback principles, severity levels. Use when this capability is needed.
Expo managed workflow Use when this capability is needed.
WCAG, ARIA, keyboard navigation Use when this capability is needed.
Motion (formerly Framer Motion) animation patterns - motion components, variants, gestures, layout animations, scroll-linked animations, accessibility Use when this capability is needed.
View Transitions API patterns - same-document transitions, cross-document MPA transitions, shared element animations, pseudo-element styling, accessibility Use when this capability is needed.
tRPC type-safe API patterns, procedures, middleware, React Query integration Use when this capability is needed.
Client-side image handling - preview generation, Canvas API resizing, compression, EXIF orientation, format conversion, memory management with object URL cleanup Use when this capability is needed.
React Hook Form patterns - useForm, Controller, useFieldArray, validation resolver, performance optimization Use when this capability is needed.
Zod schema validation patterns for TypeScript - schema definitions, type inference, refinements, transforms, discriminated unions Use when this capability is needed.
Angular 17-19 standalone components, signals, control flow, dependency injection patterns Use when this capability is needed.
Component architecture, hooks, patterns Use when this capability is needed.
Vue 3 Composition API patterns, reactivity primitives, composables, lifecycle hooks Use when this capability is needed.
Type-safe i18n for Next.js App Router Use when this capability is needed.
Bundle optimization, render performance, Core Web Vitals Use when this capability is needed.
Socket.IO v4.x client patterns, connection lifecycle, reconnection, authentication, rooms, namespaces, acknowledgments, binary data, TypeScript integration Use when this capability is needed.
Server-Sent Events for unidirectional server-to-client streaming, EventSource API, fetch streaming, reconnection patterns, message parsing Use when this capability is needed.
Atomic state management with auto-dependency tracking Use when this capability is needed.
NgRx SignalStore patterns for Angular state management. Use when managing client state with Angular Signals, composing store features, handling entities, or integrating RxJS effects. Use when this capability is needed.