Skip to main content
Manusで任意のスキルを実行
ワンクリックで
laurigates
GitHub クリエイタープロフィール

laurigates

4 件の GitHub リポジトリにある 465 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
465
リポジトリ
4
更新
2026-07-18
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な 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
このリポジトリの収集済み skills 407 件中、上位 8 件を表示しています。
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
このリポジトリの収集済み skills 28 件中、上位 8 件を表示しています。
このリポジトリの収集済み skills 22 件中、上位 8 件を表示しています。
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 件のリポジトリを表示
すべてのリポジトリを表示しました