CoachDiscoverMapCompareSavedAI LearningAI WeeklyAbout
← Library
Flashcard Deck · All Guides · 9 Unique Cards

All Flashcards

Every concept from this video, alphabetical. Filter by guide, shuffle the deck, or flip them all at once.

Showing 9 cards · 0 flipped
01 · Foundations
AI Skill
tap to reveal →
A named, reusable instruction the SharePoint agent runs when a matching utterance is detected. Defined in plain language inside the chat panel.
← tap to flip back
01 · Foundations
Create-Skill Utterance
tap to reveal →
A conversational prompt like "create a skill called X that does Y." The agent reads the intent and proposes a full skill the author can accept or refine.
← tap to flip back
01 · Foundations
Edit Skill
tap to reveal →
An in-place conversational edit — "make super-simplify use 10 words instead of 5." The agent updates the skill file; the new behaviour applies on the next call.
← tap to flip back
02 · Applied
File Naming Audit Skill
tap to reveal →
A skill that checks files against a naming schema, flagging non-compliant names. Can fire on review or be expanded to trigger on file creation as a prevention step.
← tap to flip back
02 · Applied
Naming Schema
tap to reveal →
A structured rule for file names — for example, Month-Year-Team-Purpose. Saved as a skill, it audits existing files and guides naming of new ones automatically.
← tap to flip back
02 · Applied
Save-as-Skill
tap to reveal →
A conversational shortcut that promotes a one-off action just performed in chat into a permanent, named skill the agent will run on future matching utterances.
← tap to flip back
01 · Foundations
Skill Listing
tap to reveal →
A conversational query — "what skills do you have installed?" — that returns the full per-site catalogue with a short description for each entry.
← tap to flip back
02 · Applied
Skills Reference (Markdown)
tap to reveal →
A Markdown document the agent generates listing every installed skill, its purpose, and when it fires. Perfect for handoff — produced from chat in one prompt.
← tap to flip back
02 · Applied
Trigger Scope
tap to reveal →
The set of situations in which a skill fires — review, create, on-utterance, scheduled. Editing the scope is independent of editing the skill's content.
← tap to flip back