← Back to list

booking
by mathias-nielsen
This is a repository related to my course at DTU, and the exam project on course 38113: Containing drafts for Anthropic skills supporting the Co-Doctor Startup idea
⭐ 0🍴 0📅 Dec 6, 2025
SKILL.md
name: Booking description: This skill provides the required tasks needed, in order to interact with the booking system.
Booking system tasks
Find available timeslots
This action will find available timeslots, in a given week.
def find_available_timeslots(year, week):
# Mock Code
# ...
Create new appointment
This action will create a new appointment
def create_appointment(date_time, patient_id):
# Mock Code
# ...
Find appointment
This will find the existing appointments for a given patient
def find_appointment(patient_id):
# Mock Code
# ...
Edit appointment
This action will edit an existing appointment
def edit_appointment(appointment_id, updated_appointment):
# Mock Code
# ...
Cancel appointment
This action will cancel an existing appointment
def cancel_appointment(appointment_id):
# Mock Code
# ...
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon