Back to list
Syed-Hamza-Ali-8

user-profile-management

by Syed-Hamza-Ali-8

0🍴 0📅 Jan 12, 2026

SKILL.md


name: user-profile-management description: Manage user signup/signin and collect software/hardware background to enable personalized content in the Physical AI & Humanoid Robotics textbook.

User Profile Management

Instructions

  1. During signup, ask the user about:
    • Software experience (languages, frameworks, AI experience)
    • Hardware experience (robots, sensors, controllers)
    • Learning preferences (visual, text, examples, etc.)
  2. Validate user input for completeness and correctness.
  3. Store user data securely in the database via DatabaseAgent.
  4. Make the user profile available to other agents (DocAgent, ContentAgent) for personalization and content recommendations.
  5. Support updates to the profile if the user modifies their background later.

Example

Input (from signup form):

{
  "user_id": "user123",
  "software": ["Python", "ROS", "FastAPI"],
  "hardware": ["Humanoid robot kits", "Arduino", "Sensors"],
  "learning_style": "visual"
}

Score

Total Score

40/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon