preboot

Route PreBoot API questions to matching local module documentation.

1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/AbsolutSystems/absolutpowers --skill preboot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preboot
Source: https://github.com/AbsolutSystems/absolutpowers/tree/main/claude/skills/preboot
Command: npx skills add https://github.com/AbsolutSystems/absolutpowers --skill preboot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents guesswork when working with the PreBoot ecosystem by forcing you to consult the correct local documentation before answering, planning, or editing code.

Core Features & Use Cases

  • Module Detection: Recognizes PreBoot usage from explicit module names, dependencies, imports, annotations, and known APIs.
  • Doc Routing: Maps the task to the correct local documentation file so you read the authoritative source for the needed module.
  • Guardrail Behavior: Stops you from inventing APIs or configuration details when the required documentation is missing.
  • Use Case: A developer asks how to implement a secure repository, event handler, or saga flow; this Skill directs the assistant to the exact local module docs before any recommendation is made.

Quick Start

Use the preboot skill to identify the relevant PreBoot module and read the matching local documentation before you answer, plan, or change code.

Frequently Asked Questions about preboot

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

FAQPage Schema
How do I find the correct local documentation for PreBoot API routing and implementation decisions?

PreBoot module detection identifies explicit dependencies, imports, annotations, and known APIs to map your task to the correct local documentation file. This ensures you read the authoritative source for the needed module before making recommendations.

What happens when local docs are missing for a PreBoot secure data or saga workflow task?

When required local documentation is missing, the system stops and prevents inventing APIs or configuration details. This guardrail behavior ensures no guesswork occurs for secure data, event bus, saga, or DDD module implementations.

How do I implement a secure repository or event handler using PreBoot dependencies?

Implementing a secure repository or event handler requires routing the request to the exact local PreBoot module docs before any recommendation. The system detects PreBoot usage from imports and annotations, then directs you to the authoritative documentation file.

Does PreBoot documentation routing work with DDD, PDF document workflows, and sequence modules?

PreBoot documentation routing applies to projects using DDD, tasks, saga, files, sequence, and PDF document workflow modules. It matches local documentation under ./preboot-docs/ to route each request to the correct module file for authoritative guidance.

Can I use PreBoot module detection for code review and library integration guardrails?

PreBoot module detection supports code review and library integration by applying guardrails that stop you from inventing APIs when documentation is missing. It recognizes module-specific classes across core, query, and event bus workflows to ensure accurate reviews.