Topic: bash
19 skills in this topic.
-
verify-counts
Verify numerical claims in documentation are still accurate
ldayton/Parable 9
-
release
Create a release PR with version bump and changelog
ldayton/Parable 9
-
verify-counts
Verify numerical claims in documentation are still accurate
ldayton/Dippy 186
-
release
Create a release PR with version bump and changelog
ldayton/Dippy 186
-
debug
Debug incorrect Dippy approval or block behavior
ldayton/Dippy 186
-
check-coverage
Ensure comprehensive test coverage for a CLI handler. Use when adding a new command or auditing existing handler coverage.
ldayton/Dippy 186
-
add-command
Add support for a new CLI command. Use when implementing a handler or adding to SIMPLE_SAFE.
ldayton/Dippy 186
-
golang-style
Use this skill BEFORE writing or editing any Go (.go) files. Triggers when about to create, modify, or add code to .go files. Enforces happy path coding, error wrapping, sentinel errors, godoc-style comments, and `go doc` usage.
fredrikaverpil/dotfiles 213
-
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
fredrikaverpil/dotfiles 213
-
neovim
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.
fredrikaverpil/dotfiles 213
-
git-commit
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.
fredrikaverpil/dotfiles 213
-
gh-pr
This skill should be used when creating a GitHub pull request via `gh pr create`. Defines PR body format with Why/What/Notes sections and ensures proper assignment.
fredrikaverpil/dotfiles 213
-
gh-cli
GitHub CLI (gh) command reference. Use when working with GitHub repositories, PRs, issues, actions, `gh api`, or any GitHub operations from the command line.
fredrikaverpil/dotfiles 213
-
aip
Google API Improvement Proposals (AIP) reference. Use BEFORE designing or reviewing APIs, protobuf definitions, or any work involving Google API design standards. Fetches relevant AIP rules from https://google.aip.dev for the task at hand.
fredrikaverpil/dotfiles 213
-
neovim
fredrikaverpil/dotfiles 213
-
golangci-lint
When linting is failing.
fredrikaverpil/dotfiles 213
-
git-commit
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.
fredrikaverpil/dotfiles 213
-
gh-pr
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.
fredrikaverpil/dotfiles 213
-
mcpc
Use mcpc CLI to interact with MCP servers - call tools, read resources, get prompts. Use this when working with Model Context Protocol servers, calling MCP tools, or accessing MCP resources programmatically.
apify/mcp-cli 418