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

dotfiles

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

수집된 skills
21
Stars
244
업데이트
2026-06-24
Forks
5
직업 범위
직업 카테고리 5개 · 90% 분류됨
저장소 탐색

이 저장소의 skills

codex-review
미분류

Run a code review using Codex CLI. Use when the user wants a code review of uncommitted changes, a specific commit, or changes against a base branch.

2026-06-24
tdd
미분류

Guides execute-inspect-adjust development and t-wada Red-Green-Refactor TDD. Use for exploratory implementation or when stable behaviour needs an executable test-first contract.

2026-06-24
nix-github-rate-limit
네트워크·컴퓨터 시스템 관리자

Prevents and handles GitHub API rate limits with gh-nix. Use when Nix, flakes, nixpkgs commands, or comma may fetch GitHub-backed inputs.

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

Manages worktree lifecycle operations through git-wt without replacing an existing linked worktree. Use when creating, switching, listing, renaming, or deleting worktrees.

2026-06-20
create-pr
소프트웨어 개발자

Runs the full PR workflow — creates a feature branch, commits, pushes, and opens the pull request. Use when the user asks to create or open a PR ("create a PR", "push this up and open a PR").

2026-06-19
missing-tools
네트워크·컴퓨터 시스템 관리자

Resolves missing CLI tools. Use when a command is unavailable, a shell reports command not found, or a tool must be run without installing it globally.

2026-06-19
skill-creator
기타 컴퓨터 관련 직업

Guides agent-skill creation and updates following Anthropic's SKILL.md best practices. Use when adding or editing skills under `agents/skills/`, writing SKILL.md frontmatter, references, or skill routing.

2026-06-14
skill-maintenance
기타 컴퓨터 관련 직업

Audits all local skills in this repo for skill-creator and Anthropic best-practice compliance. Use to review the whole skill collection — checking descriptions, SKILL.md length, cross-skill duplication, and documentation references — not to author a single skill.

2026-06-14
vitest-testing
소프트웨어 품질 보증 분석가·테스터

Write or review Vitest tests with clear behaviour-focused assertions, appropriate globals/imports, file snapshots for terminal output, and readable fixture setup. Use when adding tests, fixing Vitest failures, or improving TypeScript test quality.

2026-06-13
ask-codex
기타 컴퓨터 관련 직업

Consults Codex CLI for a second opinion on implementation plans, code reviews, or problem-solving. Use when an independent perspective from a different agent is needed before a significant decision.

2026-05-17
commit
소프트웨어 개발자

Creates atomic Conventional Commits. Use when committing code changes, splitting hunks into revertable units, or writing detailed commit messages.

2026-05-17
council
기타 컴퓨터 관련 직업

Spawns parallel task agents to explore a codebase area. Use when researching unfamiliar code, auditing a subsystem, or gathering diverse perspectives before a design decision.

2026-05-17
fix-ci
소프트웨어 개발자

Diagnoses and fixes CI failures with the gh CLI. Use when GitHub Actions checks are red and the failing logs need to be fetched, analysed, and resolved.

2026-05-17
react-server-components
소프트웨어 개발자

Reviews React Server/Client Component boundaries against Next.js and React docs. Use when auditing `'use client'` placement or splitting components for proper RSC behaviour.

2026-05-17
typescript-style
소프트웨어 개발자

Apply TypeScript style rules that prefer checked literal typing with satisfies and as const satisfies over unsafe assertions. Use when writing or reviewing TypeScript or TSX code, test fixtures, typed object literals, mocks, config objects, or table-driven cases.

2026-05-16
nix-gc-direnv
네트워크·컴퓨터 시스템 관리자

Clean up .direnv directories that act as Nix store GC roots, freeing disk space. Use when you want to reclaim Nix store space by removing stale direnv flake caches (e.g., "clean up direnv roots", "free nix store space", "remove direnv caches").

2026-04-06
you-might-not-need-an-effect
소프트웨어 개발자

Review React code for unnecessary useEffect usage based on react.dev guidelines. Analyses code for useEffect anti-patterns and optionally applies fixes. Use when reviewing React code quality or refactoring effects.

2026-02-20
session-summary-japanese
일반 사무원

Summarise the current session in Japanese. Use when finishing a session, handing off work, or wanting a recap of what was discussed and accomplished.

2026-02-19
pr-apply-review
소프트웨어 품질 보증 분석가·테스터

Fetch and apply review comments from the current PR. Use when you need to address PR feedback.

2026-01-31
merge-main
소프트웨어 개발자

Merge the latest main branch into your current feature branch. Use when you need to sync your branch with upstream changes.

2026-01-31
create-commits-and-push
소프트웨어 개발자

Creates atomic git commits and pushes to remote. Use when you want to commit changes and push without creating a PR (e.g., "commit and push my changes" or "push this up").

2026-01-27