claudeindex
Marketplace

ProjectOdyssey

ProjectOdyssey

Stars

13

Forks

4

Plugins

2

Installation

1

Add the marketplace

/plugin marketplace add mvillmow/ProjectOdyssey
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

2

Plugins

0

Skills

0

Agents

Last Crawled

February 3, 2026

Plugins

Plugin

verify-issue-before-work

Verify GitHub issue state and existing implementation before starting work. Use when: (1) Starting work on issues, (2) Resuming after breaks, (3) Taking over from other sessions. Prevents duplicate effort.

Plugin

fix-implicitlycopyable-removal

Systematic approach to removing ImplicitlyCopyable trait from Mojo structs. Use when: (1) Removing ImplicitlyCopyable from structs, (2) Fixing 'cannot implicitly copy' errors, (3) Debugging memory corruption from implicit copies.