# 415 Generate Microsim Index Skill 6ec52ab9

> Prompt Used to Generate the MicroSim Index Feature of the MicroSim-Util Skill

- Skill: `tools-only/415-generate-microsim-index-skill-6ec52ab9` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/415-generate-microsim-index-skill-6ec52ab9`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/415-generate-microsim-index-skill-6ec52ab9/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/415-generate-microsim-index-skill-6ec52ab9

---

# Prompt Used to Generate the MicroSim Index Feature of the MicroSim-Util Skill

!!! prompt
    Use the skill creator skill to create a new feature of an existing     
    skill.  The current skill is @skills/microsim-utils The new            
    feature I want is a process that builds a nice index.md page that      
    has informative grid cells that describe each microsim.  To do         
    this we need to use the mkdocs-material grid layout.  There is an      
    example of this format here: https://raw.githubusercontent.com/dmc     
    creary/intro-to-physics-course/refs/heads/main/docs/sims/index.md.     
    If the user says "update the microsim listings" or "update the         
    list of microsims" or "Create a grid view of all the microsims" or     
    "generate a listing of all the microsims" this new feature should      
    be invoked.  Note that the title is also a link and the image          
    comes after the title/link.  After the image is a short descripton     
    of the MicroSim taken from the microsim index.md yml metadata          
    "description" field.  For any microsims that are missing the           
    description, please add it.  For any microsims that are missing        
    the image, use the ~/.local/bin/bk-capture-screenshot shell            
    script. Verify that the screen capture worked and if it did not        
    work, create a TODO.md record in the @docs/sims directory.  Log        
    the skill updates to logs/generate-microsim-index-skill.md
