gnipbaognipbaoCommunityยท1 Agent Skills Included

content-to-skill

Convert documents and transcripts into executable skill packages

Converts notes, documents, transcripts, videos, and rough workflows into runnable SKILL.md packages with references, examples, and validation scripts. Extracts reusable mechanisms instead of copying source text, and honestly flags material that cannot be accessed. Repairs weak generated skills, scores them against a quality rubric, and validates packages before publishing.
npx skills add gnipbao/content-to-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install content-to-skill?โ–ผ

Run `npx skills add gnipbao/content-to-skill --all -g -y` in your terminal to install it globally for your agent runtime.

How to turn a document into a reusable skill?โ–ผ

Provide your notes, transcript, or document and ask to convert it. The skill extracts the repeatable method, builds a SKILL.md package, and validates it with a local checker.

Can it convert a video into a skill?โ–ผ

Yes, but it needs a transcript, subtitles, or summary first. If the video content is inaccessible, it asks for the material instead of guessing.

Does content-to-skill work with Claude Code and Codex?โ–ผ

Yes. The generated packages follow the standard SKILL.md format and run in Claude Code, Codex, and other skills-compatible runtimes.

Can it fix a skill that only summarizes instead of acting?โ–ผ

Yes. It audits the weak skill against the original source, patches the workflow and output rules, and reruns validation until it passes.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’