AgoricAgoricOfficialยท5 Agent Skills Included

agoric-sdk

Faster CI pipelines, container builds, and dependency patch management

Migrates GitHub Actions workflows to faster managed runners and remote container builders. Repairs broken lockfiles and forward-ports local dependency patches after version upgrades. Eliminates slow builds, manual cache configuration, and silent patch drift across monorepos. Guides secure CLI authentication, secret handling, and multi-organization project setup.
npx skills add Agoric/agoric-sdk --all -g -y
Available:

Gives your AI agent the build, test, lint, and capability-security rules it must follow when making code changes anywhere in this monorepo.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’