Use when you need to resolve an in-progress git merge/rebase conflict.
原文の言語: 英語
メニュー
このリポジトリの skills
SkillsMP は PracticalSwan/agent-skills から 237 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
PracticalSwan/agent-skills収集済み skill 237 件中 40 件を表示しています。
Use when you need to resolve an in-progress git merge/rebase conflict.
原文の言語: 英語
Perform a read-only, defect-first review of a specified code change and return every actionable finding. Use when another agent delegates review of uncommitted changes, a base-branch diff, a commit, or custom review instructions.
原文の言語: 英語
Systematically trace bugs backward through call stack to find original trigger
原文の言語: 英語
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
原文の言語: 英語
Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.
原文の言語: 英語
Configure GitHub secret scanning and push protection, triage secret alerts, and run local pre-commit secret audits. Use when enabling secret scanning, handling blocked pushes, defining custom patterns, or checking a repo for accidental credentials before…
原文の言語: 英語
Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for…
原文の言語: 英語
Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented…
原文の言語: 英語
AI-powered codebase security scanner that reasons about code like a security researcher — tracing data flows, understanding component interactions, and catching vulnerabilities that pattern-matching tools miss. Use this skill when asked to scan code for…
原文の言語: 英語
Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path,…
原文の言語: 英語
Optimize for search engine visibility and ranking. Use when asked to "improve SEO", "optimize for search", "fix meta tags", "add structured data", "sitemap optimization", or "search engine optimization".
原文の言語: 英語
Serena MCP for project memory and code navigation. Use when managing Serena memories, navigating symbols, performing intelligent refactoring, or maintaining context/continuity across AI agent sessions.
原文の言語: 英語
Contribute skills back to upstream via branch and PR
原文の言語: 英語
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z
原文の言語: 英語
Guide for creating or updating effective portable skills with specialized knowledge, workflows, or tool integrations. Use for Codex, Claude Code, GitHub Copilot, or shared-catalog skill work after selecting the target host and installation path.
原文の言語: 英語
Install audited skills from a curated list or GitHub repo path into Codex or Claude Code after selecting the target host. Use when a user asks to list or install a skill, including from a private repo; preserve Codex system-skill boundaries and use an…
原文の言語: 英語
Write and debug spreadsheet formulas (Excel/Google Sheets), pivot tables, and array formulas; translate between dialects; use when users need working formulas with examples and edge-case checks.
原文の言語: 英語
T-SQL, stored procedures, and MS SQL Server DBA practices. Use when writing SQL queries, designing schemas, tuning SQL Server performance, managing backups, configuring security, or using SQL Server 2025+ features.
原文の言語: 英語
Activate for building or scaffolding web apps when the user is learning (e.g., todo apps, portfolios, dashboards).
原文の言語: 英語
Convert an existing frontend into Stitch-ready design assets by extracting static HTML, writing DESIGN.md, creating the design system, and uploading approved files.
原文の言語: 英語
Analyze existing Stitch project evidence and synthesize a semantic DESIGN.md for consistent future Stitch generation.
原文の言語: 英語
Route Google Stitch tasks to the correct imported Stitch skill, with verified MCP tool boundaries, upload safety, and cross-client fallback guidance.
原文の言語: 英語
Transform rough UI requests into structured Stitch prompts with platform, layout, component, and design-system context.
原文の言語: 英語
Extract a Stitch-compatible DESIGN.md from frontend source code, stylesheets, Tailwind config, theme files, and component patterns.
原文の言語: 英語
Capture a self-contained static HTML snapshot from a running app or mock component so it can be reviewed or uploaded to Stitch.
原文の言語: 英語
Prepare Stitch screen-generation, edit, image-to-design, and variant prompts with verified tool checks and design-system-aware wording.
原文の言語: 英語
Run an iterative Stitch website-building loop using `.stitch/next-prompt.md`, SITE.md, DESIGN.md, generated pages, and verification checkpoints.
原文の言語: 英語
Create, list, and apply Stitch design systems from DESIGN.md using the verified Stitch MCP design-system tools and safe upload fallbacks.
原文の言語: 英語
Convert Stitch HTML and screenshots into modular Vite/React/TypeScript components, or sync existing components to updated Stitch designs, with local architecture and validation checks.
原文の言語: 英語
Convert Stitch HTML designs into React Native screens, or sync existing native components to updated Stitch designs, using native primitives, StyleSheet rules, and mobile platform checks.
原文の言語: 英語
Convert approved Stitch exports into accessible React and Vite dashboards with DESIGN.md tokens, TanStack Query data boundaries, responsive layouts, and optional read-only Web3 integrations.
原文の言語: 英語
Create Remotion walkthrough videos from Stitch screen exports with ordered assets, transitions, captions, and render checks.
原文の言語: 英語
Integrate Stitch-derived UI direction into shadcn/ui React projects with registry-aware setup, ownership rules, theming, and validation.
原文の言語: 英語
Create opinionated premium DESIGN.md guidance for Stitch, emphasizing calibrated typography, restrained color, layout discipline, motion, and anti-generic UI rules.
原文の言語: 英語
Upload approved local HTML, markdown, or image assets to a Stitch project using direct MCP for small DESIGN.md files or the bundled API script for larger files.
原文の言語: 英語
Delegate routine work to subagents — boilerplate generation, data transformation, file analysis, documentation drafting. Use when splitting tasks into independent subtasks for parallel subagent execution.
原文の言語: 英語
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
原文の言語: 英語
Postgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill BEFORE writing or changing anything that lives in a Postgres database: creating or altering tables and columns (including choosing column types), schema design,…
原文の言語: 英語
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix;…
原文の言語: 英語
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
原文の言語: 英語