Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude/skills/skill-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,21 @@
"safety": "clean",
"tags": ["ux-research", "design-critique", "journey-mapping", "accessibility", "ux"]
},
{
"id": "solana-program-upgrade-guard",
"name": "Solana Program Upgrade Guard",
"type": "skill",
"domain": "security",
"description": "Production-oriented skill for reviewing Solana program-upgrade safety: upgrade authorities, buffer/program-data custody, IDL/bytecode drift, migration replay safety, and rollback readiness.",
"source": "https://github.com/TommoHCIO/solana-program-upgrade-guard-skill",
"install": { "method": "git-clone", "command": "git clone https://github.com/TommoHCIO/solana-program-upgrade-guard-skill && ./solana-program-upgrade-guard-skill/install.sh .claude/skills/ext", "env": [] },
"license": "MIT",
"maintainer": "TommoHCIO",
"signal": { "stars": 0, "last_commit": "2026-06-22", "reputability": "individual" },
"default_installed": false,
"safety": "clean; markdown skill plus local validator/install helper, no networked installer or runtime secret use",
"tags": ["solana", "security", "upgrade-authority", "programdata", "idl", "migration", "audit"]
},
{
"id": "scientific-agent-skills",
"name": "Scientific Agent Skills",
Expand Down