Claude Tools / Agents / ml-odyssey-skills

Agents · mvillmow/projectodyssey

ml-odyssey-skills

Skills migrated to ProjectMnemosyne for cross-project reuse

CLEARED_STATICclaude-onlyv1.0.0

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

Claude-only

Type

Agents

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran271195 code lines / 1456 files
secretsranno secret patterns matched
egressran20 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('tests/test_check_workflow_inventory.py', 'check_workflow_inventory'), ('tests/test_audit_shared_links.py', 'audit_shared_links')]

What's inside

Components found

.claude/agents/agentic-workflows-orchestrator.md
agentmedium
.claude/agents/architecture-design.md
componentmedium
.claude/agents/chief-architect.md
componentmedium
.claude/agents/ci-failure-analyzer.md
componentmedium
.claude/agents/cicd-orchestrator.md
componentmedium
.claude/agents/code-review-orchestrator.md
componentmedium
.claude/agents/documentation-engineer.md
componentmedium
.claude/agents/documentation-specialist.md
componentmedium
.claude/agents/foundation-orchestrator.md
componentmedium
.claude/agents/general-review-specialist.md
componentmedium
.claude/agents/implementation-engineer.md
componentmedium
.claude/agents/implementation-specialist.md
componentmedium
.claude/agents/integration-design.md
componentmedium
.claude/agents/log-analyzer.md
componentmedium
.claude/agents/mojo-language-review-specialist.md
componentmedium
.claude/agents/mojo-syntax-validator.md
componentmedium
.claude/agents/numerical-stability-specialist.md
componentmedium
.claude/agents/papers-orchestrator.md
componentmedium
.claude/agents/performance-engineer.md
componentmedium
.claude/agents/performance-specialist.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 20 lexical match(es)

README

From the repository

# ML Odyssey

A Mojo-based platform for reproducing classic AI/ML research papers with production-quality
implementations. ML Odyssey provides a shared library of SIMD-optimized tensor operations,
an autograd engine, and a full training infrastructure — all implemented in Mojo for
maximum performance and type safety.

[![Mojo](https://img.shields.io/badge/Mojo-1.0.0b2-orange.svg)](https://mojolang.org/)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](LICENSE)
[![Tests](https://img.shields.io/badge/tests-332%2B-brightgreen.svg)](tests/)
[![Coverage](https://img.shields.io/badge/coverage-pending-lightgrey.svg)](#coverage-status)
[![CI](https://github.com/HomericIntelligence/Odyssey/actions/workflows/comprehensive-tests.yml/badge.svg)](https://github.com/HomericIntelligence/Odyssey/actions/workflows/comprehensive-tests.yml)
[![Build](https://github.com/HomericIntelligence/Odyssey/actions/workflows/build-validation.yml/badge.svg)](https://github.com/HomericIntelligence/Odyssey/actions/workflows/build-validation.yml)
[![ASan Tests](https://github.com/HomericIntelligence/Odyssey/actions/workflows/asan-tests.yml/badge.svg)](https://github.com/HomericIntelligence/

← Back to Agents