galacticcouncilgalacticcouncilOfficialยท1 Agent Skills Included

hydration-node

Substrate runtime security audits and circuit breaker incident response

Audits Substrate runtime and pallet code for security vulnerabilities using parallel review workers with structured findings. Investigates circuit breaker lockdowns on the Hydration chain, tracing XCM deposits, calculating limits, and generating unlock proposals. Eliminates manual event scanning and guesswork when responding to asset lockdown alerts.
npx skills add galacticcouncil/hydration-node --all -g -y
Available:

Tells the agent to load the matching SKILL.md from ai_skills/ when a task matches a skill, maps tool names across agent environments, and defines build, test, and code style rules for the runtime.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install hydration-node skills?โ–ผ

Run `npx skills add galacticcouncil/hydration-node --all -g -y` in your terminal to install all skills in this repository globally.

How to audit Substrate runtime code for vulnerabilities?โ–ผ

Invoke the hydration_cl0wdit skill, which scans all Rust pallet files with parallel review workers and produces a deduplicated, confidence-scored security report.

How to investigate a Hydration circuit breaker lockdown?โ–ผ

Use the circuit-breaker-incident skill to find the trigger event, trace the XCM deposit origin, calculate the exceeded limit, and generate a Technical Committee proposal to lift the lockdown.

Do these skills work with Claude Code and Codex?โ–ผ

Yes. The AGENTS.md file maps tool names between environments, so the same skills run in Claude Code, Codex, and other compatible agents.

Can I audit a single pull request instead of the whole codebase?โ–ผ

Yes. Pass --pr with a PR number or GitHub URL to the audit skill and it will only review the Rust files changed in that pull request.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’