Skip to main content
مستودع GitHub

dotfiles

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

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

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

orchestrate
مطوّرو البرمجيات

Use when handed a set/batch of iterations, plans, or work slices to carry out end to end in one run — multiple iteration/story IDs to execute, ordered by blocking edges, each with review, commit, and doc-status transitions, until the whole set is done. lazyspec or any DAG-backed backlog.

2026-07-16
interview
متخصصو إدارة المشاريع

Interview the user relentlessly about a plan or design. Use when the user wants to plan/design a system, break down a problem, or asks an open question.

2026-07-01
writing-iterations
مطوّرو البرمجيات

You MUST use this skill when authoring an iteration, work slice, or "iteration document" that hands a bounded unit of work to a coding agent — drawn from a story, card, spec, or backlog. Symptoms include an iteration that bundles several acceptance criteria, restates a spec it links to, or won't finish in one agent session.

2026-07-01
writing-user-stories
متخصصو إدارة المشاريع

You MUST use when writing a story/user story; when decomposing a system, feature, epic, requirement, or spec into a backlog of user stories, or whenever about to write user stories or acceptance criteria during planning. Symptoms include "break this into stories", "write the backlog", "split this epic", stories that feel too big to estimate, or technical tasks masquerading as stories.

2026-07-01
debug
مطوّرو البرمجيات

You MUST use this skill any time you are investigating a bug/unintended behaviour, before proposing fixes

2026-07-01
design-review
مصممو واجهات الويب والرقمية

Use when comparing a running web UI against its intended design (Figma mockups or reference screenshots), reviewing visual/layout/spacing/typography fidelity of a page, component, or interaction, or when a design-vs-build diff is needed before shipping or to feed a fix loop.

2026-07-01
installing-dependencies
مطوّرو البرمجيات

Use when adding, installing, upgrading, or pinning a package/library in any language, choosing which version to use, or when install commands fail with externally-managed-environment, SSL/certificate, DNS (gaierror), or connection errors inside a sandbox.

2026-07-01
pr
مطوّرو البرمجيات

Use when opening a pull request with gh, writing a PR title/body, or pushing finished work for review

2026-07-01
react-patterns
مطوّرو البرمجيات

Use when structuring React components — composition over configuration, state ownership and colocation, hook design, render/effect boundaries, and prop API design.

2026-07-01
refactoring
مطوّرو البرمجيات

Use when restructuring existing code without changing behavior — extracting functions/modules, decoupling, removing duplication, and improving names while keeping tests green.

2026-07-01
testing
محللو ضمان جودة البرمجيات والمختبرون

Use when designing, structuring, or reviewing tests — deciding what to test, choosing test doubles/fakes, organizing suites, or driving implementation test-first (red-green-refactor TDD). Trigger this whenever you are about to write or change tests, add a feature that needs coverage, or are asked "how should I test this?", even if the user does not say the word "test".

2026-07-01
type-driven-design
مطوّرو البرمجيات

Use when modeling a domain with the type system to make illegal states unrepresentable — discriminated unions, exhaustive matching, newtypes/branded types, and Result/Option error modeling in TypeScript and Rust.

2026-07-01
ast-grep-search
مطوّرو البرمجيات

Use when searching for structural code patterns - function signatures, struct/class definitions, trait implementations, specific argument patterns, or any query where text grep would require complex regex or produce false positives. Prefer over Grep when the search target has syntactic structure.

2026-03-28