@mattpocockuk: I think I need to ship my own installation CLI for my skills. It means I could: - Ship skills more customized to indivi…
Summary
Matt Pocock proposes creating a custom installation CLI for AI agent skills, enabling customization, dependency tracking, and easier updates via npx @ai-hero/skills init.
View Cached Full Text
Cached at: 07/10/26, 12:11 PM
I think I need to ship my own installation CLI for my skills. It means I could:
- Ship skills more customized to individual agents (/claude-handoff, /codex-handoff)
- Track dependencies (/grilling must be installed if /wayfinder is, for instance)
- Improve the update story for skills you’ve messed with (provide a prompt to grab the latest skills)
npx @ai-hero/skills init
WDYT?
Similar Articles
@mattpocockuk: Yesterday, I shipped v1 of mattpocock/skills, including: - /ask-matt: ask me how best to use the skills, from right in …
Matt Pocock released v1 of mattpocock/skills, a tool for creating and managing AI agent skills with features like /ask-matt and writing best practices.
@mattpocockuk: Getting sick of setting up third-party services So I built a skill for it /wizard builds you an interactive CLI for the…
Matt Pocock built a skill that generates an interactive CLI wizard to automate setting up third-party services, reducing manual effort.
@mattpocockuk: The more I look at this, the more I think I should ship a CLI for wayfinder to make this possible. npx @ai-hero/wayfind…
Matt Pocock is considering shipping a CLI for Wayfinder, allowing users to run npx @ai-hero/wayfinder with endpoints like github, gitlab, or local, as demonstrated by a user's planetary visualization of the wayfinding process.
@mattpocockuk: One thing missing from my skill set is what compound engineering has - the promise that your process improves over time…
A tweet explores the gap in AI skills for process improvement over time, suggesting a potential tool like '/improve-me' to update coding standards and refine agent behaviors.
@mattpocockuk: One thing I've underplayed in my skill set is how customizable it is Specifically the /code-review skill 1. Notice the …
Matt Pocock shares how he customizes the /code-review skill by writing issues into CODING_STANDARDS.md, which the agent then enforces during reviews.