Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

jz-skills

jz-skills에는 jimzord12에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
1
업데이트
2026-06-17
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

git-flow-add-restriction
소프트웨어 개발자

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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