Agent skill
Billing
A set of skills to handle billing the patients, government or health insurance.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/billing-mathias-nielsen-co-doctor-skills
SKILL.md
Billing
Claim health insurance
This action will create an incidient at the insurance company.
def create_incident(patient_id, incident_report, reciept):
# Mock Code
# ...
Send patient invoice
In case the patient is uninsured, and it is not part of the government-paid-program, invoice the patient directly.
def create_invoice(patient_id, reciept):
# Mock Code
# ...
Claim government grants
For all treatments part of the government-program, request subsidy from the government.
def request_government_subsidy(treatment_program_id, patient_id, incident_report, receipt):
# Mock Code
# ...
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?