Add Crystal-Kemal agent skill - #774
Conversation
| end | ||
| ``` | ||
|
|
||
| Configure production browser origins with `Kemal.config.websocket_allowed_origins`. An empty list means checks are not enforced. Origin validation does not replace authentication or authorization. |
There was a problem hiding this comment.
"An empty list means checks are not enforced" is outdated. since 385b58c, an empty websocket_allowed_origins enforces same-origin, and allow-all requires an explicit "*". Could you update this?
There was a problem hiding this comment.
Sure sir I will handle it.
|
@onurcangnc @sdogruyol
Oh, not at all. Just in case of vercel-labs/skills, I checked and it turns out skills also looks under the .github path. Nothing unusual! |
Summary
Adds a repository-level Agent Skill for Kemal development under:
The skill provides concise, task-oriented guidance for coding agents working with Kemal, including:
Kemal::Routerand namespacesspec-kemalThe main
SKILL.mdcontains the core instructions, while more detailed framework guidance is split into reference files that agents can consult when relevant.The content is based on Kemal's current documentation and repository APIs.
Closes #768