Skip to main content
laurigates
Profil créateur GitHub

laurigates

Vue par dépôt de 497 skills collectés dans 4 dépôts GitHub.

skills collectés
497
dépôts
4
mis à jour
24 sept. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

explorateur de dépôts

Dépôts et skills représentatifs

zsh-gotchas
non classé

Four zsh expansions that silently rewrite a command: $VAR:word modifiers, a leading =, no word splitting, `path` tied to PATH. Use when a zsh one-liner gives a wrong result or a tool seems missing.

21 sept. 2026
evaluate-plugin-batch
non classé

Batch evaluate every skill in a plugin and produce a plugin-level report. Use when auditing an entire plugin's quality or validating before a release.

20 sept. 2026
evaluate-skill
non classé

Evaluate a skill by running test cases and grading results. Use when testing whether a skill produces correct guidance, validating improvements, or benchmarking before release.

20 sept. 2026
git-issue
non classé

GitHub issue to PR end-to-end — branch, TDD implementation, PR — one issue or several in parallel. Use when asked to work on an issue, fix issue #N, or batch-process several.

20 sept. 2026
git-pr-feedback
non classé

Address PR review comments and resolve threads. Use when CHANGES_REQUESTED is set, working through unresolved review threads, or replying to reviewer feedback.

20 sept. 2026
test-analyze
non classé

Analyze test results and create a fix plan with subagents. Use when triaging failing tests, analyzing JUnit XML, planning fixes for accessibility/security, or categorizing flaky/E2E failures.

20 sept. 2026
parallel-agent-dispatch
Autres occupations informatiques

Dispatch contract for spawning parallel agents covering worktree collisions, scope overflow, and silent exits. Use when fanning out concurrent agents or authoring a lead prompt.

19 sept. 2026
health-check
non classé

Claude Code health check — scans plugins, settings, hooks, MCP, runtime state, usage telemetry, permissions, marketplace with optional fixes. Use when checking project health or troubleshooting setup.

19 sept. 2026
Affichage de 8 skills collectés sur 436.
usb-camera-analysis
Développeurs de logiciels

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

9 janv. 2026
android-layout-audit
Concepteurs web et d'interfaces numériques

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.

2 janv. 2026
ast-grep-search
Développeurs de logiciels

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.

21 déc. 2025
cargo-llvm-cov
Analystes en assurance qualité des logiciels et testeurs

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:…

21 déc. 2025
cargo-machete
Développeurs de logiciels

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…

21 déc. 2025
cargo-nextest
Analystes en assurance qualité des logiciels et testeurs

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…

21 déc. 2025
clippy-advanced
Développeurs de logiciels

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,…

21 déc. 2025
code-antipatterns-analysis
Développeurs de logiciels

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,…

21 déc. 2025
Affichage de 8 skills collectés sur 28.
gemini-tts-voice
non classé

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…

14 sept. 2026
esp32-debugging
Développeurs de logiciels

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

5 sept. 2026
esp-idf-setup
Administrateurs de réseaux et de systèmes informatiques

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

22 août 2026
build-guide
Développeurs de logiciels

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

19 août 2026
audio-static-debugging
Développeurs de logiciels

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.

28 juil. 2026
register-project
Développeurs de logiciels

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

22 juin 2026
credential-setup
Développeurs de logiciels

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

18 avr. 2026
project-claude-md
Développeurs de logiciels

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

18 avr. 2026
Affichage de 8 skills collectés sur 24.
podio-ticket-updates
non classé

Sync in-progress Podio Kanban tickets with progress from their linked GitHub repos — propose description updates and progress comments, apply after approval. Use when the user asks to update Podio tickets, sync ticket progress, or post status updates to the…

24 sept. 2026
chezmoi-expert
Administrateurs de réseaux et de systèmes informatiques

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.…

2 sept. 2026
telegram
Éditeurs PAO

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…

2 sept. 2026
repo-activity
Développeurs de logiciels

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…

26 août 2026
neovim-configuration
Développeurs de logiciels

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.…

12 juil. 2026
shareable
Analystes en études de marché et spécialistes en marketing

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…

11 juil. 2026
aiq-deploy
Administrateurs de réseaux et de systèmes informatiques

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

2 juin 2026
aiq-research
Développeurs de logiciels

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

2 juin 2026
Affichage de 8 skills collectés sur 9.
4 dépôts affichés sur 4
Tous les dépôts sont affichés