getting-started

Identify the domain and route tasks to the correct skill family.

4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/JoelLewis/skill-library --skill getting-started-joellewis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getting-started
Source: https://github.com/JoelLewis/skill-library/tree/main/plugins/meta/skills/getting-started
Command: npx skills add https://github.com/JoelLewis/skill-library --skill getting-started-joellewis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill bootstraps the session by identifying the user's domain, routing to the correct skill family, and establishing the workflow context, ensuring every task is approached within an appropriate skill framework.

Core Features & Use Cases

  • Session bootstrap and routing to the correct skill family
  • Establishment of a deterministic workflow chain context
  • Domain discovery and skill taxonomy guidance at session start
  • Enforcement of the Iron Law: check for applicable skills before task execution

Quick Start

Begin a new session and let the system bootstrap to the appropriate skill family

Frequently Asked Questions about getting-started

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

FAQPage Schema
How do I bootstrap a session and route tasks to the correct skill?

Session bootstrapping identifies the user's domain, routes the task to the correct skill family, and establishes a deterministic workflow context to guide appropriate skill invocation.

When do I need workflow context and skill discovery for task initialization?

Workflow context and skill discovery are needed at session start or when a task has no clear skill assignment, ensuring every task is approached within an appropriate skill framework.

How does routing logic prevent unstructured thinking during task execution?

Routing logic enforces the Iron Law by checking for applicable skills before task execution, applying discovery and gating logic to ensure deterministic skill invocation and prevent unstructured thinking.

Can I establish a deterministic workflow chain if my task has no clear skill assignment?

Yes, when a task lacks a clear skill assignment, the system applies domain discovery and skill taxonomy guidance to establish a deterministic workflow chain context for guiding skill invocation.

What is the best way to enforce skill discovery before executing a workflow task?

The best way to enforce skill discovery is by applying gating logic at session start, which checks for applicable skills before task execution to ensure deterministic routing to the correct skill family.

Why does my session bootstrap to a specific skill family instead of executing tasks directly?

Session bootstrap routes to a specific skill family because it implements domain discovery and routing logic, ensuring tasks are approached within an appropriate skill framework rather than executed directly.