emergency-card
生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。
Content Preview
--- name: emergency-card description: 生成紧急情况下快速访问的医疗信息摘要卡片。当用户需要旅行、就诊准备、紧急情况或询问"紧急信息"、"医疗卡片"、"急救信息"时使用此技能。提取关键信息(过敏、用药、急症、植入物),支持多格式输出(JSON、文本、二维码),用于急救或快速就医。 risk: unknown source: community --- # 紧急医疗信息卡生成器 生成紧急情况下快速访问的医疗信息摘要,用于急救或就医。 ## 核心功能 ### 1. 紧急信息提取 从用户的健康数据中提取最关键的信息: - **严重过敏**:优先提取4级(过敏性休克)和3级过敏 - **当前用药**:活跃药物的名称、剂量、频率 - **急症情况**:需要紧急处理的医疗状况 - **植入物**:心脏起搏器、支架等(影响检查和治疗) - **紧急联系人**:快速联系的家属信息 ### 2. 信息优先级排序 按照医疗紧急程度对信息排序: 1. **P0 - 危急信息**:过敏性休克、严重药物过敏、危及生命的疾病 2. **P1 - 重要信息**:当前用药
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/emergency-card.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/emergency-card/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/emergency-card/SKILL.md
Related Skills
new-rails-project
Generate a new Rails project named $1 in the current directory. You may reference @CLAUDE.md for general guidance, though the guidance here takes precedence.
generalnewrails
by sickn33 (Antigravity) · antigravity-awesome-skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills
gdpr_compliance_guide
Practical implementation guidance for EU General Data Protection Regulation compliance.
ra-qm-teamgdprcomplianceguide
by alirezarezvani · alirezarezvani-claude-skills
action-items-todoist
Extract action items from today's Granola/Grain meetings, create Todoist tasks, complete fulfilled tasks, and draft meeting-triggered follow-up emails. Use when running the daily action items cron, post-meeting cron, or when user asks to process meeting action items. NOT for general email drafting without meeting context.
action-items-todoistactionitemstodoist
by jeremylongshore · plugins-plus-skills