Automate version management and changelog generation with smart builds. Only build changed components using GitHub App tokens and release-please integration.
Automates version management and changelog generation using release-please with GitHub App tokens. Triggers on push to main to create release PRs, then uses change detection to only build modified components and their dependents.
/plugin marketplace add adaptive-enforcement-lab/claude-skills/plugin install build@ael-skillsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
examples.mdscripts/example-1.mermaidscripts/example-2.mermaidscripts/example-3.mermaidThis guide covers implementing release automation with:
flowchart LR
subgraph release[Release Pipeline]
Main[Push to Main] --> AppToken[GitHub App Token]
AppToken --> RP[Release-Please]
RP --> PR[Creates PR]
end
subgraph build[Build Pipeline]
PR -->|pull_request event| DC[Detect Changes]
DC --> Test[Test]
Test --> Build[Build]
Build --> Status[Build Status]
end
%% Ghostty Hardcore Theme
style Main fill:#65d9ef,color:#1b1d1e
style AppToken fill:#9e6ffe,color:#1b1d1e
style RP fill:#9e6ffe,color:#1b1d1e
style PR fill:#fd971e,color:#1b1d1e
style DC fill:#fd971e,color:#1b1d1e
style Test fill:#9e6ffe,color:#1b1d1e
style Build fill:#a7e22e,color:#1b1d1e
style Status fill:#5e7175,color:#f8f8f3
Before implementing release pipelines, set up a GitHub App for your organization:
See examples.md for code examples.
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.