Use when the user wants to author a NEW BLOCK FILE — Python source code (a class subclassing Block / ProcessBlock / IOBlock / AppBlock / CodeBlock with typed ports and a config_schema) that goes in `<project>/blocks/<name>.py`. ALWAYS check if an existing block satisfies the contract first (call list_blocks first and reuse a match).
$npx -y skills add jiazhenz026/scistudio --skill scistudio-write-blockInstalls into the current project.
Run `npx skills use "https://github.com/jiazhenz026/scistudio" --skill "jiazhenz026/scistudio/scistudio-write-block"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jiazhenz026/scistudio" that are relevant to the current task. Run `npx skills add "https://github.com/jiazhenz026/scistudio"` and select the relevant skills, then follow their instructions.