Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

reactive-agents-ts

يحتوي reactive-agents-ts على 53 من skills المجمعة من tylerjrbuell، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
53
Stars
19
محدث
2026-07-22
Forks
4
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

harness-improvement-loop
محللو ضمان جودة البرمجيات والمختبرون

Agentic harness diagnostic + improvement loop. Probes the framework with real model runs, uses the rax-diagnose CLI to root-cause failures from structured trace data, ships ONE coordinated architectural fix, verifies via before/after diff, commits with empirical evidence. Use at the start of any harness improvement session — replaces ad-hoc grep + log-spelunking with a deterministic feedback loop.

2026-07-22
architecture-audit
مطوّرو البرمجيات

Use when the architecture may have drifted from documentation, packages have grown complex, dead code or disabled systems are suspected, or before planning a major refactor — scoped to the reactive-agents-ts 22-package monorepo.

2026-07-21
architecture-reference
مطوّرو البرمجيات

Reactive Agents framework architecture — layer stack, dependency graph, build order, and package structure. Use when planning work, understanding package relationships, or determining build dependencies.

2026-07-21
effect-abstraction-audit
مطوّرو البرمجيات

Use when analyzing the Reactive Agents codebase for architectural improvements, abstraction opportunities, composability gaps, or Effect-TS engineering quality — before proposing refactors, during design reviews, or when codebase complexity is growing.

2026-07-21
llm-api-contract
مطوّرو البرمجيات

LLMService API contract — the correct signatures for complete(), stream(), embed(), and response types. Use when calling LLMService from any layer, writing reasoning strategies, or building LLM-dependent features.

2026-07-21
provider-streaming
مطوّرو البرمجيات

LLM provider streaming patterns and per-provider quirks. Use when adding a new provider, implementing adapter hooks, or debugging streaming tool call behavior in packages/llm-provider.

2026-07-21
builder-api-reference
مطوّرو البرمجيات

Configure a ReactiveAgentBuilder with the correct layer composition for any agent use case.

2026-07-21
reactive-agents
مطوّرو البرمجيات

Orient to the Reactive Agents framework, understand the builder API shape, and select the right capability skills for your task.

2026-07-21
shell-execution-sandbox
مطوّرو البرمجيات

Enable and configure the sandboxed shell execution tool with command allowlists, Docker isolation, and audit logging for agents that run terminal commands.

2026-07-21
tool-creation
مطوّرو البرمجيات

Create custom tools with defineTool() or tool(), register them with the agent, and configure required-tools gates and per-tool call budgets.

2026-07-21
a2a-agent-networking
المهن الحاسوبية الأخرى

Expose agents as A2A JSON-RPC servers discoverable via Agent Cards, and connect agents to remote A2A agents using the client discovery and capability-matching APIs.

2026-07-20
identity-and-guardrails
المهن الحاسوبية الأخرى

Enable prompt injection detection, PII masking, behavioral contracts, kill switch controls, and audit logging for safe production deployments.

2026-07-20
interaction-autonomy
المهن الحاسوبية الأخرى

Control agent autonomy with durable human-in-the-loop approval gates, agent-initiated user-input pauses, and runtime pause/resume/stop controls.

2026-07-20
multi-agent-orchestration
المهن الحاسوبية الأخرى

Compose multiple agents as callable tools, spawn dynamic sub-agents at runtime, and wire remote A2A agents into a coordinated pipeline.

2026-07-20
provider-patterns
مطوّرو البرمجيات

Configure per-provider behavior, understand streaming quirks, and use the 5-hook adapter system for optimal performance across LLM providers.

2026-07-20
recipe-orchestrated-workflow
المهن الحاسوبية الأخرى

Full recipe for a 3-agent pipeline (researcher → writer → reviewer) coordinated by a lead orchestrator agent using withAgentTool().

2026-07-20
recipe-saas-agent
المهن الحاسوبية الأخرى

Full recipe for a production-ready SaaS agent with guardrails, per-user cost isolation, rate limiting, A2A exposure, audit logging, and graceful error handling.

2026-07-20
build-coordinator
مطوّرو البرمجيات

Coordinate cross-cutting changes, incremental features, and multi-package modifications across the Reactive Agents monorepo. Defines team structure, task assignment, parallelization strategy, and inter-package dependency gates.

2026-06-25
build-package
مطوّرو البرمجيات

Add a new package to the Reactive Agents monorepo. Covers scaffolding, package.json, tsconfig, layer wiring, and index exports. Use when creating a net-new @reactive-agents/* package.

2026-06-25
prune-memory
مطوّرو البرمجيات

Audit project memory (.agents/MEMORY.md and ~/.claude/.../memory/MEMORY.md) against current code and remove stale claims to prevent bad signals in future sessions

2026-06-03
reactive-feature-dev
مطوّرو البرمجيات

Complete feature development workflow for Reactive Agents. Orchestrates the correct sequence of skills for any feature type. Use at the start of any non-trivial implementation task to route to the right skills and follow the right order.

2026-06-03
review-patterns
محللو ضمان جودة البرمجيات والمختبرون

Review code changes for Effect-TS pattern compliance in the Reactive Agents framework. Use when reviewing PRs, completed packages, or any code changes to enforce project conventions.

2026-06-03
validate-build
محللو ضمان جودة البرمجيات والمختبرون

Validate a completed package against its spec. Checks patterns, types, exports, dependencies, and test coverage after building a package.

2026-06-03
kernel-debug
مطوّرو البرمجيات

Debug agent reasoning failures using the composable kernel phase map. Maps symptoms to specific files and grep commands. Use when an agent is not calling tools, looping, producing wrong output, or failing silently.

2026-06-02
kernel-extension
مطوّرو البرمجيات

Add new behavior to the composable kernel — new Phase, Guard, MetaTool, or custom kernel variant. Use when extending agent reasoning, adding tool call filtering, or building a custom kernel for a new strategy.

2026-06-02
execute-backlog
مطوّرو البرمجيات

Use when ready to attack the GitHub issue backlog with discipline. Scans open issues, bundles related work into an efficient execution plan, executes the bundle with verification, then closes issues + writes a retrospective that includes self-improvement notes for this skill. Trigger phrases — "execute backlog", "work the backlog", "knock down P1 issues", "ship a bundle", "/execute-backlog".

2026-05-25
mission-brief
مطوّرو البرمجيات

Compose a MissionBrief YAML block to prepend to any Agent dispatch during the team-ownership dev-contract pilot (2026-05-23 → 2026-06-15). Use BEFORE spawning kernel-warden or any future warden. Fails if missing end-state, why, authority-bounds, or success-criteria.

2026-05-25
upward-report
مطوّرو البرمجيات

Mandatory output contract for warden agents during the team-ownership dev-contract pilot. Warden agents append a YAML upward-report block as the last content of their response. Parent (main thread) parses and routes via dispatcher FSM. Use when you are a warden agent finishing a task, OR when you are the parent consuming a warden's output.

2026-05-25
codebase-health-sweep
محللو ضمان جودة البرمجيات والمختبرون

Use when the codebase may have accumulated bugs, failing tests, type errors, dead code, inefficiencies, or drift from known quality standards — before a release, after a large feature merge, or on a recurring maintenance cadence. Also triggers when build is red, `bun test` has unexpected failures, or TypeScript errors spiked after refactors.

2026-05-21
prepare-release
مطوّرو البرمجيات

Use when cutting, tagging, or publishing a new Reactive Agents version, or when a release/publish run fails and needs resuming. Covers the tag-driven lockstep flow (scripts/release.ts + .github/workflows/publish.yml).

2026-05-16
update-docs
مطوّرو البرمجيات

Synchronize all documentation (Starlight docs, README, AGENTS, skills, memory) after code changes. Use after completing a feature, fixing bugs, or changing public APIs.

2026-05-05
cost-budget-enforcement
مطوّرو البرمجيات

Set per-request, per-session, daily, and monthly spend limits, configure rate limiting and circuit breakers, and isolate costs per user or tenant.

2026-05-05
memory-patterns
مطوّرو البرمجيات

Configure the 4-layer memory system with SQLite/FTS5/vec storage for persistent agent knowledge that survives sessions.

2026-05-05
quality-assurance
محللو ضمان جودة البرمجيات والمختبرون

Enable output verification (hallucination detection, semantic entropy, self-consistency), add post-run verification steps, and run LLM-scored evals across 5 quality dimensions.

2026-05-05
token-optimization
مطوّرو البرمجيات

Use when working in a monorepo or large codebase and session token budget is constrained; baseline utilities (grep, cat, git, find) waste 60-90% of tokens vs. optimized alternatives

2026-05-04
gateway-persistent-agents
مطوّرو البرمجيات

Build always-on agents with heartbeats, cron scheduling, webhook triggers, and a persistent policy engine using the Gateway layer.

2026-04-19
session-recap
ممثلو خدمة العملاء

Generate structured session recap and auto-extract high-confidence learnings into project memory

2026-04-19
recipe-research-agent
مطوّرو البرمجيات

Full recipe for a web research agent with memory, semantic search, hallucination verification, and source-cited synthesis.

2026-04-10
mcp-tool-integration
مطوّرو البرمجيات

Connect agents to MCP servers using stdio or HTTP transport, with automatic Docker lifecycle management and transport auto-detection.

2026-04-10
context-and-continuity
مطوّرو البرمجيات

Manage context pressure, configure message windowing, and use checkpoint tools to preserve critical findings across context compaction.

2026-04-10
عرض أهم 40 من أصل 53 skills مجمعة في هذا المستودع.