Skip to main content

merceralex397-collab/meta-skill-engineering

SkillsMP は merceralex397-collab/meta-skill-engineering から 606 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
606
GitHub スター
2
GitHub フォーク
0

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

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

Find external skills from public registries, GitHub repos, and official skill collections, then evaluate them for quality, licensing, and fitness for adoption. Use when looking for existing skills before building from scratch, evaluating external skill…

原文の言語: 英語

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

Improve an existing skill package — tighten routing, sharpen procedure, add or prune support layers, upgrade packaging. Use when the user says "improve this skill", "this skill is weak/vague/bloated", "harden this SKILL.md", or "add evals/references to this…

原文の言語: 英語

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

Install a skill package into the local agent client from a GitHub repository, local folder, or archive. Use when the user says "install this skill", "add skill from GitHub", or "list available skills". Do not use for creating new skills (use skill-creator),…

原文の言語: 英語

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

Orchestrate multi-skill pipelines through the CLI. Use when "run the creation pipeline", "execute the improvement workflow", "resume my pipeline", or when chaining multiple skills with decision points. Supports Creation, Improvement, and Library Management…

原文の言語: 英語

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

Bundle one or more completed skill folders into versioned distributable archives with manifests, integrity checksums, and OpenCode metadata. Use when a user says "package this skill", "bundle for distribution", "prepare a versioned release", "generate…

原文の言語: 英語

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

Polish and finalize an AI agent prompt file by refining structure, wording, and clarity to match proven best practices while preserving the original intent and markdown frontmatter.

原文の言語: 英語

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

Integrate LLM capabilities into applications with explicit runtime boundaries, structured schemas, cost controls, and evaluation plans. Triggers on tasks involving model inference APIs, prompt engineering systems, LLM toolchain setup, or AI agent runtime…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Register, version, and govern MLflow models through a full lifecycle from training-run artifact to production stage with validation gates, alias-based deployment routing, lineage tracking, and CI/CD automation. Triggers on "register a model", "promote model…

原文の言語: 英語

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

Operate Microsoft Power Automate cloud flows through a FlowStudio MCP server. Use for listing flows, reading flow definitions, checking run history, inspecting action outputs, resubmitting failed runs, canceling running flows, managing connections, retrieving…

原文の言語: 英語

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

Build, iterate, and ship MCP servers. Triggers on: 'build an MCP server', 'create MCP tools for API', 'design MCP server surface', 'MCP server architecture', 'add tools to MCP server', 'MCP server best practices'.

原文の言語: 英語

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

Create or repair Power Platform custom connectors with MCP (Model Context Protocol) integration for Power Platform agent experiences. Handles connector file generation, schema validation for agent-runtime compliance, and troubleshooting MCP connectivity…

原文の言語: 英語

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

Serialize and deserialize data across JSON, XML, YAML, Protocol Buffers, MessagePack, and Apache Arrow/Parquet. Use when asked to "convert data to JSON", "serialize to protobuf", "choose a wire format for APIs", "optimize data storage", or implement…

原文の言語: 英語

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

Create or improve Dockerfiles, docker-compose.yml, and .dockerignore files. Use for containerizing applications, optimizing image size with multi-stage builds, adding health checks, debugging build failures, and scanning for vulnerabilities. Do not use for…

原文の言語: 英語

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

Optimize an existing Dockerfile for faster build times and smaller images by reordering layers by change frequency, separating dependency installation from code copies, implementing multi-stage builds, and enabling BuildKit features. Use when Docker builds…

原文の言語: 英語

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

Configure multi-service Docker Compose stacks for web applications with databases, caches, and background workers. Use when creating a new docker-compose.yml from scratch for applications requiring 2+ services (app + database, app + cache, or app + database +…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Verify that tickets, backlog items, and task packs are coherent, actionable, non-duplicative, and correctly sequenced for execution. Triggers on: requests to check a backlog, verify ticket readiness, validate task boards before agent consumption, find…

原文の言語: 英語

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

Detects when implementation or repository state has diverged from an approved plan, specification, or brief. Trigger on: "has this drifted from the plan", "check for drift", "compare implementation to spec", "audit against the brief", "does the code match…

原文の言語: 英語

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

Handle Git branch lifecycle operations including creating feature/fix/docs branches from a base branch, switching between branches with uncommitted change handling via stash, setting up remote tracking for push/pull, syncing feature branches with main via…

原文の言語: 英語

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

Write a structured incident response runbook with diagnostic procedures, resolution steps, escalation paths, and communication templates. Triggers on: "create runbook", "document incident response", "write incident procedure", "on-call playbook", "escalation…

原文の言語: 英語

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

Build Vue 3 apps with TypeScript, Composition API, and <script setup>. Triggers when: (1) user mentions Vue/Vue 3 in context, (2) files end in .vue, (3) package.json contains vue dependency, (3) task involves creating or modifying Vue…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Create, alter, drop, and validate Snowflake semantic views using Snowflake CLI. Triggers on CREATE SEMANTIC VIEW, ALTER SEMANTIC VIEW, or semantic layer modeling tasks requiring Snowflake CLI validation.

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Build end-to-end LLM pretraining pipelines from scratch. Use when configuring distributed training with FSDP/DeepSpeed ZeRO, implementing learning rate schedules (warmup + cosine decay), setting up gradient accumulation, designing checkpointing strategies, or…

原文の言語: 英語

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

Triggers when asked to write integration tests for a Node.js CLI application, add tests to an existing CLI, verify CLI commands work correctly, or set up CI testing for CLI tools. Use when the project uses Node.js 18+ and you need subprocess-based integration…

原文の言語: 英語

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

Debug and fix failing GitHub Actions CI checks on pull requests. Triggers when the user reports failing PR checks, CI failures, or asks to fix GitHub Actions workflows. Uses the gh CLI to inspect checks, fetch logs, summarize failures, and implement fixes…

原文の言語: 英語

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

Create git commits with conventional commit format and intelligent staging. Use when user says "commit changes", "create a commit", "git commit", or when committing staged changes. Supports auto-detection of commit type from file changes and interactive…

原文の言語: 英語

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

Transform a single function, module, or data structure from one form to another while preserving behavior. Triggers on "convert this function to [language]", "migrate from [API v1] to [v2]", "replace [dependency] with [alternative]", and "refactor to…

原文の言語: 英語

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

Synchronize README, AGENTS.md, changelogs, and handoff documents with the current codebase state after milestones complete. Use when documentation drift is detected or handoff artifacts are requested. Do not use for writing application code, verifying…

原文の言語: 英語

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

Generate Excalidraw diagrams from natural language descriptions. Use when users explicitly request diagrams, flowcharts, mind maps, system architecture diagrams, ER diagrams, class diagrams, sequence diagrams, data flow diagrams, or business swimlane flows to…

原文の言語: 英語

更新
職業分類
プロジェクト管理専門家
説明

Create a Work Breakdown Structure (WBS) and WBS Dictionary from approved project charter deliverables. Produces hierarchical work package decomposition with WBS codes, effort estimates, dependency mapping, and critical path identification. Triggers on:…

原文の言語: 英語

更新
職業分類
データサイエンティスト
説明

Audit Python + BigQuery ELT pipelines for cost overruns, idempotency gaps, and production failures. Triggers when reviewing data pipelines that use BigQuery client libraries (google.cloud.bigquery), scheduling backfills, or inspecting job safety before…

原文の言語: 英語

更新
職業分類
データベース管理者
説明

Write and optimize Google BigQuery SQL with partition pruning, clustering, cost estimation, and slot management. Trigger ONLY when the user explicitly mentions BigQuery, GCP BigQuery, Google BigQuery SQL, or when working with partitioned tables, slot…

原文の言語: 英語

更新
職業分類
化学者
説明

Create or refine a gas chromatography analytical method. Use when the user asks to "develop a GC method", "optimize GC separation", "set up GC analysis for [compounds]", or when they have target analytes and need column selection, temperature programming,…

原文の言語: 英語

更新
職業分類
化学者
説明

Interpret GC or HPLC chromatogram data to verify system suitability, identify peaks by retention time and spectral matching, perform accurate peak integration, calculate chromatographic figures of merit, and assess peak quality for reliable quantitation.…

原文の言語: 英語

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

Guide implementation of ScriptableObject-based event architecture in Unity for decoupled system communication. Use when the user asks about GameEvent channels, GameEventListener patterns, shared variable ScriptableObjects, or RuntimeSet collections to replace…

原文の言語: 英語

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

UE5 Blueprint visual scripting for Actor/Pawn/Character/GameMode/Widget/AnimBP class selection, event graph wiring, Blueprint-C++ interfaces (UFUNCTION macros), inter-Blueprint communication (interfaces, dispatchers, casting), Enhanced Input, GAS abilities,…

原文の言語: 英語

更新
職業分類
社会学者
説明

Guide a person in systematic observation of systems, patterns, or phenomena. Coaches neutral attention, field notes methodology, pattern recognition, hypothesis formation, and structured reporting. Use when: a person wants to understand system behavior before…

原文の言語: 英語

更新
職業分類
哲学・宗教学の高等教育教員
説明

Study individual Hebrew letters as mystical symbols within Kabbalistic and esoteric traditions. **Use when** the user explicitly asks to: - Study a specific Hebrew letter's symbolic meaning, form, or numerical value - Learn the Sefer Yetzirah classification…

原文の言語: 英語

更新
職業分類
スポーツ選手・競技者
説明

Build a competitive or casual trading card game deck from scratch. Use when the user explicitly asks to create, build, or construct a TCG deck, wants a deck list for Pokemon TCG/MTG/FaB, or needs help with archetype selection and card choices. Covers…

原文の言語: 英語

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

Resize, crop, rotate, convert, watermark, and optimize images using Pillow (Python), Sharp (Node.js), or ImageMagick. Triggers on requests like "resize these images to 800px wide", "convert PNG to JPEG", "add watermark", "strip EXIF data", or "create…

原文の言語: 英語

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

Create, develop, and refine WinUI 3 desktop applications using C# and the Windows App SDK. Triggers on requests to bootstrap new WinUI projects, set up development environments, implement WinUI controls and navigation, apply Fluent Design theming, or…

原文の言語: 英語

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