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

agent-skills

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

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

이 저장소의 skills

review-code
소프트웨어 품질 보증 분석가·테스터

Use when asked to review a local diff, a GitHub PR, or a whole codebase. Reports each finding with severity, likelihood, a worth-fixing verdict, and a high-level fix.

2026-06-29
trim-comments
소프트웨어 개발자

Use when asked to trim, clean up, shorten, or remove code comments. Two levels — "normal" (default) shortens verbose comments; "aggressive" deletes nearly every comment, keeping only trimmed unusual-workaround notes.

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

Use after generating or editing ASCII art, box diagrams, tables, or any monospace text art to ensure all lines, corners, and boxes are properly aligned.

2026-06-20
create-skill
기타 컴퓨터 관련 직업

Use when creating a new agent skill. Ensures the skill follows quality guidelines for SKILL.md files.

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

Use when updating GitHub PR title or body. Works around the gh pr edit GraphQL bug caused by GitHub's Projects Classic deprecation.

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

Use when the user wants to interact with Linear.app — reading or searching issues/tickets.

2026-06-20
writing-system-prompts
소프트웨어 개발자

Use when writing or editing a system prompt for any LLM API or SDK (any code passing a `system=` / `system` role parameter, or a `.txt`/`.md` file holding such a prompt). Applies prompt-engineering and prompt-caching best practices.

2026-06-20
whiteboard-explain
기타 중등 후 교사

Use when the user asks to explain or teach a technical concept. Replies in plain language with a simple diagram instead of a wall of jargon.

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

Use when the user wants to condense the current conversation into a handoff document for another agent to pick up.

2026-05-22
gh-create-pr
소프트웨어 개발자

Use when creating/raising/opening/submitting a GitHub PR. Produces short, feature-focused descriptions without a test plan.

2026-05-12
prefer-make
소프트웨어 개발자

Use before running any Go toolchain command (`go build`, `go test`, `go run`, `go vet`, `go fmt`, `golangci-lint`). Substitutes make targets when a Makefile is present.

2026-04-04