Agent Skills
› AjayIrkal23/agentic-mercy-10x
› gsd-profile-user
gsd-profile-user
GitHub通过会话分析或问卷生成开发者行为画像,输出USER-PROFILE.md等个性化配置工件,以定制Claude的响应风格。支持跳过分析、强制刷新及差异对比功能。
触发场景
需要生成开发者行为画像
希望个性化定制AI助手响应风格
执行用户配置文件更新流程
安装
npx skills add AjayIrkal23/agentic-mercy-10x --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",
"Agent"
],
"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> @$HOME/.claude/get-shit-done/workflows/profile-user.md @$HOME/.claude/get-shit-done/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)
版本历史
- 581d130 当前 2026-07-19 09:10


