tylerjrbuell/reactive-agents-ts

55 agent markdown files indexed from tylerjrbuell/reactive-agents-ts. Install any of them pinned to an exact hash with mdr add tylerjrbuell/reactive-agents-ts/<name>.

agent-tdd skill
tylerjrbuell/reactive-agents-ts · .agents/skills/agent-tdd/SKILL.md · Test-Driven Development for the Reactive Agents codebase. Effect-TS aware TDD with mandatory timeout flags, Effect.flip…
git:20260410.bd73902 · audit A · 28 stars
architecture-audit skill
tylerjrbuell/reactive-agents-ts · .agents/skills/architecture-audit/SKILL.md · Use when the architecture may have drifted from documentation, packages have grown complex, dead code or disabled…
git:20260819.8eb1198 · audit A · 28 stars
architecture-reference skill
tylerjrbuell/reactive-agents-ts · .agents/skills/architecture-reference/SKILL.md · Reactive Agents framework architecture — layer stack, dependency graph, build order, and package structure. Use when…
git:20260903.8069cf0 · audit A · 28 stars
build-coordinator skill
tylerjrbuell/reactive-agents-ts · .agents/skills/build-coordinator/SKILL.md · Coordinate cross-cutting changes, incremental features, and multi-package modifications across the Reactive Agents…
git:20260625.b90e0eb · audit A · 28 stars
build-package skill
tylerjrbuell/reactive-agents-ts · .agents/skills/build-package/SKILL.md · Add a new package to the Reactive Agents monorepo. Covers scaffolding, package.json, tsconfig, layer wiring, and index…
git:20260625.b90e0eb · audit A · 28 stars
codebase-health-sweep skill
tylerjrbuell/reactive-agents-ts · .agents/skills/codebase-health-sweep/SKILL.md · Use when the codebase may have accumulated bugs, failing tests, type errors, dead code, inefficiencies, or drift from…
git:20260804.2e6a1f9 · audit A · 28 stars
effect-abstraction-audit skill
tylerjrbuell/reactive-agents-ts · .agents/skills/effect-abstraction-audit/SKILL.md · Use when analyzing the Reactive Agents codebase for architectural improvements, abstraction opportunities…
git:20260903.6cf4700 · audit A · 28 stars
effect-ts-patterns skill
tylerjrbuell/reactive-agents-ts · .agents/skills/effect-ts-patterns/SKILL.md · Mandatory Effect-TS coding patterns for the Reactive Agents framework. Use when writing any TypeScript code, creating…
git:20260903.992029e · audit A · 28 stars
execute-backlog skill
tylerjrbuell/reactive-agents-ts · .agents/skills/execute-backlog/SKILL.md · Use when ready to attack the GitHub issue backlog with discipline. Scans open issues, bundles related work into an…
git:20260818.0bf7168 · audit A · 28 stars
harness-improvement-loop skill
tylerjrbuell/reactive-agents-ts · .agents/skills/harness-improvement-loop/SKILL.md · Agentic harness diagnostic + improvement loop. Probes the framework with real model runs, uses the rax-diagnose CLI to…
git:20260722.cc051cf · audit B · 28 stars
implement-service skill
tylerjrbuell/reactive-agents-ts · .agents/skills/implement-service/SKILL.md · Create a new Effect-TS service following the mandatory Reactive Agents patterns. Use when adding a service to any…
git:20260410.125ee95 · audit A · 28 stars
implement-test skill
tylerjrbuell/reactive-agents-ts · .agents/skills/implement-test/SKILL.md · Write tests for a Reactive Agents package or service using Bun test runner and Effect-TS patterns. Use when creating…
git:20260410.ec8f41f · audit A · 28 stars
kernel-debug skill
tylerjrbuell/reactive-agents-ts · .agents/skills/kernel-debug/SKILL.md · Debug agent reasoning failures using the composable kernel phase map. Maps symptoms to specific files and grep…
git:20260602.f5b2432 · audit A · 28 stars
kernel-extension skill
tylerjrbuell/reactive-agents-ts · .agents/skills/kernel-extension/SKILL.md · Add new behavior to the composable kernel — new Phase, Guard, MetaTool, or custom kernel variant. Use when extending…
git:20260602.f5b2432 · audit A · 28 stars
llm-api-contract skill
tylerjrbuell/reactive-agents-ts · .agents/skills/llm-api-contract/SKILL.md · LLMService API contract — the correct signatures for complete(), stream(), embed(), and response types. Use when…
git:20260721.6379e94 · audit A · 28 stars
mcp-integration skill
tylerjrbuell/reactive-agents-ts · .agents/skills/mcp-integration/SKILL.md · MCP client integration patterns for packages/tools/src/mcp/. Docker container lifecycle, transport auto-detection…
git:20260410.eb63c8f · audit A · 28 stars
memory-patterns skill
tylerjrbuell/reactive-agents-ts · .agents/skills/memory-patterns/SKILL.md · SQLite and memory system patterns specific to the @reactive-agents/memory package. Use when working on the memory…
git:20260315.a07056d · audit A · 28 stars
mission-brief skill
tylerjrbuell/reactive-agents-ts · .agents/skills/mission-brief/SKILL.md · Compose a MissionBrief YAML block to prepend to any Agent dispatch to a warden. Use BEFORE spawning kernel-warden or…
git:20260903.a06c295 · audit A · 28 stars
prepare-release skill
tylerjrbuell/reactive-agents-ts · .agents/skills/prepare-release/SKILL.md · Use when cutting, tagging, or publishing a new Reactive Agents version, or when a release/publish run fails and needs…
git:20260905.5bfe491 · audit A · 28 stars
provider-streaming skill
tylerjrbuell/reactive-agents-ts · .agents/skills/provider-streaming/SKILL.md · LLM provider streaming patterns and per-provider quirks. Use when adding a new provider, implementing adapter hooks, or…
git:20260721.6379e94 · audit A · 28 stars
prune-memory skill
tylerjrbuell/reactive-agents-ts · .agents/skills/prune-memory/SKILL.md · Audit project memory (.agents/MEMORY.md and ~/.claude/.../memory/MEMORY.md) against current code and remove stale…
git:20260804.2e6a1f9 · audit A · 28 stars
reactive-feature-dev skill
tylerjrbuell/reactive-agents-ts · .agents/skills/reactive-feature-dev/SKILL.md · Complete feature development workflow for Reactive Agents. Orchestrates the correct sequence of skills for any feature…
git:20260603.a12f37b · audit A · 28 stars
review-patterns skill
tylerjrbuell/reactive-agents-ts · .agents/skills/review-patterns/SKILL.md · Review code changes for Effect-TS pattern compliance in the Reactive Agents framework. Use when reviewing PRs…
git:20260603.a12f37b · audit A · 28 stars
session-recap skill
tylerjrbuell/reactive-agents-ts · .agents/skills/session-recap/SKILL.md · Generate structured session recap and auto-extract high-confidence learnings into project memory
git:20260419.b4911b0 · audit A · 28 stars
update-docs skill
tylerjrbuell/reactive-agents-ts · .agents/skills/update-docs/SKILL.md · Full docs lint, validate, and update pass — Starlight docs (incl. What's New release banners), README, AGENTS…
git:20260905.3abfe96 · audit A · 28 stars
upward-report skill
tylerjrbuell/reactive-agents-ts · .agents/skills/upward-report/SKILL.md · Mandatory output contract for warden agents. Warden agents append a YAML upward-report block as the last content of…
git:20260903.a06c295 · audit A · 28 stars
validate-build skill
tylerjrbuell/reactive-agents-ts · .agents/skills/validate-build/SKILL.md · Validate a completed package against its spec. Checks patterns, types, exports, dependencies, and test coverage after…
git:20260603.a12f37b · audit A · 28 stars
AGENTS.md agents
tylerjrbuell/reactive-agents-ts · AGENTS.md
git:20260819.8eb1198 · audit A · 28 stars
CLAUDE.md claude
tylerjrbuell/reactive-agents-ts · CLAUDE.md
git:20260819.8eb1198 · audit A · 28 stars
cortex-lab-test skill
tylerjrbuell/reactive-agents-ts · apps/cortex/.agents/skills/test/SKILL.md · Smoke-test skill for the Cortex desk. Use to verify Living skills paths (e.g. apps/cortex/.agents/skills) load via…
git:20260403.132aef8 · audit A · 28 stars
AGENTS.md@apps/cortex agents
tylerjrbuell/reactive-agents-ts · apps/cortex/AGENTS.md
git:20260505.388731a · audit B · 28 stars
a2a-agent-networking skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/a2a-agent-networking/SKILL.md · Expose agents as A2A JSON-RPC servers discoverable via Agent Cards, and connect agents to remote A2A agents using the…
v2.0 · audit A · 28 stars
builder-api-reference skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/builder-api-reference/SKILL.md · Configure a ReactiveAgentBuilder with the correct layer composition for any agent use case.
v2.0 · audit A · 28 stars
context-and-continuity skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/context-and-continuity/SKILL.md · Manage context pressure, configure message windowing, and use checkpoint tools to preserve critical findings across…
v2.0 · audit A · 28 stars
cost-budget-enforcement skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/cost-budget-enforcement/SKILL.md · Set per-request, per-session, daily, and monthly spend limits, configure rate limiting and circuit breakers, and…
v2.0 · audit A · 28 stars
gateway-persistent-agents skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/gateway-persistent-agents/SKILL.md · Build always-on agents with heartbeats, cron scheduling, webhook triggers, and a persistent policy engine using the…
v2.0 · audit A · 28 stars
identity-and-guardrails skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/identity-and-guardrails/SKILL.md · Enable prompt injection detection, PII masking, behavioral contracts, kill switch controls, and audit logging for safe…
v2.0 · audit B · 28 stars
interaction-autonomy skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/interaction-autonomy/SKILL.md · Control agent autonomy with durable human-in-the-loop approval gates, agent-initiated user-input pauses, and runtime…
v2.0 · audit A · 28 stars
mcp-tool-integration skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/mcp-tool-integration/SKILL.md · Connect agents to MCP servers using stdio or HTTP transport, with automatic Docker lifecycle management and transport…
v2.0 · audit A · 28 stars
memory-patterns skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/memory-patterns/SKILL.md · Configure the 4-layer memory system with SQLite/FTS5/vec storage for persistent agent knowledge that survives sessions.
v2.0 · audit A · 28 stars
multi-agent-orchestration skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/multi-agent-orchestration/SKILL.md · Compose multiple agents as callable tools, spawn dynamic sub-agents at runtime, and wire remote A2A agents into a…
v2.0 · audit A · 28 stars
observability-instrumentation skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/observability-instrumentation/SKILL.md · Configure verbosity levels, live log streaming, JSONL file export, model I/O logging, and audit trails for monitoring…
v2.0 · audit A · 28 stars
provider-patterns skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/provider-patterns/SKILL.md · Configure per-provider behavior, understand streaming quirks, and use the 5-hook adapter system for optimal performance…
v2.0 · audit A · 28 stars
quality-assurance skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/quality-assurance/SKILL.md · Enable output verification (hallucination detection, semantic entropy, self-consistency), add post-run verification…
v2.0 · audit A · 28 stars
reactive-agents skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/reactive-agents/SKILL.md · Orient to the Reactive Agents framework, understand the builder API shape, and select the right capability skills for…
v2.0 · audit A · 28 stars
reasoning-strategy-selection skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/reasoning-strategy-selection/SKILL.md · Select and configure the right reasoning strategy, native FC behavior, and output quality pipeline for any task type.
v2.0 · audit A · 28 stars
recipe-code-assistant skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-code-assistant/SKILL.md · Full recipe for a code assistant with shell execution, file read/write, git integration, and sandboxed code running.
v2.0 · audit A · 28 stars
recipe-embedded-app-agent skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-embedded-app-agent/SKILL.md · Full recipe for embedding an agent in a Next.js app with streaming API routes, React hooks, progressive disclosure of…
v2.0 · audit B · 28 stars
recipe-orchestrated-workflow skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-orchestrated-workflow/SKILL.md · Full recipe for a 3-agent pipeline (researcher → writer → reviewer) coordinated by a lead orchestrator agent using…
v2.0 · audit A · 28 stars
recipe-persistent-monitor skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-persistent-monitor/SKILL.md · Full recipe for a persistent monitoring agent with heartbeats, daily cron reports, webhook triggers, daily token…
v2.0 · audit A · 28 stars
recipe-research-agent skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-research-agent/SKILL.md · Full recipe for a web research agent with memory, semantic search, hallucination verification, and source-cited…
v2.0 · audit A · 28 stars
recipe-saas-agent skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/recipe-saas-agent/SKILL.md · Full recipe for a production-ready SaaS agent with guardrails, per-user cost isolation, rate limiting, A2A exposure…
v2.0 · audit A · 28 stars
shell-execution-sandbox skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/shell-execution-sandbox/SKILL.md · Enable and configure the sandboxed shell execution tool with command allowlists, Docker isolation, and audit logging…
v2.0 · audit A · 28 stars
tool-creation skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/tool-creation/SKILL.md · Create custom tools with defineTool() or tool(), register them with the agent, and configure required-tools gates and…
v2.0 · audit A · 28 stars
ui-integration skill
tylerjrbuell/reactive-agents-ts · apps/docs/skills/ui-integration/SKILL.md · Wire agents into React, Vue, and Svelte frontends with streaming hooks, and set up server-side Next.js App Router or…
v2.0 · audit B · 28 stars

Source

github.com/tylerjrbuell/reactive-agents-ts · 28 stars · license MIT · pushed 2026-09-22