Skill Claude CodeCodex
A file-based planning system for multi-step AI-agent work, described in Arabic. It stores task plans, findings, and progress in Markdown files and can restore planning information from the current project.
Skill Claude CodeCodex
A file-based planning system for multi-step AI-agent work, described in Arabic. It stores task plans, findings, and progress in Markdown files and can restore planning information from the current project.
Skill Claude CodeCodex
Persistente dateibasierte Planung für mehrstufige Arbeit mit KI-Agenten. Hält taskplan.md, findings.md und progress.md auf dem Datenträger; Lebenszyklus-Hooks speisen ausgewählten Planungskontext des Projekts ein. Die automatische Wiederherstellung liest nur die Planungsdateien des Projekts. Nur ein ausdrücklicher…
Skill Claude CodeCodex
Planificación persistente basada en archivos para tareas multipaso de agentes de IA. Mantiene taskplan.md, findings.md y progress.md en disco; los hooks del ciclo de vida inyectan contexto seleccionado de planificación del proyecto. La recuperación automática solo lee los archivos de planificación del proyecto.…
Skill Claude CodeCodex
A persistent file-based planning system for multi-step work with AI agents, with instructions written in Simplified Chinese.
Skill Claude CodeCodex
A file-based planning system for multi-step AI work that stores task plans, findings, and progress in Markdown files on disk. It can restore project planning information and optionally report or replay limited local session metadata when explicitly requested.
OthmanAdi/langsmith-fetch-skill
Skill Claude CodeCodex
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires…
Skill Claude CodeCodex
OpenUI generative UI with Anthropic Claude SDK backend. Stream conversion to OpenAI NDJSON format.
Skill Claude CodeCodex
OpenUI generative UI with C# ASP.NET Core Minimal API backend. Direct OpenAI API SSE streaming via HttpClient on .NET 10.
Skill Claude CodeCodex
OpenUI generative UI with Elixir Phoenix backend. Chunked SSE streaming via Plug.Conn and Req.
Skill Claude CodeCodex
OpenUI generative UI with Go (net/http) backend. Direct OpenAI API streaming via HTTP.
Skill Claude CodeCodex
OpenUI generative UI with a Java Spring Boot (WebFlux) backend. Streams the OpenAI API directly via WebClient as SSE.
Skill Claude CodeCodex
OpenUI generative UI with LangChain/LangGraph backend. Supports ChatOpenAI and ChatAnthropic.
Skill Claude CodeCodex
OpenUI generative UI with OpenAI SDK backend. Streaming chat completions with gpt-5.5 (or any current OpenAI-compatible model).
Skill Claude CodeCodex
OpenUI generative UI with a PHP (Laravel 13.x) backend. Forwards OpenAI's SSE stream verbatim via response()->stream().
Skill Claude CodeCodex
OpenUI generative UI with Python FastAPI backend. OpenAI and Anthropic SDK variants.
Skill Claude CodeCodex
OpenUI generative UI with a Ruby on Rails backend. SSE streaming via ActionController::Live, forwarding the OpenAI API stream with Net::HTTP.
Skill Claude CodeCodex
OpenUI generative UI with Rust Axum backend. Async SSE streaming with reqwest and async-stream.
Skill Claude CodeCodex
OpenUI generative UI with Vercel AI SDK. streamText, toUIMessageStreamResponse, and tools support.
Skill Claude CodeCodex
A guide to building generative user interfaces with OpenUI, an open format in which a language model describes interactive components that a React application renders as they arrive. It supports different language-model providers and backend languages.
Skill Claude CodeCodex
Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.
Plugin Claude Code
Plugin marketplace listing 1 plugin: openui-forge.
Plugin Claude Code
Build generative UI with OpenUI — any LLM provider, any backend language. Scaffold, integrate, validate.
Instructions file CodexOpenCode
Instructions for OthmanAdi/openui-forge, covering agents.md, start here, commands, what it covers and conventions for contributors and agents.
Command
Create a new OpenUI component with Zod schema and React renderer.