From qe-framework
Analyzes command patterns, writing style, and common expressions to build a user profile for improved intent recognition and alias suggestions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/qe-framework:QprofileThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A skill that analyzes the user's command patterns and writing style, then saves the results to `.qe/profile/`.
A skill that analyzes the user's command patterns and writing style, then saves the results to .qe/profile/.
The accumulated profile allows more accurate understanding of user intent and reduces misunderstandings.
Manages the following files in the .qe/profile/ directory:
| File | Contents |
|---|---|
command-patterns.md | Frequently used command patterns, frequency, and last-used date |
writing-style.md | Writing style characteristics (abbreviations, formal/informal tone, frequently used words) |
language.md | User language settings (primary language, response language, internal processing language) |
preferences.md | Preferred response style and code style |
corrections.md | History of user corrections (learning misunderstanding patterns) |
/Qcommit, "make a spec" → /Qgenerate-spec)corrections.md/Qprofile)analysis-folder → .qe/analysis/npx claudepluginhub inho-team/qe-framework --plugin qe-frameworkCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.