napalmpapalam

28 mods across 1 repository, 4 stars between them.

skills AGENTS.md

02

napalmpapalam/skills

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.

4 15d ago A 4 tokens copy · 100% MIT

skills CLAUDE.md

03

napalmpapalam/skills

Instructions file

Instructions for napalmpapalam/skills, covering claude.md, repository structure, naming convention, adding a plugin and editing an installed plugin — bump the version.

4 15d ago A 1,628 tokens original MIT

dd:docs

04

napalmpapalam/skills

Plugin Claude Code

Documentation generation skills with a shared technical voice.

4 15d ago A tokens not measured original MIT

changelog

05

napalmpapalam/skills

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…

4 15d ago A 82 tokens original MIT

readme

06

napalmpapalam/skills

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

4 15d ago C 81 tokens original MIT

dd:english

07

napalmpapalam/skills

Plugin Claude Code

Brief English-grammar coaching on every prompt via a UserPromptSubmit hook.

4 15d ago A tokens not measured original MIT

UserPromptSubmit

08

napalmpapalam/skills

Hook

Runs when you submit a prompt, before the agent sees it, running an inline shell check. From napalmpapalam/skills.

4 15d ago A tokens not measured original MIT

dd:flow

09

napalmpapalam/skills

Plugin Claude Code

Plan and ship features as vertical slices through one living doc.

4 15d ago A tokens not measured original MIT

backfill

10

napalmpapalam/skills

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.

4 15d ago A 47 tokens original MIT

go

11

napalmpapalam/skills

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…

4 15d ago A 111 tokens original MIT

look

12

napalmpapalam/skills

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

4 15d ago A 71 tokens original MIT

seed

13

napalmpapalam/skills

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.

4 15d ago A 66 tokens original MIT

spec

14

napalmpapalam/skills

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…

4 15d ago A 93 tokens original MIT

dd:git

15

napalmpapalam/skills

Plugin Claude Code

Git conventions and workflows for Claude Code.

4 15d ago A tokens not measured original MIT

commit

16

napalmpapalam/skills

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.

4 15d ago C 30 tokens original MIT

pr

17

napalmpapalam/skills

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

4 15d ago A 62 tokens original MIT

dd:herdr

18

napalmpapalam/skills

Plugin Claude Code

Herdr integration — names the herdr pane after Claude's chat title.

4 15d ago A tokens not measured original MIT

dd:rules

19

napalmpapalam/skills

Plugin Claude Code

Global house rules injected into every session via a SessionStart hook.

4 15d ago A tokens not measured original MIT

dd:rust

20

napalmpapalam/skills

Plugin Claude Code

Rust conventions and best practices for Claude Code.

4 15d ago A tokens not measured original MIT

core

21

napalmpapalam/skills

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…

4 15d ago A 147 tokens original MIT

linting

22

napalmpapalam/skills

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.

4 15d ago A 59 tokens original MIT

performance

23

napalmpapalam/skills

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…

4 15d ago A 65 tokens original MIT

review

24

napalmpapalam/skills

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.

4 15d ago A 59 tokens original MIT