Skip to main content

Skills dans ce dépôt

Pyfagorass/bookofspells - Page 7

SkillsMP a collecté 870 skills depuis Pyfagorass/bookofspells. Ouvrez un skill pour examiner sa source et ses détails.

Pyfagorass/bookofspells

Affichage de 40 skills collectés sur 870.

métier
Développeurs de logiciels
description

PostgreSQL-specific development assistant focusing on unique PostgreSQL features, advanced data types, and PostgreSQL-exclusive capabilities. Covers JSONB operations, array types, custom types, range/geometric types, full-text search, window functions, and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Scaffold a complete Power Apps Code App project with PAC CLI setup, SDK integration, and connector configuration

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Comprehensive Power BI DAX formula optimization prompt for improving performance, readability, and maintainability of DAX calculations.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Comprehensive Power BI data model design review prompt for evaluating model architecture, relationships, and optimization opportunities.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Systematic Power BI performance troubleshooting prompt for identifying, diagnosing, and resolving performance issues in Power BI models, reports, and queries.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Power BI report visualization design prompt for creating effective, user-friendly, and accessible reports with optimal chart selection and layout design.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Use this skill when the user needs to transform business requirements, use case descriptions, or meeting transcripts into a technical Power Platform solution architecture, including component selection and Mermaid.js diagrams.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate complete Power Platform custom connector with MCP integration for Copilot Studio - includes schema generation, troubleshooting, and validation

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Embed before/after screenshots and annotated images in pull request descriptions. Covers PR description patterns, image upload for Azure DevOps and GitHub, and sizing best practices.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a complete MCP server project in Python with tools, resources, and proper configuration

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Expert 10x engineer skill for interpreting and implementing code from shorthand, quasi-code, and natural language descriptions. Use when collaborators provide incomplete code snippets, pseudo-code, or descriptions with potential typos or incorrect…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides the complete, verified grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade. Use this skill whenever running a migration audit - for both the react18-auditor and react19-auditor agents. Contains every grep…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides exact patterns for diagnosing and fixing automatic batching regressions in React 18 class components. Use this skill whenever a class component has multiple setState calls in an async method, inside setTimeout, inside a Promise .then() or .catch(),…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Provides exact Enzyme → React Testing Library migration patterns for React 18 upgrades. Use this skill whenever Enzyme tests need to be rewritten - shallow, mount, wrapper.find(), wrapper.simulate(), wrapper.prop(), wrapper.state(), wrapper.instance(), Enzyme…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides the complete migration pattern for React legacy context API (contextTypes, childContextTypes, getChildContext) to the modern createContext API. Use this skill whenever migrating legacy context in class components - this is always a cross-file…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides exact before/after migration patterns for the three unsafe class component lifecycle methods - componentWillMount, componentWillReceiveProps, and componentWillUpdate - targeting React 18.3.1. Use this skill whenever a class component needs its…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Provides exact migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components. Use this skill whenever migrating string ref usage - including single element refs, multiple refs in a component, refs in lists,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Preserve React 18 concurrent patterns and adopt React 19 APIs (useTransition, useDeferredValue, Suspense, use(), useOptimistic, Actions) during migration.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Reference for React 19 source-file migration patterns, including API changes, ref handling, and context updates.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Provides before/after patterns for migrating test files to React 19 compatibility, including act() imports, Simulate removal, and StrictMode call count changes.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create a concrete plan before starting a multi-file refactor. Use when the user asks to plan, sequence, scope, or safely execute a refactor across multiple files; always investigate first, output the plan, and wait for confirmation before making code changes.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with…

Langue du texte source : anglais

mis à jour
métier
Architectes de bases de données
description

Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps, concurrent transactions, etc.). Use when planning a database migration, reviewing…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Interactive onboarding that learns your communication style, audiences, and data sources to configure personalized status briefings. Paste in examples of updates you already write, answer a few questions, and roundup calibrates itself to your workflow.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Generate personalized status briefings on demand. Pulls from your configured data sources (GitHub, email, Teams, Slack, and more), synthesizes across them, and drafts updates in your own communication style for any audience you define.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a complete Model Context Protocol server project in Ruby using the official MCP Ruby SDK gem.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a complete Rust Model Context Protocol server project with tools, prompts, resources, and tests using the official rmcp SDK

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Apex code quality guardrails for Salesforce development. Enforces bulk-safety rules (no SOQL/DML in loops), sharing model requirements, CRUD/FLS security, SOQL injection prevention, PNB test coverage (Positive / Negative / Bulk), and modern Apex idioms. Use…

Langue du texte source : anglais

mis à jour
métier
Concepteurs web et d'interfaces numériques
description

Quality standards for Salesforce Lightning Web Components (LWC), Aura components, and Visualforce pages. Covers SLDS 2 compliance, accessibility (WCAG 2.1 AA), data access pattern selection, component communication rules, XSS prevention, CSRF enforcement,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Salesforce Flow architecture decisions, flow type selection, bulk safety validation, and fault handling standards. Use this skill when designing or reviewing Record-Triggered, Screen, Autolaunched, Scheduled, or Platform Event flows to ensure correct type…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Scaffolds an xUnit integration test project for validating Oracle-to-PostgreSQL database migration behavior in .NET solutions. Creates the test project, transaction-rollback base class, and seed data manager. Use when setting up test infrastructure before…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create annotated animated GIF demos and screen recordings for pull requests and documentation. Covers frame capture, timing, imageio-based GIF creation, and per-frame annotation workflows.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Find which of a GitHub repository's dependencies are sponsorable via GitHub Sponsors. Uses deps.dev API for dependency resolution across npm, PyPI, Cargo, Go, RubyGems, Maven, and NuGet. Checks npm funding metadata, FUNDING.yml files, and web search. Verifies…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Universal SQL code review assistant that performs comprehensive security, maintainability, and code quality analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Focuses on SQL injection prevention, access control, code standards, and…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 870.