hos-skillify

Mine conversation transcripts to distill durable conventions into new or updated skills.

32|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/openreachtech/hora-skills-ort-support --skill hos-skillify-openreachtech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hos-skillify
Source: https://github.com/openreachtech/hora-skills-ort-support/tree/main/kit/skills/hos-skillify
Command: npx skills add https://github.com/openreachtech/hora-skills-ort-support --skill hos-skillify-openreachtech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Long working sessions establish conventions, measurements, and decisions that never appear in the shipped code or diff, so they are lost once the conversation ends. This Skill reads the session transcript on disk and turns what the thread settled into a durable skill, or an addition to an existing one. ## Core Features & Use Cases - Transcript harvesting: Locates the current session's JSONL transcript (including predecessors of resumed sessions), separates the person's turns from tool results, and pulls the passages where corrections were settled by measurement or decision. - Classification and sifting: Classifies each fact against an existing skill as new, sharpens, exception, contradicts, or covered, and drops project state, third-party behavior records, and person-specific statements. - Gated writing: Presents a numbered outline table for approval before writing, then hands the approved material to the skill-updating convention and runs the target repository's verification checks. - Use Case: After a long debugging session that established why a lockfile install ignores quarantine rules, run the skill to distill that finding into a convention skill instead of letting it vanish with the conversation. ## Quick Start Ask the agent to run /hos-skillify with an optional topic to turn what this conversation established into a skill.

Frequently Asked Questions about hos-skillify

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

FAQPage Schema
How do I turn a conversation into a reusable skill?

Run /hos-skillify with an optional topic describing what to mine. The skill reads the session transcript, harvests the passages where corrections were settled, presents an outline for approval, and hands the approved material to the skill-updating convention for writing.

How do I add new material to an existing skill instead of creating one?

Pass the skill: argument with the target skill's bare name, for example /hos-skillify skill:my-skill. The run reads that skill in full, classifies each harvested fact as new, sharpens, exception, contradicts, or covered, and rewrites or appends accordingly.

Can it harvest a conversation that was resumed across sessions?

Yes. Resuming opens a new transcript file, so the skill follows the chain of predecessor files named inside each resume summary and reports every file located. Reading only the current file would miss most of the material in a long resumed conversation.

What material does the skill refuse to write?

It drops project state, records of third-party package behavior, assertions that settled nothing, and any statement that requires naming a person, customer, or unpublished plan. Dropped material is reported at the gate so the caller can place it elsewhere.

Why does a run stop before writing anything?

The gate at phase 5 always stops to present a numbered outline of claims, their basis, and their verdicts. The caller approves or selects rows; any other input ends the run without writing, preventing unintended changes to the skill library.