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

laurigates

عرض على مستوى المستودعات لـ 465 skills مجمعة عبر 4 مستودعات GitHub.

skills مجمعة
465
مستودعات
4
محدث
2026-07-18
خريطة المستودعات

أين توجد skills

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

#01
claude-plugins
407 skills · 2026-07-18
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمديرو الشبكات وأنظمة الحاسوبموظفو المكاتب العامونمطوّرو الويب
19 فئات مهنية · 100% مصنفة
88%الحصة
#02
CleanScope
28 skills · 2026-01-09
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمصممون الجرافيكيونالمهن الحاسوبية الأخرىمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
7 فئات مهنية · 100% مصنفة
6.0%الحصة
#03
mcu-tinkering-lab
22 skills · 2026-07-14
مطوّرو البرمجياتالمهندسون الإلكترونيون (باستثناء الحاسوب)محللو ضمان جودة البرمجيات والمختبرونالمعماريون (باستثناء المناظر الطبيعية والبحرية)المهندسون الميكانيكيونتقنيو هندسة الكهرباء والإلكترونيات
7 فئات مهنية · 100% مصنفة
4.7%الحصة
#04
dotfiles
8 skills · 2026-07-18
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)محللو أبحاث السوق ومتخصصو التسويق
4 فئات مهنية · 100% مصنفة
1.7%الحصة
مستكشف المستودعات

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

adversarial-review
مطوّرو البرمجيات

Adversarial second-pass review that tries to break code, designs, plans, or ADRs. Use when stakes are high and a normal review already ran.

2026-07-18
agent-teams
المهن الحاسوبية الأخرى

Configure Claude Code agent teams (implicit team, SendMessage, TaskUpdate). Use when running parallel agents, coordinating with messaging, or setting up a lead/teammate architecture.

2026-07-18
cold-read-gate
مطوّرو البرمجيات

Gate outward-bound text (upstream issues, docs, PR bodies) through isolated haiku fresh-reader critique before publishing. Use when an artifact must survive a reader with zero project context.

2026-07-18
custom-agent-definitions
المهن الحاسوبية الأخرى

Write and configure custom agent definitions in Claude Code agents/ directory. Use when creating an agent .md file, defining a specialized agent, or configuring agent tools.

2026-07-18
exclusive-lock-dispatch
مطوّرو البرمجيات

Pre-dump-then-dispatch for tools holding an exclusive lock (Ghidra, migrations, single-writer caches). Use when fanning out parallel agents needing a non-concurrent resource.

2026-07-18
execution-grounded-review
محللو ضمان جودة البرمجيات والمختبرون

Execution-grounded review: run tests first, trace each acceptance criterion to execution evidence. Use when verifying an implementation meets spec.

2026-07-18
meta-assimilate
مطوّرو البرمجيات

Copy, generalize, or merge a project's .claude/{agents,commands} into user-scoped configuration. Use when assimilating another project's Claude setup or generalizing an agent.

2026-07-18
meta-audit
المهن الحاسوبية الأخرى

Audit Claude subagent configs for completeness, security, and best practices. Use when reviewing agents/ for missing frontmatter, overprivileged tools, or bad model choices.

2026-07-18
عرض أهم 8 من أصل 407 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.

2026-01-09
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.

2026-01-02
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.

2025-12-21
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: coverage, llvm-cov, code coverage, test coverage, coverage report, codecov, coveralls, branch coverage.

2025-12-21
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 audit, dependency cleanup, bloat detection, cargo-udeps.

2025-12-21
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 tests, test filtering, test performance, flaky tests, CI testing.

2025-12-21
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, linting, code quality, clippy.toml, pedantic, nursery, restriction, lint configuration, code standards.

2025-12-21
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, React, or other supported languages.

2025-12-21
عرض أهم 8 من أصل 28 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 22 skills مجمعة في هذا المستودع.
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 irreversible action needs out-of-band confirmation, or when the user should pick among several fixed options ("ask me which one via poll"). Provides telegram-notify (one-way), telegram-ask (send + block for reply), and telegram-poll (send a multiple-choice poll + block for the vote).

2026-07-18
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. Use when user mentions Neovim, nvim, lazy.nvim, Mason, init.lua, Lua config, nvim plugins, or Neovim customization.

2026-07-12
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 "format the <topic> <register> for posting". Drafts each topic in four registers (layman, technical, one-liner, takeaway), queues them in FVH/shareables.md, and hands off a clipboard-ready Google Chat message to paste.

2026-07-11
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 are active/dormant.

2026-06-12
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. Use when user mentions chezmoi, dotfiles, cross-platform config, chezmoi apply, chezmoi diff, .chezmoidata, or managing configuration files across machines.

2026-06-09
aiq-deploy
مديرو الشبكات وأنظمة الحاسوب

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

2026-06-02
aiq-research
مطوّرو البرمجيات

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

2026-06-02
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.

2026-05-21
عرض 4 من أصل 4 مستودعات
تم تحميل كل المستودعات