- Home
- Skills
- Drillan
- Mixseek Plus
- Mixseek Skills
mixseek-skills_skill
- Python
0
GitHub Stars
1
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill drillan/mixseek-plus --skill mixseek-skills- SKILL.md1.2 KB
Overview
This skill initializes a MixSeek workspace by creating the recommended directory structure and guiding the user to set the MIXSEEK_WORKSPACE environment variable. It prepares folders for agent/team configs, evaluators, judgments, presets, logs, and optional templates so you can start new MixSeek projects quickly. The process is safe for existing directories and avoids overwriting files.
How this skill works
The skill inspects the provided workspace path or reads MIXSEEK_WORKSPACE if set, then creates the required directory tree (configs/agents, configs/evaluators, configs/judgment, configs/presets, logs, templates). It can run an initialization script or perform manual mkdir operations. After creation it prints what was added and suggests how to persist the MIXSEEK_WORKSPACE environment variable.
When to use it
- Setting up a new MixSeek project workspace
- Onboarding a team with a shared config layout
- Preparing a local directory to store agents, evaluators, and presets
- Recovering a missing or incomplete MixSeek directory structure
- Converting an existing project directory into a MixSeek workspace
Best practices
- Confirm workspace path before running initialization; prefer using MIXSEEK_WORKSPACE env var
- Run with a user account that has write permission to the target directory
- Allow the tool to skip already-existing directories to avoid overwriting files
- Add export MIXSEEK_WORKSPACE=/path/to/workspace to your shell profile (.bashrc/.zshrc) for persistence
- Keep presets and templates under version control to share across the team
Example use cases
- New project: initialize workspace in current project directory and copy default presets
- Team setup: create shared configs/agents and configs/evaluators for collaborative testing
- Migration: convert an existing repo directory into a MixSeek workspace without altering existing files
- CI preparation: use the script in CI to ensure logs/ and configs/ directories exist before runs
FAQ
No. The initializer only creates missing directories and does not overwrite existing files. Existing directories are preserved.
What if MIXSEEK_WORKSPACE is not set?
The skill will prompt for a path. If none is provided, it suggests using the current directory and shows how to set MIXSEEK_WORKSPACE for future use.