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

dotfiles

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

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

이 저장소의 skills

jj-describe
소프트웨어 개발자

Analyze the changes in the current Jujutsu (jj) changeset and give it a clear, concise description with type and scope trailers. Use when the user asks to describe a change or commit.

2026-07-25
jj-log
소프트웨어 개발자

Read and parse jj logs, commit messages, and descriptions. Use when the agent needs to inspect commit history, search for commits by message content or trailers, filter by author/date/branch, parse jj log output into structured data (subject, body, type/scope trailers), or navigate jj revision ranges. Triggered by requests to "show git log", "find commits with fix", "what changed in this branch", "list recent jj commits", or any history browsing task.

2026-07-25
shopifysharp-discovery
소프트웨어 개발자

Read ShopifySharp source code and map GraphQL response types to application models. Use when working with ShopifySharp library, converting GraphQL API responses to C# or F# types, or understanding Shopify's generated types.

2026-07-11
skill-creator
기타 컴퓨터 관련 직업

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations.

2026-07-11
jj-split
소프트웨어 개발자

Split the current Jujutsu (jj) changeset into smaller, logically separate commits using non-interactive `jj split` with filesets. Use when the user asks to break up a change, split the working copy, separate unrelated edits into their own commits, stack a messy change into clean commits, or otherwise reshape one jj revision into several. Covers jj >= 0.42 topology, working-copy placement, and verification.

2026-06-30
commit-multi
소프트웨어 개발자

Break up the pending git changes into small, logical commits and commit them using well-structured commit messages.

2026-06-21
commit
소프트웨어 개발자

Generate a well-structured git commit message based on staged changes.

2026-06-21
describe
소프트웨어 개발자

Generate a well-structured jj describe message based on staged changes.

2026-06-21
nvim-jump
소프트웨어 개발자

Open or jump to a file location in an existing Neovim instance via nvr (neovim-remote).

2026-06-21
pull-request
소프트웨어 개발자

Create a GitHub pull request for the current branch with minimal description and appropriate labels.

2026-06-21