Advanced skill for crystallographic structure analysis and determination including space group identification, atomic position refinement, and PDF analysis
Analyzes crystallographic data to determine space groups, refine atomic positions, and perform PDF analysis.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Crystallography Analysis skill provides advanced capabilities for determining and analyzing crystal structures from diffraction data, enabling detailed structural characterization of crystalline materials including phase identification, symmetry analysis, and local structure determination through pair distribution function methods.
Systematic Absence Analysis
Symmetry Verification
Structure Validation
Starting Model
Refinement Strategy
Quality Metrics
Data Collection
Data Reduction
PDF Modeling
{
"sample_id": "string",
"data_type": "powder_xrd|single_crystal|neutron|electron|pdf",
"data_file": "string (path)",
"wavelength": "number (Angstrom)",
"analysis_type": "phase_id|refinement|structure_solution|pdf_fit",
"starting_model": "string (CIF file, optional)"
}
{
"sample_id": "string",
"space_group": "string",
"unit_cell": {
"a": "number (Angstrom)",
"b": "number (Angstrom)",
"c": "number (Angstrom)",
"alpha": "number (degrees)",
"beta": "number (degrees)",
"gamma": "number (degrees)"
},
"atomic_positions": [
{
"atom": "string",
"site": "string",
"x": "number",
"y": "number",
"z": "number",
"occupancy": "number",
"Uiso": "number (Angstrom^2)"
}
],
"r_factors": {
"Rwp": "number",
"Rp": "number",
"chi_squared": "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 a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.