Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/clone-agent/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
user-invocable: false
description: Clone a Copilot Studio agent from the cloud. Guides through environment selection, agent selection, and downloads agent YAML files.
argument-hint: [agent name or environment hint]
argument-hint: "[agent name or environment hint]"
allowed-tools: Bash(node *manage-agent.bundle.js *), Read, Glob, Grep
context: fork
agent: copilot-studio-manage
Expand Down
2 changes: 1 addition & 1 deletion skills/detect-mode/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
user-invocable: false
description: Detect a Copilot Studio agent's authentication mode (DirectLine vs M365) by querying Dataverse. Returns the mode and connection details needed to chat.
argument-hint: [--agent-dir <path>]
argument-hint: "[--agent-dir <path>]"
allowed-tools: Bash(node *chat-with-agent.bundle.js --detect-only *), Read, Glob
agent: copilot-studio-test
---
Expand Down