asermax
- 108 skills
- 0 followers
- 13 hours ago last updated
- ▌ Iterative Development · asermaxLoad when adding deltas or analyzing impact on existing framework. Supports progressive development without requiring everything upfront. Used by /add-delta and /analyze-impact commands.
- ▌ Using Antigravity · asermax bundleUse when needing to analyze images (screenshots, diagrams, photos), analyze videos (screencasts, recordings), summarize YouTube videos, fetch and analyze web content, or perform web searches with Google. Antigravity CLI provides multimodal and web access capabilities Claude lacks natively. Do NOT use for tasks Claude can handle directly (text analysis, code review, file reading of text files).
- ▌ Mermaid Validation · asermax bundleValidate mermaid diagram syntax after writing mermaid code blocks. Use this skill whenever you generate, write, or edit mermaid diagrams in markdown files — including flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, gantt charts, pie charts, mindmaps, gitgraph, and any other mermaid diagram type. Even if the diagram looks correct, always validate — subtle syntax errors silently break rendering. Trigger on any task that produces or modifies mermaid code blocks.
- ▌ Agent Communication · asermax bundleUse when user explicitly requests to coordinate with other Claude Code agents, join an agent chat, or communicate across multiple repositories/projects
- ▌ Systematic Debugging · asermax bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Using Code Directives · asermax bundleUse when reading or editing files that contain @implement, @docs, @refactor, @test, or @todo directive comments. Before acting on a directive, check if you have loaded this skill for the handling procedure. If not, load it first.
- ▌ Using Live Documentation · asermax bundleBefore implementing, writing, configuring, or setting up anything involving libraries, frameworks, or complex APIs, check if you have looked up current documentation for them. If not, load this skill first. Triggers on third-party libraries (such as react-query, FastAPI, Django, pytest), complex standard library modules (such as subprocess, streams, pathlib, logging), and "how to" questions about library usage. Do NOT use for trivial built-ins (such as dict.get, Array.map) or pure algorithms.
- ▌ Self Maintaining Claude Md · asermaxUse when starting any task in a project - keeps CLAUDE.md instruction file current with high-level project state, prompts for init if missing, adds reflection todo before work to ensure documentation stays updated