WelineFramework Entry Skill
Use this skill as the first plugin entry point for WelineFramework work in Codex. When installed from GitHub, prefer a sparse dev/ai checkout so dev/ai/AI-RULES-PACK.md is available next to the plugin source.
Required Reading Order
- Read repository
AGENTS.md.
- Read
AI-ENTRY.md.
- Read
dev/ai/AI-RULES-PACK.md.
- Read
dev/ai/global-constraints.md.
- Read
dev/ai/skills/_index.md.
- Load only the 1 to 3 role skills matched to the current task.
- For module work, read
dev/ai/diagrams/08-module-docs-index.txt and the owning module doc/AI-INDEX.md before source files.
- Read diagrams, module README/specialized docs, source files, tests, and configuration only when relevant.
Routing
- General engineering, code quality, safe edits, validation evidence:
通用工程师-开发规范与代码质量.
- Skill indexes, knowledge routing, or AI documentation structure:
文档知识库工程师-技能索引与知识库.
- CI, release gates, publish readiness, or automation safety:
CI发布工程师-CI与发布门禁.
- Runtime, WLS, Session Server, SSE, reload/restart behavior: matching
WLS运行时工程师-*.
- UI, browser-visible pages, components, layouts, theme overrides,
app/design, view/theme, view/tpl source tracing, widget/slot/taglib work: matching 前端主题工程师-* plus ui-ux-pro-max.
- Theme inheritance or file-convention questions: read
app/code/Weline/Theme/doc/AI-INDEX.md and app/code/Weline/Theme/doc/theme-inheritance-and-file-conventions.md before implementing.
- QueryProvider, worker, or frontend API chains:
前端主题工程师-前端API交互.
- Code graph exploration, impact analysis, debugging, refactoring, or GitNexus CLI work: matching
gitnexus-*.
Non-Negotiables
- Do not modify generated Weline artifacts directly.
- Do not touch default WLS port
9501 during AI testing.
- Do not edit functions, classes, or methods before GitNexus upstream impact analysis.
- Do not commit without GitNexus change detection.
- Preserve unrelated user changes in the worktree.
- Validate through the closest repeatable command and report any unverified surface honestly.
Plugin Notes
This plugin bundles WelineFramework skills for Codex discovery. The repository source of truth remains the WelineFramework repository documents, especially AI-ENTRY.md, dev/ai/AI-RULES-PACK.md, dev/ai/global-constraints.md, and dev/ai/skills/_index.md.
1---2name: weline-framework3description: Entry skill for WelineFramework development in Codex. Use when working in the WelineFramework repository, routing Weline tasks to role skills, applying repository guardrails, or validating Weline changes.4---56# WelineFramework Entry Skill78Use this skill as the first plugin entry point for WelineFramework work in Codex. When installed from GitHub, prefer a sparse `dev/ai` checkout so `dev/ai/AI-RULES-PACK.md` is available next to the plugin source.910## Required Reading Order11121. Read repository `AGENTS.md`.132. Read `AI-ENTRY.md`.143. Read `dev/ai/AI-RULES-PACK.md`.154. Read `dev/ai/global-constraints.md`.165. Read `dev/ai/skills/_index.md`.176. Load only the 1 to 3 role skills matched to the current task.187. For module work, read `dev/ai/diagrams/08-module-docs-index.txt` and the owning module `doc/AI-INDEX.md` before source files.198. Read diagrams, module README/specialized docs, source files, tests, and configuration only when relevant.2021## Routing2223- General engineering, code quality, safe edits, validation evidence: `通用工程师-开发规范与代码质量`.24- Skill indexes, knowledge routing, or AI documentation structure: `文档知识库工程师-技能索引与知识库`.25- CI, release gates, publish readiness, or automation safety: `CI发布工程师-CI与发布门禁`.26- Runtime, WLS, Session Server, SSE, reload/restart behavior: matching `WLS运行时工程师-*`.27- UI, browser-visible pages, components, layouts, theme overrides, `app/design`, `view/theme`, `view/tpl` source tracing, widget/slot/taglib work: matching `前端主题工程师-*` plus `ui-ux-pro-max`.28- Theme inheritance or file-convention questions: read `app/code/Weline/Theme/doc/AI-INDEX.md` and `app/code/Weline/Theme/doc/theme-inheritance-and-file-conventions.md` before implementing.29- QueryProvider, worker, or frontend API chains: `前端主题工程师-前端API交互`.30- Code graph exploration, impact analysis, debugging, refactoring, or GitNexus CLI work: matching `gitnexus-*`.3132## Non-Negotiables3334- Do not modify generated Weline artifacts directly.35- Do not touch default WLS port `9501` during AI testing.36- Do not edit functions, classes, or methods before GitNexus upstream impact analysis.37- Do not commit without GitNexus change detection.38- Preserve unrelated user changes in the worktree.39- Validate through the closest repeatable command and report any unverified surface honestly.4041## Plugin Notes4243This plugin bundles WelineFramework skills for Codex discovery. The repository source of truth remains the WelineFramework repository documents, especially `AI-ENTRY.md`, `dev/ai/AI-RULES-PACK.md`, `dev/ai/global-constraints.md`, and `dev/ai/skills/_index.md`.