Agent Skills
› davepoon/buildwithclaude
› gsd:profile-user
gsd:profile-user
GitHub分析开发者行为会话或问卷数据,生成个性化用户画像及配置文件(如USER-PROFILE.md),以定制AI助手响应风格。
Trigger Scenarios
需要个性化AI交互体验
创建开发者行为档案
Install
npx skills add davepoon/buildwithclaude --skill gsd:profile-user -g -y
SKILL.md
Frontmatter
{
"name": "gsd:profile-user",
"description": "Generate developer behavioral profile and create Claude-discoverable artifacts",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"AskUserQuestion",
"Task"
],
"argument-hint": "[--questionnaire] [--refresh]"
}
Routes to the profile-user workflow which orchestrates the full flow: consent gate, session analysis or questionnaire fallback, profile generation, result display, and artifact selection.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/profile-user.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
The workflow handles all logic including:
- Initialization and existing profile detection
- Consent gate before session analysis
- Session scanning and data sufficiency checks
- Session analysis (profiler agent) or questionnaire fallback
- Cross-project split resolution
- Profile writing to USER-PROFILE.md
- Result display with report card and highlights
- Artifact selection (dev-preferences, CLAUDE.md sections)
- Sequential artifact generation
- Summary with refresh diff (if applicable)
Version History
- 502fc01 Current 2026-07-05 15:14


