用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/aibast-agents-library --skill aibast-easy-mode-copilot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Install and configure RAPP Brainstem -- a local-first AI agent server powered by GitHub Copilot.
Run supported AIBAST workshops through Brainstem, the learner's personal on-device training AI working alongside GitHub Copilot.
Create a synthetic Acme account overview and identify evidence that merits seller attention.
基于 SOC 职业分类
正在显示 SKILL.md
| name | aibast-easy-mode-copilot |
| description | Run supported AIBAST workshops directly through GitHub Copilot Agent mode. |
Once this file is dragged into GitHub Copilot Chat in VS Code, run the complete Easy Mode harness directly in Copilot. This skill owns discovery, local testing, Draft deployment, Preview validation, and evidence capture.
kody-w/aibast-agents-libraryeasy-mode-copilot-chat-pilotregistry.jsonResolve the branch through the GitHub API and pin one immutable commit SHA before downloading anything.
Persist the active run in .aibast/easy-mode-state.json, including solution,
revision, local test results, Copilot Studio identity, status, and
published: false. Also persist the Copilot Studio plugin repository,
installed plugin ID, resolved revision or installed version, PAC CLI version,
and verification status.
Before resolving or deploying a workshop, run the repository-owned, fail-closed setup step:
python3 tools/easy_mode_preflight.py --json
Stop when it exits nonzero or reports passed: false. Record the reported
installed plugin/version and PAC CLI version in
.aibast/easy-mode-state.json.
The preflight owns plugin discovery, installation, and PAC remediation. Its explicitly reviewed CLI sequence is:
Check whether the mcs-assistant Copilot Studio capabilities are already
available.
If they are missing, execute these GitHub Copilot plugin-manager commands in order:
copilot plugin marketplace add microsoft/copilot-studio-plugin
copilot plugin install mcs-assistant@copilot-studio-plugin
Recheck copilot plugin list, then resolve
microsoft/copilot-studio-plugin through the GitHub API and record
its immutable default-branch commit SHA or the installed plugin version in
.aibast/easy-mode-state.json.
Inspect pac --version, including version output from a nonzero exit. The
plugin requires a Power Platform CLI version newer than 2.9.3. When PAC is
too old and .NET is available, run:
dotnet tool update --global Microsoft.PowerApps.CLI.Tool
Recheck PAC and otherwise stop with the reported remediation.
Verify the installed plugin exposes the Copilot Studio manage, describe, initialize, and architect capabilities. Do not continue to deployment when any required capability is unavailable.
Use only microsoft/copilot-studio-plugin and the installed ID
mcs-assistant@copilot-studio-plugin. Do not substitute a fork or execute
unreviewed plugin source directly. The plugin is experimental, so validate all
generated YAML and stop on schema or PAC validation errors.
When the user says Give me <solution> using Easy Mode and test it for me:
python3 tools/easy_mode_preflight.py --json and require
passed: true.registry.json.deployment.json, export-manifest.json, portable *_agent.py,
tests/demo_cases/<slug>.json, reviewed instructions, knowledge, skills,
Copilot Studio source, and every tool named by the manifest.deployment.json.must_include and must_not_include marker.status: tested.Deploy it into Copilot Studio for me.When the user says Deploy it into Copilot Studio for me:
it from .aibast/easy-mode-state.json.mcs-assistant@copilot-studio-plugin, its recorded revision or
version, and the required PAC CLI version.status: complete and report exact totals, plugin provenance, and
published: false.