
Claude Skills by keerzzz
github.com/keerzzzAigcForge database layer — Drizzle ORM + Effect SQLite integration, TypeScript migration system, schema definition conventions, custom column types, and migration lifecycle. Activates when working on Drizzle schema definitions, migration files in packages/core/src/database/migration/, schema.gen.ts, migration.gen.ts, effect-drizzle-sqlite package, or database Layer setup in packages/core/src/database/
Work with Effect v4 / effect-smol TypeScript code in this repo
Enforces enterprise TypeScript and full-stack implementation standards for AigcForge. Use when adding or changing production code, tests, Effect services, Schema, database, HTTP, LLM, tool, UI, TUI, desktop, or generated-boundary code. Aligns new code with Coding mode, the build agent, existing owners, and repository protocols.
AigcForge frontend theming — v1/v2 token system, DesktopTheme JSON, Oklch color engine, CSS variable injection, 37 built-in themes, custom theme loading, and theme plugins. Activates when working on CSS, theme JSON, color tokens, color.ts/color manipulation, ThemeProvider, or design-system colors in packages/ui/ or .aigcfroge/themes/
AigcForge protocol navigation - task routing, bidirectional link matrix, and on-demand loading tiers across 21 protocol docs (CLAUDE.md / AGENTS.md / ARCHITECTURE.md / CONTEXT.md / DESIGN.md + package AGENTS.md + skills). Activates when deciding which protocol docs to read, confirming change impact surface, or determining load order. For single-topic depth use the effect/database/frontend-theming skill instead.
Drives an AigcForge change from clarified requirements through implementation, reuse review, tests, end-to-end verification, commit, push, and PR evidence. Use for feature, bug fix, refactor, cleanup, schema, UI, or cross-package work intended for remote review.
Inspects AigcForge changes for duplicate hand-written implementations, dead or surplus code, stale comments, non-English new comments, and unnecessarily complex logic. Use before adding helpers or abstractions, during refactors and code review, or when aligning Chat, Work, Assistant, TUI, desktop, and shared code with Coding mode.
Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks.