Skip to content

RECTOR-LABS/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

RECTOR-LABS Claude Plugins

The rector-labs plugin marketplace for Claude Code — a single catalog for the RECTOR-LABS Solana security skills.

Install

/plugin marketplace add RECTOR-LABS/claude-plugins
/plugin install solana-cpi-safety@rector-labs

Restart Claude Code after installing. Installed as a plugin, a skill's command is namespaced (for example /solana-cpi-safety:audit-cpi).

Skills in this marketplace

A Solana security workflow: find vulnerabilities, prove them, respond to incidents.

Skill Stage Status
solana-cpi-safety Find — detect and prevent CPI vulnerability classes Available
solana-poc-forge Prove — forge runnable PoCs and exploits Planned
solana-incident-response Respond — triage, contain, and disclose live incidents Planned

Each skill is also installable on its own — see its repository for npx and clone-based install options.

Adding a plugin to this marketplace

Add an entry to .claude-plugin/marketplace.json pointing at the skill's repo:

{
  "name": "solana-poc-forge",
  "source": { "source": "github", "repo": "RECTOR-LABS/solana-poc-forge-skill" },
  "description": "..."
}

Each listed repo must contain its own .claude-plugin/plugin.json. CI validates the catalog on every push.

About

rector-labs Claude Code plugin marketplace: Solana security skills (find, prove, respond)

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors