effect
01Skill Claude CodeCodex
Work with Effect v4 / effect-smol TypeScript code in this repo.
A slim, local-LLM-first AI coding assistant. TUI, Web UI, and desktop app. Runs air-gapped with Ollama, vLLM, or any OpenAI-compatible endpoint.
Skill Claude CodeCodex
Work with Effect v4 / effect-smol TypeScript code in this repo.
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
Skill Claude CodeCodex
Launch a multi-agent team to work on a task in parallel.
Skill Claude CodeCodex
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode.
Skill Claude CodeCodex
Configure notification integrations (Telegram, Discord, Slack) via natural language.
Skill Claude CodeCodex
Isolate a single most-likely root cause for a known failure — reproduce narrowly, gather concrete evidence, recommend the smallest next fix. For competing hypotheses that need ranking, use trace instead.
Skill Claude CodeCodex
Deep codebase initialization — generates a per-directory tree of parent-linked AGENTS.md files with merge-preserving regeneration (keeps sections), providing whole-repo coverage where the sibling init skill writes only a single root file.
Skill Claude CodeCodex
Configure MCP servers via a guided menu — curated bundles (Context7, Exa, Filesystem, GitHub) or a custom stdio/HTTP server — using tinycode mcp add, with scope control, verification, and troubleshooting guidance.
Skill Claude CodeCodex
Triage a session's findings across memory surfaces — classify each item and route it to the right destination (project memory, CLAUDE.md/AGENTS.md, or session notes) rather than dumping everything into one store.
Skill Claude CodeCodex
Diagnose and fix tinycode environment issues — Ollama install, model health, tool-call capability, directories, agents, skills, connectivity, and container health.
Skill Claude CodeCodex
Evidence-driven causal tracing with competing hypotheses, ranked evidence, and discriminating probes.
Skill Claude CodeCodex
Confirm a change works before claiming completion — runs a tiered evidence ladder (existing tests → build → narrow commands → manual) and reports only what was actually proven, never bluffs completion.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task.