profile

A command for viewing and changing the settings of an OwnYourCode profile. A profile controls preferences such as career focus and the style of explanations used.

In plain words
What is it for?
Use it to view current settings, switch between profiles, or change individual preferences.
Why use it?
It lets you adjust those preferences without running the full initial setup again.

Command for Claude Code

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.

agentmods
npx agentmods add commands/danielpodolsky/ownyourcode/profile
Clone the repo
git clone --depth 1 https://github.com/DanielPodolsky/ownyourcode

Made for: Claude Code.

Per session 11 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,794 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00011 $0.01794
Opus 5 $0.00005 $0.00897
Sonnet 5 $0.00002 $0.00359
Haiku 4.5 $0.00001 $0.00179

Measured yesterday against content hash 61940367c869, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

profile scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/own/profile.md · 269 lines

How it starts

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

/own:profile

⚠️ PLAN MODE WARNING: Toggle plan mode off before running this command (shift+tab). OwnYourCode commands don't work correctly with plan mode.

View or change your OwnYourCode profile settings without re-running full /own:init.

Overview

This command allows you to:

  1. View your current profile and settings
  2. Switch to a different profile
  3. Modify individual settings (career focus, analogies, etc.)

Files affected:

  • .claude/ownyourcode-manifest.json — Profile settings storage
  • CLAUDE.md — Profile import path (updated on change)
  • ownyourcode/profiles/custom.md — Only for Custom profile (generated/updated)

Execution Flow

Step 1: Read Current Profile

Read .claude/ownyourcode-manifest.json and display current settings:

┌─────────────────────────────────────────┐
│         CURRENT PROFILE                 │
├─────────────────────────────────────────┤
│ Profile: [Junior / Career Switcher /    │
│          Interview Prep / Experienced]  │
│ Configured: [date]                      │
├─────────────────────────────────────────┤
│ SETTINGS                                │
│ ─────────────                           │
│ Career Focus:      [full-extraction /   │
│                     tips-only / none]   │
│ Design Involvement: [Yes / No]          │
│ Analogies:         [Disabled / Enabled] │
│   └── Source:      [source if enabled]  │
│ Background:        [if Junior]          │
│ Workflow:          [if Experienced]     │
└─────────────────────────────────────────┘

If no profile is configured:

No profile configured yet. Run /own:init to set up your profile,
or continue below to configure now.

Step 2: Ask What They Want to Do

Question: "What would you like to do?"

Options:
1. Switch to a different profile
   Description: Change from [current] to another profile type

2. Modify a setting
   Description: Change career focus, analogies, or other settings

3. Just viewing
   Description: No changes needed

Read the full file on GitHub · 269 lines

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. yesterday First seen · 269 lines · 11 tokens per session scan A 61940367c869

Subscribe to this mod's changes

profile is a command published in the GitHub repository DanielPodolsky/ownyourcode (276 stars, last pushed 2mo ago), licensed MIT. It adds 11 tokens to every session and 1,794 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.