coco-research/gsd-profile-user
Generate developer behavioral profile and create Claude-discoverable artifacts
npx skills add https://github.com/coco-research/coco --skill gsd-profile-user
<objective>
Generate a developer behavioral profile from session analysis (or questionnaire) and produce artifacts (USER-PROFILE.md, /gsd-dev-preferences, CLAUDE.md section) that personalize Claude's responses.
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.
</objective>
<execution_context>
@$HOME/.claude/get-shit-done/workflows/profile-user.md
@$HOME/.claude/get-shit-done/references/ui-brand.md
</execution_context>
<context>
Flags from $ARGUMENTS:
--questionnaire -- Skip session analysis entirely, use questionnaire-only path--refresh -- Rebuild profile even when one exists, backup old profile, show dimension diff</context>
<process>
Execute the profile-user workflow end-to-end.
The workflow handles all logic including:
10. Summary with refresh diff (if applicable)
</process>
Take coco-research/gsd-profile-user from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.