All authors
fredrikaverpil avatar

Claude Skills by fredrikaverpil

github.com/fredrikaverpil
13 skillsA× 130 installs1 views
Codebase AuditA

Analyze a git repo's history to surface high-churn files, ownership risks, bug hotspots, momentum trends, and firefighting patterns. Use this skill whenever the user wants to understand a codebase, assess repo health, or orient themselves before reading code — even if they don't explicitly say "audit".

toolsgobash
0
238
Gh CliA

GitHub CLI (gh) command reference. Use when working with GitHub repositories, PRs, issues, actions, `gh api`, or any GitHub operations from the command line.

toolsgobash
0
238
Gh PrA

This skill should be used when creating a GitHub pull request via `gh pr create`. Defines PR body format with Why/What/Notes sections, ensures proper assignment, and prompts for Jira ticket number.

toolsgobash
0
238
Git CommitA

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 Jira ticket number.

toolsgogit
0
238
NeovimA

Interact with the user's running Neovim instance via RPC. Use this skill when you need to execute Lua or Vimscript inside Neovim, query buffer state, send commands, or interact with the Neovim runtime in any way. Triggers when the user asks about their current Neovim session, wants to run something inside Neovim, or when you need to inspect Neovim state (buffers, windows, options, LSP, etc.). Also use when running inside a Neovim terminal and needing to communicate with the parent editor.

toolsgobash
0
238
ObsidianA

The user keeps a personal Obsidian vault as plain markdown files synced via iCloud. The vault is just a directory tree, so all standard Unix tools work — no Obsidian app required to read or write notes.

toolsgoshell
0
238
Plan InterviewA

Before creating a plan, interview the user

tools
0
238
ProofA

Provide proof to your claim(s)

tools
0
238
Self ReviewA

When done with implementation, perform self-review of the work

toolsgoapi
0
238
SkillifyA

You are capturing this session's repeatable process as a reusable skill.

toolsgobash
0
238
Golang StyleA

Try to follow the proverbs:

toolsgobash
0
238
Nvim ConfigA

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 order, keymaps, and standard paths. Trigger on any task involving init.lua, plugin/*.lua, lsp/*.lua, vim.pack.add(), vim.lsp.enable(), or "native neovim config" — even if the user ju...

toolsgoshell
0
238
Nvim PluginA

Reference: https://neovim.io/doc/user/lua-plugin/

toolsrustgo
0
238