Skip to main content

このリポジトリの skills

KunanonJ/ai-skills-hub - 9ページ

SkillsMP は KunanonJ/ai-skills-hub から 441 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

KunanonJ/ai-skills-hub

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

職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.

原文の言語: 英語

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

Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.

原文の言語: 英語

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

Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.

原文の言語: 英語

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

Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.

原文の言語: 英語

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

Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.

原文の言語: 英語

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

Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.

原文の言語: 英語

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

Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.

原文の言語: 英語

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

Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.

原文の言語: 英語

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

Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't preserve smooth intermediate states with throwaway compatibility code.

原文の言語: 英語

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

Apply after completing a task, before declaring done. Verify against the real artifact (run the feature, read the actual value, inspect the diff), not a proxy, self-report, or 'it compiles.'

原文の言語: 英語

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

Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundational assumption from day one, instead of bolting it on.

原文の言語: 英語

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

Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work into small units that each end in a verifiable state, check each before the next, and order delivery so the sequence proves itself to a…

原文の言語: 英語

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

Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references first, then build on the simpler base.

原文の言語: 英語

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

Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make illegal states unrepresentable, brand semantic primitives, parse external data at boundaries, refuse to lie to the compiler, exhaust variants,…

原文の言語: 英語

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

Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, prior fixes, incidents), then hand back a tight current-state brief. Use for 'recall my work on X', 'catch me up', 'what have I been working…

原文の言語: 英語

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

Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit on an existing skill. Use when the user says reflect.

原文の言語: 英語

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

Configure which models pstack uses per role. Detects your available models and writes an always-applied rule that overrides the skill defaults. Use for /setup-pstack, \"configure pstack models\", or changing pstack's model choices.

原文の言語: 英語

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

Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, evidence, result). Local by default; commit it when a reviewer needs the trail to trust the result. Use for /show-me-your-work, autonomous or…

原文の言語: 英語

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

Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious cheap local test target. Skip when the test path is unclear, expensive, integration-heavy, or not requested.

原文の言語: 英語

更新
職業分類
テクニカルライター
説明

Cut AI tells from any writing. Must always apply.

原文の言語: 英語

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

Use for 'why does X work this way', 'why we picked Y', design rationale, regressions, postmortems, or data-backed thresholds. Discovers available MCPs and queries each evidence category (source control, issue tracker, long-form docs, real-time chat,…

原文の言語: 英語

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

Operate Railway infrastructure: sign up for or sign in to a Railway account, create projects, provision services and databases, manage object storage buckets, deploy code, configure environments and variables, manage domains, troubleshoot failures, check…

原文の言語: 英語

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

Use when building email features, emails going to spam, high bounce rates, setting up SPF/DKIM/DMARC authentication, implementing email capture, ensuring compliance (CAN-SPAM, GDPR, CASL), handling webhooks, retry logic, making emails accessible (alt text,…

原文の言語: 英語

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

Use when building HTML email templates with React components, adding a visual email editor to an application using the React Email visual editor, rendering emails to HTML, or sending emails with Resend. Covers welcome emails, password resets, notifications,…

原文の言語: 英語

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

Guide users building apps, scripts, CI pipelines, or automations on top of the Cursor TypeScript SDK (`@cursor/sdk`). Use this skill whenever the user mentions integrating, installing, or writing code against the Cursor SDK; whenever they say `Agent.create`,…

原文の言語: 英語

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

Full Sentry SDK setup for Android. Use when asked to \"add Sentry to Android\", \"install sentry-android\", \"setup Sentry in Android\", or configure error monitoring, tracing, profiling, session replay, or logging for Android applications. Supports Kotlin…

原文の言語: 英語

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

Full Sentry SDK setup for browser JavaScript. Use when asked to \"add Sentry to a website\", \"install @sentry/browser\", or configure error monitoring, tracing, session replay, or logging for vanilla JavaScript, jQuery, static sites, or WordPress.

原文の言語: 英語

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

Full Sentry SDK setup for Cloudflare Workers and Pages. Use when asked to \"add Sentry to Cloudflare Workers\", \"install @sentry/cloudflare\", or configure error monitoring, tracing, logging, crons, or AI monitoring for Cloudflare Workers, Pages, Durable…

原文の言語: 英語

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

Full Sentry SDK setup for Apple platforms (iOS, macOS, tvOS, watchOS, visionOS). Use when asked to \"add Sentry to iOS\", \"add Sentry to Swift\", \"install sentry-cocoa\", or configure error monitoring, tracing, profiling, session replay, logging, or metrics…

原文の言語: 英語

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

Analyze and resolve Sentry comments on GitHub Pull Requests. Use this when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.

原文の言語: 英語

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

Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.

原文の言語: 英語

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

Full Sentry SDK setup for .NET. Use when asked to \"add Sentry to .NET\", \"install Sentry for C#\", or configure error monitoring, tracing, profiling, logging, or crons for ASP.NET Core, MAUI, WPF, WinForms, Blazor, Azure Functions, or any other .NET…

原文の言語: 英語

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

Full Sentry SDK setup for Elixir. Use when asked to \"add Sentry to Elixir\", \"install sentry for Elixir\", or configure error monitoring, tracing, logging, or crons for Elixir, Phoenix, or Plug applications. Supports Phoenix, Plug, LiveView, Oban, and…

原文の言語: 英語

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

Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, or create alerts and notifications.

原文の言語: 英語

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

Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.

原文の言語: 英語

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

Full Sentry SDK setup for Flutter and Dart. Use when asked to \"add Sentry to Flutter\", \"install sentry_flutter\", \"setup Sentry in Dart\", or configure error monitoring, tracing, profiling, session replay, or logging for Flutter applications. Supports…

原文の言語: 英語

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

Full Sentry SDK setup for Go. Use when asked to \"add Sentry to Go\", \"install sentry-go\", \"setup Sentry in Go\", or configure error monitoring, tracing, logging, metrics, or crons for Go applications. Supports net/http, Gin, Echo, Fiber, FastHTTP, Iris,…

原文の言語: 英語

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