Weline framework core
Skill Aiweline/WelineFramework/dev/ai/archive/codex-skills/weline-framework-core
npx -y skills add Aiweline/WelineFramework --skill weline-framework-coreAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use for WelineFramework repository work: module development, controllers, models, env/config, i18n, setup:upgrade, route registration, http:request verification, and framework-specific guardrails. Trigger when the task mentions WelineFramework, Weline modules, `php bin/w`, backend/frontend controllers, `#[Col]`, menu.xml, env.php, or framework coding conventions.
SKILL.md
1.5 KB, 261 tokens by cl100k_base, as published. Nobody here has run it
Weline Framework Core
Use this skill when working in E:\WelineFramework\DEV-workspace.
Quick workflow
- Read
references/guardrails.mdfirst. - For general framework development, read
references/dev-workflow.md. - If the task is domain-specific, use
references/repo-skill-map.mdto choose the matching repo skill underdev/ai/skills.
Non-negotiables
- Do not invent framework APIs. Verify methods in code/docs before using them.
- Do not edit
generated/. - Do not add
routes.xml; usephp bin/w setup:upgrade --route. - Schema changes go through Model attributes like
#[Col]and#[Index], thenphp bin/w setup:upgrade. - User-facing text must use
__()/<lang>/ i18n CSVs. - For backend deletion/confirmation flows, use framework notification components instead of browser native dialogs.
Validation defaults
- After code changes, prefer
php bin/w http:request ...for route/function verification. - For frontend or backend UI changes, also validate visually when practical.
What ships with it: 3 files
3.5 KB alongside SKILL.md
references/
- dev-workflow.md1.1 KB
- guardrails.md1.2 KB
- repo-skill-map.md1.2 KB