Skip to main content
magarcia
ملف منشئ GitHub

magarcia

عرض على مستوى المستودعات لـ ٣٩ skills مجمعة عبر ٦ مستودعات GitHub.

skills مجمعة
٣٩
مستودعات
٦
محدث
٢٤ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

research-dossier
غير مصنف

Answer a question from primary sources and record every source checked under `research/`. Use when the user asks for a topic researched, for the evidence behind a claim, or when a decision needs facts you would otherwise guess at.

٢٤ أغسطس ٢٠٢٦
agent-browser-locale
محللو ضمان جودة البرمجيات والمختبرون

Test locale- and i18n-specific browser behavior with agent-browser by forcing a non-English JavaScript runtime locale through CDP. Use when reproducing or verifying bugs involving date/time markers, number or currency separators, Intl APIs, RTL behavior, or…

٢٣ يوليو ٢٠٢٦
babysit
مطوّرو البرمجيات

Monitor an open pull request through CI, review feedback, conflicts, draft-to-ready transitions, and merge readiness. Use after opening a PR, when the user says "babysit this PR" or "CI is failing," or as the final stage of $ship.

٢٣ يوليو ٢٠٢٦
build
مطوّرو البرمجيات

Deliver a feature or ticket end to end through requirements, exploration, test-driven implementation, documentation sync, verification, and a merged pull request. Use when the user asks to "build" or "implement" work end to end. Use $implement or $ship for…

٢٣ يوليو ٢٠٢٦
cli-design
مطوّرو البرمجيات

Guide for building delightful, human-first command-line tools with proper command structure, output formatting, error handling, configuration, and extensibility. Use when creating CLI tools, adding subcommands, designing CLI output, handling errors in CLIs,…

٢٣ يوليو ٢٠٢٦
design
مصممو واجهات الويب والرقمية

Check design-system and UI consistency for diffs that touch user-facing surfaces. Use for visual changes, design checks, or as the UI stage of $ship, including small component, style, copy, and layout changes.

٢٣ يوليو ٢٠٢٦
docs
مطوّرو البرمجيات

Find and fix repository documentation that a code change made false, including AGENTS.md, README files, docs, ADR references, command examples, APIs, configuration, and environment variables. Use after architectural or interface changes, renames, workflow…

٢٣ يوليو ٢٠٢٦
improve-vibecode
مطوّرو البرمجيات

Audit and improve the quality of AI-assisted, vibe-coded, branch, or work-in-progress code changes through eight specialist subagents covering duplication, type ownership, unused code, dependency cycles, weak typing, error handling, legacy paths, and…

٢٣ يوليو ٢٠٢٦
عرض 8 من أصل ٢٠ skills مجمعة.
diagnose
مطوّرو البرمجيات

Disciplined diagnose loop for hard bugs and perf regressions — build a feedback loop first, then reproduce → minimise → hypothesise → instrument → fix → regression-test. Auto-trigger when user reports a bug, says something is broken/throwing/failing/flaky,…

٥ مايو ٢٠٢٦
grill-me
مطوّرو البرمجيات

Interview the user relentlessly about a plan or design — one question at a time, with a recommended answer, walking down each branch of the decision tree. Auto-trigger before any non-trivial change in silkdown: new decoration node types, new widgets, public…

٥ مايو ٢٠٢٦
grill-with-docs
مطوّرو البرمجيات

Grilling session that challenges a plan against silkdown's existing documentation — docs/architecture.md (the Live Preview model), docs/gotchas.md (failure modes with known answers), CLAUDE.md / AGENTS.md (working rules, verification expectations), and the…

٥ مايو ٢٠٢٦
react-best-practices
مطوّرو الويب

React performance and correctness rules tuned for silkdown — a CodeMirror 6 wrapper library, not a Next.js app. Auto-trigger when editing the React adapter (packages/react/src/SilkdownEditor.tsx, packages/react/src/index.ts), reviewing or refactoring any…

٥ مايو ٢٠٢٦
tdd
محللو ضمان جودة البرمجيات والمختبرون

Test-driven development with red-green-refactor (vertical tracer-bullet slices, not horizontal). Auto-trigger on any change in packages/core, packages/react, or e2e/ that adds or modifies behavior — new decoration types, widgets, parsers, public API surface,…

٥ مايو ٢٠٢٦
test-style
محللو ضمان جودة البرمجيات والمختبرون

Conventions for writing tests in silkdown so they double as documentation and produce explicit, easy-to-pinpoint failure messages. Auto-trigger when creating or editing any file matching packages/*/test/**/*.test.{ts,tsx} or e2e/**/*.spec.ts, when adding new…

٥ مايو ٢٠٢٦
typescript-strict
مطوّرو البرمجيات

Rust-style strict TypeScript discipline for silkdown — branded types, exhaustive discriminated unions over enums, `assertNever` exhaustiveness checks, `as const` and `satisfies` for literal preservation, parse-don't-validate at boundaries, Result-style…

٥ مايو ٢٠٢٦
zoom-out
مطوّرو البرمجيات

Step up one layer of abstraction and produce a map of relevant modules, callers, and data flow using silkdown's vocabulary (decorate/, widgets/, util/, plugin.ts, the Live Preview algorithm, the public API at packages/*/src/index.ts). Auto-trigger when the…

٥ مايو ٢٠٢٦
cli-design
مطوّرو البرمجيات

Guide for building delightful, human-first command-line tools with proper command structure, output formatting, error handling, configuration, and extensibility. Use when creating CLI tools, adding subcommands, designing CLI output, handling errors in CLIs,…

٨ أبريل ٢٠٢٦
obsidian-plugin-debug
مطوّرو البرمجيات

Obsidian plugin debugging and troubleshooting guide. TRIGGER when: diagnosing plugin errors, investigating unexpected behavior, fixing runtime issues, analyzing console errors from Obsidian, or when the user mentions DevTools, console errors, plugin crashes,…

٨ أبريل ٢٠٢٦
obsidian-plugin-dev
مطوّرو البرمجيات

Obsidian plugin development guide — architecture, API patterns, and conventions. TRIGGER when: writing or editing Obsidian plugin source code (TypeScript files importing from "obsidian"), creating plugin components (settings tabs, modals, views, commands),…

٨ أبريل ٢٠٢٦
obsidian-plugin-release
مطوّرو البرمجيات

Obsidian plugin distribution, publishing, and release management. TRIGGER when: preparing a plugin release, publishing to the Obsidian community plugin list, setting up GitHub Actions for automated releases, creating manifest.json or versions.json, submitting…

٨ أبريل ٢٠٢٦
obsidian-plugin-test
محللو ضمان جودة البرمجيات والمختبرون

Obsidian plugin testing patterns and strategies. TRIGGER when: writing tests for Obsidian plugins, setting up test infrastructure (vitest/jest), mocking the Obsidian API, writing unit tests for plugin logic, or when the user asks about testing strategies for…

٨ أبريل ٢٠٢٦
عرض ٦ من أصل ٦ مستودعات
تم تحميل كل المستودعات