Skip to main content
Run any Skill in Manus
with one click
GitHub repository

QuinSlate

QuinSlate contains 3 collected skills from SergeyLukashov, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
4
updated
2026-07-15
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

release-notes
software-developers

Turn the commits since the last version tag (v*.*.*) into release notes for the next QuinSlate release. Produces two things - a short, plain-language "What's New" list for the Microsoft Store listing or a GitHub release, and a longer technical changelog written to Docs/ReleaseNotes/ for the team. Use this whenever the user asks for release notes, a changelog, a "what's new" section, "what changed since the last release/tag/version", or is about to cut a release and needs something to show users. Also use it when they just say "summarize the commits since v0.9.6".

2026-07-15
signed-sideload-build
software-developers

Produce a signed, sideloadable MSIX bundle of QuinSlate to install and test on another Windows machine (multi-arch x86/x64/arm64, self-signed, with a public cert and install instructions). Use ONLY when the user explicitly asks to run this skill by name (e.g. "run signed-sideload-build", "/signed-sideload-build", "use the signed sideload build skill"). Do NOT auto-trigger on generic requests like "build the app", "make a release", "package it", or "publish to the Store" — those are handled without this skill unless the user names it.

2026-07-08
implement-features
software-developers

Sequentially implement features from 00-FEATURE-QUEUE.md using subagents. Use when the user requests specific feature numbers to implement (e.g. "implement features 10 and 13", "/implement-features 10 13"). Reads each feature's spec file and dispatches a dedicated subagent per feature, updating the queue when each one completes.

2026-07-05