gsd-profile-user

Generate a developer behavioral profile from session analysis or questionnaire data.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-profile-user-hadpadrahul
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gsd-profile-user
Source: https://github.com/hadpadrahul/school-erp/tree/main/.codex/skills/gsd-profile-user
Command: npx skills add https://github.com/hadpadrahul/school-erp --skill gsd-profile-user-hadpadrahul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a developer behavioral profile from session data or a structured questionnaire, saving time and enabling personalized agent interactions.

Core Features & Use Cases

  • Profile generation from session analysis or questionnaire
  • Creation of artifacts: USER-PROFILE.md, $gsd-dev-preferences, AGENTS.md
  • Consent gate and fallback workflow with optional flags (--questionnaire, --refresh)
  • Cross-project resolution and artifact display with highlights
  • Sequential artifact generation and results diff when refreshed

Quick Start

Run the profile-user workflow on a developer session or questionnaire to generate USER-PROFILE.md and related artifacts.

Frequently Asked Questions about gsd-profile-user

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is the best way to automate profile creation for developer preferences across projects?▼

The best way to automate profile creation for developer preferences is running the profile-user workflow on session data. It performs cross-project resolution and writes artifacts like $gsd-dev-preferences and AGENTS.md, enabling consistent personalized interactions.

How do I generate a developer profile from session analysis data?▼

To generate a developer profile, the workflow analyzes session data or a structured questionnaire to produce behavioral profiles. It outputs USER-PROFILE.md and related artifacts like AGENTS.md, enabling personalized agent interactions.

Can I use a questionnaire to create a developer behavioral profile instead of session data?▼

Yes, you can use a questionnaire to create a developer behavioral profile by passing the --questionnaire flag. This triggers an analysis fallback workflow that processes questionnaire responses to generate the same artifacts as session analysis.

What artifacts are created when generating a Claude developer profile?▼

Generating a Claude developer profile creates USER-PROFILE.md, $gsd-dev-preferences, and AGENTS.md. These artifacts capture developer preferences and behavioral patterns for cross-project resolution and personalized agent interactions.

How do I refresh an existing developer profile and see what changed?▼

To refresh an existing developer profile, use the --refresh flag. This reruns the generation workflow sequentially and produces a results diff, highlighting changes between the previous and updated profile artifacts.

Does the developer profile generation workflow handle consent gates?▼

Yes, the developer profile generation workflow handles consent gates. It ensures user consent is properly managed before proceeding with session analysis or questionnaire processing to generate the profile artifacts.