Plugin Claude Code
Personal Claude Code skills and plugins.
Plugin Claude Code
Personal Claude Code skills and plugins.
Instructions file CodexOpenCode
Instructions for napalmpapalam/skills, a project described as: A personal Claude Code plugin marketplace — a registry of plugins bundling skills, commands, and agents, installable via /plugin.
Instructions file
Instructions for napalmpapalam/skills, covering claude.md, repository structure, naming convention, adding a plugin and editing an installed plugin — bump the version.
Plugin Claude Code
Documentation generation skills with a shared technical voice.
Skill Claude CodeCodex
Generate or update a CHANGELOG.md by analyzing git diffs to understand what actually changed in the codebase. Use this skill whenever the user asks to create, update, generate, or add to a changelog, write release notes from recent changes, document what changed between versions, or says things like "update the…
Skill Claude CodeCodex
Generate or update a README.md for a project by analyzing its codebase, dependencies, and structure. Use this skill whenever the user asks to write, create, generate, update, refresh, or fix a README, document a project, or wants project documentation — even if they just say "write me a readme", "update the readme"…
Plugin Claude Code
Brief English-grammar coaching on every prompt via a UserPromptSubmit hook.
Hook
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From napalmpapalam/skills.
Plugin Claude Code
Plan and ship features as vertical slices through one living doc.
Skill Claude CodeCodex
One-time bootstrap of docs/design/ for a repo that has code but no spec — plan the domains as slices, then write them one per session. Invoked explicitly with /dd:flow:backfill.
Skill Claude CodeCodex
Plan and ship a feature as vertical slices driven by one living doc, one slice ("go") at a time. Use when the user starts a new feature or project, asks how to build or approach something, wants to break scope into tasks or slices, says "let's plan this", "how should I build X", "do a go", "next slice", "what do I do…
Skill Claude CodeCodex
Send background agents at the primary sources and come back with cited findings — facts, or a menu of options with their costs. Use before framing a feature, or any time the user says "look into X", "research X", "check whether X", "what are my options for X", "I need to start but don't know where".
Skill Claude CodeCodex
Audit the living doc against this chat, fold in what's missing, and print the seed block for the next session. Use when the user is about to /clear, asks for "the seed", "a seed block", "how do I continue this", or wants to check the context doc captured everything before starting fresh.
Skill Claude CodeCodex
Write or update the repo's design spec — how a domain works and why it was built that way. This is the durable half of the flow's memory, the part that outlives the context doc. Use when a decision is settled and worth keeping, when closing a slice that changed a domain's shape, or when the user says "document this…
Plugin Claude Code
Git conventions and workflows for Claude Code.
Skill Claude CodeCodex
Use when about to create a git commit — composing the commit message, choosing the conventional-commit type prefix, or staging changes for a commit.
Skill Claude CodeCodex
Use when opening or preparing a pull request or merge request — writing the PR/MR title and description from the branch diff, summarizing changes for review, or when the user says "write a PR description", "open a PR", "prepare an MR", or "get this ready for review".
Plugin Claude Code
Herdr integration — names the herdr pane after Claude's chat title.
Plugin Claude Code
Global house rules injected into every session via a SessionStart hook.
Plugin Claude Code
Rust conventions and best practices for Claude Code.
Skill Claude CodeCodex
The Rust conventions that apply to almost every edit — type design, error handling, ownership, async/tokio, module layout, comments and doc comments, code style, and naming. Use whenever writing, changing, or reviewing Rust code, designing types or error enums, dealing with borrows and lifetimes, writing async/tokio…
Skill Claude CodeCodex
Rust workspace lint configuration, clippy enforcement, and formatting rules. Use whenever setting up or modifying Cargo.toml lint configuration, configuring clippy or rustfmt, adding CI checks for Rust, or when the user asks about lint rules, formatting settings, or workspace-level lint inheritance.
Skill Claude CodeCodex
Rust performance — iterators, release profiles, inlining, cache layout, bounds checks, allocation profiling. Use whenever optimizing Rust code, choosing between iterators and loops, configuring release profiles, adding inline hints, profiling allocations, or when the user asks about performance patterns, benchmarking…
Skill Claude CodeCodex
Comprehensive Rust code review — runs cargo checks, loads all Rust convention skills, reviews changes, and generates a structured report. Use when reviewing finished Rust changes, closing a slice that touched Rust, preparing a PR for merge, or auditing Rust code quality — not while writing the code.