local-skills-loader

Locate a user's personal skills folder and execute named SKILL.md instructions.

3|1|Updated Jun 20, 2016
One-click install
npx skills add https://github.com/paulchiu/dotfiles --skill local-skills-loader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-skills-loader
Source: https://github.com/paulchiu/dotfiles/tree/main/.config/opencode/skills/local-skills-loader
Command: npx skills add https://github.com/paulchiu/dotfiles --skill local-skills-loader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The user maintains a personal skill collection on their host machine that is not part of Cowork's built-in skills. This Skill loader locates that folder when the user references a personal skill, reads the corresponding SKILL.md, and executes its instructions.

Core Features & Use Cases

  • Locate the granted skills root folder (the directory that contains subdirectories, each with its own SKILL.md).
  • Resolve a named personal skill and read its SKILL.md to follow its guidance.
  • Read and execute the retrieved personal skill in context when triggered by user references.

Quick Start

Ask Cowork to locate your granted skills folder and run the named skill.

Frequently Asked Questions about local-skills-loader

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

FAQPage Schema
How do I load and run personal skills from a local folder in Cowork?

To load personal skills, you grant Cowork access to your local skills root folder. The loader identifies the granted directory, resolves the named skill, reads its SKILL.md, and executes the instructions in context.

What is a SKILL.md file and how does it execute my custom automation?

A SKILL.md file contains the operational instructions for a personal skill. The loader reads this file from your resolved skill subdirectory and follows its guidance to execute the specific automation or task you referenced.

How do I list and trigger my personal skill collection by name?

You can list and trigger your personal skill collection by asking Cowork to locate your granted skills folder. Once accessed, you simply reference a personal skill by name, and the loader resolves and runs it.

Does the personal skill loader require specific folder permissions to run?

Yes, the personal skill loader requires folder permissions. Cowork must be granted access to your host machine's skills root directory, which contains subdirectories each holding a SKILL.md, to safely locate and execute skills.

Can I use local automation skills that are not part of Cowork's built-in tools?

Yes, you can use local automation skills outside of Cowork's built-in tools. The loader specifically functions to locate, read, and execute your personal skill collection maintained on your host machine when triggered by user references.

What are the limitations of loading personal skills from a local directory?

The loader is limited by requiring a granted skills root folder on your host machine. It can only resolve and execute personal skills that are properly structured with a SKILL.md file inside their respective subdirectories.