mayavi

Orchestrate verification and refactoring by diagnosing issues and delegating fixes to specialist agents.

Updated Nov 25, 2025
One-click install
npx skills add https://github.com/NikhilVijayakumar/Yantra --skill mayavi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mayavi
Source: https://github.com/NikhilVijayakumar/Yantra/tree/main/.agent/skills/mayavi
Command: npx skills add https://github.com/NikhilVijayakumar/Yantra --skill mayavi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires tomli, and includes scripts (resource) components.

What problem does it solve?

Mayavi orchestrates the Verification & Refactoring lifecycle, diagnosing health, strategizing fixes, and delegating to specialized agents (Refactor, Clean-Impl, Doc, Test) to maintain software health.

Core Features & Use Cases

  • Diagnosis-driven verification loop: runs verification scripts, audits for rule violations, reads reports, and triages issues.
  • Strategy-based delegation: maps each issue to the correct specialist (e.g., clean-implementation, refactor-agent, doc-architect, test-scaffolder) without direct code changes.
  • Safe execution & cleanup: enforces environment rules, uses a sandbox workflow, and triggers cleanup via scripts/cleanup.py after verification.

Quick Start

Invoke Mayavi with its activation phrases to begin the diagnosis-driven Verification & Refactoring loop.

Frequently Asked Questions about mayavi

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

FAQPage Schema
How do I orchestrate code verification and refactoring workflows for health checks?

Verification and refactoring health checks are orchestrated by running diagnosis scripts, auditing rule violations, reading reports, and triaging issues to map each problem to the correct specialist agent for resolution.

What is the best way to automate codebase governance without direct code changes?

Automated codebase governance is achieved through strategy-based delegation, mapping diagnosed verification issues to specialized agents like refactor-agent or doc-architect without applying direct code modifications.

How do I delegate refactoring tasks to specialized agents in an automated workflow?

Refactoring tasks are delegated by mapping triaged verification results to dedicated specialists such as clean-implementation, refactor-agent, doc-architect, or test-scaffolder to manage specific codebase fixes.

Can I enforce sandbox workflows and environment cleanup during automated verification?

Sandbox workflows and environment cleanup are enforced during verification by applying dedicated environment rules and triggering cleanup scripts to ensure safe state preservation and auditability.

Do I need specific dependencies to run verification and refactoring lifecycle scripts?

Running verification and refactoring lifecycle scripts requires the tomli dependency to parse configuration, supporting the orchestration of health checks and strategy-based fix delegation.

When should I avoid using a diagnosis-driven verification loop for codebase maintenance?

Avoid a diagnosis-driven verification loop for codebase maintenance when a project lacks defined rule audits, requires direct code changes, or does not support sandbox environments and script-based cleanup workflows.