diff --git a/skills/auditing-repositories/SKILL.md b/skills/auditing-repositories/SKILL.md index ddbd319a737891b479bd7bcd2624db06c6fe828c..de6224c6861b9d46d813a4844183598b9daef066 100644 --- a/skills/auditing-repositories/SKILL.md +++ b/skills/auditing-repositories/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/authoring-skills/SKILL.md b/skills/authoring-skills/SKILL.md index dba03af023413e71e03eed2c5e1c20b35896ccf3..e839981f0e4d3d2f51022c3a4fe0cb1b9f67ac4e 100644 --- a/skills/authoring-skills/SKILL.md +++ b/skills/authoring-skills/SKILL.md @@ -2,7 +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 -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/collaborating-through-pr-pico-sh/SKILL.md b/skills/collaborating-through-pr-pico-sh/SKILL.md index 42fa9fa2a4e7a2e361306a8382b7ebd2eb2001b3..23a71edd8e73bd66e54b40c27d311df9d6719102 100644 --- a/skills/collaborating-through-pr-pico-sh/SKILL.md +++ b/skills/collaborating-through-pr-pico-sh/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/creating-tasks-through-lunatask/SKILL.md b/skills/creating-tasks-through-lunatask/SKILL.md index 80672086530929011cc8c23cf1456f9a4224c3c3..f6c000705e6980557cf6c60cd80ed79a885557e9 100644 --- a/skills/creating-tasks-through-lunatask/SKILL.md +++ b/skills/creating-tasks-through-lunatask/SKILL.md @@ -2,7 +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 -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/formatting-commits/SKILL.md b/skills/formatting-commits/SKILL.md index 0fb74cd754043f660900c5786f32889df6545d45..4c6b81c231bd5ab71a461b496ab38e4d19bfb9d3 100644 --- a/skills/formatting-commits/SKILL.md +++ b/skills/formatting-commits/SKILL.md @@ -2,7 +2,7 @@ name: formatting-commits description: Creates commits strictly following Conventional Commits format. ALWAYS read BEFORE committing changes, amending commits, or when the user mentions git commits, conventional commits, or commit messages. compatibility: Requires `git` and `git-format` CLI tools (invoked as `git formatted-commit`) -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/frontend-accessibility/SKILL.md b/skills/frontend-accessibility/SKILL.md index 56563c00bc39180c5a766f9bc49161bffb67f57c..f1b3a52d021a4141ba54715de9d64f7960389bc1 100644 --- a/skills/frontend-accessibility/SKILL.md +++ b/skills/frontend-accessibility/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/handling-customer-data/SKILL.md b/skills/handling-customer-data/SKILL.md index b4c0886dc88b1e3a3f8acf8c407d9f8a71d80508..2c6bb03a2ebe9e0d4f172c867e196adb19e3e80d 100644 --- a/skills/handling-customer-data/SKILL.md +++ b/skills/handling-customer-data/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/invoking-subagents/SKILL.md b/skills/invoking-subagents/SKILL.md index 01a9939b01710ec2931c1e524500e1b9635c5795..e57a8f0e3b07e93c7f590c54e9f92dd2717c4900 100644 --- a/skills/invoking-subagents/SKILL.md +++ b/skills/invoking-subagents/SKILL.md @@ -2,7 +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 -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/managing-and-navigating-worktrees/SKILL.md b/skills/managing-and-navigating-worktrees/SKILL.md index a042c069723be68056d514b761e2a78d3af58bec..ce4e22cce8b6974a5071d0197d6c151aaa12996d 100644 --- a/skills/managing-and-navigating-worktrees/SKILL.md +++ b/skills/managing-and-navigating-worktrees/SKILL.md @@ -2,7 +2,7 @@ name: managing-and-navigating-worktrees description: Manages git worktrees and repos using the wt CLI. Use when cloning or creating new repos, adding worktrees, switching branches or branches, when the user mentions wt or worktrees. If you need to clone and whether to use worktrees/this skill is unclear, ask the user. compatibility: Requires wt CLI, git, and gum -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/researching-with-rumilo/SKILL.md b/skills/researching-with-rumilo/SKILL.md index 82863779b6290bd18c69b1dfcaeddc59a97c593c..7d4fa4abff574ef4f07d89383071a1baf6ed0c0a 100644 --- a/skills/researching-with-rumilo/SKILL.md +++ b/skills/researching-with-rumilo/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/resuming-work-through-lunatask/SKILL.md b/skills/resuming-work-through-lunatask/SKILL.md index f27987d0c1f17b4914c4747cb0c08e6ba91373f4..129c6bc868a854244c623e92174345c3abf0aa0c 100644 --- a/skills/resuming-work-through-lunatask/SKILL.md +++ b/skills/resuming-work-through-lunatask/SKILL.md @@ -2,7 +2,7 @@ name: resuming-work-through-lunatask description: Resumes previously deferred work from Lunatask. Use when user pastes a task note, shares a lunatask:// deep link, says "let's pick this up", or references continuing earlier work. compatibility: Requires Lunatask MCP or CLI tools -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/reviewing-code/SKILL.md b/skills/reviewing-code/SKILL.md index ebe05cd925b2c383a0610ed6e95bf73fcc3a215a..7b6f8dfd58017ad998d67fc3b06f0c09fcb4b27e 100644 --- a/skills/reviewing-code/SKILL.md +++ b/skills/reviewing-code/SKILL.md @@ -1,7 +1,7 @@ --- name: reviewing-code description: Rigorously reviews changes, commits, PRs, and patches. Use when asked to review code, a PR, a diff, changes, or when the user says "review", "code review", or "look over this" or similar. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/scripting-with-go/SKILL.md b/skills/scripting-with-go/SKILL.md index 285a33bb480501c0252d2063f97d9fd0969586a3..84e8d5d3f602dfffbc8b5620f4b1be87ebde2b44 100644 --- a/skills/scripting-with-go/SKILL.md +++ b/skills/scripting-with-go/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/writing-git-tags/SKILL.md b/skills/writing-git-tags/SKILL.md index 6de80a9230baebaad838b7481eb6739c8c4f77cf..87ae7c164ea55993c11b849254c6b93c2ce763db 100644 --- a/skills/writing-git-tags/SKILL.md +++ b/skills/writing-git-tags/SKILL.md @@ -2,7 +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`) -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/writing-roc-lang/SKILL.md b/skills/writing-roc-lang/SKILL.md index 1cce69bf325fc91c263d23f77468c56d9f49d3a1..1e3748adb25e5d8682c86240825874af27fe3cba 100644 --- a/skills/writing-roc-lang/SKILL.md +++ b/skills/writing-roc-lang/SKILL.md @@ -1,7 +1,7 @@ --- name: writing-roc-lang description: Writes Roc code with strong static types, helpful compiler errors, and functional programming. Use when the user wants Roc code, mentions Roc, functional programming with types, or needs .roc files. Covers both full applications and one-off Roc scripts with shebangs. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith --- diff --git a/skills/writing-rust/SKILL.md b/skills/writing-rust/SKILL.md index 2caded582b1a3fdedd69493800ab76f03819214c..7afd83efe260dc23ed8fca253d401a8d876db492 100644 --- a/skills/writing-rust/SKILL.md +++ b/skills/writing-rust/SKILL.md @@ -1,7 +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. -license: AGPL-3.0-or-later +license: GPL-3.0-or-later metadata: author: Amolith ---