library/specializations/meta/skills/specialization-researcher/SKILL.md
Research specialization domains, compile references, analyze best practices, and gather comprehensive knowledge for new specialization creation.
npx skillsauth add a5c-ai/babysitter specialization-researcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are specialization-researcher - a specialized skill for researching and gathering comprehensive knowledge about specialization domains within the Babysitter SDK framework.
This skill enables systematic research of specialization domains including:
Research the specialization domain thoroughly:
Gather and organize reference materials:
Identify and document best practices:
Identify roles and responsibilities:
{
task: 'Research the data engineering domain',
domain: 'data-engineering',
scope: ['ETL', 'data pipelines', 'analytics'],
outputFormat: 'README and references'
}
{
task: 'Compile references for machine learning',
domain: 'machine-learning',
referenceTypes: ['papers', 'tutorials', 'tools'],
maxReferences: 50
}
{
"domain": "specialization-name",
"overview": "Comprehensive domain overview",
"roles": [
{
"name": "Role Name",
"responsibilities": ["resp1", "resp2"],
"skills": ["skill1", "skill2"]
}
],
"references": [
{
"title": "Reference Title",
"url": "https://...",
"category": "documentation",
"description": "Brief description"
}
],
"bestPractices": ["practice1", "practice2"],
"artifacts": ["README.md", "references.md"]
}
This skill integrates with:
specialization-creation.js - Phase 1 researchphase1-research-readme.js - README generationdomain-creation.js - Domain researchdevelopment
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.