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