create-skeleton

Construct computation skeletons from policy documents and configuration files.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill create-skeleton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skeleton
Source: https://github.com/navapbc/lockpicks-xlator-plugin/tree/main/xl-plugin/skills/create-skeleton
Command: npx skills add https://github.com/navapbc/lockpicks-xlator-plugin --skill create-skeleton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of computation skeletons for a specified domain, streamlining the process of building intermediate representations of rulesets and workflows.

Core Features & Use Cases

  • Automatic Skeleton Building: Automatically constructs a computation skeleton based on provided documents and configurations.
  • Guidance Section Updates: Updates the four guidance sections of prompt-context.yaml with extracted doc signals.
  • Computation Flow Diagram: Generates an ASCII computation flow diagram for visual reference.
  • Version Control Integration: Works seamlessly with version control systems to track changes and enable rollbacks.

Quick Start

Run the command: /create-skeleton <domain> where <domain> is the name of the domain for which you want to create the skeleton.

Frequently Asked Questions about create-skeleton

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

FAQPage Schema
How do I automate computation skeleton creation for domain-specific workflows?

You can automate computation skeleton creation by running a command that extracts signals from policy documents and configuration files to build an intermediate representation of rulesets and workflows. The process updates guidance sections and generates a visual flow diagram.

What is a computation skeleton for rulesets and workflows?

A computation skeleton is an intermediate representation of domain-specific rulesets and workflows. It translates policy documents into structured formats, enabling consistent computation flow visualization and version-controlled rule execution.

How do I translate policy documents into a rules-as-code intermediate representation?

To translate policy documents into a rules-as-code intermediate representation, extract document signals and configuration files to construct a computation skeleton. This process automatically updates guidance files and generates an ASCII computation flow diagram for reference.

Can I use configuration files to generate an ASCII computation flow diagram for my domain?

Yes, you can use configuration files alongside policy documents to generate an ASCII computation flow diagram. The extraction process builds the skeleton and creates a visual reference of the computation flow for the specified domain.

Do I need policy documents and configuration files to build a domain-specific computation skeleton?

Yes, you need access to policy documents and configuration files to build a computation skeleton. The Skill extracts signals from these inputs to construct intermediate representations and writes outputs to specified guidance files.

Does version control integration work with computation skeleton generation?

Yes, version control integration works seamlessly with computation skeleton generation. It tracks changes to the extracted document signals and configuration files, enabling rollbacks to previous versions of the intermediate representation and guidance sections.