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

laurigates

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

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

أين توجد skills

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

#01
claude-plugins
٤٣٠ skills · ١٠ سبتمبر ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبالمهن الحاسوبية الأخرىموظفو المكاتب العامونمتخصصو إدارة المشاريع
١٧ فئات مهنية · ١٠٠٪؜ مصنفة
٨٨٪؜الحصة
#02
CleanScope
٢٨ skills · ٩ يناير ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمصممون الجرافيكيونالمهن الحاسوبية الأخرىمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
٧ فئات مهنية · ١٠٠٪؜ مصنفة
٥٫٧٪؜الحصة
#03
mcu-tinkering-lab
٢٤ skills · ٥ سبتمبر ٢٠٢٦
مطوّرو البرمجياتالمهندسون الإلكترونيون (باستثناء الحاسوب)محللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبالمهندسون الميكانيكيونتقنيو هندسة الكهرباء والإلكترونيات
٦ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٩٪؜الحصة
#04
dotfiles
٨ skills · ٢ سبتمبر ٢٠٢٦
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)فنيو النشر المكتبيمحللو أبحاث السوق ومتخصصو التسويق
٥ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٦٪؜الحصة
مستكشف المستودعات

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

workflow-interrupted-run-recovery
مطوّرو البرمجيات

Recover a Workflow run killed mid-flight: salvage killed agents' worktrees, resume without duplicating PRs already opened. Use when a run reports agents_error after a session limit, kill, or crash.

١٠ سبتمبر ٢٠٢٦
git-security-checks
محللو أمن المعلومات

Pre-commit security validation and secret detection via gitleaks. Use when scanning for secrets, setting up gitleaks, or configuring .gitleaks.toml pre-commit security.

١٠ سبتمبر ٢٠٢٦
multi-repo-discipline
مديرو الشبكات وأنظمة الحاسوب

Multi-repo workspace rules: read-only fixtures, upstream/downstream pairs. Use when dispatching agents across sibling repos or editing another repo's .claude/.

٨ سبتمبر ٢٠٢٦
configure-justfile
مديرو الشبكات وأنظمة الحاسوب

Check and configure Justfiles with standard recipes. Use when setting up a Justfile, auditing for missing recipes, or migrating from Makefile to Justfile.

٦ سبتمبر ٢٠٢٦
justfile-expert
مطوّرو البرمجيات

Just command runner expertise — Justfile syntax, recipes, parameters, modules, shebang recipes. Use when authoring justfiles, project commands, or task automation.

٦ سبتمبر ٢٠٢٦
git-issue-scoping
مطوّرو البرمجيات

Read an issue's full comment thread and re-verify its cited evidence at HEAD. Use when scoping a PR or plan from a GitHub issue, or before filing or reversing one in your own tracker.

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

Test-fix-refactor loop that edits code between runs until the suite is green, bounded by --max-cycles. Use when asked to make failing tests pass or drive a TDD RED/GREEN/REFACTOR cycle.

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

One test file, fail-fast — Playwright, Vitest, Jest, pytest, cargo, go test. Use when running a single spec file, headed/debug mode, or serial single-worker WebGL tests.

٥ سبتمبر ٢٠٢٦
عرض 8 من أصل ٤٣٠ skills مجمعة.
usb-camera-analysis
مطوّرو البرمجيات

Comprehensive USB camera and UVC device analysis for debugging video streaming issues. Use when diagnosing camera connectivity, format negotiation, or control capabilities.

٩ يناير ٢٠٢٦
android-layout-audit
مصممو واجهات الويب والرقمية

Audit Android app layouts for Material Design 3 compliance, accessibility, edge-to-edge support, and modern best practices. Use for layout reviews, pre-release checks, or establishing baseline quality.

٢ يناير ٢٠٢٦
ast-grep-search
مطوّرو البرمجيات

AST-based code search using ast-grep for structural pattern matching. Use when searching for code patterns, refactoring, or performing semantic code analysis across multiple languages.

٢١ ديسمبر ٢٠٢٥
cargo-llvm-cov
محللو ضمان جودة البرمجيات والمختبرون

Code coverage for Rust using LLVM instrumentation with support for multiple output formats and CI integration. Use when measuring test coverage, generating coverage reports, enforcing coverage thresholds, or integrating with codecov/coveralls. Trigger terms:…

٢١ ديسمبر ٢٠٢٥
cargo-machete
مطوّرو البرمجيات

Detect unused dependencies in Rust projects for cleaner Cargo.toml files and faster builds. Use when auditing dependencies, optimizing build times, cleaning up Cargo.toml, or detecting bloat. Trigger terms: unused dependencies, cargo-machete, dependency…

٢١ ديسمبر ٢٠٢٥
cargo-nextest
محللو ضمان جودة البرمجيات والمختبرون

Next-generation test runner for Rust with parallel execution, advanced filtering, and CI integration. Use when running tests, configuring test execution, setting up CI pipelines, or optimizing test performance. Trigger terms: nextest, test runner, parallel…

٢١ ديسمبر ٢٠٢٥
clippy-advanced
مطوّرو البرمجيات

Advanced Clippy configuration for comprehensive Rust linting with custom rules, categories, and IDE integration. Use when configuring linting rules, enforcing code standards, setting up CI linting, or customizing clippy behavior. Trigger terms: clippy,…

٢١ ديسمبر ٢٠٢٥
code-antipatterns-analysis
مطوّرو البرمجيات

Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue,…

٢١ ديسمبر ٢٠٢٥
عرض 8 من أصل ٢٨ skills مجمعة.
esp32-debugging
مطوّرو البرمجيات

Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures

٥ سبتمبر ٢٠٢٦
esp-idf-setup
مديرو الشبكات وأنظمة الحاسوب

Set up ESP-IDF development environment, create new projects, and verify configuration

٢٢ أغسطس ٢٠٢٦
build-guide
مطوّرو البرمجيات

Generate a printable Typst build guide (source + PDF) for an ESP32/MCU project by analyzing its docs, source, and schematic

١٩ أغسطس ٢٠٢٦
audio-static-debugging
مطوّرو البرمجيات

Debug static, hiss, or noise on embedded I2S audio (ESP32 + MAX98357A / PCM DACs), especially streamed PCM. Measure the signal at each pipeline stage instead of guessing at the amp. Use when audio plays but sounds wrong.

٢٨ يوليو ٢٠٢٦
gemini-tts-voice
مطوّرو البرمجيات

The Gemini TTS request surface as this repo uses it — the streaming (SSE) endpoint, inline delivery tags, prebuilt voices, multi-speaker, and what is NOT available (custom/cloned voices). Use when changing how the robot speaks, tuning a persona, adding a…

٢٧ يوليو ٢٠٢٦
register-project
مطوّرو البرمجيات

Register a project in the monorepo — justfile mod, CI matrix, standard file inventory

٢٢ يونيو ٢٠٢٦
credential-setup
مطوّرو البرمجيات

Standardize credential handling for an ESP32 project (credentials.h.example, .gitignore, pre-commit protection)

١٨ أبريل ٢٠٢٦
project-claude-md
مطوّرو البرمجيات

Generate a CLAUDE.md for a project with build commands, hardware constraints, architecture, and development tasks

١٨ أبريل ٢٠٢٦
عرض 8 من أصل ٢٤ skills مجمعة.
chezmoi-expert
مديرو الشبكات وأنظمة الحاسوب

Comprehensive chezmoi dotfiles management expertise including templates, cross-platform configuration, file naming conventions, and troubleshooting. Covers source directory management, reproducible environment setup, and chezmoi templating with Go templates.…

٢ سبتمبر ٢٠٢٦
telegram
فنيو النشر المكتبي

Send notifications, interactive questions, or multiple-choice polls to the user via Telegram. Use when the user asks to be notified ("ping me", "notify me on Telegram", "ask me when..."), when a long-running task finishes and the user is likely away, when an…

٢ سبتمبر ٢٠٢٦
repo-activity
مطوّرو البرمجيات

Scan all git repositories under ~/repos and report recent activity — last commit age, branch, uncommitted changes — in age-bucketed tables. Use when the user asks for a repo activity overview, "what have I been working on", portfolio status, or which repos…

٢٦ أغسطس ٢٠٢٦
neovim-configuration
مطوّرو البرمجيات

Modern Neovim configuration expertise including Lua scripting, plugin management with lazy.nvim, LSP setup with Mason, AI integration with claudecode.nvim/opencode.nvim, and workflow optimization. Covers keymaps, autocommands, and treesitter configuration.…

١٢ يوليو ٢٠٢٦
shareable
محللو أبحاث السوق ومتخصصو التسويق

Draft bite-sized "AI as coworker" wins, experiences, and useful failures for sharing on Google Chat. Use when the user says "draft a shareable about X", "share this win", "add a shareable", "make the technical/layman/one-liner/takeaway version of X", or…

١١ يوليو ٢٠٢٦
aiq-deploy
مديرو الشبكات وأنظمة الحاسوب

Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.

٢ يونيو ٢٠٢٦
aiq-research
مطوّرو البرمجيات

Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.

٢ يونيو ٢٠٢٦
obsidian-bases
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Obsidian Bases database feature for YAML-based interactive note views. Use when creating .base files, writing filter queries, building formulas, configuring table/card views, or working with Obsidian properties and frontmatter databases.

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