user-ryzen-preferences

user-ryzen-preferences is a skill for Claude Code, Codex from kevinnft/ai-agent-skills. It costs 23 tokens per session (5,898 once invoked), scanned A, original, MIT.

A set of workflow and communication preferences for a specific user, including review habits, language, and preferred working style. It also lists actions to avoid during development.

In plain words
What is it for?
Use it to guide how code reviews, confirmations, explanations, and implementation requests are handled for the named user.
Why use it?
It helps an agent tailor its collaboration and review process to that user’s expectations.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to guide how code reviews, confirmations, explanations, and implementation requests are handled for the named user.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kevinnft/ai-agent-skills/user-ryzen-preferences
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add kevinnft/ai-agent-skills --skill user-ryzen-preferences
Clone the repo
git clone --depth 1 https://github.com/kevinnft/ai-agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for user-ryzen-preferences

README.md
[![agentmods](https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/user-ryzen-preferences/github.svg)](https://agentmods.dev/skills/kevinnft/ai-agent-skills/user-ryzen-preferences)
Your own site
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/user-ryzen-preferences"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/user-ryzen-preferences/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for user-ryzen-preferences

Your own site · 80×15
<a href="https://agentmods.dev/skills/kevinnft/ai-agent-skills/user-ryzen-preferences"><img src="https://agentmods.dev/badge/skills/kevinnft/ai-agent-skills/user-ryzen-preferences.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,898 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.05898
Opus 5 $0.00012 $0.02949
Sonnet 5 $0.00005 $0.01180
Haiku 4.5 $0.00002 $0.00590

Measured 7d ago against content hash a6a03845872f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

user-ryzen-preferences scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Direct API calls (`curl`) as fallback
skills/software-development/user-ryzen-preferences/SKILL.md · 677 lines

How it starts

The opening of the file, as written. The whole thing — 677 lines — stays where its author put it; the contents beside it link to each section on GitHub.

User Ryzen Preferences

Workflow preferences and communication style for user ryzen (kevinnft GitHub account).

Review Workflow

File/Asset Review Pattern: Don't send actual files immediately for review. Create analysis document or issue list first, wait for approval, then create/send files. See references/review-workflow.md for detailed pattern.

Communication Style

  • Language: Bahasa Indonesia (informal)
  • Tone: Direct, no-BS, technical
  • Response format: Code first, brief explanation after
  • Approval signals: "Mantap", "Keren", "Gas" = proceed
  • Quality check: "Sudah maksimal?" / "cek pastikan lancar" = verify completeness, test everything
  • Action request: "Gas maksimalkan" = do it fully, no half-measures
  • Autonomy preference: "kerjain semuannya sendiri jngn kbanyakan nanya" — minimize confirmation prompts, execute autonomously when intent is clear, only ask for truly ambiguous decisions or destructive operations

Response expectations:

  • Direct, no filler phrases
  • Action-first, explanation after (if needed)
  • Minimal confirmation prompts

Workflow Preferences

Confirmation Anti-Patterns

❌ WRONG:

User: "Gas hapus"
Agent: "Are you sure? This will delete X. Type YES to confirm."

✅ CORRECT:

User: "Gas hapus"
Agent: [executes immediately]

Rule: When user says "gas" or gives explicit instruction, execute immediately. The initial command IS the confirmation.

Exception: High-Risk Operations

Only ask for confirmation when:

  • Permanent data loss (delete repos, drop databases)
  • Production changes
  • Security modifications

Format for high-risk confirmation:

Agent: "⚠️ This will permanently delete 13 repos. Type 'GAS HAPUS' to confirm."
User: "Gas hapus"
Agent: [executes]

Automation Preference

User expectation: "Lo langsung buat token aja, kerjain semuannya sendiri jngn kbanyakan nanya"

Translation: Automate as much as possible. Don't ask for manual steps when automation is feasible.

Read the full file on GitHub · 677 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 677 lines · 23 tokens per session scan A a6a03845872f

Subscribe to this mod's changes

user-ryzen-preferences is a skill published in the GitHub repository kevinnft/ai-agent-skills (14 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 5,898 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

playwright-cli

Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…

testdino-hq/playwright-skill · 64 tokens

extract-design

Extract a complete design system — colors, typography, spacing, components, shadows, and W3C design tokens — from any live website using Dembrandt. Runs a headless browser against the URL and returns real computed values from the DOM. Use when you need a site's actual design tokens, want to reverse-engineer a visual…

dembrandt/dembrandt-skills · 82 tokens

elevation-and-depth

Elevation — subtle shadows and layering — communicates visual hierarchy by lifting elements above the surface. Combined with border-radius, it creates the tactile quality of cards, modals, and interactive surfaces. Use when designing cards, dropdowns, modals, tooltips, or any floating UI element.

dembrandt/dembrandt-skills · 62 tokens

loading-states-and-perceived-performance

Manage user expectations during wait times with appropriate loading states — from simple spinners to complex skeleton screens and staggered animations. Perceived performance is often more important than actual load time. Use when designing data-heavy components, handling API calls, building hero sections, or improving…

dembrandt/dembrandt-skills · 68 tokens

tab-navigation

Tabs organise related content under a shared context — switching tabs swaps the view without leaving the page. Use when a screen has multiple distinct content areas that share a common header or action set, and when the user needs to switch between them frequently. Use when designing tabbed layouts, content panels…

dembrandt/dembrandt-skills · 74 tokens

status-colors-and-errors

Keep status and error colours minimal and consistent — too many semantic colours confuse users. Each colour must mean exactly one thing. Errors should be recoverable, large failures must be prevented, and the UI should always give the user a path forward. Use when designing status indicators, error states, form…

dembrandt/dembrandt-skills · 73 tokens