Agent skill · Frontend

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorcan modify filesships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill user-thoughts --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 24
SKILL.md size: 10 KB
Bundled scripts: yes
Declared author: JularDepick
Allowed tools: readwritebash
Path: skills/user-thoughts/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Language Policy
  4. Core Workflow
  5. Runtime Modes
  6. Path Definitions
  7. Runtime Directory Layout
  8. Tools and Environment
  9. Bundled Scripts
  10. define.ini
  11. Commands
  12. Status and Toggles
  13. Maintenance
  14. Ignore Management
Ships with 23 files
  • assets/Runtime-Template/README.ai.md
  • assets/Runtime-Template/define.ini
  • assets/Runtime-Template/mdbase/README.ai.md
  • assets/Runtime-Template/mdbase/backlog.md
  • assets/Runtime-Template/mdbase/details/dev-stack.md
  • assets/Runtime-Template/mdbase/details/general.md
  • assets/Runtime-Template/mdbase/details/plans.md
  • assets/Runtime-Template/mdbase/details/rules.md
  • assets/Runtime-Template/mdbase/details/ui/details.md
  • assets/Runtime-Template/mdbase/details/ui/outline.md
  • references/commands.md
  • references/edge-cases.md
  • references/safety.md
  • references/sortin.md
  • scripts/common.py
  • scripts/ignore_ops.py
  • scripts/init.py
  • scripts/show_mdbase.py
  • scripts/show_raw.py
  • scripts/sortin.py
  • scripts/status.py
  • scripts/toggle.py
  • scripts/write_raw.py
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going