One-click install
npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill biscuit-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: biscuit-file
Source: https://github.com/yankeeinlondon/rusty-biscuit/tree/main/.claude/skills/biscuit-file
Command: npx skills add https://github.com/yankeeinlondon/rusty-biscuit --skill biscuit-file

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Consolidates cross-format data handling and file reference tasks across the biscuit-file library, reducing manual conversion, content extraction, and type-detection workload for developers.

Core Features & Use Cases

  • Format conversion: convert between TOML, YAML, JSON, and JSON5, and extract content from PDF/text formats.
  • Frontmatter & metadata: read and extract Markdown frontmatter or document metadata for downstream processing.
  • File detection & reference resolution: detect file types from bytes or paths and resolve complex file references in large repos.

Quick Start

Convert a TOML config to JSON and extract Markdown frontmatter from a sample file.

Frequently Asked Questions about biscuit-file

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

FAQPage Schema
How do I convert TOML to JSON or YAML in a data pipeline?

Convert TOML to JSON or YAML by using the library API to transform configuration files between TOML, YAML, JSON, and JSON5 formats. This reduces manual conversion workload by handling cross-format data interchange directly within your data pipelines.

How do I extract frontmatter from Markdown files for downstream processing?

Extract Markdown frontmatter by utilizing the metadata extraction feature to read document metadata. This allows you to parse and isolate frontmatter content from Markdown files for subsequent use in downstream processing tasks.

Can I detect file types from raw bytes or file paths in a large repository?

Detect file types from raw bytes or file paths using the built-in file detection capabilities. This feature identifies formats across large repositories to help correlate and resolve complex file references within your codebase.

What is the best way to resolve complex file references across a codebase?

Resolve complex file references by applying package-level resolution through the library API. This correlates detected file types and extracted content with references across a codebase, automating cross-format data handling for developers.

Does this library support extracting content from PDF and text formats?

Extract content from PDF and text formats using the library's format conversion features. It applies content extraction to PDF files alongside standard configuration formats like TOML, YAML, JSON, and JSON5 for consolidated data handling.

Do I need external dependencies to use TOML, YAML, and JSON5 conversion features?

Access TOML, YAML, and JSON5 conversion features through optional features and the library API. The Skill operates with no external dependencies, consolidating format conversion and file detection natively within the biscuit-file ecosystem.