add-vault-note

Add human-readable notes to a vault notes store and open a pull request.

823|185|Updated Jan 30, 2022
One-click install
npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill add-vault-note
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-vault-note
Source: https://github.com/tradingstrategy-ai/web3-ethereum-defi/tree/main/.claude/skills/add-vault-note
Command: npx skills add https://github.com/tradingstrategy-ai/web3-ethereum-defi --skill add-vault-note

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vault notes help teams keep context and governance for each vault by attaching human-readable annotations directly to vault metadata, reducing miscommunication and onboarding time.

Core Features & Use Cases

  • Add human-readable notes to a specific vault in the database and keep them in sync with vault metadata.
  • Resolve vault names from external sources, update the notes store, and prepare for auditing or review.
  • Integrate with code review and PR workflows to persist notes in a version-controlled history.

Quick Start

Provide the vault address and your note message, and the skill will add the note to the vault notes store.

Frequently Asked Questions about add-vault-note

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add auditable notes to a DeFi vault for team review?

Adding auditable vault notes involves resolving the vault name from an external JSON list or on-chain helper, editing the vault flags and notes in code, validating the formatting, and opening a pull request to persist the notes in version-controlled history.

What is the best way to keep vault metadata and notes in sync?

Keeping vault metadata and notes in sync requires updating the vault notes store with human-readable annotations attached directly to vault metadata, ensuring context and governance are maintained through an auditable workflow suitable for team collaboration.

How does the pull request workflow work for vault notes version control?

Vault notes version control works by editing vault flags and notes in code, formatting the changes with proper validation, and opening a pull request for review. This persists notes in a version-controlled history suitable for team collaboration and auditing.

Can I resolve vault names from an on-chain helper or external JSON list?

Yes, you can resolve vault names from an external JSON list or on-chain helper. The skill retrieves the vault name from these sources before editing the vault flags and notes in the vault notes store.

Does adding vault notes require any specific dependencies or components?

Adding vault notes requires no specific dependencies or components. You provide the vault address and note message, and the skill handles resolving the vault name, updating the notes store, and preparing the changes for auditing.