MCP HubMCP Hub
스킬 목록으로 돌아가기

evaluate-levitation-mechanism

pjt222
업데이트됨 2 days ago
8 조회
17
2
17
GitHub에서 보기
기타ai

정보

이 스킬은 특정 응용 분야에 적합한 부상 방식을 선택할 때 사용됩니다. 자기, 음향, 공기역학, 정전기 방식 등 다양한 부상 메커니즘을 체계적으로 평가하고 비교하는 분석을 수행합니다. 운송, 정밀 측정, 시료 처리와 같은 작업에 최적의 부상 방식을 선정할 때 활용할 수 있으며, 기술적 의사 결정을 지원하는 체계적인 분석을 제공합니다.

빠른 설치

Claude Code

추천
기본
npx skills add pjt222/agent-almanac -a claude-code
플러그인 명령대체
/plugin add https://github.com/pjt222/agent-almanac
Git 클론대체
git clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/evaluate-levitation-mechanism

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

Evaluate Levitation Mechanism

Select appropriate levitation mechanism → define reqs, screen hard constraints, score survivors soft, document reproducible trade study.

Use When

  • Choose approach new product/experiment
  • Compare magnetic/acoustic/aerodynamic/electrostatic for contactless handling
  • Justify design in review/proposal
  • Re-evaluate existing when reqs change (new payload, env, cost)
  • Feasibility study before detailed design

In

  • Required: Application (what levitated, why contactless)
  • Required: Payload (mass, material, geometry, temp sensitivity)
  • Required: Env (temp, atmosphere, cleanliness, vibration)
  • Optional: Power budget (W)
  • Optional: Cost target (prototype + prod)
  • Optional: Precision (position accuracy, stiffness, vib iso)
  • Optional: Lifetime + maintenance

Do

Step 1: Requirements

All reqs before evaluate.

  1. Payload: Mass (min-max), dims, material, magnetic props (ferro? conductive? diamagnetic?), temp limits (cryo? heat?), surface sensitivity (contact = contamination/damage?).
  2. Performance: Gap (mm-m), load capacity, accuracy, stiffness (N/m), damping, dynamic range (static hold vs controlled motion).
  3. Env constraints: Temp range, atmosphere (air, vacuum, inert, liquid), cleanliness (fab, biological, industrial), acoustic noise, EMC.
  4. Op constraints: Power, envelope (size + weight of system), maintenance interval, lifetime, operator skill.
  5. Economic: Prototype cost, unit cost prod, dev timeline.
## Requirements Summary
| Category | Requirement | Value | Priority |
|----------|------------|-------|----------|
| Payload mass | Range | [min - max] kg | Must have |
| Payload material | Magnetic class | [ferro/para/dia/non-magnetic] | Must have |
| Gap | Levitation height | [value] mm | Must have |
| Precision | Position accuracy | [value] um | Want |
| Temperature | Operating range | [min - max] C | Must have |
| Power | Budget | [value] W | Want |
| Cost | Unit cost target | [value] | Want |
| Environment | Cleanliness | [class or none] | Must have |
| Noise | Acoustic limit | [value] dB | Want |
| EMC | Field emission limit | [value or none] | Want |

→ Req table each classified "Must have" (hard, pass/fail) or "Want" (soft, scored). ≥5 reqs.

If err: vague → interview or boundary analysis (loosest acceptable). No reqs → arbitrary/biased study.

Step 2: Catalog Candidates

Mechanisms + principles + limits.

  1. Passive diamagnetic: Diamagnetic susceptibility in permanent magnet. No power. Small (mg-g) w/ strong diamagnetic (pyrolytic graphite, bismuth). Room temp.

  2. Active EM feedback: Electromagnets + sensors + controller. g-100+t (maglev). Continuous power + control. Ferro/conductive.

  3. Superconducting: Type-II SC + flux pinning → passive, powerless, stable. Cryo (LN2 YBCO 77K, LHe conventional). Payload limited by SC size + critical current. Extremely stiff.

  4. Acoustic standing wave: Ultrasonic transducers → pressure nodes trap small. Sub-wavelength (<5mm in air at 40kHz). Continuous drive. Any material regardless magnetic/electrical. Audible harmonics + acoustic streaming.

  5. Acoustic phased array: Multiple indep transducers → 3D manipulation + repositioning. Higher complex/cost, great flex.

  6. Aerodynamic (air bearings): Thin pressurized air film. Precision stages, air hockey, hovercraft. Continuous air. Very low friction. Gap 5-25μm precision, larger hovercraft.

  7. Aerodynamic (Coanda/Bernoulli): Jet over curved surface → low-pressure suspends. Simple + inexpensive. Low precision/stiffness. Demos + industrial handling.

  8. Electrostatic (Coulomb): Charged electrodes suspend charged/dielectric. Very low force (μN-mN). Vacuum ok. Space (grav wave detectors, inertial sensors), MEMS.

  9. Electrostatic (ion trap): Oscillating E fields (Paul) or static+B (Penning) confine charged particles. Single ions-nanoparticles. Lab technique atomic physics + mass spec.

## Candidate Mechanisms
| # | Mechanism | Payload Range | Power | Temperature | Any Material? |
|---|-----------|--------------|-------|-------------|--------------|
| 1 | Passive diamagnetic | mg - g | None | Room temp | No (diamagnetic only) |
| 2 | Active EM feedback | g - 100+ t | Continuous | Room temp | No (ferro/conductive) |
| 3 | Superconducting | g - kg | Cryocooler | < 77 K | No (above SC) |
| 4 | Acoustic standing wave | ug - g | Continuous | Room temp | Yes |
| 5 | Acoustic phased array | ug - g | Continuous | Room temp | Yes |
| 6 | Air bearing | g - t | Air supply | Room temp | Yes |
| 7 | Coanda/Bernoulli | g - kg | Air supply | Room temp | Yes |
| 8 | Electrostatic Coulomb | ug - mg | Minimal | Any (vacuum ok) | No (charged/dielectric) |
| 9 | Ion trap | atoms - ug | RF power | Any (vacuum) | No (ions only) |

→ Catalog all plausible mechanisms + fundamental chars. ≥4 mechanisms ≥2 physical principles.

If err: fundamental limits uncertain → consult lit or related skills (analyze-magnetic-levitation, design-acoustic-levitation). No screen by guess.

Step 3: Screen Hard Constraints

Eliminate mechanisms failing any "Must have".

  1. Each hard constraint = pass/fail. Single fail eliminates.
  2. Common screens:
    • Mass: Payload exceeds limit → eliminate (acoustic can't handle kg).
    • Material: Non-magnetic + requires magnetic → eliminate.
    • Temp: Cryo infeasible → eliminate SC.
    • Vacuum/atm: Vacuum → eliminate aero. No-magnetic-fields EMC → eliminate magnetic.
    • Contact: Air bearings need proximity to flat. True non-contact → eliminate.
  3. Document eliminations + reasons → can revisit if reqs change.
## Screening Results
| # | Mechanism | Pass/Fail | Eliminating Constraint | Reason |
|---|-----------|-----------|----------------------|--------|
| 1 | Passive diamagnetic | [P/F] | [constraint or N/A] | [reason] |
| 2 | Active EM feedback | [P/F] | [constraint or N/A] | [reason] |
| ... | ... | ... | ... | ... |

→ Reduced list passed all hard. ≥1 survives; ideally 2-4 for scoring.

If err: none pass → reqs mutually contradictory. Relax least critical "Must have" (→"Want") + re-screen. Multiple relax → may need hybrid (magnetic primary + aero stabilization).

Step 4: Score Soft Criteria

Rank survivors via weighted matrix.

  1. Define criteria + weights: Convert "Want" → scoring criterion. Weights reflect importance (1-5 or % summing 100%). Common:
    • Cost (prototype + unit): weight by economic sensitivity
    • Complexity: components, electronics, alignment criticality
    • Precision: accuracy, stiffness, vib iso
    • Power: op W, standby W
    • Scalability: payload range, manufacturability
    • Controllability: ease adjust gap/position/stiffness dynamically
    • Maturity: TRL, commercial component availability
    • Noise: acoustic, EM, vibration emissions
  2. Score each: Consistent scale (1=poor, 3=adequate, 5=excellent). Quant data Steps 1-3 not subjective.
  3. Weighted: Score × weight, sum. Highest = top.
  4. Sensitivity: Vary top 2-3 weights ±20%. Ranking change? If sensitive → flag, present alts.
## Scoring Matrix
| Criterion | Weight | Mech A | Mech B | Mech C |
|-----------|--------|--------|--------|--------|
| Cost | [w1] | [s1A] | [s1B] | [s1C] |
| Complexity | [w2] | [s2A] | [s2B] | [s2C] |
| Precision | [w3] | [s3A] | [s3B] | [s3C] |
| Power | [w4] | [s4A] | [s4B] | [s4C] |
| Scalability | [w5] | [s5A] | [s5B] | [s5C] |
| Controllability | [w6] | [s6A] | [s6B] | [s6C] |
| Maturity | [w7] | [s7A] | [s7B] | [s7C] |
| **Weighted Total** | | **[T_A]** | **[T_B]** | **[T_C]** |
| **Rank** | | [rank] | [rank] | [rank] |

→ Complete matrix all weighted + scored. Clear rank, top candidate. Sensitivity confirms robust (or fragile documented).

If err: 2 mechanisms within 10% → too close on paper. Prototype both + select on experiment, or identify discriminating test.

Step 5: Document Recommendation

Final trade study.

  1. Recommendation: Recommended mechanism + 1-paragraph justification referencing scoring + key discriminators.
  2. Runner-up: 2nd place + conditions under which it becomes preferred (fallback).
  3. Eliminated: List + disqualifying constraints for completeness.
  4. Risks + mitigations: Recommended → top 3 risks + mitigations.
  5. Next steps: Detailed design work (analyze-magnetic-levitation, design-acoustic-levitation, etc.).
## Trade Study Summary

### Recommendation
**[Mechanism name]** is recommended for [application] because [2-3 sentence justification
referencing the key scoring advantages].

### Runner-Up
**[Mechanism name]** would be preferred if [condition changes, e.g., "cryogenics become
available" or "payload mass decreases below X grams"].

### Eliminated Mechanisms
- [Mechanism]: eliminated by [constraint]
- [Mechanism]: eliminated by [constraint]

### Risks
| Risk | Impact | Likelihood | Mitigation |
|------|--------|-----------|------------|
| [Risk 1] | [H/M/L] | [H/M/L] | [action] |
| [Risk 2] | [H/M/L] | [H/M/L] | [action] |
| [Risk 3] | [H/M/L] | [H/M/L] | [action] |

### Next Steps
1. [Detailed analysis using specific skill]
2. [Prototype or simulation task]
3. [Experimental validation milestone]

→ Self-contained doc other engineer could review/challenge/act. Recommendation traceable to reqs + scoring not unstated prefs.

If err: recommendation can't be justified by scoring alone (top has showstopper criteria missed) → revisit Step 1, add missing req. No override scoring w/o documenting.

Check

  • Reqs quant + priority classified
  • ≥4 mechanisms ≥2 physical principles
  • Hard screen consistent + documented
  • ≥2 mechanisms survive for compare
  • Criteria explicit weights, scores justified
  • Sensitivity on top 2-3 weights
  • Recommendation traceable to matrix
  • Runner-up + fallback documented
  • Risks + mitigations
  • Study complete for indep review

Traps

  • Anchor preferred mechanism first: Start w/ conclusion, reverse-engineer reqs/weights. Cure: reqs + weights before eval. If know what want → validation not selection, be honest.
  • Omit mechanisms unfamiliar domains: Magnetic engineers overlook acoustic + vice versa. Include ≥1 from 4 families (magnetic, acoustic, aerodynamic, electrostatic) even if screened out.
  • Confuse hard/soft: Preference as hard eliminates viable early. Only non-negotiable (safety, physics, regulatory) = hard. Rest scored.
  • Equal weighting default: Same weight = decision (all equal). Stakeholders prioritize. Refuse → pairwise (AHP) to elicit implicit.
  • Ignore system-level: Mechanism not isolated. Acoustic → noise affects instruments. Active magnetic → time-varying fields violate EMC. SC → cryo infra. Evaluate in system context.
  • Single-point score no uncertainty: "4" on cost = false precision. Express ranges ("3-5"), propagate uncertainty. 2 mechanisms overlap → rank not definitive.

  • analyze-magnetic-levitation — detailed analysis magnetic recommended/candidate
  • design-acoustic-levitation — detailed design acoustic selected
  • analyze-magnetic-field — compute field profiles for magnetic assessment
  • argumentation — structured reasoning + decision justification

GitHub 저장소

pjt222/agent-almanac
경로: i18n/caveman-ultra/skills/evaluate-levitation-mechanism
0
agentsagentskillsai-assisted-developmentclaude-codeskillsteams

연관 스킬

llamaguard

기타

LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.

스킬 보기

cost-optimization

기타

이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.

스킬 보기

quantizing-models-bitsandbytes

기타

이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.

스킬 보기

dispatching-parallel-agents

기타

이 Claude Skill은 3개 이상의 독립적인 문제를 동시에 조사하고 해결하기 위해 다중 에이전트를 배치합니다. 공유 상태나 의존성 없이 해결 가능한 무관련 장애 시나리오에 맞게 설계되었습니다. 핵심 기능은 병렬 문제 해결로, 각 독립 문제 영역마다 하나의 에이전트를 할당하여 효율성을 극대화합니다.

스킬 보기