Skip to main content

Skills in this repository

ComeOnOliver/skillshub - Page 52

SkillsMP has collected 4,287 skills from ComeOnOliver/skillshub. Open a skill to review its source and details.

ComeOnOliver/skillshub

Showing 40 of 4,287 collected skills.

occupation
Software Developers
description

Plain-English translation layer for non-technical Copilot CLI users. Translates every approval prompt, error message, and technical output into clear, jargon-free English with color-coded risk indicators.

updated
occupation
Software Developers
description

Create or update standardized object-oriented component documentation using a shared template plus mode-specific guidance for new and existing docs.

updated
occupation
Software Developers
description

Generate a complete, production-ready application from an OpenAPI specification

updated
occupation
Desktop Publishers
description

Skill for using the command-line tool pdftk (PDFtk Server) for working with PDF files. Use when asked to merge PDFs, split PDFs, rotate pages, encrypt or decrypt PDFs, fill PDF forms, apply watermarks, stamp overlays, extract metadata, burst documents into…

updated
occupation
Web & Digital Interface Designers
description

Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing…

updated
occupation
Software Developers
description

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

updated
occupation
Software Quality Assurance Analysts & Testers
description

Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured…

updated
occupation
Software Developers
description

Generate ASCII art diagrams using PlantUML text mode. Use when user asks to create ASCII diagrams, text-based diagrams, terminal-friendly diagrams, or mentions plantuml ascii, text diagram, ascii art diagram. Supports: Converting PlantUML diagrams to ASCII…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Generates comprehensive, workable unit tests for any programming language using a multi-agent pipeline. Use when asked to generate tests, write unit tests, improve test coverage, add test coverage, create test files, or test a codebase. Supports C#,…

updated
occupation
Software Quality Assurance Analysts & Testers
description

PostgreSQL-specific code review assistant focusing on PostgreSQL best practices, anti-patterns, and unique quality standards. Covers JSONB operations, array usage, custom types, schema design, function optimization, and PostgreSQL-exclusive security features…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Web & Digital Interface Designers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

Power BI semantic modeling assistant for building optimized data models. Use when working with Power BI semantic models, creating measures, designing star schemas, configuring relationships, implementing RLS, or optimizing model performance. Triggers on…

updated
occupation
Project Management Specialists
description

Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.

updated
occupation
Web & Digital Interface Designers
description

A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.

updated
occupation
Software Developers
description

Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry…

updated
occupation
Computer Occupations, All Other
description

Guide users through creating high-quality GitHub Copilot prompts with proper structure, tools, and best practices.

updated
occupation
Web Developers
description

Publish presentations and web content to GitHub Pages. Converts PPTX, PDF, HTML, or Google Slides to a live GitHub Pages URL. Handles repo creation, file conversion, Pages enablement, and returns the live URL. Use when the user wants to publish, deploy, or…

updated
occupation
Software Quality Assurance Analysts & Testers
description

Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%.

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
description

Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack,…

updated
occupation
Software Developers
description

Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.

updated
occupation
Software Developers
description

Plan a multi-file refactor with proper sequencing and rollback steps

updated
occupation
Software Developers
description

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than…

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
description

Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.

updated
occupation
Software Developers
description

Generate a comprehensive repository summary and narrative story from commit history

updated
occupation
Software Developers
description

Review and refactor code in your project according to defined instructions

updated
occupation
Software Developers
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…

updated
occupation
Software Developers
description

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

updated
occupation
Software Developers
description

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

updated
occupation
Network & Computer Systems Administrators
description

Install npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on…

updated
occupation
Software Quality Assurance Analysts & Testers
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…

updated
Showing 40 of 4,287 collected skills.