Research specialization domains, compile references, analyze best practices, and gather comprehensive knowledge for new specialization creation.
Researches specialization domains, compiles references, and analyzes best practices for comprehensive knowledge gathering.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
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 researchActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.