Use when you need to resolve an in-progress git merge/rebase conflict.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 237 Skills aus PracticalSwan/agent-skills gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
PracticalSwan/agent-skillsEs werden 40 von 237 gesammelten Skills angezeigt.
Use when you need to resolve an in-progress git merge/rebase conflict.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Systematically trace bugs backward through call stack to find original trigger
Quellsprache: Englisch
Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales
Quellsprache: Englisch
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.
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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…
Quellsprache: Englisch
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,…
Quellsprache: Englisch
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".
Quellsprache: Englisch
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.
Quellsprache: Englisch
Contribute skills back to upstream via branch and PR
Quellsprache: Englisch
Find one insight that eliminates multiple components - "if this is true, we don't need X, Y, or Z
Quellsprache: Englisch
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.
Quellsprache: Englisch
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…
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Activate for building or scaffolding web apps when the user is learning (e.g., todo apps, portfolios, dashboards).
Quellsprache: Englisch
Convert an existing frontend into Stitch-ready design assets by extracting static HTML, writing DESIGN.md, creating the design system, and uploading approved files.
Quellsprache: Englisch
Analyze existing Stitch project evidence and synthesize a semantic DESIGN.md for consistent future Stitch generation.
Quellsprache: Englisch
Route Google Stitch tasks to the correct imported Stitch skill, with verified MCP tool boundaries, upload safety, and cross-client fallback guidance.
Quellsprache: Englisch
Transform rough UI requests into structured Stitch prompts with platform, layout, component, and design-system context.
Quellsprache: Englisch
Extract a Stitch-compatible DESIGN.md from frontend source code, stylesheets, Tailwind config, theme files, and component patterns.
Quellsprache: Englisch
Capture a self-contained static HTML snapshot from a running app or mock component so it can be reviewed or uploaded to Stitch.
Quellsprache: Englisch
Prepare Stitch screen-generation, edit, image-to-design, and variant prompts with verified tool checks and design-system-aware wording.
Quellsprache: Englisch
Run an iterative Stitch website-building loop using `.stitch/next-prompt.md`, SITE.md, DESIGN.md, generated pages, and verification checkpoints.
Quellsprache: Englisch
Create, list, and apply Stitch design systems from DESIGN.md using the verified Stitch MCP design-system tools and safe upload fallbacks.
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Create Remotion walkthrough videos from Stitch screen exports with ordered assets, transitions, captions, and render checks.
Quellsprache: Englisch
Integrate Stitch-derived UI direction into shadcn/ui React projects with registry-aware setup, ownership rules, theming, and validation.
Quellsprache: Englisch
Create opinionated premium DESIGN.md guidance for Stitch, emphasizing calibrated typography, restrained color, layout discipline, motion, and anti-generic UI rules.
Quellsprache: Englisch
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.
Quellsprache: Englisch
Delegate routine work to subagents — boilerplate generation, data transformation, file analysis, documentation drafting. Use when splitting tasks into independent subtasks for parallel subagent execution.
Quellsprache: Englisch
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
Quellsprache: Englisch
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,…
Quellsprache: Englisch
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;…
Quellsprache: Englisch
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Quellsprache: Englisch