Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

.dotfiles

يحتوي .dotfiles على 15 من skills المجمعة من nrminor، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
0
محدث
2026-07-06
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

jj-preemptive-conflict-resolution
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
متخصصو إدارة المشاريع

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
مطوّرو البرمجيات

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
back-of-envelope
مطوّرو البرمجيات

Quick, disposable experiments to verify reasoning — runtime behavior with Bun TypeScript, type system contracts with TypeScript or Rust, data questions with DuckDB or nushell. Use when you need to check an assumption, sketch an API shape, or test whether an idea works before committing to it.

2026-02-18
local-ci
مطوّرو البرمجيات

Test and iterate on GitHub Actions workflows locally using wrkflw, without pushing to GitHub. Validate YAML, run workflows in Docker/Podman/emulation, debug failures, and develop CI pipelines with fast feedback loops. Use when editing .github/workflows/ files or troubleshooting CI.

2026-02-18
prd
متخصصو إدارة المشاريع

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.

2026-01-30
duckdb
علماء البيانات

DuckDB SQL expertise for analytical queries, file-based data processing, and OLAP workloads. Use when writing DuckDB queries, optimizing analytical SQL, or working with Parquet/CSV/JSON files.

2026-01-26
self-doubt
مطوّرو البرمجيات

Encourages skepticism toward first-attempt solutions, careful consideration of all stakeholders, and leveraging available resources before committing to an approach. Load this skill to counteract the tendency to rush toward completion.

2026-01-25
allocations
مطوّرو البرمجيات

Audit and reduce heap/dynamic allocations in Rust, TypeScript/JavaScript, and Python. Covers profiling tools, stack-only alternatives, zero-copy patterns, and cache-friendly design. Use when analyzing allocation-heavy code or optimizing memory performance.

2026-01-25
typst-author
مطوّرو البرمجيات

Generate idiomatic Typst (.typ) code, edit existing Typst files, and answer Typst syntax questions. Use when working with Typst files (*.typ) or when the user mentions Typst markup, document creation, or formatting.

2026-01-24