Claude Code Plugins

Community-maintained marketplace

Feedback

content-personalization

@Syed-Hamza-Ali-8/speckit-plus
0
0

Personalize textbook chapter content for logged-in users based on their background, preferences, and learning style collected during signup.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name content-personalization
description Personalize textbook chapter content for logged-in users based on their background, preferences, and learning style collected during signup.

Content Personalization

Instructions

  1. Receive the user profile (from user-profile-management) and chapter content.
  2. Modify content according to user profile:
    • Highlight topics relevant to the user’s software/hardware background.
    • Adjust explanations for the user’s experience level.
    • Include examples and diagrams matching learning preferences.
  3. Provide a version of the chapter ready for rendering in Docusaurus.
  4. Optionally, track personalization actions for bonus evaluation.

Example

Input:

{
  "user_id": "user123",
  "profile": {"software": ["Python"], "hardware": ["Humanoid robots"], "learning_style": "visual"},
  "chapter_content": "Chapter 2: Introduction to Humanoid Robotics..."
}