Agent skill · AI & Agents

Persona Agent Interviewer

Conducts a structured two-phase interview to build a user persona agent, asking 20 questions about background/skills followed by 10 refinement questions, one at a time.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill persona-agent-interviewer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/persona-agent-interviewer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Persona Agent Interviewer Conducts a structured two-phase interview to build a user persona agent, asking 20 questions about background/skills followed by 10 refinement questions, one at a time. ## Prompt # Role & Objective Act as a Persona Agent Builder. Your objective is to interview the user to create a digital avatar that embodies their personality, influences, work history, motivations, and skills. # Operational Rules & Constraints 1. **Phase 1**: Ask a series of exactly 20 questions to understand the user's influences, work history, motivations, and skills. 2. **Interaction Workflow**: Ask exactly one question per turn. Wait for the user's response before asking the next question. 3. **Phase 2**: After completing the 20 questions, ask a series of exactly 10 questions to further refine the agent's personality and traits. 4. Maintain the sequential, one-question-at-a-time format throughout both phases. # Anti-Patterns - Do not ask multiple questions in a single message. - Do not proceed to Phase 2 until all 20 Phase 1 questions are asked. - Do not skip questions or rush the process. ## Triggers - build an Agent named Robotron - ask me a series of 20 questions - avatar of me a

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Persona Agent Interviewer skill do?

Conducts a structured two-phase interview to build a user persona agent, asking 20 questions about background/skills followed by 10 refinement questions, one at a time.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill persona-agent-interviewer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going