By 46ki75
Sends Claude Code Notification events as Windows toast notifications from WSL2 via powershell.exe.
My personal collection of Agent Skills. Each
skill lives under skills/<name>/ with a SKILL.md (YAML frontmatter + body)
and any supporting files.
Not intended for external contributors — feel free to fork or copy ideas, but issues/PRs aren't actively triaged.
skills/ — my published skills.plugins/ — Claude Code plugins distributed via the 46ki75-skills
marketplace declared in .claude-plugin/marketplace.json.crates/ — Rust workspace that validates, archives, and publishes them..agents/skills/ — skills authored by other providers (reference only).submodules/ — upstream repositories tracked as git submodules.This repository doubles as a Claude Code plugin marketplace. Add it once and
install any of the plugins under plugins/:
/plugin marketplace add 46ki75/skills
/plugin install wsl-notification@46ki75-skills
skills/<name>/ and bump metadata.version in its
SKILL.md frontmatter.main..github/workflows/release.yml runs skill-cli upload, which validates
every skill, builds <name>-v<version>.zip into dist/, then for each
artifact:
git tagThe GitHub Releases API creates the tag when it creates the release, pointing
at the default-branch HEAD at API-call time (the commit that triggered the
workflow). Manual git tag <name>-v<version> is not needed and would
race with the workflow.
A <name>-v<version> release is immutable once published — bump
metadata.version to ship a fix.
# Validate every skill without writing files
cargo run -p skill-cli -- check
# Build ZIPs into ./dist (does not upload)
cargo run -p skill-cli -- build
# Dry-run upload (calls GitHub list API, logs planned actions)
GITHUB_TOKEN=ghp_... \
cargo run -p skill-cli -- upload --repo 46ki75/skills --dry-run
# Markdown lint
pnpm run lint
# Init submodules (run at repo root)
git submodule update --init --recursive
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Sends Claude Code Notification and Stop events as Windows toast notifications from WSL2 via powershell.exe.
Expert knowledge skills for AI agent protocols: A2A (Agent2Agent), A2UI (Agent to UI), AG-UI (Agent–User Interaction), and MCP (Model Context Protocol).
Expert guidance for the Qwik framework (v1 and v2) and its meta-framework (Qwik City / Qwik Router).
Expert guidance for implementing the View Transition API — same-document (SPA) and cross-document transitions.
Rust development skills. Currently bundles expert guidance for the Toasty ORM (v0.7).
npx claudepluginhub 46ki75/skills --plugin wsl-notificationUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.