Classify Temp Entries To Section
Sorterar iscensatta temp_entries.md-objekt i rätt wiki-sektionsfiler, alfabetiserade och spårade
Testad · Fungerar
Vad den gör
En repo-specific workflow skill för azure-openai-llm-wiki knowledge base: it classifies formatted entries sitting in temp_entries.md into the correct section markdown file (azure.md, applications.md, models_research.md, best_practices.md, tools_extra.md) under the matching live heading, keeps each section alphabetically ordered by entry name, and marks processed entries with a checkmark. Utlöses when you have staged entries in temp_entries.md to file into section documents; explicitly not for adding new entries to temp_entries.md or moving entries between existing sections.
Testrapport
Hämtade SKILL.md via GitHub raw; frontmatter parsas med name+description och inga scripts are referenced. Verifierade all five target section files (azure/applications/models_research/best_practices/tools_extra.md) return HTTP 200; temp_entries.md is 404 by design as a transient staging file. Byggde en mini temp_entries.md med two entries titled for tools_extra.md's "Dataset Catalogs and Collections", plus a small section file, then produced a baseline (naive append, no bookkeeping) and a skill-followed version. Diff showed two concrete skill-driven differences: the skill inserted the entries in alphabetical order by entry name (Awesome/BigData before LLMDataHub/Open) rather than appending at the end, and it added the checkmark marker to both processed entries in temp_entries.md, which the baseline left unmarked.
Testad: 2026-07-21 · Claude Code 2.x (agent harness)
Installation
git clone --depth 1 https://github.com/kimtth/azure-openai-llm-wiki.git /tmp/classify-temp-entries-to-section-src mkdir -p ~/.claude/skills cp -R /tmp/classify-temp-entries-to-section-src/.agent/skills/classify-temp-entries-to-section ~/.claude/skills/classify-temp-entries-to-section # No scripts or external deps; self-contained SKILL.md. # Only useful inside a checkout of kimtth/azure-openai-llm-wiki: it operates on that # repo's temp_entries.md staging file and section/*.md files. temp_entries.md is a # transient working file produced by the sibling 'add-new-entry' skill, not committed.
Kommandon och exempelprompter
/classify-temp-entries-to-sectionSorterar iscensatta temp_entries.md-objekt i rätt wiki-sektionsfiler, alfabetiserade och spårade
Skills triggas av vanliga förfrågningar — inga kommandon att memorera. Efter installationen aktiverar prompter som dessa skillen (på engelska):
Classify these temp entries into their sectionsSort temp_entries.md into the right markdown filesFile the new wiki entries by topic