article-tag-enhancer

Analyze Markdown article content and update frontmatter with kebab-case tags.

4|1|Updated Jan 11, 2018
One-click install
npx skills add https://github.com/izikeros/blog --skill article-tag-enhancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-tag-enhancer
Source: https://github.com/izikeros/blog/tree/main/.factory/skills/article-tag-enhancer
Command: npx skills add https://github.com/izikeros/blog --skill article-tag-enhancer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill reduces the manual work of tagging Markdown articles by analyzing content and updating frontmatter with relevant, kebab-case tags.

Core Features & Use Cases

  • Automatic tag extraction from content and headings
  • Compliance with kebab-case formatting
  • Post-edit chaining to trigger article-post-edit-actions

Quick Start

Provide the path to a markdown article and let the skill append relevant tags to its frontmatter.

Frequently Asked Questions about article-tag-enhancer

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

FAQPage Schema
How do I automatically add tags to Markdown frontmatter?

To automatically add tags to Markdown frontmatter, provide the article path and the skill analyzes content and headings to append relevant, kebab-case tags. This reduces manual tagging work for blog posts, notes, and documentation.

What is kebab-case tagging and why use it for blog posts?

Kebab-case tagging formats tags as lowercase words separated by hyphens, ensuring consistent content discovery. This standardization prevents duplicate or fragmented tags, making Markdown articles easier to index and search across platforms.

Can I update existing tags in Markdown frontmatter without losing data?

Yes, updating existing tags in Markdown frontmatter preserves your current tags. The skill analyzes the article content and only appends clearly relevant new tags, ensuring no original metadata is overwritten or lost during the process.

Does Markdown frontmatter tagging work for generic or empty tags?

Markdown frontmatter tagging works specifically for articles lacking descriptive tags or containing generic tags. It analyzes the content to extract relevant keywords and formats them as kebab-case, replacing non-descriptive metadata.

What happens after automated Markdown tagging completes?

After automated Markdown tagging completes, it triggers the article-post-edit-actions skill. This creates a chained workflow that allows downstream processing or publishing steps to execute automatically without manual intervention.