Skip to main content
Run any Skill in Manus
with one click
nrminor
GitHub creator profile

nrminor

Repository-level view of 16 collected skills across 2 GitHub repositories.

skills collected
16
repositories
2
updated
2026-07-06
repository explorer

Repositories and representative skills

jj-preemptive-conflict-resolution
software-developers

Conflict microscope for Jujutsu repos: use when preemptively resolving future rebase conflicts, moving a commit under an active stack, making a later rebase clean, or deciding how to jj absorb/squash conflict resolutions into semantic owners without rebasing the whole stack.

2026-07-06
conceptual-pca
software-developers

Use when the vocabulary of a codebase is getting too muddy, too difficult to teach, or too difficult to update and is in need of refactoring.

2026-06-28
codebase-searcher
software-developers

Efficient codebase search using a tiered strategy โ€” ast-grep (structural) and ripgrep (textual fallback) โ€” with VCS-aware tooling. Teaches agents to find information in codebases with minimal token overhead by choosing the right level of search abstraction rather than defaulting to text grep.

2026-06-28
logging
software-developers

Write production logging that actually helps you debug. Teaches the wide event / canonical log line pattern โ€” one rich, structured event per request per service instead of scattered log lines. Covers business context, deployment context, single logger setup, middleware enrichment, tail sampling, and idioms for Rust, Python, Go, and TypeScript. Use when adding logging, instrumentation, or observability to any codebase.

2026-06-23
code-sketches
software-developers

Use when proposing, reviewing, or comparing API designs, refactors, architecture changes, or implementation plans with code sketches. Requires sketches to cover internals, callsites, docs/teaching cost, and library-vs-application API tradeoffs instead of ad hoc snippets.

2026-06-14
jj
software-developers

Jujutsu (jj) version control for the user's preferred workflow โ€” graph-aware, describe-first, split-oriented, with stacked PRs. Use when working with jj repositories, manipulating the commit graph, creating PRs, or any version control operation in a jj repo.

2026-06-13
tigerstyle
project-management-specialists

This skill is simply the TigerStyle document from the TigerBeetle project. It is self-describing and should be treated with reverence.

2026-05-28
effect-ts
software-developers

Write TypeScript with the Effect V4 library. Covers the core Effect type, generator syntax (Effect.gen/Effect.fn), typed errors, services and dependency injection via Context/Layer, resource management, streams, HTTP client/server, CLI, child processes, testing, observability, AI modules, and cluster. Use when writing or reviewing Effect code, migrating vanilla TypeScript to Effect, or when you need to understand Effect's service/layer/error model.

2026-05-10
Showing top 8 of 15 collected skills in this repository.
Showing 2 of 2 repositories
All repositories loaded
nrminor Agent Skills | SkillsMP