---
title: "Request for comments"
date: 2026-03-15
canonical: https://solmaz.io/x/2033310262019703204/
x_url: https://x.com/onusoz/status/2033310262019703204
license: CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/)
---

Request for comments

skillflag: A complementary way to bundle agent skills right into your CLIs

tl;dr define a --skill flag convention. It is basically like --help or manpages but for agents

acpx already has this for example. you can run
   npx acpx --skill install
to install the skill to your agent

It's agnostic of anything except the command line
It only defines the CLI interface and does not enforce anything else. If you install the executable to your system, you get a way to list and install skills as well

Repo currently contains a TypeScript implementation, but if it proves useful, I would implement other languages as well

Specification below, let me know what you think! I still think something is missing there. Send issue/PR
https://github.com/dutifuldev/skillflag/blob/main/docs/SKILLFLAG_SPEC.md
