agoric-sdk
Faster CI pipelines, container builds, and dependency patch management
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdepot-ci
Migrate GitHub Actions workflows to Depot CI with .depot/workflows setup.
depot-container-builds
Automate remote multi-platform container image builds with Depot.
depot-general
Automates Depot CLI installation, authentication, and project/org management.
maintaining-dependency-patches
Automate patch management for local dependency patches across patching tools.
depot-github-runners
Configure and migrate GitHub Actions workflows to Depot-managed runners.
Frequently Asked Questions
FAQPage SchemaHow to install agoric-sdk skills?โผ
Run `npx skills add Agoric/agoric-sdk --all -g -y` in your terminal to install all skills in this suite globally.
How to speed up GitHub Actions builds?โผ
Switch your workflow's runs-on label to a Depot runner like depot-ubuntu-24.04-4, or migrate workflows fully to Depot CI for faster, debuggable runs.
How to build Docker images faster in CI?โผ
Replace docker build with depot build to run builds on remote high-performance machines with automatic NVMe layer caching and native multi-platform support.
How to manage local patches on npm dependencies?โผ
The dependency-patching skill tracks each patch's upstream status, detects drift on version bumps, and forward-ports or retires patches safely.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core