Creates a new release for a blocklet project by bumping version, building, and bundling. Use when asked to "create a new release", "bump and bundle", or "update blocklet version".
/plugin marketplace add ArcBlock/agent-skills/plugin install blocklet@arcblock-agent-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
errors.mdexamples.mdBumps a blocklet project version and creates a release bundle.
blocklet version patch
If fails → EXIT with error output.
Check if package.json exists and contains a build script.
Install dependencies and build:
pnpm install && pnpm run build
If either fails → EXIT with error output.
Skip build step - project is likely pre-built or static.
Find index.html in common locations: dist/ → build/ → out/ → public/ → ./
If not found → EXIT with error message: "No index.html entry point found."
Read blocklet.yml and check the main field:
main points to directory containing index.html → validmain is misaligned → update it to the correct output directoryblocklet meta
If fails → EXIT with error output and suggestions.
blocklet bundle --create-release
If fails → EXIT with error output.
Do NOT output any summary or recap after completion. Simply end silently after successful bundle creation. The tool outputs already provide sufficient feedback to the user.
See {baseDir}/errors.md for all error conditions and suggestions.
errors.md - Error referenceexamples.md - Workflow examples{baseDir} resolves to the skill's installation directory.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.