fredrikaverpil/dotfiles

256Stars on the repository
25Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

nix-install

01

fredrikaverpil/dotfiles

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…

256 3d ago A 117 tokens original MIT

nvim-install

02

fredrikaverpil/dotfiles

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…

256 3d ago A 132 tokens original MIT

aip

03

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/aip/SKILL.md.

256 3d ago A 0 tokens original MIT

gh-cli

05

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/gh-cli/SKILL.md.

256 3d ago A 0 tokens original MIT

gh-pr

06

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/gh-pr/SKILL.md.

256 3d ago A 0 tokens original MIT

git-commit

07

fredrikaverpil/dotfiles

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.

256 3d ago A 43 tokens original MIT

neovim

08

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/neovim/SKILL.md.

256 3d ago A 0 tokens original MIT

obsidian

09

fredrikaverpil/dotfiles

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.…

256 3d ago A 116 tokens original MIT

pr-style

11

fredrikaverpil/dotfiles

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.

256 3d ago A 58 tokens original MIT

proof

12

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/proof/SKILL.md.

256 3d ago A 0 tokens original MIT

smart

14

fredrikaverpil/dotfiles

Skill Claude CodeCodex

../../../.claude/skills/smart/SKILL.md.

256 3d ago A 0 tokens original MIT

golang-style

15

fredrikaverpil/dotfiles

Skill Claude CodeCodex

Go conventions specific to this author. Use before writing or editing any Go (.go) file.

256 3d ago A 23 tokens original MIT

nvim-config

16

fredrikaverpil/dotfiles

Skill Claude CodeCodex

Native Neovim config idioms and conventions — use whenever writing, reviewing, or modifying any Neovim configuration that uses Neovim's built-in conventions WITHOUT a plugin manager framework (no lazy.nvim, packer, etc.). Covers directory structure, vim.pack plugin management, lsp/ auto-discovery, plugin/ loading…

256 3d ago A 137 tokens original MIT

nvim-plugin

17

fredrikaverpil/dotfiles

Skill Claude CodeCodex

Conventions and tooling for authoring a Neovim plugin in Lua. Use when creating, modifying, or reviewing a plugin — plugin structure, ftplugin, health checks, setup(), vimdoc, LuaCATS, lazy loading — or when working in a directory that looks like one (plugin/, lua/, ftplugin/).

256 3d ago A 72 tokens original MIT