Skip to main content

このリポジトリの skills

aiskillstore/marketplace - 27ページ

SkillsMP は aiskillstore/marketplace から 1,095 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

aiskillstore/marketplace

収集済み skill 1,095 件中 40 件を表示しています。

職業分類
ソフトウェア開発者
説明

Visualize datasets in 2D using embeddings with UMAP or t-SNE dimensionality reduction. Use when users want to explore dataset structure, find clusters in images, identify outliers, color samples by class or metadata, or understand data distribution. Requires…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Find duplicate or near-duplicate images in FiftyOne datasets using brain similarity computation. Use when users want to deduplicate datasets, find similar images, cluster visually similar content, or remove redundant samples. Requires FiftyOne MCP server with…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Triage FiftyOne GitHub issues by validating status, categorizing resolution, and generating standardized responses. Use when reviewing issues to determine if fixed, won't fix, not reproducible, no longer relevant, or still valid.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when coordinating dependency-aware task planning with beads (bd) CLI and bv graph sidecar - covers ready work selection, priority management, and robot flags for deterministic outputs

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

git worktree を利用した分離作業環境を自動構築します。デフォルトブランチから最新コードを取得し、.git-worktrees/ ディレクトリに新規worktreeを作成、.env・npm依存関係を自動セットアップします。ブランチ名の '/' は自動的に '-' に変換されます。既存worktreeは再利用されます。

更新
職業分類
ソフトウェア開発者
説明

コード変更を適切なgitコミット戦略でgit commitします。基本的には既存のgitコミットへのsquash戦略を採用し、必要に応じてブランチ全体のgitコミット履歴を再構成します。実装完了時やユーザーがgit commitを依頼した時に使用します。

更新
職業分類
ソフトウェア開発者
説明

Search and answer questions about the ANcpLua ecosystem documentation. Use when users ask about ANcpLua.NET.Sdk features, ANcpLua.Analyzers rules, ANcpLua.Roslyn.Utilities APIs, or any configuration/usage questions about these packages.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Ensures Claude verifies both local tests AND remote CI before claiming completion. Use BEFORE any completion claims, commits, or pull requests. Mandatory verification with evidence.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Force verification before claiming success or completion. Prevents false "it works" claims. Triggers when about to say "done", "complete", "works", "fixed", or "the implementation is ready". Requires actually running builds/tests and showing output before…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Four-phase debugging framework that ensures root cause identification before fixes. Use when encountering bugs, test failures, unexpected behavior, or when previous fix attempts failed. Enforces investigate-first discipline ('debug this', 'fix this error',…

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Deep code review with web research to verify against latest ecosystem. Use when user says 'double check against latest', 'verify versions', 'check security', 'review against docs', or needs deep analysis beyond automatic quality hook.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematic refactoring with small-step discipline. Use when user says 'refactor', 'clean up', 'restructure', 'extract', 'rename', 'simplify', or mentions code smells. Enforces one change → test → commit cycle. For structural improvements, NOT style/formatting…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Query Obsidian Bases via the Bases Query plugin (RPC). Use when you need to read structured data from Obsidian bases.

原文の言語: 英語

更新
職業分類
ウェブ開発者
説明

Next.js 16+ uses App Router with Server Components by default. Client Components are only used when interactivity is needed (hooks, event handlers, browser APIs).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Integrate Vercel AI SDK for LLMs, Chatbots, Generative UI, and Agentic Workflows.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Use when reverse engineering tools are missing, not working, or need configuration. Installation guides for radare2 (r2), Ghidra, GDB, QEMU, Frida, binutils, and cross-compilation toolchains. Keywords - "install radare2", "setup ghidra", "r2 not found", "qemu…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

This skill should be used when verifying documentation claims against codebase reality. Triggers on "audit docs", "verify documentation", "check docs", "docs accurate", "documentation drift", "before release", "after refactor", "docs don't match". Uses…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

This skill should be used when troubleshooting Firebase emulator issues, rules violations, function errors, auth problems, or deployment failures. Triggers on "error", "not working", "debug", "troubleshoot", "failing", "broken", "permission denied", "emulator…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

This skill should be used when initializing a new Firebase project with proven architecture. Triggers on "new firebase project", "initialize firebase", "firebase init", "set up firebase", "create firebase app", "start firebase project". Guides through CLI…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

This skill should be used to update terminal window title with context. Triggers automatically at session start via hook. Also triggers on topic changes during conversation (debugging to docs, frontend to backend). Updates title with emoji + project + current…

原文の言語: 英語

更新
職業分類
その他コンピュータ職
説明

Send and receive messages between AI agents using AI Maestro's messaging system. Use this skill when the user asks to "send a message", "check inbox", "read messages", "notify [agent]", "tell [agent]", or any inter-agent communication.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Markdown linting and automated fixing using markdownlint-cli2. Use when Claude needs to: (1) Check markdown files for style issues, (2) Fix markdown formatting problems, (3) Ensure markdown follows best practices, (4) Validate markdown documents, or (5) Apply…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Flowcharts are composed of **nodes** (geometric shapes) and **edges** (arrows or lines). The Mermaid code defines how nodes and edges are made and accommodates different arrow types, multi-directional arrows, and any linking to and from subgraphs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement event-driven communication using BlueprintEventBus for cross-module coordination. Use this skill when modules need to communicate without tight coupling, broadcasting domain events (task.created, member.added), subscribing to events with proper…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement authentication and authorization using @delon/auth. Use this skill when adding login/logout flows, JWT token management, role-based access control (RBAC), route guards, HTTP interceptors, and session management. Integrates with Firebase Auth and…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement caching strategies using @delon/cache. Use this skill when adding memory cache, LocalStorage cache, SessionStorage cache, or cache interceptors for HTTP requests. Supports TTL-based expiration, cache invalidation, cache grouping, and persistent…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement fullscreen functionality using screenfull library for cross-browser fullscreen support in ng-events project

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

UUID generation skill - Universally Unique Identifiers v4 and v7 for entity IDs. For ng-events construction site progress tracking system.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

GitHubのプルリクエスト(PR)を作成する際に使用します。変更のコミット、プッシュ、PR作成を含む完全なワークフローを日本語で実行します。「PRを作って」「プルリクエストを作成」「pull requestを作成」などのリクエストで自動的に起動します。

更新
職業分類
ネットワーク・コンピュータシステム管理者
説明

Creates, updates, or reviews a project's gen-env command for running multiple isolated instances on localhost. Handles instance identity, port allocation, data isolation, browser state separation, and cleanup.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Fetches Zig language and standard library documentation via CLI. Activates when needing Zig API details, std lib function signatures, or language reference content that isn't covered in zig-best-practices.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Provides a structured workflow for planning and executing code reviews like a senior engineer. Use when asked to review code, PRs, or plan a code review task.

原文の言語: 英語

更新
職業分類
市場調査アナリスト・マーケティングスペシャリスト
説明

Agente especializado em criação massiva de conteúdo SEO seguindo a metodologia James/Diesel Dudes. Use para criar 50+ páginas otimizadas rapidamente, gerar artigos em batch, traduzir para múltiplos idiomas, e rankear no Google em 30 dias. Ideal para sites de…

原文の言語: ポルトガル語

更新
職業分類
上級秘書・行政アシスタント
説明

Schedule meetings, find free time, and manage Google Calendar — all connected to your contact network via Rarefriend. Resolve attendees by name, log notes after calls, and never double-book again. Use when the user wants to: schedule a meeting, check what's…

原文の言語: 英語

更新
職業分類
上級秘書・行政アシスタント
説明

Manage Microsoft Outlook contacts and calendar from your AI assistant — search contacts, schedule Teams meetings, find free time, and keep relationship notes all in one place via Rarefriend. Use when the user wants to: search Outlook contacts, schedule an…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

B站视频、用户、评论、弹幕、直播数据查询助手。支持App和Web双端API。

原文の言語: 複数言語

更新
職業分類
ソフトウェア開発者
説明

Instagram 全场景数据查询助手。支持V1/V2/V3三个版本API,覆盖用户信息、帖子、Reels、Stories、评论、搜索、话题、地点等全功能。

原文の言語: 複数言語

更新
職業分類
ソフトウェア開発者
説明

快手全场景数据查询助手。支持App和Web双端API,覆盖视频详情、用户数据、搜索、热榜、直播、评论等全功能。

原文の言語: 複数言語

更新
職業分類
ソフトウェア開発者
説明

皮皮虾数据查询助手。覆盖作品详情、用户数据、搜索、热搜、评论、话题等全功能。

原文の言語: 複数言語

更新
職業分類
ソフトウェア開発者
説明

Sora2 视频平台数据查询助手。覆盖作品详情、用户数据、搜索、评论、Cameo等全功能。

原文の言語: 複数言語

更新
収集済み skill 1,095 件中 40 件を表示しています。