list-apps Skill
Discovers Microsoft Apps in the active environment via ms app list --json and optional ms app show --json. Use when listing or locating apps. Published by microsoft in Managed-Apps.
What is list-apps Skill?
Discovers Microsoft Apps in the active environment via ms app list --json and optional ms app show --json. Use when listing or locating apps. Published by microsoft in Managed-Apps. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using Managed-Apps
Technical details
- Install or run with Copy skill directory
When to use list-apps Skill
- Use it for developers using managed-apps.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/Managed-Apps
- Skill file: plugins/microsoft-managed-apps/skills/list-apps/SKILL.md
What it does
Discovers Microsoft Apps in the active environment via ms app list --json and optional ms app show --json. Use when listing or locating apps.
Skill instructions
📋 Shared Instructions: shared-instructions.md — Cross-cutting concerns. List Apps Lists apps the active CLI account can see in the active environment, or shows full metadata for a single app. Workflow 1. Memory Bank → 2. Verify Env → 3. Mode (list / show) → 4. Output --- Step 1: Check Memory Bank If a project memory bank exists, read it for the app's environment, if recorded, to know which environment the app was created in. Otherwise prompt the user for the environment they want to query (or accept "current default"). Note: ms app list reports apps for the signed-in account's resolved environment and has no environment-targeting flag, so the memory bank here is for context/verification — it does not scope the listing. Step 2: Verify Env bash BIN=ms $BIN auth status confirm the right account The listing scopes to the active environment (the auto-routed Developer environment unless a specific one was targeted at create time). Step 3: Mode Ask (or infer from the user's prompt): - list —
Explore related resources
Frequently asked questions
What is list-apps?
list-apps is a open-source AI agent skill with Copy skill directory. Discovers Microsoft Apps in the active environment via ms app list --json and optional ms app show --json. Use when listing or locating apps.
Who is list-apps best for?
list-apps is best for reusing agent instructions, scripts, and references.
How do I install list-apps?
Install or run list-apps using Copy skill directory. Check list-apps for the latest setup command.
Is list-apps actively maintained?
list-apps may need a closer maintenance check before production use.
Auto-fetched from GitHub.