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

jz-skills

jz-skills contient 11 skills collectées depuis jimzord12, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
1
mis à jour
2026-06-17
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

git-flow-add-restriction
Développeurs de logiciels

Add or tighten GitHub Flow restrictions for a GitHub repository using gh CLI in a solo developer setup. Use when asked to enforce pull-request-only main branch protection, required status checks, force-push blocking, or other branch safety rules without requiring a second reviewer.

2026-06-17
git-flow-check
Développeurs de logiciels

Verify whether a GitHub repository is correctly configured for GitHub Flow, especially for a solo developer setup. Use when asked to audit branch protection, required checks, pull request rules, rulesets, or whether main is safely protected without blocking a single maintainer workflow.

2026-06-17
to-features-brownfield
Spécialistes en gestion de projets

Decompose a rough stakeholder request on an existing system into one or more logically-bounded, shippable features. Use when the user provideds vague idea like "add loyalty points" or "I want customers to earn rewards" — not a fully scoped spec. The skill acts as a product manager: it reads existing system context, asks critical clarifying questions (~20 max), pressure-tests feasibility, and outputs feature-scoped folders with feature.md handoff artifacts ready for /grill-with-docs. Triggers on: "add X to our app", "I want Y functionality", "can we do Z?", or any request that sounds like a stakeholder itch rather than an engineering ticket. Accepts vague input. Rejects pure green field vision dumps.

2026-06-17
to-features-greenfield
Spécialistes en gestion de projets

Discover, decompose, and scope raw product ideas / epics into logically-bounded features. Use when the user has a green field vision — a brain dump, startup idea, "I want to build X", or an unscoped epic. Runs a lightweight discovery grilling (~20 questions max), then produces feature-scoped folders with feature.md handoff artifacts ready for /grill-with-docs. Triggers on: "I want to build...", "new SaaS idea", "green field", "from scratch", raw vision dumps, or any request that sounds like a whole product rather than a single capability on an existing system.

2026-06-17
to-features
Spécialistes en gestion de projets

Derives a feature backlog from CONTEXT.md and nearby domain artifacts, then writes stable feature artifacts under docs/features. Use when the user wants to turn a domain model, completed grilling session, ADR set, or existing codebase context into an ordered feature list, decide which features deserve grilling first, or identify which ones can go straight to issues, TDD or implementation.

2026-06-17
to-prd-seams
Spécialistes en gestion de projets

Turn the current conversation context into a PRD and publish it to the project issue tracker. Fork of to-prd that frames the plan around testing seams (prefer existing, highest-possible seams) rather than deep modules. Use when user wants to create a PRD from the current context and tests should be designed at seams.

2026-06-17
verify-git-flow-setup
Développeurs de logiciels

Verify that the git-flow-check and git-flow-add-restriction skills are installed correctly and that a repository is ready for solo-maintainer GitHub Flow. Use when asked to validate skill installation, script executability, gh authentication, branch protection visibility, required checks readiness, or end-to-end GitHub Flow setup.

2026-06-17
cnp
Développeurs de logiciels

Inspect changes, create one or more Conventional Commits, and push — use when the user says "commit and push", "cnp", or "commit everything and push"

2026-06-17
handoff-local
Développeurs de logiciels

Compact the current conversation into a handoff document for another agent to pick up. Fork of handoff that saves the doc into the current workspace's tmp/ directory (default root/tmp) instead of the OS temp dir, so it travels with the repo. Use when the user wants a handoff doc kept inside the project.

2026-06-17
jz-setup-claude-code
Développeurs de logiciels

Initialize or audit a Claude Code installation. Use when setting up a new Claude Code environment, auditing an existing installation, or verifying that all plugins, skills, marketplace sources, statusline, and dependencies are correctly installed and configured. Also use when the user mentions "fresh install", "new machine setup", "check my plugins", "verify my setup", or "what am I missing".

2026-06-15
grill-with-docs-stateful
Spécialistes en gestion de projets

Stateful fork of grill-with-docs for long document-aware design sessions. It challenges plans against CONTEXT.md and ADRs while saving, loading, resuming, repairing, and compacting structured session state in .scratch/grilling-sessions/. Use when a grilling session may span multiple chats or the user asks to save, load, resume, or recover a grilling session.

2026-05-23