Classify temp entries to section
Skill kimtth/azure-openai-llm-wiki/.agent/skills/classify-temp-entries-to-section
A curated collection of resources for π Azure OpenAI, π¦ LLMs (+RAG, Agents). Monthly Updates.
npx -y skills add kimtth/azure-openai-llm-wiki --skill classify-temp-entries-to-sectionAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Classification guidelines for entries in temp_entries.md. Each entry have its own title with the markdown file name and section name in temp_entries.md. USE FOR: Classifying new entries in temp_entries.md into *.md in the section files. DO NOT USE FOR: 1) Adding new entries to temp_entries.md; 2) Moving entries between sections.
SKILL.md
1.8 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Workflow: Classifying Entries in temp_entries.md
temp_entries.md is the staging file where new entries from temp.md are formatted before being inserted into the section files. Each entry in temp_entries.md should have a title indicating the target markdown file and section name for clarity.
Steps for classification:
- Identify the target section β Based on the title of each entry, determine which markdown file under
section/it belongs to and use the exact current heading from that file'sContentsblock or heading text. - Insert into sections β Once classified, entries should be moved from
temp_entries.mdto the appropriate section files (azure.md,applications.md,models_research.md,best_practices.md,tools_extra.md) under the correct live section headings. - Maintain organization β Ensure that entries are placed in the correct order within each section, following any existing formatting and structure. The entry are ordered by alphabetical order of the entry name under each section.
- Update temp_entries.md β After classification and insertion, add Check emoji β
to the entry in
temp_entries.mdto keep it clean and track which entries have been processed.
Do not classify hand-curated entries into generated index files such as section/x_llm_apps.md, section/x_llm_papers.md, or section/x_popular_papers.md. Use the generator-specific skills for those files.