Toolverse
All skills

massgen-config-creator

by massgen

Guide for creating properly structured YAML configuration files for MassGen. This skill should be used when agents need to create new configs for examples, case studies, testing, or demonstrating features.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
massgen
Category
Testing
Views
5

About this skill

Guide for creating properly structured YAML configuration files for MassGen. This skill should be used when agents need to create new configs for examples, case studies, testing, or demonstrating features.

How to use

  1. Zanim zaczniesz tworzyć nową konfigurację, przejrzyj 2-3 istniejące pliki konfiguracyjne z kategorii zbliżonej do Twojego przypadku użycia. Znajdują się one w folderze massgen/configs/tools/ lub massgen/configs/basic/. Dzięki temu zrozumiesz bieżące konwencje i unikniesz wymyślania nieistniejących właściwości.
  2. Zapoznaj się z dokumentem docs/source/development/writing_configs.rst, który jest źródłem prawdy dla wszystkich reguł tworzenia konfiguracji. Zawiera on kompletny przepływ pracy, wszystkie bieżące konwencje, referencję umieszczania właściwości oraz listę kontrolną walidacji.
  3. Pamiętaj o kluczowych regułach umieszczania właściwości: cwd powinno być na poziomie BACKEND (indywidualna przestrzeń robocza agenta), context_paths na poziomie ORCHESTRATOR (udostępniane pliki tylko do odczytu), enable_web_search na poziomie BACKEND, a enable_planning_mode na poziomie ORCHESTRATOR.COORDINATION.
  4. Strukturyzuj swój plik YAML zgodnie z konwencjami znalezionymi w przykładowych konfiguracjach. Nie dodawaj właściwości, których nie widziałeś w istniejących plikach lub które nie są wymienione w dokumentacji.
  5. Sprawdź swoją konfigurację za pomocą listy kontrolnej walidacji z dokumentu writing_configs.rst, aby upewnić się, że wszystkie wymagane pola są na miejscu i że nie ma błędów w strukturze.
  6. Jeśli tworzysz konfigurację dla nowej integracji lub funkcji, upewnij się, że najpierw przejrzałeś przykłady z odpowiedniej kategorii (np. massgen/configs/tools/mcp/ dla integracji MCP) i że Twoja konfiguracja podąża tym samym wzorcem.

Related skills

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

webapp-testing

by anthropics

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Testing
130255

nextjs-developer

by zenobi-us

Expert Next.js developer mastering Next.js 14+ with App Router and full-stack features. Specializes in server components, server actions, performance optimization, and production deployment with focus on building fast, SEO-friendly applications.

Testing
166226

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145

pair-trade-screener

by tradermonty

Statistical arbitrage tool for identifying and analyzing pair trading opportunities. Detects cointegrated stock pairs within sectors, analyzes spread behavior, calculates z-scores, and provides entry/exit recommendations for market-neutral strategies. Use when user requests pair

Testing
994