Agent skill
user-profile-management
Manage user signup/signin and collect software/hardware background to enable personalized content in the Physical AI & Humanoid Robotics textbook.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/user-profile-management
SKILL.md
User Profile Management
Instructions
- During signup, ask the user about:
- Software experience (languages, frameworks, AI experience)
- Hardware experience (robots, sensors, controllers)
- Learning preferences (visual, text, examples, etc.)
- Validate user input for completeness and correctness.
- Store user data securely in the database via DatabaseAgent.
- Make the user profile available to other agents (DocAgent, ContentAgent) for personalization and content recommendations.
- Support updates to the profile if the user modifies their background later.
Example
Input (from signup form):
json
{
"user_id": "user123",
"software": ["Python", "ROS", "FastAPI"],
"hardware": ["Humanoid robot kits", "Arduino", "Sensors"],
"learning_style": "visual"
}
Didn't find tool you were looking for?