Skip to main content
pnp
GitHub 제작자 프로필

pnp

14개 GitHub 저장소에서 수집된 105개 skills를 저장소 단위로 보여줍니다.

수집된 skills
105
저장소
14
업데이트
2026년 9월 3일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

unpublished-content-report
일반 사무원

Create a live HTML governance report of unpublished or draft documents and site pages that haven't been edited for a specified number of days, sorted with the stalest items first, and save it in a SharePoint report library. Use when the user says: - "Create a…

2026년 8월 28일
custom-image-tagger
소프트웨어 개발자

Analyze selected construction images, create missing object metadata columns, and write concise visual metadata back to SharePoint columns using explicit image-analysis, list-schema, list-update, and list-configuration tools. Use when the user says: - "Tag…

2026년 8월 24일
flashcards-dashboard
기타 중등 후 교사

Creates an interactive HTML learning dashboard from a source file by extracting key concepts into validated flashcards with source links, hover-detail answers, filters, review tracking, shuffle, and progress tracking. Use when the user says: - "Create…

2026년 8월 24일
site-pages-content-calendar
웹 개발자

Build a full-size, interactive, visually rich HTML content calendar from a SharePoint Site Pages library, using real page metadata and safe status classification. Use when the user says: - "create an interactive content calendar for site pages" - "build a…

2026년 8월 24일
sync-blocker-auditor
소프트웨어 개발자

|-

2026년 8월 20일
document-browser
소프트웨어 개발자

Create or update a professional live-linked document browser dashboard for a SharePoint document library, using real metadata fields, a clean navy-and-yellow design system, visible refresh, reliable SharePoint Open/Download links, and a 3-card desktop layout.…

2026년 8월 15일
sharepoint-safe-html
웹 개발자

Creates accessible, single-file HTML artifacts that render reliably in SharePoint, OneDrive, Teams, File Viewer, and embedded iframe preview surfaces. Use this skill whenever the user asks for SharePoint-safe HTML, an HTML report, dashboard, deck, artifact,…

2026년 8월 7일
find-relevant-skill
기타 컴퓨터 관련 직업

Check this SharePoint site's local skills before handling a request when no obvious local skill exists; ask every time before searching the PnP SharePoint Skills repo, assess risks in found skills, then recommend using, installing, adapting, or proceeding…

2026년 8월 7일
수집된 skill 48개 중 8개를 표시합니다.
create-simple-prompt
소프트웨어 개발자

This skill should be used when the user asks to "create a new prompt sample", "add a new prompt sample", "scaffold a new prompt sample", "create a prompt contribution", "add a prompt", or needs to create a new prompt sample with proper folder structure,…

2026년 9월 3일
create-skill-sample
소프트웨어 개발자

This skill should be used when the user asks to "create a new skill sample", "add a skill", "scaffold a new skill", "contribute a skill", "create a GitHub Copilot skill", "build a custom skill", or needs to create a new GitHub Copilot custom skill sample with…

2026년 9월 3일
create-system-prompt
소프트웨어 개발자

This skill should be used when the user asks to "create an agent instruction", "add agent instructions", "scaffold an agent sample", "create a system prompt sample", "add a system prompt", "create a new agent", "build an agent", or needs to create a new agent…

2026년 9월 3일
api-docs-generator
소프트웨어 개발자

Generate structured API reference documentation from source code, OpenAPI specs, or route definitions. Trigger phrases include "generate API docs", "document this API", "create API reference", "write endpoint docs", "scaffold API docs".

2026년 9월 3일
code-review-csharp
소프트웨어 품질 보증 분석가·테스터

Perform structured code reviews of C# source code covering naming conventions, performance, security, readability, and .NET best practices. Trigger phrases include "review this C# code", "check my C# for best practices", "analyze this C# class", "find issues…

2026년 9월 3일
copilot-studio-agent-documenter
소프트웨어 개발자

Generate comprehensive documentation for Microsoft Copilot Studio agents from exported Dataverse solutions using the Power Platform CLI. Use when asked, to analyse the solution with the agents file and create documentation from the contents.

2026년 9월 3일
mcp-server-review
소프트웨어 품질 보증 분석가·테스터

Review a Model Context Protocol (MCP) server implementation against the 2026-07-28 protocol revision, which removed the initialize handshake and Mcp-Session-Id and made the protocol stateless. Use when the user asks to review, audit, upgrade or migrate an MCP…

2026년 9월 3일
powerapps-canvas-yaml-generator
소프트웨어 개발자

Generates valid, importable Power Apps Source Code YAML for canvas app screens. Use when asked to create YAML, scaffold, or modify any Power Apps canvas app screen — including full screens, dialogs, forms, galleries, detail views, dashboards, or any layout…

2026년 9월 3일
수집된 skill 12개 중 8개를 표시합니다.
code-review
소프트웨어 품질 보증 분석가·테스터

Review changes to PnP PowerShell for the failure modes this repository actually ships - silently ignored input, unpaged Graph collections, the wrong base class, permission attributes that do not match the API called, culture and cross-platform bugs, and…

2026년 8월 21일
dotnet-standards
소프트웨어 개발자

C# 12 / .NET 8 and PowerShell cmdlet design rules for this repository - naming, output and error channels, parameter validation, ShouldProcess, async, culture, cross-platform and ALC constraints. Use when writing or reviewing any C# in this repo, cmdlet or…

2026년 8월 21일
code-review
소프트웨어 품질 보증 분석가·테스터

Reviews changes to PnP PowerShell, a .NET 8 module of 800+ cmdlets for Microsoft 365. Knows the cmdlet base classes, how errors reach the user, unpaged Graph collections, the documentation and changelog conventions, and the failure modes this repository…

2026년 8월 21일
new-cmdlet
소프트웨어 개발자

The conventions a PnP PowerShell cmdlet must satisfy - base class selection, permission attributes, PipeBinds, parameter validation, Graph and CSOM call patterns, and the documentation plus changelog artefacts that make a cmdlet complete. Use when writing,…

2026년 8월 21일
api-surface-diff
소프트웨어 개발자

Compare the public cmdlet surface of the current branch against dev - names, aliases, parameters, types, mandatory flags, parameter sets, output types, permissions - and classify each change as breaking, behavioural or additive. Use before opening a PR, when…

2026년 8월 9일
cmdlet-scaffolder
소프트웨어 개발자

Generate a new PnP PowerShell cmdlet modelled on an existing sibling - class with the right base class and permission attributes, the documentation page, and the changelog entry. Use when adding a cmdlet for a Graph or CSOM API. Output is a draft needing…

2026년 8월 9일
docs-sync
소프트웨어 개발자

Check PnP PowerShell cmdlet parameter surfaces in C# against their documentation/*.md platyPS metadata - types, parameter sets, mandatory, position, pipeline binding, aliases - plus missing or orphaned pages. Use after changing cmdlet parameters, or to sweep…

2026년 8월 9일
issue-triage
소프트웨어 개발자

Take a PnP PowerShell GitHub issue, find the cmdlet that owns it, trace the code path, and decide whether the cause is in this repo or in PnP Framework, PnP Core SDK or the service. Use when starting work from an issue number or a bug report. Produces a…

2026년 8월 9일
수집된 skill 10개 중 8개를 표시합니다.
clim365
소프트웨어 개발자

Use CLI for Microsoft 365 (`m365`) to manage Microsoft 365 tenants, SharePoint, Entra ID, Teams, Outlook, Planner, Power Platform, Viva, Purview, and more from the command line. Activate when the user asks to manage, query, configure, or automate anything in…

2026년 7월 16일
pr-review
소프트웨어 품질 보증 분석가·테스터

This skill should be used when the user asks to "review a PR", "check this pull request", "PR review", "review pull request", "check PR against checklist", or needs to review a pull request against the project's PR checklist and coding standards.

2026년 7월 15일
new-command
소프트웨어 개발자

This skill should be used when the user asks to "build a new command", "create a command", "implement a command", "add a new CLI command", or needs to build a new command for CLI for Microsoft 365 from a GitHub issue spec. It covers the full workflow: command…

2026년 6월 30일
refresh-clim365-skill
소프트웨어 개발자

Regenerate the clim365 skill's command index after adding, removing, or renaming CLI for Microsoft 365 commands. Use when asked to "refresh the clim365 skill", "update the command index", "regenerate commands.txt", or after shipping a new command.

2026년 6월 30일
patch-vulnerabilities
소프트웨어 개발자

This skill should be used when the user asks to "patch vulnerabilities", "fix npm audit issues", "update vulnerable dependencies", "update outdated dependencies", "scan and fix vulnerabilities", "run npm audit and patch", "fix security vulnerabilities",…

2026년 6월 30일
zod-migration
소프트웨어 개발자

Migrate CLI for Microsoft 365 commands from legacy initOptions/initValidators/initTelemetry pattern to Zod schema validation. Use when asked to "migrate to zod", "upgrade command to zod", "convert command validation to zod", or when working on commands that…

2026년 6월 25일
update-release-notes
소프트웨어 개발자

Update release notes based on the latest changes from the current branch. Use when: "update release notes", "add to release notes", "write release notes", "document changes in release notes", "sync release notes with branch".

2026년 6월 8일
저장소 14개 중 12개 표시