Nanocatalysis skill for evaluating catalytic activity, selectivity, and stability of nanomaterial catalysts
Analyzes nanomaterial catalyst performance by evaluating activity, selectivity, and stability from experimental data.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Nanocatalyst Performance Analyzer skill provides comprehensive evaluation of nanomaterial catalyst performance, enabling systematic assessment of activity, selectivity, and stability for catalytic applications.
Activity Assessment
Selectivity Analysis
Stability Testing
{
"catalyst_id": "string",
"reaction": "string",
"reactants": [{"name": "string", "concentration": "number"}],
"temperature": "number (C)",
"pressure": "number (atm)",
"catalyst_mass": "number (mg)"
}
{
"activity": {
"conversion": "number (%)",
"tof": "number (1/s)",
"specific_activity": "number (mol/g/s)"
},
"selectivity": [{
"product": "string",
"selectivity": "number (%)"
}],
"kinetics": {
"activation_energy": "number (kJ/mol)",
"rate_law": "string"
},
"stability": {
"cycles_tested": "number",
"activity_retention": "number (%)"
}
}
Activates 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.