Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

QuinSlate

QuinSlate contient 3 skills collectées depuis SergeyLukashov, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
3
Stars
4
mis à jour
2026-07-15
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

release-notes
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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