Get to Know You — Skill

Ask personalized questions and record answers in JSON knowledge bases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill get-to-know-you-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get to Know You — Skill
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/get-to-know-you
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill get-to-know-you-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of learning about a specific individual (Roger) by asking questions and storing the answers.

Core Features & Use Cases

  • Gradual Questioning: Asks questions periodically (3x/week) to gather information.
  • Intelligent Question Selection: Uses an algorithm to select the least-asked question categories to ensure comprehensive learning.
  • Answer Recording & Fact Extraction: Records answers, extracts key facts, and updates knowledge bases.
  • Use Case: The Skill can be used to build a rich profile of a user over time, remembering preferences, insights, and personal details.

Quick Start

Ask the skill to ask Roger a question.

Frequently Asked Questions about Get to Know You — Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a user profile by asking personalized questions over time?

To build a user profile over time, you can use a skill that asks personalized questions periodically, stores the answers, and extracts key facts to update a knowledge base. This approach gradually accumulates preferences and personal details.

What is the best way to automate relationship building through gradual questioning?

Automating relationship building through gradual questioning involves scheduling periodic prompts, selecting the least-asked question categories, and recording answers to construct a comprehensive personal knowledge management system.

Do I need a JSON file to manage personalized question selection?

Yes, you need a JSON file for question management and bash scripts to handle question selection and answer recording. These components drive the algorithm that chooses the least-asked categories.

How does intelligent question selection work for user profiling?

Intelligent question selection for user profiling works by using an algorithm to identify and choose the least-asked question categories. This ensures comprehensive learning and avoids repeating previously covered topics.

Can I extract key facts from recorded answers to update a knowledge graph?

Yes, the system records user answers and automatically extracts key facts from them. These extracted facts are then used to update knowledge bases, supporting personal knowledge management and relationship building.

How often should I ask questions to learn about an individual gradually?

To learn about an individual gradually, the system asks questions periodically at a rate of three times per week. This frequency balances engagement without overwhelming the user during the profiling process.