Init Profile banner
nicolx nicolx

Init Profile

Security community

Description

--- description: First-time developer profile setup for claude-audit-framework allowed-tools: [Read, Write, Bash] --- > **Execution constraints:** Run entirely in this conversation. Do NOT spawn subagents. ## Purpose Create a developer profile at `~/.claude/context/user_profile.md`. This profile calibrates all recommendations from `claude-audit-framework` to your skill level — across every project that uses this framework. **The profile lives on your machine, not in the project repo.** It is

Installation

Installs to ~/.claude/skills/nicolx-claude-audit-framework-init-profile/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nicolx-claude-audit-framework-init-profile && curl -fsSL https://raw.githubusercontent.com/nicolx/claude-audit-framework/HEAD/commands/init-profile.md -o ~/.claude/skills/nicolx-claude-audit-framework-init-profile/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository