persona-library-orientation

Classifies Persona Library requests and builds read-only routing packets from bootstrap route groups.

Updated Sep 6, 2026
One-click install
npx skills add https://github.com/rickvang/Persona-Library --skill persona-library-orientation-rickvang
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: persona-library-orientation
Source: https://github.com/rickvang/Persona-Library/tree/main/.agents/skills/persona-library-orientation
Command: npx skills add https://github.com/rickvang/Persona-Library --skill persona-library-orientation-rickvang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Working with a large persona, skill, tool, and playbook repository makes it hard to know where a request belongs, which files to read first, and whether an action is read-only or a mutation. This Skill orients each request by loading the site bootstrap and the smallest relevant route group before any work begins. ## Core Features & Use Cases - Request classification: Assigns each request a mode (answer, research, plan, prototype, update, or consult) and selects the smallest relevant primary space such as personas, skills, tools, or playbooks. - Orientation packet: Produces a compact context packet with goal, mode, spaces, artifacts in scope, constraints, success criteria, assumptions, and next action so downstream work does not reread the whole repository. - Read-only boundaries: Enforces a strict no-mutation contract, distinguishing prototypes from live truth and requiring explicit authorization before any update. - Use Case: When asked to "improve the persona system," the Skill loads content/site-orientation.json and AGENTS.md, classifies the request as consult, and returns a bounded packet with clarification options instead of guessing a target. ## Quick Start Use $persona-library-orientation to orient this Persona Library request and tell me which space and mode it belongs to.

Frequently Asked Questions about persona-library-orientation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a request about the Persona Library system?▼

Invoke $persona-library-orientation explicitly or ask how to work with the library. The Skill reads the site-orientation.json bootstrap, classifies the request into a mode, selects the smallest primary space, and returns an orientation packet with the next action.

What request modes does persona library orientation support?▼

It supports six modes: answer, research, plan, prototype, update, and consult. The Skill chooses the smallest applicable mode and only combines modes when the request genuinely spans more than one.

Can this skill edit personas or live records directly?▼

No. The Skill is strictly read-only: it inspects the manifest, docs, and availability signals but never writes files, edits records, or installs skills. Live changes require explicit authorization, an identified target, and a scoped impact review.

What happens when the bootstrap or route group is unavailable?▼

The Skill states exactly what could not be checked and falls back to the safest read-only response. It does not invent missing taxonomy or silently continue as if the source-of-truth preflight had passed.

When should I not use the persona library orientation skill?▼

Do not use it for unrelated coding, writing, research, or general questions. A mention of a skill in site documentation is evidence only, not proof the callable package is installed, so implicit activation is intentionally restricted.