bengal-taxonomy

Configure and query Bengal static site taxonomy via frontmatter and built-in indexes.

41|Updated Oct 2, 2025
One-click install
npx skills add https://github.com/lbliii/bengal --skill bengal-taxonomy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bengal-taxonomy
Source: https://github.com/lbliii/bengal/tree/main/skills/bengal-taxonomy
Command: npx skills add https://github.com/lbliii/bengal --skill bengal-taxonomy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you organize and query your Bengal static site content efficiently using tags, categories, and built-in indexes, making it easier for users to discover related information.

Core Features & Use Cases

  • Content Organization: Assign tags, categories, and author information to your posts and pages via frontmatter.
  • Efficient Querying: Utilize built-in indexes for O(1) lookups of content by section, author, category, or date.
  • Dynamic Content Display: Render lists of posts based on specific tags, categories, or authors within your templates.
  • Use Case: Display all blog posts tagged with 'python' or show all tutorials written by 'Jane Doe'.

Quick Start

Use the bengal-taxonomy skill to add tags and categories to your content frontmatter.

Frequently Asked Questions about bengal-taxonomy

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

FAQPage Schema
How do I organize static site content with tags and categories?

To organize static site content with tags and categories, assign taxonomy metadata like tags, categories, and author information directly to your posts and pages via frontmatter configuration.

How do I query content by author or date range in a site generator?

Querying content by author or date range utilizes built-in indexes for O(1) lookups, allowing you to retrieve and display posts dynamically based on section, category, or author through template queries.

What is the best way to display all posts with a specific tag in Bengal?

The best way to display posts with a specific tag in Bengal is by utilizing built-in indexes and template queries to render dynamic lists of content filtered by the assigned frontmatter tags.

Does content organization in Bengal require frontmatter configuration?

Yes, content organization in Bengal requires frontmatter configuration to assign tags and categories, alongside template queries, to enable dynamic content retrieval and discovery through built-in indexes.