fakturownia-schema

Describe the Fakturownia CLI schema for machine-readable command discovery.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fakturownia-schema
Source: https://github.com/sixers/fakturownia-cli/tree/main/skills/fakturownia/subskills/schema
Command: npx skills add https://github.com/sixers/fakturownia-cli --skill fakturownia-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Schema discovery for the Fakturownia CLI enables teams to programmatically understand available commands, options, and output schemas without manual inspection.

Core Features & Use Cases

  • Provides a machine-readable view of the CLI command surface, including subcommands, flags, and sample outputs, to accelerate integration and automation.
  • Leverages frontmatter metadata in SKILL.md to surface related skills, prerequisites, and references for discovery tooling.
  • Supports discovery workloads by exposing generated indexes such as references and recipes for quick navigation and integration.

Quick Start

Run fakturownia schema list to preview supported commands.

Frequently Asked Questions about fakturownia-schema

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

FAQPage Schema
How do I discover available commands and flags in the Fakturownia CLI?

You can discover Fakturownia CLI commands by running the schema list command to preview supported commands, flags, and sample outputs in a machine-readable format.

What is Fakturownia CLI schema discovery used for?

Fakturownia CLI schema discovery is used to programmatically understand available commands, options, and output schemas without manual inspection, accelerating integration and automation workflows.

Can I use this schema to inspect exit codes and output examples before executing actions?

Yes, the schema exposes structured metadata including exit codes, sample outputs, and flags, allowing you to inspect command surfaces before executing actions across resources.

How do I catalog related skills and references for Fakturownia CLI discovery?

You can catalog related skills and references by leveraging frontmatter metadata in the SKILL.md file, which surfaces prerequisites and integrates with generated indexes for navigation.

Does Fakturownia schema discovery require external dependencies to function?

No, the Fakturownia schema discovery skill operates independently without external dependencies, extracting structured metadata directly from frontmatter and generated recipe indexes.

What are the limitations of using frontmatter metadata for CLI command discovery?

The schema discovery relies on frontmatter metadata and generated indexes, meaning any commands or flags not documented in the SKILL.md file will not surface during the discovery process.