Instructions file
Instructions for fredrikaverpil/dotfiles, covering claude.md, core commands, verifying a darwin rebuild actually landed, repository architecture and nix architecture patterns.
Instructions file
Instructions for fredrikaverpil/dotfiles, covering claude.md, core commands, verifying a darwin rebuild actually landed, repository architecture and nix architecture patterns.
Agent Claude Code
../../.claude/agents/impl-worker.md.
Agent Claude Code
../../.claude/agents/researcher.md.
Agent Claude Code
../../.claude/agents/reviewer.md.
Skill Claude CodeCodex
Install Nix in the Claude Code web sandbox (the cloud environment) as a general-purpose package installer, then install packages from the Nix binary cache with no GitHub access. Use whenever a web session needs a tool that isn't preinstalled and isn't in a language registry (npm/pypi/crates/go) — Neovim, ripgrep, a…
Skill Claude CodeCodex
Install Neovim and stand up the nvim-fredrik config in the Claude Code web sandbox (the cloud environment), where no Neovim exists. Use this before testing any Neovim config change in a web session, e.g. checking out a PR branch that touches nvim-fredrik and observing its runtime behavior. Installs Neovim via Nix from…
Skill Claude CodeCodex
../../../.claude/skills/aip/SKILL.md.
Skill Claude CodeCodex
../../../.claude/skills/codebase-audit/SKILL.md.
Skill Claude CodeCodex
../../../.claude/skills/gh-cli/SKILL.md.
Skill Claude CodeCodex
../../../.claude/skills/gh-pr/SKILL.md.
Skill Claude CodeCodex
This skill should be used BEFORE running any git commit command. Triggers when about to run git commit. Ensures commit messages follow Conventional Commits specification and prompts for the Jira ticket number.
Skill Claude CodeCodex
../../../.claude/skills/neovim/SKILL.md.
Skill Claude CodeCodex
Find, navigate, read, and edit notes in the user's personal Obsidian vault (an iCloud-synced markdown collection on macOS). Use whenever the user mentions "the vault", "my notes", "Obsidian", a daily note, a meeting note, scratchpad, or asks to look up/jot down something that sounds personal-knowledge-base-like (e.g.…
Skill Claude CodeCodex
../../../.claude/skills/plan-interview/SKILL.md.
Skill Claude CodeCodex
This skill should be used when creating or editing a GitHub pull request title or description, regardless of tool (gh CLI, GitHub MCP tools, API). Defines PR title format and body format with Why/What/Notes sections, and prompts for the Jira ticket number.
Skill Claude CodeCodex
../../../.claude/skills/proof/SKILL.md.
Skill Claude CodeCodex
../../../.claude/skills/self-review/SKILL.md.
Skill Claude CodeCodex
../../../.claude/skills/smart/SKILL.md.
Plugin Claude Code
Plugin marketplace listing 1 plugin: gopls-mcp.
Plugin Claude Code
gopls MCP server: Go diagnostics, vulncheck, package APIs and file context.
MCP server Claude CodeCodexCursor +2
MCP server "gopls" as configured in fredrikaverpil/dotfiles. Launched with gopls mcp.
Hook Claude Code
Runs when the agent sends a notification for idle_prompt tool calls, running afplay /System/Library/Sounds/Sosumi.aiff. From fredrikaverpil/dotfiles.
Settings file Claude Code
Agent settings declaring 1 hook event (Notification) and 13 allowed tools.
Skill Claude CodeCodex
Go conventions specific to this author. Use before writing or editing any Go (.go) file.