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

llm-prompts

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

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

이 저장소의 skills

git-usage
소프트웨어 개발자

Rules and style preferences for the usage of git. Use before you interact with git in any way.

2026-07-16
handoff
소프트웨어 개발자

Write a handoff document so a fresh session (or another agent) can resume multi-session work with full context. Use when the current session is ending mid-effort, context is running high, or the user asks to "hand off", "hand over", or prepare the next session/slice.

2026-07-12
session-end
소프트웨어 개발자

Checklist for wrapping up a session - persist memory, check TODOs, and ensure nothing is lost. Use before marking a task complete or ending a conversation.

2026-07-12
session-start
소프트웨어 개발자

Check memory for in-progress tasks and active TODOs at the start of each session. Use at the beginning of every new conversation.

2026-07-03
refine-plan
프로젝트 관리 전문가

Evaluate and refine a plan before implementation begins. Use once you think you are ready to present a plan or design to the user.

2026-06-16
retrospective
소프트웨어 개발자

Analyse recent session transcripts to extract learnings, discover pain points, and persist them into memory/skills/rules. Run manually when the retrospective counter is due (session-end reminds you at 5+).

2026-06-15
tidy-code
소프트웨어 개발자

Reduce the amount of code in a changeset or file - remove duplication, dead code, redundancy, and over-verbose constructs - while preserving behaviour. Use when asked to tidy, shrink, deduplicate, DRY up, or simplify code.

2026-06-12
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.

2026-05-12
grill-me
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-04-30
pre-implementation
소프트웨어 개발자

Guidelines for proper implementation and workflow for making code changes. Use once the user confirms that they are ready to start the implementation of a plan.

2026-04-27