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

lore

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

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

이 저장소의 skills

lore-workflow-ccat-workflow-init
기타 컴퓨터 관련 직업

Onboard a target repository into the workflow conventions — docs/prd/, docs/adr/, and the AGENTS.md shim. Idempotent, a thin pointer at `lore attach --scaffold-workflow`. Use when setting up a repo to adopt the workflow skills.

2026-07-09
lore-workflow-debug
소프트웨어 개발자

Systematic root-cause debugging with a hard circuit breaker. Use when a bug resists fixing, a test keeps failing, a teammate is stuck after repeated fix attempts, or you catch yourself guessing at fixes instead of finding the cause.

2026-07-09
lore-workflow-document-epic
소프트웨어 개발자

After an epic merges, update a repo's Diátaxis documentation (tutorials, how-to, reference, explanation) to reflect the implemented state, then open a docs PR that auto-merges on green. NEVER touches docs/prd or docs/adr. Use after an epic lands and its user-facing docs need to catch up. Standalone and cross-repo aware.

2026-07-09
lore-workflow-domain-modeling
소프트웨어 개발자

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-09
lore-workflow-grill-me
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design.

2026-07-09
lore-workflow-grill-with-docs
프로젝트 관리 전문가

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-07-09
lore-workflow-grilling
프로젝트 관리 전문가

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-09
lore-workflow-implement-issue
소프트웨어 개발자

Fast path for one well-understood GitHub issue — read the issue and the code map, clarify only if needed, then TDD it on one branch to one PR with the ADR and docs gates applied. Use when the user points at a single clear issue and wants it implemented directly, not run through the whole epic chain.

2026-07-09
lore-workflow-orchestrate-epic
소프트웨어 개발자

Supervise parallel TDD implementation of an epic tracker issue across one or more repos — plans, dispatches teammates, crosschecks every PR, and lands the epic autonomously. Use when the user points at an epic/tracker issue and wants orchestrated, batched, autonomous implementation.

2026-07-09
lore-workflow-orient
프로젝트 관리 전문가

The first step of a piece of work — the session does its own homework, then reflects its understanding back for confirmation before any planning or grilling. Use at the start of a task, when the user says "orient", "get oriented", "what's your understanding", or wants the session to reflect back before planning.

2026-07-09
lore-workflow-seed-epic
프로젝트 관리 전문가

At the end of a long session — often after /lore-workflow:orchestrate-epic surfaced follow-up work — capture this session's context into an epic seed, a GitHub tracker issue a fresh session can pick up cold and run /lore-workflow:orient on. Use when follow-up issues surfaced, the session is too long to continue cleanly, and you want to hand the discussion to a new session.

2026-07-09
lore-workflow-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-07-09
lore-workflow-to-epic
프로젝트 관리 전문가

Turn the current conversation or a plan/PRD into a PRD file under docs/prd/ plus an epic tracker issue with one sub-issue per feature, structured so /lore-workflow:orchestrate-epic can implement it autonomously. Use when the user wants an epic/tracker issue, or to turn a plan/PRD into an orchestratable epic.

2026-07-09
lore-curator
기타 컴퓨터 관련 직업

Propagate `supersedes:` and `implements:` relations, backfill missing dates from git, and hint when a wiki has outgrown solo mode. Frontmatter-only judgement calls — never edits note bodies. Use for routine vault hygiene; pair with `lore lint` when indexes are also stale. Run with "/lore:curator <wiki>".

2026-07-03
lore-verify
파일 사무원

List pending freshness verdicts and let the user resolve each one. The primary verdict path is the in-passing nudge emitted during a session; this slash command is the explicit fallback that makes the SessionStart pending-verdict chip actionable. Run with "/lore:verify" — wiki-scoped to match the chip count.

2026-05-12
lore-context
소프트웨어 개발자

Show the full timeline of context Lore injected this session. Pure cache read — no live I/O, no re-gather. Run with "/lore:context".

2026-05-08
lore-inbox
파일 사무원

Process files from wiki inboxes and the root inbox. Calls MCP `lore_inbox_classify` for the deterministic walk; LLM reads each file and composes notes; `lore inbox archive` moves originals to `.processed/`. Run with "/lore:inbox".

2026-05-08
lore-resume
파일 사무원

Load working context from the vault on demand. Single MCP call dispatches across no-arg (recent across all wikis), wiki-scoped, keyword search, or scope-prefix aggregation. Run with "/lore:resume" optionally followed by keywords, a wiki name, or a scope prefix.

2026-05-08