llmskill

Synchronize skill definitions from a source repository to installed LLM agent configurations.

1|Updated Dec 2, 2023
One-click install
npx skills add https://github.com/tinywasm/devflow --skill llmskill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llmskill
Source: https://github.com/tinywasm/devflow/tree/main/skills/llmskill
Command: npx skills add https://github.com/tinywasm/devflow --skill llmskill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs skill definitions from the source repository to installed LLM agent configurations, ensuring every agent stays up-to-date with the latest skill logic.

Core Features & Use Cases

  • Syncs skills from the local devflow repository to the installed agent configurations (Claude, Gemini, and others).
  • Installs to a central skills directory and creates symlinks in each agent's config, enabling unified updates.
  • Supports incremental updates after SKILL.md changes, so agents reflect changes quickly.

Quick Start

Clone the devflow repository, install the llmskill binary, then run llmskill to synchronize skills to your agents.

Frequently Asked Questions about llmskill

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

FAQPage Schema
How do I sync skills to multiple LLM agents like Claude and Gemini?

You can sync skills to installed LLM agents by running the llmskill binary, which updates configurations for Claude, Gemini, and others by applying changes from your local devflow repository.

What is the best way to update agent skills after changing SKILL.md?

To update agent skills after SKILL.md changes, run llmskill to apply incremental updates, ensuring your installed Claude and Gemini configurations reflect the latest skill logic quickly.

Do I need a specific directory structure to sync skills to LLM agents?

Yes, to sync skills to LLM agents, your skills must reside under the skills/ directory in your local devflow repository before running the llmskill binary for synchronization.

How does skill synchronization work across different installed AI agents?

Skill synchronization works by installing definitions to a central directory and creating symlinks in each agent's configuration, enabling unified updates across your installed LLM agents.

Can I use llmskill to manage devflow skills without installing a binary on the host?

No, you cannot manage devflow skills without the binary, because the llmskill binary must be installed on your host to execute the synchronization process to your installed agents.

Why are my installed LLM agents not reflecting the latest skill definitions?

Your installed LLM agents might not reflect the latest skill definitions if you have not run the llmskill binary after updating your SKILL.md files in the local devflow repository.