Create a personal athlete 81-cell MandalArt grid from an Ohtani Shohei-style 64+8+1 model. Use when the user asks for 大谷翔平 81 宮格, 個人運動員81宮格, sports skill maps, athlete training Mandala charts, badminton 81 grids, or editable JSON/SVG/PNG-ready athlete development templates with Ohtani-style colors.
npx skills add https://github.com/twhsi/skills --skill personal-athlete-81-grid
Turn an athlete's core goal into a square 9x9 MandalArt grid:
1 center goal: the athlete's north star.8 domains: the center 3x3 ring around the goal.64 extension cells: each domain expands into eight concrete actions.Default visual style is the Ohtani Shohei reference: thick black 3x3 section lines, short bold text, red center, pink domain centers/core layer, white hard skills, cyan mental/social/recovery/long-term layer.
5 hard or sport-skill domains and 3 long-term domains.For badminton, a good default domain set is:
後場攻防、切吊變化、網前手感、重心步法、發接前三、恢復保養、球友情場、長壽榜樣
Use this compact shape:
{
"title": "永錫羽毛球81宮格",
"center": "越老越健康\n越久越快樂\n重心強",
"visual_style": "ohtani",
"domains": [
{
"name": "後場攻防",
"type": "hard_skill",
"items": ["側身準備", "高遠拉開", "殺球角度", "一殺一抽", "抽球拍面", "殺後銜接", "切吊變化", "教練回饋"]
}
]
}
Rules:
domains.items.items; the renderer places it in each outer 3x3 center.center only when needed.Use these colors unless the user asks for another palette:
| Layer | Default color | Meaning |
|---|---|---|
| Center goal | red #ff260f | final target, identity-level athletic goal |
| Domain cells | pink #fb8aa0 | the eight main domains and outer domain centers |
| Hard skills | white #ffffff | sport technique, body mechanics, concrete drills |
| Mental/social/long-term | cyan #65eadb | psychology, character, recovery, relationships, longevity |
| Section lines | black #050505 | 3x3 blocks |
| Cell lines | gray #b9b9b9 | individual cells |
Map domain types:
hard_skill: white outer cells, pink domain center.body: white outer cells, pink domain center.recovery: cyan outer cells, pink domain center.mental: cyan outer cells, pink domain center.social: cyan outer cells, pink domain center.longevity: cyan outer cells, pink domain center.Use the bundled script when a deterministic SVG is useful:
python3 scripts/render_ohtani_81_grid.py assets/yongxi-badminton.json output.svg
Then convert SVG to PNG with a local tool if available, such as:
qlmanage -t -s 2400 -o . output.svg
The script expects the JSON schema above and outputs a square 2400x2400 SVG.
When the user gives only a sport and goal, use this pattern internally:
Create an Ohtani-style personal athlete 81 grid for SPORT.
Center goal: GOAL.
Return 8 domains, each with 8 short action cells.
Use 5 sport-skill/body domains and 3 recovery/mental/social/longevity domains.
Keep labels concise enough for a square 9x9 grid.
Use JSON as the editable source.
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
Neuropixels neural recording analysis. Load SpikeGLX/OpenEphys data, preprocess, motion correction, Kilosort4 spike sorting, quality metrics, Allen/IBL curation, AI-assisted visual analysis, for Neuropixels 1.0/2.0 extracellular electrophysiology. Use when working with neural recordings, spike sorting, extracellular electrophysiology, or when the user mentions Neuropixels, SpikeGLX, Open Ephys, Kilosort, quality metrics, or unit curation.
Fast in-memory DataFrame library for datasets that fit in RAM. Use when pandas is too slow but data still fits in memory. Lazy evaluation, parallel execution, Apache Arrow backend. Best for 1-100GB datasets, ETL pipelines, faster pandas replacement. For larger-than-RAM data use dask or vaex.
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.
Python interface to OpenMS for mass spectrometry data analysis. Use for LC-MS/MS proteomics and metabolomics workflows including file handling (mzML, mzXML, mzTab, FASTA, pepXML, protXML, mzIdentML), signal processing, feature detection, peptide identification, and quantitative analysis. Apply when working with mass spectrometry data, analyzing proteomics experiments, or processing metabolomics datasets.
Parallel/distributed computing. Scale pandas/NumPy beyond memory, parallel DataFrames/Arrays, multi-file processing, task graphs, for larger-than-RAM datasets and parallel workflows.
Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
Take twhsi/personal-athlete-81-grid from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.