SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/FDU-INS/Insurance-Skills --skill auto-insurance-quote명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
Complete architecture reference for the A3 insurance platform — file locations, data flow, conventions, microservice map, and fullstack patterns
Drafts U.S. commercial real estate access and indemnity (right-of-entry) agreements for pre-closing due diligence. Covers license grants, non-invasive vs invasive testing gates, insurance/endorsement requirements, indemnity with discovery carve-outs, restoration and lien remedies, confidentiality, and anti-indemnity guardrails. Trigger: access agreement, right of entry, due diligence access, Phase I/II, invasive testing, pre-PSA site inspection.
Guide actuarial analysis for insurance pricing. TRIGGERS - Use when user needs help with actuarial-analysis related tasks.
| name | auto-insurance-quote |
| description | 車種・年齢に応じた保険料を算出し、自動車保険の正式見積もりを作成する。 |
自動車保険の正式見積書を作成するスキル。
顧客の車種情報、年齢、希望プランを受け取り、月額保険料・補償内容・特約オプションを含む詳細見積書を生成する。
customer_id (str): 顧客ID(例: C016)product_id (str): 対象商品ID(例: P002)vehicle_type (str): 車種区分(例: 普通車、軽自動車、SUV)vehicle_age (int): 車齢(年)。「新車」「新車・購入予定」「0年」はすべて整数 0 として渡すこと(文字列「新車」は不可)quote_id: 見積番号(一時ID)product_name: 商品名monthly_premium: 月額保険料(円)annual_premium: 年額保険料(円)coverage_details: 補償詳細リストvalid_until: 見積有効期限(発行日 +30日)notes: 注意事項scripts/quote.pyauto_insurance_recommendation: 商品選定時に先行して実行auto_insurance_contract_create: 見積承認後に契約作成