Agent Skills
› davepoon/buildwithclaude
› gsd:profile-user
gsd:profile-user
GitHub分析开发者行为数据或问卷,生成个性化用户画像及配置文件。支持会话扫描、问卷回退、权限验证及CLAUDE.md更新,旨在优化AI交互体验。
Trigger Scenarios
需要分析开发者行为习惯时
请求生成个性化用户画像时
更新CLAUDE.md配置以适配个人偏好时
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


