Skip to content

Commit 23ec57b

Browse files
committed
Add descriptions to skills
1 parent af22de9 commit 23ec57b

6 files changed

Lines changed: 10 additions & 4 deletions

File tree

skills/content_classification/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: content_classification
2+
name: content-classification
3+
description: Classify newsletter content into one supported editorial content type.
34
input: title, content_text, url
45
output: content_type, confidence, explanation
56
---

skills/deduplication/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: deduplication
3+
description: Decide whether two content items should be treated as duplicates.
34
input: title, content_text, canonical_url, candidate_title, candidate_content_text, candidate_canonical_url, similarity_score
45
output: is_duplicate, confidence, explanation
56
---

skills/entity_extraction/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: entity_extraction
2+
name: entity-extraction
3+
description: Extract tracked entity mentions and propose new entity candidates.
34
input: title, content_text, project_id, tracked_entities
45
output: mentions, candidate_entities, explanation
56
---

skills/relevance_scoring/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: relevance_scoring
2+
name: relevance-scoring
3+
description: Score how relevant a content item is for a project's newsletter topic.
34
input: newsletter_topic, reference_similarity, title, content_text, url, source_plugin
45
output: relevance_score, explanation, used_llm
56
---

skills/summarization/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
name: summarization
3+
description: Write a concise newsletter-ready summary for relevant content.
34
input: title, content_text, newsletter_topic
45
output: summary
56
---

skills/theme_detection/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
name: theme_detection
2+
name: theme-detection
3+
description: Generate one editor-facing theme suggestion from a high-velocity topic cluster.
34
input: project_topic, cluster_context, recent_accepted_themes
45
output: title, one_sentence_pitch, why_it_matters, suggested_angle
56
---

0 commit comments

Comments
 (0)