user-thoughts
Persist user decisions and project constraints to mdbase across sessions. Trigger on /user-thoughts or /ustht, or when the user discusses architecture, tech stack, rules, UI/UX, or project memory.
npx skills add sickn33/agentic-awesome-skills --skill user-thoughts --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# user-thoughts.SKILL ## Overview Across sessions and across agents, project decisions and user constraints are easy to lose. `user-thoughts` persists those decisions into a project-local `mdbase` so any future agent can recover the user's intent without re-deriving it from scratch. The skill records user intent. It does not replace normal task execution. If the user says, "make the button red," the agent should both make the change and record the preference when persistent project memory is useful. ## When to Use Use this skill when the user states or revises: - Project rules, constraints, preferences, or requirements. - Architecture, tech-stack, data-model, deployment, or workflow decisions. - UI/UX direction, copy standards, visual preferences, or design rationale. - Backlog items, planned work, rejected options, or decisions that future agents should inherit. - A direct command beginning with `/user-thoughts` or `/ustht`. Do not use it for unrelated small talk, transient chatter, or content the user explicitly asks to ignore. ## Language Policy - All bundled skill files, scripts, templates, and reference docs are written in English. - Agent-facing command output should follow t
- Overview
- When to Use
- Language Policy
- Core Workflow
- Runtime Modes
- Path Definitions
- Runtime Directory Layout
- Tools and Environment
- Bundled Scripts
- define.ini
- Commands
- Status and Toggles
- Maintenance
- Ignore Management
What does the user-thoughts skill do?
Persist user decisions and project constraints to mdbase across sessions. Trigger on /user-thoughts or /ustht, or when the user discusses architecture, tech stack, rules, UI/UX, or project memory.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill user-thoughts --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.