ワンクリックで
docs-page-frontmatter
Write YAML front matter for documentation pages with appropriate titles and descriptions for social cards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write YAML front matter for documentation pages with appropriate titles and descriptions for social cards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
This skill should be used when the user asks to "define a feature", "create a BaseFeature class", "track feature versions", "set up metadata store", "field-level lineage", "FieldSpec", "FeatureDep", "run metaxy CLI", "metaxy migrations", "metaxy lock", "lock features", "external features", "multi-environment", "monorepo features", "enable Map datatype", "enable_map_datatype", or needs guidance on metaxy feature definitions, versioning, metadata stores, CLI commands, testing patterns, feature locking, Map datatype configuration, or multi-environment configuration.
This skill should be used when the user asks to "add a tach module", "configure tach layers", "define module boundaries", "set up interfaces", "run tach check", "check module boundaries", "tach sync", "tach show", "deprecate a dependency", "tach-ignore", "unchecked modules", "tach test", "skip tests with tach", "configure tach.toml", "source roots", "forbid circular dependencies", "enforce module boundaries", "set up architectural layers", or "tach init".
Use Sybil for testing code examples in documentation and docstrings. Covers pytest integration, parsers, skip directives, and namespace management.
Effectively use Narwhals to write dataframe-agnostic code that works seamlessly across multiple Python dataframe libraries. Write correct type annotations for code using Narwhals.
Use syrupy for pytest snapshot testing to ensure the immutability of computed results, manage snapshots, customize serialization, and handle complex data structures with built-in matchers and filters.
Self-reflect on the current session to identify mistakes and propose improvements to .claude configuration (CLAUDE.md, hooks, skills).
| name | docs-page-frontmatter |
| description | Write YAML front matter for documentation pages with appropriate titles and descriptions for social cards. |
This skill guides writing YAML front matter for mkdocs-material documentation pages. Front matter controls social card generation and page metadata.
---
title: "Page Title"
description: "Brief description of the page."
---
DO:
DON'T:
# API reference page
description: "API reference for DuckDBMetadataStore."
# Configuration page
description: "Configuration options for ClickHouseMetadataStore."
# Concept page
description: "How Metaxy calculates and tracks versions."
# Index page
description: "Available metadata store backends for Metaxy."
# Integration overview
description: "Dagster integration for Metaxy."
# Guide page
description: "Defining dependencies between features."
# Too verbose, lists specific details
description: "Connect Metaxy with orchestrators like Dagster, databases like ClickHouse and BigQuery, and plugins for SQLModel and SQLAlchemy."
# Prescribes use case
description: "Use DuckDB as a fast embedded analytical database for local development and testing with Metaxy."
# Enumerates implementation details
description: "Configuration options for DuckDBMetadataStore including database path, extensions, and DuckLake settings."
# Describes the subject, not the page
description: "A pluggable metadata layer for ML pipelines that tracks feature versions, dependencies, and data lineage."
| Page Type | Title Pattern | Description Pattern |
|---|---|---|
| Overview/Index | Section name | Brief summary of section contents |
| API Reference | "[Subject] API" | "API reference for [Subject]." |
| Configuration | "[Subject] Configuration" | "Configuration options for [Subject]." |
| Concept/Guide | Concept name | Brief statement of what the page explains |
| Example | "[Name] Example" | Brief statement of what the example demonstrates |
| Integration | "[Tool] Integration" | "[Tool] integration for Metaxy." |
Before finalizing front matter, verify: