From 3d453e1b9a4cd5e2e49110fe2d5bf28deee07304 Mon Sep 17 00:00:00 2001 From: Amolith Date: Mon, 25 May 2026 15:43:31 -0600 Subject: [PATCH] frontmatter: make them all user-invocable --- skills/addressing-code-review-comments/SKILL.md | 1 + skills/ast-grep/SKILL.md | 1 + skills/auditing-repositories/SKILL.md | 1 + skills/authoring-skills/SKILL.md | 1 + skills/backing-up-with-keld/SKILL.md | 1 + skills/collaborating-through-pr-pico-sh/SKILL.md | 1 + skills/creating-tasks-through-lunatask/SKILL.md | 1 + skills/fallback-code-review/SKILL.md | 1 + skills/formatting-commits/SKILL.md | 1 + skills/frontend-accessibility/SKILL.md | 1 + skills/handling-customer-data/SKILL.md | 1 + skills/humanize/SKILL.md | 1 + skills/ideating-with-bdd/SKILL.md | 1 + skills/initialising-and-updating-agents-md/SKILL.md | 1 + skills/invoking-subagents/SKILL.md | 1 + skills/maintaining-aur-packages/SKILL.md | 4 ++++ skills/monitoring-with-munin/SKILL.md | 1 + skills/notifying-through-ntfy/SKILL.md | 1 + skills/rebasing-with-git/SKILL.md | 1 + skills/researching-with-rumilo/SKILL.md | 1 + skills/scripting-with-go/SKILL.md | 1 + skills/testing-with-gocuke-and-gherkin/SKILL.md | 1 + skills/updating-llm-client-model-lists/SKILL.md | 4 ++++ skills/using-exe-dev/SKILL.md | 1 + skills/using-jujutsu/SKILL.md | 1 + skills/working-with-zmx/SKILL.md | 1 + skills/writing-git-tags/SKILL.md | 1 + skills/writing-rust/SKILL.md | 1 + 28 files changed, 34 insertions(+) diff --git a/skills/addressing-code-review-comments/SKILL.md b/skills/addressing-code-review-comments/SKILL.md index 3ce5710e429e92abe75762500469346e17ba9b41..1f377457e71581a8c77697f4de38aa9fa68db1bd 100644 --- a/skills/addressing-code-review-comments/SKILL.md +++ b/skills/addressing-code-review-comments/SKILL.md @@ -1,6 +1,7 @@ --- name: addressing-code-review-comments description: Finds 'CR:' comments in code, gathers feedback, and carries out requested changes. Use when scanning a repo for inline agent notes, code review from the user, or decision requests. +user-invocable: true metadata: source: https://github.com/ampcode/amp-contrib --- diff --git a/skills/ast-grep/SKILL.md b/skills/ast-grep/SKILL.md index 404cba1809e59990a3ab94b76b6235c244bf3dde..44343896386b21844bffe915de937302c6e60f4c 100644 --- a/skills/ast-grep/SKILL.md +++ b/skills/ast-grep/SKILL.md @@ -1,6 +1,7 @@ --- name: ast-grep description: Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics. +user-invocable: true metadata: source: https://github.com/ampcode/amp-contrib --- diff --git a/skills/auditing-repositories/SKILL.md b/skills/auditing-repositories/SKILL.md index 8e45dfe19a6ae6a1dc6733db01729239783d81aa..bc5c2521549216a1e03c6e3cb456f882d694db43 100644 --- a/skills/auditing-repositories/SKILL.md +++ b/skills/auditing-repositories/SKILL.md @@ -1,6 +1,7 @@ --- name: auditing-repositories description: Audits open source repositories for security, privacy, and unexpected behavior. Use when asked to audit, review, or assess a repo or codebase for vulnerabilities, privacy or telemetry concerns, suspicious behavior, dependency or supply chain risk, or OSS due diligence. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/authoring-skills/SKILL.md b/skills/authoring-skills/SKILL.md index 5aad2c1a01f1fac119feb2476d22730a3dbc5edc..bd8aca298873458f00b397c6c367889a9316d49a 100644 --- a/skills/authoring-skills/SKILL.md +++ b/skills/authoring-skills/SKILL.md @@ -2,6 +2,7 @@ name: authoring-skills description: Creates well-structured Agent Skills following best practices. Use when writing new skills, reviewing existing skills, or when the user mentions skill authoring or Skills. compatibility: Requires filesystem access to create skill directories and files +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/backing-up-with-keld/SKILL.md b/skills/backing-up-with-keld/SKILL.md index e093449358f252570827b2581953c7b82bee84c8..813f8d5e25e6b0ebc35c331aba34bf76a0418245 100644 --- a/skills/backing-up-with-keld/SKILL.md +++ b/skills/backing-up-with-keld/SKILL.md @@ -1,6 +1,7 @@ --- name: backing-up-with-keld description: Writes and manages keld configuration for restic backups. Use when the user mentions keld, backup presets, restic config, or needs help writing TOML config for backups. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/collaborating-through-pr-pico-sh/SKILL.md b/skills/collaborating-through-pr-pico-sh/SKILL.md index 8e6e6752bb92ce9a6e099ea1a6beef127abe49be..707bf71a582c165f34ae8fec61f4aa08bc0f1f23 100644 --- a/skills/collaborating-through-pr-pico-sh/SKILL.md +++ b/skills/collaborating-through-pr-pico-sh/SKILL.md @@ -1,6 +1,7 @@ --- name: collaborating-through-pr-pico-sh description: Collaborates on git patches via pr.pico.sh, a minimal patchbin service. Use when submitting, reviewing, or managing patch requests, or when the user mentions pr.pico.sh, patchbin, or patch requests. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/creating-tasks-through-lunatask/SKILL.md b/skills/creating-tasks-through-lunatask/SKILL.md index 02c1500e3f4ce0ac728aaa55cf4e6b1a63bfc619..33529234f6a23be31b58d2c8a6a021e9bddd2287 100644 --- a/skills/creating-tasks-through-lunatask/SKILL.md +++ b/skills/creating-tasks-through-lunatask/SKILL.md @@ -2,6 +2,7 @@ name: creating-tasks-through-lunatask description: Creates tasks in Lunatask for todos, reminders, deferred work, and handoffs. Use when the user wants to capture something for later, whether for themselves or for a future agent session. compatibility: Requires Lunatask MCP or CLI tools +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/fallback-code-review/SKILL.md b/skills/fallback-code-review/SKILL.md index 996d950fea206466e5a4c70f7b726d786944e072..851fbce240a9a21c174a14800cbd9579c9625fea 100644 --- a/skills/fallback-code-review/SKILL.md +++ b/skills/fallback-code-review/SKILL.md @@ -1,6 +1,7 @@ --- name: fallback-code-review description: Fallback only for agents with no native code-review capability. Do NOT use this skill if the environment provides a `code_review` tool, built-in `code-review` skill, or any first-party review mechanism; use that instead. After confirming no other review mechanism exists, use this skill to get an external review of code changes, commits, PRs, patches, or diffs via CLI tools. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/formatting-commits/SKILL.md b/skills/formatting-commits/SKILL.md index fb7edee9747dd53092434a523a55c2e115c96cd4..d8366ba80165f01460b6271b2259a2315a30872a 100644 --- a/skills/formatting-commits/SKILL.md +++ b/skills/formatting-commits/SKILL.md @@ -6,6 +6,7 @@ description: >- mentions commits, commit messages, conventional commits, or commit formatting, regardless of VCS. Also use when writing tag annotations or change descriptions. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/frontend-accessibility/SKILL.md b/skills/frontend-accessibility/SKILL.md index 45644ea74faf34d7b305b77715cf5068f72c0cb9..8e6711a35ab03f85ee322ba063941f952fb488e8 100644 --- a/skills/frontend-accessibility/SKILL.md +++ b/skills/frontend-accessibility/SKILL.md @@ -1,6 +1,7 @@ --- name: frontend-accessibility description: Generates accessible HTML, React, and frontend code following WCAG 2.2 AA guidelines. Use when creating UI components, forms, navigation, or any user-facing frontend code. Focuses on semantic HTML, keyboard accessibility, and screen reader compatibility. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/handling-customer-data/SKILL.md b/skills/handling-customer-data/SKILL.md index b8c9dc69db340a64577c6b006c6d8c9cfb9b1309..0e6023126897d94e9fff507603f0068362edc0db 100644 --- a/skills/handling-customer-data/SKILL.md +++ b/skills/handling-customer-data/SKILL.md @@ -1,6 +1,7 @@ --- name: handling-customer-data description: Handles customer data responsibly by answering questions ABOUT data without ever seeing the data directly. Use when querying Redis, databases, logs, or any source containing customer information like JIDs, emails, phone numbers, or account details. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/humanize/SKILL.md b/skills/humanize/SKILL.md index dad8d982bca0b5100ebaae3da3760c59424ec2d9..a06d6a4e92a3bca54bc53549d21d829299bb4795 100644 --- a/skills/humanize/SKILL.md +++ b/skills/humanize/SKILL.md @@ -1,6 +1,7 @@ --- name: humanize description: Transforms polished, AI-generated, or overly formal writing into natural, human-sounding prose. Removes mechanical patterns typical of LLM output — fluffy emphasis, canned phrasing, excessive parallelism, and forced structure. Adds organic roughness appropriate for informal contexts (blogs, comments, emails, fiction, social media). Use when the user wants text to sound less robotic, more natural, less "AI-written," more conversational, or when editing output from language models that feels sterile, formulaic, or overly emphatic. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/ideating-with-bdd/SKILL.md b/skills/ideating-with-bdd/SKILL.md index b526862799fb82386f0115e2ec44c3f18182610e..9b5c1527bab5951a2485724f0ee20a1d93c11c87 100644 --- a/skills/ideating-with-bdd/SKILL.md +++ b/skills/ideating-with-bdd/SKILL.md @@ -11,6 +11,7 @@ description: >- it concrete, or when they ask "what should the behaviour be". Works for any language or framework. NOT for automating tests or writing implementation code. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/initialising-and-updating-agents-md/SKILL.md b/skills/initialising-and-updating-agents-md/SKILL.md index 3be917942fde8238f06fc399ec94056beb1ee43d..a571932a20ebb37a522d650ba2a11f635aefb55f 100644 --- a/skills/initialising-and-updating-agents-md/SKILL.md +++ b/skills/initialising-and-updating-agents-md/SKILL.md @@ -1,6 +1,7 @@ --- name: initialising-and-updating-agents-md description: Analyses a codebase and creates or updates AGENTS.md to help future agents work effectively. Use when asked to initialise, generate, or update an AGENTS.md file, or when the user says "init agents", "generate agents.md", or wants to document a project for agent use. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/invoking-subagents/SKILL.md b/skills/invoking-subagents/SKILL.md index e1e9636e2cba45c6547ef5d794f4053610dbed2f..2ba25f4794e36b1673a42cb0553daa4f5a1ad447 100644 --- a/skills/invoking-subagents/SKILL.md +++ b/skills/invoking-subagents/SKILL.md @@ -2,6 +2,7 @@ name: invoking-subagents description: Spawns subagents with configurable tool access that return just the answers without flooding your context. Use for summarizing extensive git history, comparing across multiple repositories in parallel, or processing large diffs/logs. compatibility: Requires `synu` shell plugin and `claude` CLI tool +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/maintaining-aur-packages/SKILL.md b/skills/maintaining-aur-packages/SKILL.md index 2c69e6b04fc98def66ff0fac6cc3d94750248cf6..40df0b875a2979fcd212621ca4496f8ccd52e559 100644 --- a/skills/maintaining-aur-packages/SKILL.md +++ b/skills/maintaining-aur-packages/SKILL.md @@ -1,6 +1,10 @@ --- name: maintaining-aur-packages description: Creates and updates AUR packages following Arch packaging standards. Use when creating new AUR packages, updating existing AUR PKGBUILDs, bumping package versions, or when the user mentions AUR, PKGBUILD, makepkg, pacman packaging, or Arch Linux packages. +user-invocable: true +license: LicenseRef-MutuaL-1.2 +metadata: + author: Amolith --- ## Code style diff --git a/skills/monitoring-with-munin/SKILL.md b/skills/monitoring-with-munin/SKILL.md index 4b222e49a2e4583a979bc045d0de1620cec63ed4..4b953f144c2b562d408d218fbcae911a326cb7ec 100644 --- a/skills/monitoring-with-munin/SKILL.md +++ b/skills/monitoring-with-munin/SKILL.md @@ -1,6 +1,7 @@ --- name: monitoring-with-munin description: Deploys and manages Munin monitoring across servers. Use when setting up munin-node on a host, writing munin plugins, adding nodes to a master, configuring alerts, or diagnosing system issues using munin data. Also use when the user mentions munin, monitoring, or graphing server metrics. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/notifying-through-ntfy/SKILL.md b/skills/notifying-through-ntfy/SKILL.md index 3443997540fc17db479cdb75251c0d7fa54e06ae..ee25f9fd5e60364ca0a2f654301c12f1b0bec7e5 100644 --- a/skills/notifying-through-ntfy/SKILL.md +++ b/skills/notifying-through-ntfy/SKILL.md @@ -1,6 +1,7 @@ --- name: notifying-through-ntfy description: Sends push notifications via ntfy.sh. Use when the user asks to be notified, says "ntfy me", or requests a notification when a task is done. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/rebasing-with-git/SKILL.md b/skills/rebasing-with-git/SKILL.md index b24fd3e8ebef82259fb53ff9f5f00b549c618e20..4f729445ec3233961165e1eb2c1caebc84ffd144 100644 --- a/skills/rebasing-with-git/SKILL.md +++ b/skills/rebasing-with-git/SKILL.md @@ -1,6 +1,7 @@ --- name: rebasing-with-git description: Guides git rebase workflows including simple rebases and complex fork rebases with drop-and-repick for personal integration branches. Use when the user asks to rebase, mentions rebasing, needs help with rebase conflicts, or asks to pull feature branch changes into a personal branch. Supports branch-based repos, worktrees, and wt-managed bare repos. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/researching-with-rumilo/SKILL.md b/skills/researching-with-rumilo/SKILL.md index c132e6005f403f32ff8fcbfabe4068021b084483..d5dbfd2b04e320b7c4983eb1757596d3d5b4490b 100644 --- a/skills/researching-with-rumilo/SKILL.md +++ b/skills/researching-with-rumilo/SKILL.md @@ -1,6 +1,7 @@ --- name: researching-with-rumilo description: Dispatches AI research subagents via rumilo to search the web or explore git repositories. Use when the user asks to research a topic, look up library usage, explore a codebase, read documentation from the web, or when you need information from an external repository or website to complete a task. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/scripting-with-go/SKILL.md b/skills/scripting-with-go/SKILL.md index a8636fe8e5e1900631604480ae20032828927a2d..724237841b145b1741196337404bdbc1cf3fb624 100644 --- a/skills/scripting-with-go/SKILL.md +++ b/skills/scripting-with-go/SKILL.md @@ -1,6 +1,7 @@ --- name: scripting-with-go description: Creates executable Go scripts with shebang-like behavior. Use when the user wants Go scripts, mentions Go scripting, or needs executable .go files. If working in a Go project, do NOT use unless explicitly requested. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/testing-with-gocuke-and-gherkin/SKILL.md b/skills/testing-with-gocuke-and-gherkin/SKILL.md index 93cd2636daf646dc05c1c6fd24e64cb334b48c45..4d58b40711ab1560cc7d3d79cfccdce2bd2fb464 100644 --- a/skills/testing-with-gocuke-and-gherkin/SKILL.md +++ b/skills/testing-with-gocuke-and-gherkin/SKILL.md @@ -6,6 +6,7 @@ description: >- running Go BDD tests, or automating .feature files in Go. For discovery and formulation of behaviour, use ideating-with-bdd instead. NOT for non-Go projects or other BDD frameworks. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/updating-llm-client-model-lists/SKILL.md b/skills/updating-llm-client-model-lists/SKILL.md index 03cfef31405d579d8e273084acd825af642ff6fa..6f9e4832b0f7104b4dae2d17d2294d6bd2363f4e 100644 --- a/skills/updating-llm-client-model-lists/SKILL.md +++ b/skills/updating-llm-client-model-lists/SKILL.md @@ -1,6 +1,10 @@ --- name: updating-llm-client-model-lists description: Synchronizes model configurations across Zed, Crush, Pi, and ECA from Plexus' /v1/models endpoint. Use when the user asks to update model lists, sync models, refresh available models, or mentions Plexus model availability. +user-invocable: true +license: LicenseRef-MutuaL-1.2 +metadata: + author: Amolith --- Updates four LLM client configs from the Plexus proxy's available models. diff --git a/skills/using-exe-dev/SKILL.md b/skills/using-exe-dev/SKILL.md index 5c3018342ee964c0c5384772e42e30256e10def8..f54cafb0341da636bc570c6be9884cc2b24970a7 100644 --- a/skills/using-exe-dev/SKILL.md +++ b/skills/using-exe-dev/SKILL.md @@ -1,6 +1,7 @@ --- name: using-exe-dev description: Guides working with exe.dev VMs. Use when the user mentions exe.dev, exe VMs, *.exe.xyz, or tasks involving exe.dev infrastructure. +user-invocable: true --- # About diff --git a/skills/using-jujutsu/SKILL.md b/skills/using-jujutsu/SKILL.md index f17b1a29795532045e7532f2bafb91b9b84a1688..79cc43e0ad2521ebc561488e690f2418a8d4a404 100644 --- a/skills/using-jujutsu/SKILL.md +++ b/skills/using-jujutsu/SKILL.md @@ -5,6 +5,7 @@ description: >- pitfalls. Use when the project uses jj or jujutsu for version control, when committing changes, creating new changes, or inspecting history with jj. Not for use with git repos. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/working-with-zmx/SKILL.md b/skills/working-with-zmx/SKILL.md index f8c0249e011f8ff9ae70c8da36c8f80eef297a64..f11b10cc62a28d5520d5ff47e8dd2ed3a38abfc6 100644 --- a/skills/working-with-zmx/SKILL.md +++ b/skills/working-with-zmx/SKILL.md @@ -5,6 +5,7 @@ description: >- and long-running tasks. Use when the user mentions running something in the background, starting a dev server, running commands over SSH in a persistent session, or needs an alternative to tmux/screen for session multiplexing. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/writing-git-tags/SKILL.md b/skills/writing-git-tags/SKILL.md index 991e52405fe0624ba3ae181762e85b336fa5204f..e1693ec769297b846a862d0129d3b360dd97cc05 100644 --- a/skills/writing-git-tags/SKILL.md +++ b/skills/writing-git-tags/SKILL.md @@ -2,6 +2,7 @@ name: writing-git-tags description: Generates git tag annotations from commit history following Semantic Versioning and Conventional Commits. Use when creating git tags, writing release notes, tagging versions, or generating changelog entries. compatibility: Requires `git` and `git-format` CLI tools (invoked as `git formatted-tag`) +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith diff --git a/skills/writing-rust/SKILL.md b/skills/writing-rust/SKILL.md index 027d2b3068ae1e06e81afbc678385aa3b9cde89a..552bca10c86bb93a5ed2cf492e5cf273a03809fd 100644 --- a/skills/writing-rust/SKILL.md +++ b/skills/writing-rust/SKILL.md @@ -1,6 +1,7 @@ --- name: writing-rust description: Writes idiomatic, well-structured Rust code following community conventions and best practices. Use when working on Rust projects, writing Rust code, debugging Rust errors, or when the user mentions Rust, Cargo, or crates. +user-invocable: true license: LicenseRef-MutuaL-1.2 metadata: author: Amolith