format-lookup

Look up OmniCode-to-format mappings for Adoc, Markdown, Go, C, and Rust.

Updated Dec 10, 2025
One-click install
npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill format-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: format-lookup
Source: https://github.com/Creative-Workz-Studio-LLC/bereshit/tree/main/word/claude/skills/format-lookup
Command: npx skills add https://github.com/Creative-Workz-Studio-LLC/bereshit --skill format-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cws.studio/pkg/util/pure/cli, cws.studio/pkg/util/pure/output, cws.studio/skills/format-lookup/scripts/pkg/config, cws.studio/skills/format-lookup/scripts/pkg/mappings, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Quick access to how OmniCode elements map to target formats, enabling fast translation decisions without digging through templates.

Core Features & Use Cases

  • Quick OmniCode-to-format lookups for Adoc, Markdown, Go, C, and Rust.
  • Helps template authors verify mappings during documentation or code generation.
  • Use case: determine the target syntax for a given OmniCode element to drive appropriate code or docs generation.

Quick Start

Provide an OmniCode element and a target format to retrieve the corresponding mappings.

Frequently Asked Questions about format-lookup

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

FAQPage Schema
How do I look up OmniCode to Markdown or AsciiDoc format mappings?

OmniCode format mappings are retrieved by providing an OmniCode element and a target format such as Markdown or Adoc. The system validates the format request and returns the matching mappings or a helpful error.

What OmniCode elements map to when generating Go, C, or Rust code?

OmniCode elements map to specific syntax for Go, C, and Rust during code generation. This lookup verifies the exact target syntax for a given element to drive appropriate generation without digging through templates.

Can I use this to verify target syntax for template authoring across multiple formats?

Yes, template authors can verify target syntax across Adoc, Markdown, Go, C, and Rust. It operates on a config-driven mapping store to support quick translation decisions during documentation or code generation.

What happens when I request an unsupported target format in an OmniCode lookup?

When an unsupported target format is requested, the OmniCode lookup validates the requested format and returns a helpful error. This ensures you quickly identify invalid format requests during translation.

Why do I need a config-driven mapping store for OmniCode format translation?

A config-driven mapping store enables instant OmniCode-to-format lookups, allowing quick access to how elements map to target formats. This provides fast translation decisions without manually searching through templates.