How we write a skill
The way it is done today, and the way it should stay:
The person keeps Claude, Codex, or sometimes Gemini. That is the model. LogiShell is not a fourth model.
The agent reaches the system through MCP. The personal door is https://mcp.logishell.com/mcp. The local door is lsh mcp install --local.
The skill is a markdown file the agent reads when the job matches. Description says when. Body says the steps. Every command in the body exists in the repo.
A profession playbook (designer, engineer, later others) is a set of those files plus a page on this site that tells a new person which ones to drop in first.
If a step cannot be written as a command or a file path, it is not a skill yet. It is a wish. Write it down as a note, then turn it into a skill when the command exists.