1
—
In review
Synced today
What it does
A runtime and process orchestration tool for managing WelineFramework's worker, dispatcher, session server, and debugging functionalities.
Skill profile
Keep exploring
More options in Dev Tools.
Claude Code · Codex · OpenClaw
PHP
Updated 8/11/2026
Agent compatibility
Compatibility has not been reviewed for this listing yet. Check the publisher documentation before installing.
Installation
npx skills add https://github.com/Aiweline/WelineFramework --skill weline-framework-runtimeReview source code and installation permissions before adding third-party tools to an agent.
weline-framework-runtime is organized in the Dev Tools category. Compare its source, install method, and compatibility before adding it to your workflow.
Third-party agent tools may access source code, credentials, or browser sessions. Read the source documentation and use the minimum permissions needed.
npx skills add https://github.com/Aiweline/WelineFramework --skill weline-framework-runtimeSKILL.md
--- name: weline-framework-runtime description: Use for WelineFramework runtime and WLS work: worker, dispatcher, reload/restart, maintenance mode, process orchestration, state reset, session server, memory service, and runtime debugging. Trigger when the task mentions WLS, Worker, Dispatcher, `server:start`, `server:reload`, `server:restart`, maintenance, Session Server, StateManager, or process lifecycle issues. --- # Weline Framework Runtime Use this skill for runtime/process work in `E:\WelineFramework\DEV-workspace`. ## Read in this order 1. [`references/runtime-basics.md`](references/runtime-basics.md) 2. [`references/session-runtime.md`](references/session-runtime.md) if Session/Auth is involved 3. Repo references when needed: `dev/ai/skills/runtime-and-process/SKILL.md` `dev/ai/skills/session-development/SKILL.md` `dev/ai/rules/wls-state-management.mdc` ## Defaults - For business-code changes, prefer `php bin/w server:reload` - Use restart only when changing startup parameters, Master/Dispatcher flow, or other reload-insufficient runtime pieces - Treat request-level static state as suspicious under WLS and verify reset behavior - When reviewing WLS issues, inspect worker, dispatcher, orchestrator, maintenance, and health-check paths together
skill
mattpocock
A tool that automates setting up Husky pre-commit hooks with lint-staged, Prettier formatting, type checking, and tests in a code repository.