Back to the catalog

published by github

50 listings on this page, in order of arrival. Each one has its own page with README, repository facts and source links.

  1. create-github-issue-feature-from-specification ★ 38,946
    Create GitHub Issue for feature request from specification file using feature_request.yml template.
  2. create-github-issues-feature-from-implementation-plan ★ 38,946
    Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.
  3. create-github-issues-for-unmet-specification-requirements ★ 38,946
    Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.
  4. create-implementation-plan ★ 38,946
    Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastruct
  5. create-llms ★ 38,946
    Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/
  6. create-readme ★ 38,946
    Create a README.md file for the project
  7. create-specification ★ 38,946
    Create a new specification file for the solution, optimized for Generative AI consumption.
  8. create-spring-boot-java-project ★ 38,946
    Create Spring Boot Java Project Skeleton
  9. create-spring-boot-kotlin-project ★ 38,946
    Create Spring Boot Kotlin Project Skeleton
  10. create-technical-spike ★ 38,946
    Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
  11. create-tldr-page ★ 38,946
    Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
  12. creating-oracle-to-postgres-master-migration-plan ★ 38,946
    Discovers all projects in a .NET solution, classifies each for Oracle-to-PostgreSQL migration eligibility, and produces a persistent master
  13. creating-oracle-to-postgres-migration-bug-report ★ 38,946
    Creates structured bug reports for defects found during Oracle-to-PostgreSQL migration. Use when documenting behavioral differences between
  14. creating-oracle-to-postgres-migration-integration-tests ★ 38,946
    Creates integration test cases targeting Oracle for .NET data access artifacts. Tests capture Oracle expected behavior as the authoritative
  15. csharp-async ★ 38,946
    Get best practices for C# async programming
  16. csharp-docs ★ 38,946
    Ensure that C# types are documented with XML comments and follow best practices for documentation.
  17. csharp-mstest ★ 38,946
    Get best practices for MSTest 3.x/4.x unit testing, including modern assertion APIs and data-driven tests
  18. csharp-nunit ★ 38,946
    Get best practices for NUnit unit testing, including data-driven tests
  19. csharp-tunit ★ 38,946
    Get best practices for TUnit unit testing, including data-driven tests
  20. csharp-xunit ★ 38,946
    Get best practices for XUnit unit testing, including data-driven tests
  21. d365-solution-blueprint ★ 38,946
    Authors a Dynamics 365 Finance and Supply Chain Management Solution Blueprint from scratch through a structured, section-by-section architec
  22. daily-focus-board ★ 38,946
    Spin up a personal, motivating daily focus board that renders in a browser canvas and that the user drives by talking to their AI partner. T
  23. daily-prep ★ 38,946
    Prepare for tomorrow's meetings and tasks. Pulls calendar from Outlook via WorkIQ, cross-references open tasks and workspace context, classi
  24. data-breach-blast-radius ★ 38,946
    Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and pro
  25. datanalysis-credit-risk ★ 38,946
    Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality as
  26. dataverse-python-advanced-patterns ★ 38,946
    Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
  27. dataverse-python-production-code ★ 38,946
    Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
  28. dataverse-python-quickstart ★ 38,946
    Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
  29. dataverse-python-usecase-builder ★ 38,946
    Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations
  30. debian-linux-triage ★ 38,946
    Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
  31. declarative-agents ★ 38,946
    Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), Type
  32. dependabot ★ 38,946
    Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.ym
  33. desk-journal ★ 38,946
    Write, append, or read desk journal entries. The journal is persistent memory — what survives session boundaries. A good entry has: what was
  34. desk-open ★ 38,946
    Create and open a new desk in the workshop. Sets up the folder structure, initial journal, and desk identity so the next session that sits d
  35. devops-rollout-plan ★ 38,946
    Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communic
  36. diagnose ★ 38,946
    Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, archit
  37. doc-and-modernize ★ 38,946
    Two related workflows for a locally-cloned codebase, in one skill. Documentation mode produces a single, comprehensive, verifiable architect
  38. documentation-writer ★ 38,946
    Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the princi
  39. dotnet-best-practices ★ 38,946
    Ensure .NET/C# code meets best practices for the solution/project.
  40. dotnet-design-pattern-review ★ 38,946
    Review the C#/.NET code for design pattern implementation and suggest improvements.
  41. dotnet-mcp-builder ★ 38,946
    Build Model Context Protocol (MCP) servers in C#/.NET against the current ModelContextProtocol 2.x NuGet packages. Helps with cases the mode
  42. dotnet-timezone ★ 38,946
    .NET timezone handling guidance for C# applications. Use when working with TimeZoneInfo, DateTimeOffset, NodaTime, UTC conversion, daylight
  43. dotnet-upgrade ★ 38,946
    Ready-to-use prompts for comprehensive .NET framework upgrade analysis and execution
  44. doublecheck ★ 38,946
    Three-layer verification pipeline for AI output. Extracts verifiable claims, finds supporting or contradicting sources via web search, runs
  45. draw-io-diagram-generator ★ 38,946
    Use when creating, editing, or generating draw.io diagram files (.drawio, .drawio.svg, .drawio.png). Covers mxGraph XML authoring, shape lib
  46. drawio ★ 38,946
    Generate draw.io diagrams as .drawio files and export to PNG/SVG/PDF with embedded XML
  47. editorconfig ★ 38,946
    Generates a comprehensive and best-practice-oriented .editorconfig file based on project analysis and user preferences.
  48. ef-core ★ 38,946
    Get best practices for Entity Framework Core
  49. efcore-d2-db-diagram ★ 38,946
    Generate D2 database diagrams from Entity Framework Core models. USE FOR: EF Core database diagram, Entity Framework Core ERD, DbContext dia
  50. em-dash ★ 38,946
    Expert on the history, origin, and correct use of the em dash. Use when writing or reviewing code, comments, or data files to avoid em and e