mixseek-skills

Initialize MixSeek workspaces, generate TOML configurations, and validate against schema rules.

1|1|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/drillan/mixseek-plus --skill mixseek-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mixseek-skills
Source: https://github.com/drillan/mixseek-plus/tree/main/skills
Command: npx skills add https://github.com/drillan/mixseek-plus --skill mixseek-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill gives AI coding assistants a single entry point for MixSeek workspace setup, team and orchestration configuration, validation, model discovery, prompt authoring, and debugging so users can manage the project in natural language.

Core Features & Use Cases

  • Workspace initialization: create the standard MixSeek directory structure and set up presets for a new project.
  • Configuration generation and checks: build team, orchestrator, evaluator, judgment, and prompt-builder TOML files, then validate them against schema rules.
  • Model and environment support: list available provider models, detect the right Python command, and inspect debug-related environment variables for troubleshooting.
  • Use case: A developer asks for a web research team, the skill generates the configuration, validates it, and points to the right execution and debugging steps.

Quick Start

Ask the assistant to initialize my MixSeek workspace and generate a validated team configuration for a web research task.

Frequently Asked Questions about mixseek-skills

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

FAQPage Schema
How do I initialize a MixSeek workspace and generate team configuration files?

To initialize a MixSeek workspace, the skill creates the standard directory structure and generates validated team, orchestrator, and evaluator TOML configuration files for your project.

What is the best way to validate MixSeek TOML configurations against schema rules?

Validating MixSeek TOML configurations involves checking team, orchestrator, evaluator, and prompt-builder files against predefined schema rules. This skill performs script-based validation to ensure environment variables and configuration structures are correct before execution.

How do I list available provider models and detect the correct Python command for MixSeek?

Listing available provider models and detecting the correct Python command are built-in features of this skill. It performs environment variable checks and model discovery to ensure your MixSeek workflow executes with the right dependencies.

Can I generate prompt-builder and evaluator TOML files for a web research team?

Yes, you can generate prompt-builder and evaluator TOML files for a web research team. This skill authoring tool builds the necessary configuration files and validates them against schema rules for immediate use in MixSeek workflows.

Why does my MixSeek workflow configuration fail validation or execution?

MixSeek workflow configuration validation often fails due to schema mismatches in TOML files or missing environment variables. This skill troubleshoots these issues by inspecting debug-related environment variables and running script-based validation checks.