Detailed changes
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---
@@ -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 <amolith@secluded.site>
---