orchardcore-taxonomies

Generate taxonomy definitions, terms, and field configurations for Orchard Core content types and recipes.

13|3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-taxonomies
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchardcore-taxonomies
Source: https://github.com/CrestApps/CrestApps.AgentSkills/tree/main/src/CrestApps.AgentSkills.Skills/orchardcore/orchardcore-taxonomies
Command: npx skills add https://github.com/CrestApps/CrestApps.AgentSkills --skill orchardcore-taxonomies

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Orchard Core developers need a structured way to create and manage taxonomies, terms, and taxonomy fields to organize content effectively.

Core Features & Use Cases

  • Enable OrchardCore.Taxonomies to use taxonomy features.
  • Create taxonomy via recipes, manage hierarchical terms, attach TaxonomyField to content types, and query via Liquid.
  • Use cases include categorizing content, building tag systems, and dynamic taxonomy-driven filtering.

Quick Start

Install the Orchard Core Taxonomies skill and follow the templates to create a taxonomy, define terms, and attach taxonomy fields to content types.

Frequently Asked Questions about orchardcore-taxonomies

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

FAQPage Schema
How do I create hierarchical taxonomies in Orchard Core?

You can manage hierarchical taxonomies in Orchard Core by generating taxonomy definitions and terms via recipes. This skill handles creating both flat and hierarchical term structures to organize your content.

How do I attach a TaxonomyField to a content type in Orchard Core?

Attaching a TaxonomyField to an Orchard Core content type involves configuring the field within your content type definition. This skill provides templates to attach taxonomy fields, enabling dynamic categorization and tag systems for your content items.

Do I need to enable OrchardCore.Taxonomies before creating taxonomy recipes?

Yes, enabling the OrchardCore.Taxonomies feature is required before creating taxonomy recipes. This prerequisite activates the necessary functionality to define terms, attach TaxonomyField, and build taxonomy-driven content structures in your application.

Can I query taxonomy terms using Liquid in Orchard Core?

Yes, you can query taxonomy terms using Liquid in Orchard Core. This skill provides guidance for integrating Liquid-based queries into your development workflow, allowing you to retrieve and filter content dynamically based on taxonomy-driven structures.

What is the best way to categorize content using Orchard Core recipes?

The best way to categorize content using Orchard Core recipes is to define taxonomy structures and terms directly within your recipe files. This approach enables dynamic taxonomy-driven filtering and structured content organization across your application.

When should I use flat versus hierarchical taxonomies in Orchard Core?

Use flat taxonomies in Orchard Core for simple tag systems and hierarchical taxonomies for complex, multi-level content categorization. This skill supports both configurations, allowing you to build taxonomy-driven content structures based on your filtering needs.