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

All Flashcards

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

Showing 15 cards · 0 flipped
02 · Applied
Admin-Only Skill
tap to reveal →
A skill whose persona access is narrowed so only owners (or another designated group) can see or invoke it. Other users never see it offered.
← tap to flip back
01 · Foundations
AI Skill
tap to reveal →
A named, reusable instruction package stored in SharePoint. A trigger phrase loads the skill's Markdown file into the agent's context so it follows those instructions for the run.
← tap to flip back
03 · Advanced
Auto-Research Skill
tap to reveal →
A meta-skill that improves other skills by running baseline evals, mutating the target skill, rerunning evals, and keeping the version that scores best.
← tap to flip back
03 · Advanced
Baseline Score
tap to reveal →
The eval score of a skill before any optimization. Every mutation is judged against this number — improvement is the lift over baseline.
← tap to flip back
01 · Foundations
Context Window
tap to reveal →
The fixed-size memory the model uses for a single run. Everything loaded — system prompt, skill file, references, chat history — competes for the same finite space.
← tap to flip back
03 · Advanced
Eval
tap to reveal →
A measurable test that runs a skill against fixed inputs and scores each output against defined criteria. Turns subjective quality into a number you can compare.
← tap to flip back
03 · Advanced
Eval Criterion
tap to reveal →
A short, specific yes/no question used to grade one dimension of a skill's output — hook quality, hallucination, tone, structure, and so on.
← tap to flip back
01 · Foundations
Lazy Context Loading
tap to reveal →
The discipline of pulling rules, templates, or data into the context window only when the current run actually requires them — the foundation of clean skill design.
← tap to flip back
02 · Applied
Persona Access
tap to reveal →
Per-skill setting that controls which SharePoint personas — owners, members, visitors, or custom groups — can see and run the skill.
← tap to flip back
01 · Foundations
Reference File
tap to reveal →
A side file the skill loads only when needed. Templates, schemas, and long examples live here so they don't sit in every run's context window.
← tap to flip back
03 · Advanced
Skill Mutation
tap to reveal →
A single proposed change to a skill's instructions — usually a reworded section or new guardrail — generated by the auto-research loop in response to failing eval criteria.
← tap to flip back
03 · Advanced
Skill Versioning (V2)
tap to reveal →
Saving an improved skill under a new name (V2, V3 …) instead of overwriting the original. Preserves rollback and lets you A/B the versions on live work.
← tap to flip back
02 · Applied
Skills Library
tap to reveal →
The per-site catalogue of installed skills. Open it to inspect, edit, or change persona access for any skill on the SharePoint site.
← tap to flip back
01 · Foundations
skill.md
tap to reveal →
The main Markdown file that defines a skill. Keep it small — list the trigger, the high-level behaviour, and pointers to reference files instead of inlining every template.
← tap to flip back
02 · Applied
Visitor Default
tap to reveal →
By default, visitors can leverage skills built by site owners but cannot edit them. Owners can override either direction on a per-skill basis.
← tap to flip back