yore-vocabulary-harvest

Extract candidate vocabulary terms from a Yore index for stopword curation.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/rahulrajaram/rahulskills --skill yore-vocabulary-harvest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yore-vocabulary-harvest
Source: https://github.com/rahulrajaram/rahulskills/tree/main/skills/yore-vocabulary-harvest
Command: npx skills add https://github.com/rahulrajaram/rahulskills --skill yore-vocabulary-harvest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cargo, and includes scripts (resource) components.

What problem does it solve?

This skill automates the extraction of candidate vocabulary terms from a Yore index, streamlining the process of curating stopwords and filtering domain-specific terms.

Core Features & Use Cases

  • Candidate Term Extraction: Generates a list of potential vocabulary terms from a Yore index.
  • Stopword Curation Support: Provides terms that can be reviewed for inclusion in stopword lists.
  • Domain Filtering Aid: Helps identify terms relevant or irrelevant to a specific domain.
  • Use Case: After building a Yore index for a project's codebase, use this skill to harvest the top 200 most frequent terms to identify potential new stopwords or domain-specific jargon.

Quick Start

Run the yore-vocabulary-harvest skill to extract the top 200 terms from the Yore index located in the .yore directory.

Frequently Asked Questions about yore-vocabulary-harvest

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

FAQPage Schema
How do I extract vocabulary terms from a Yore index?

To extract vocabulary terms from a Yore index, you run this skill against the .yore directory to automatically harvest candidate terms. This process generates structured or plain lists of the most frequent terms for linguistic analysis.

What is the best way to curate stopwords from codebase analysis?

The best way to curate stopwords from codebase analysis is to extract the top frequent candidate terms from a Yore index. You can then review these harvested terms to identify and filter out irrelevant jargon for your stopword lists.

Do I need cargo to run term extraction on a Yore index?

Yes, you need cargo installed because the Yore build toolchain requires it to process the index files. The skill depends on cargo to successfully execute the vocabulary extraction scripts and output the term lists.

Can I use Yore vocabulary extraction for domain filtering?

Yes, you can use Yore vocabulary extraction for domain filtering by analyzing the harvested candidate terms. This helps identify which terms are relevant or irrelevant to a specific domain within your indexed codebase.

How many frequent terms can I harvest from a Yore index?

You can harvest the top 200 most frequent terms from a Yore index using this skill. This allows you to quickly identify potential new stopwords or domain-specific jargon for your project.