user-profiling

Community

Personalize learning paths with smart profiles.

Authorsajid-khan-afridi
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill collects and analyzes user background data to tailor learning journeys, recommend modules, adjust content complexity, and enforce privacy controls.

Core Features & Use Cases

  • Profile Collection: Gathers 5 core questions (experience, ROS familiarity, hardware access, learning goal, language).
  • Profile Validation: Ensures required fields are present and values are valid, reports errors and completeness.
  • Profile Analysis: Generates persona, content level, module recommendations, and estimated duration.
  • Database Storage: Persists profiles in Neon PostgreSQL with efficient queries.
  • Privacy & Security: Uses data strictly for personalization with deletion capabilities.

Quick Start

Invoke the skill to collect a new profile: operation: "collect", user_id: "user_123", responses: [{field: "experience_level", value: "beginner"}, {field: "ros_familiarity", value: "none"}, {field: "hardware_access", value: "simulation"}, {field: "learning_goal", value: "career"}, {field: "preferred_language", value: "python"}], Claude will return the stored profile and a tailored analysis.

Dependency Matrix

Required Modules

pg

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: user-profiling
Download link: https://github.com/sajid-khan-afridi/hackathon1_repeat/archive/main.zip#user-profiling

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.