agentsclimarketplace

Weline framework core

Skill Aiweline/WelineFramework/dev/ai/archive/codex-skills/weline-framework-core

Install
npx -y skills add Aiweline/WelineFramework --skill weline-framework-core

Assembled 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

  1. Read references/guardrails.md first.
  2. For general framework development, read references/dev-workflow.md.
  3. If the task is domain-specific, use references/repo-skill-map.md to choose the matching repo skill under dev/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; use php bin/w setup:upgrade --route.
  • Schema changes go through Model attributes like #[Col] and #[Index], then php 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

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.