Agent skill

vitaecontext

The root runtime wiki and entrypoint that routes a request to one platform module and loads only the references that task needs.

When to use it

Use this skill when:

  • A request is broad and the right platform module is not yet obvious.
  • An agent needs the project self-description and knowledge-graph entrypoint before loading a module.
  • A task should load one module and its references, not the whole library at once.

Method

What the agent does

  1. 01

    Read the root self-description to understand the system and its module boundaries.

  2. 02

    Route the request to a single platform module instead of loading every skill.

  3. 03

    Pull deeper references and wiki entries only when the current task needs them.

Inputs and boundary

What to provide

  • The current request
  • Available Career Context
  • The provider's installed skill surface
Limit:

The root skill routes work; it does not replace focused modules or make provider activation identical. Generated work still requires review.