standard

Provide authentication, environment parameters, and solution packaging for Power Platform deployments.

56|20|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/geekfujiwara/CodeAppsDevelopmentStandard --skill standard-geekfujiwara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standard
Source: https://github.com/geekfujiwara/CodeAppsDevelopmentStandard/tree/main/.github/skills/standard
Command: npx skills add https://github.com/geekfujiwara/CodeAppsDevelopmentStandard --skill standard-geekfujiwara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires azure-identity, requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Power Platform の開発を共通基盤で高速化するための、認証ヘルパー、環境パラメータ、ソリューション管理、アイコン生成、HTML メールテンプレート等の基盤を提供します。

Core Features & Use Cases

  • 共通基盤: 認証ヘルパー、.env テンプレート、ソリューション管理、アイコン生成、HTML メールテンプレートを提供。
  • 再利用と拡張性: 複数スキル/フェーズで使い回せる基盤設計。エージェント開発・デプロイの共通コンポーネントの集約。
  • Use Case: すべてのプロジェクトで認証と構成管理を統一することで、迅速な環境構築とデプロイを実現。

Quick Start

Install and wire the shared foundation in your Power Platform project to bootstrap authentication, env parameters, and common deployment patterns.

Frequently Asked Questions about standard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage authentication and environment parameters for Power Platform deployments?

You can manage authentication for Power Platform deployments by using an auth helper with azure-identity that handles token caching and error-handling strategies. It standardizes security access across Dataverse, Copilot Studio, and Power Automate.

What is the best way to package solutions and provision resources across Dataverse and Copilot Studio?

The best way to package solutions and provision resources across Dataverse and Copilot Studio is using a metadata-driven component management foundation. This coordinates solution packaging, icon generation, and HTML email templates within a single unified deployment.

Does this Power Platform foundation support shared .env templates and Python dependencies?

Yes, this Power Platform foundation supports shared .env templates and requires Python dependencies including azure-identity, requests, and python-dotenv. These dependencies enable robust authentication, API calls, and environment variable loading for your deployments.

How do I generate icons and HTML email templates for Power Automate solutions?

You generate icons and HTML email templates for Power Automate solutions by leveraging the built-in component management scripts. These scripts provide reusable, standardized assets that maintain consistency across multiple deployment phases and environments.

Can I reuse the same authentication and configuration foundation across multiple Power Platform projects?

Yes, you can reuse the same authentication and configuration foundation across multiple Power Platform projects. It is designed for extensibility, allowing multiple skills and deployment phases to share unified security, environment parameters, and solution management components.