Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

OpenLore

OpenLore 收录了来自 clay-good 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
19
Stars
196
更新
2026-06-22
Forks
29
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

openlore-orient
软件开发工程师

Persistent architectural memory for this codebase. Call `orient(task)` before reading source files to get the relevant functions, callers, spec sections, and insertion points for any task — one structural lookup instead of file-by-file rediscovery.

2026-06-22
openlore-analyze-codebase
其他计算机职业

Run a full static analysis of a project using openlore and summarise the results — architecture, call graph, top refactoring issues, and duplicate code. No LLM required.

2026-05-12
openlore-brainstorm
其他计算机职业

Transform a feature idea into an annotated story. Detects greenfield vs brownfield automatically — uses Domain Sketch for greenfield (no existing code), Constrained Option Tree for brownfield (existing codebase with openlore analysis).

2026-05-12
openlore-debug
其他计算机职业

Debug a problem by anchoring root-cause analysis in openlore structural knowledge. Uses orient + search_specs + analyze_impact to form an explicit hypothesis before reading code. Enforces RED/GREEN test verification.

2026-05-12
openlore-execute-refactor
软件开发工程师

Apply the refactoring plan produced by openlore-plan-refactor. Reads .openlore/refactor-plan.md and re-reads it before each change to stay on track. Requires a confirmed plan to exist before running.

2026-05-12
openlore-generate
软件开发工程师

Reverse-engineer OpenSpec specifications from an existing codebase. Performs "code archaeology" — extracting what code actually does and documenting it as structured OpenSpec specs across all detected domains.

2026-05-12
openlore-implement-story
软件开发工程师

Implement a story on a brownfield codebase using openlore structural context. Runs orient + risk check before coding, validates against specs, enforces a test gate before drift check.

2026-05-12
openlore-plan-refactor
软件开发工程师

Identify the highest-priority refactoring target using static analysis, assess its blast radius, and produce a detailed written plan saved to .openlore/refactor-plan.md. Makes no code changes.

2026-05-12
openlore-review-changes
软件质量保证分析师与测试员

Risk-aware code review using detect_changes + get_minimal_context + get_cluster. Surfaces the riskiest changed functions, interprets callType/coverage/cluster density, and produces a go/no-go recommendation. No code written.

2026-05-12
openlore-write-tests
软件质量保证分析师与测试员

Write real tests for a function or spec scenario — language-agnostic (TypeScript, Python, C++…). Reads the implementation and spec contract first, runs tests, fixes failures. No stubs, no placeholders.

2026-05-12
openlore-analyze-codebase
软件开发工程师

Run a full static analysis of a project using openlore and summarise the results — architecture, call graph, top refactoring issues, and duplicate code. No LLM required.

2026-05-12
openlore-brainstorm
软件开发工程师

Transform a feature idea into an annotated story. Detects greenfield vs brownfield automatically — uses Domain Sketch for greenfield (no existing code), Constrained Option Tree for brownfield (existing codebase with openlore analysis).

2026-05-12
openlore-debug
软件开发工程师

Debug a problem by anchoring root-cause analysis in openlore structural knowledge. Uses orient + search_specs + analyze_impact to form an explicit hypothesis before reading code. Enforces RED/GREEN test verification.

2026-05-12
openlore-execute-refactor
软件开发工程师

Apply the refactoring plan produced by openlore-plan-refactor. Reads .openlore/refactor-plan.md and re-reads it before each change to stay on track. Requires a confirmed plan to exist before running.

2026-05-12
openlore-generate
软件开发工程师

Reverse-engineer OpenSpec specifications from an existing codebase. Performs "code archaeology" — extracting what code actually does and documenting it as structured OpenSpec specs across all detected domains.

2026-05-12
openlore-implement-story
软件开发工程师

Implement a story on a brownfield codebase using openlore structural context. Runs orient + risk check before coding, validates against specs, enforces a test gate before drift check.

2026-05-12
openlore-plan-refactor
软件开发工程师

Identify the highest-priority refactoring target using static analysis, assess its blast radius, and produce a detailed written plan saved to .openlore/refactor-plan.md. Makes no code changes.

2026-05-12
openlore-review-changes
软件质量保证分析师与测试员

Risk-aware code review using detect_changes + get_minimal_context + get_cluster. Surfaces the riskiest changed functions, interprets callType/coverage/cluster density, and produces a go/no-go recommendation. No code written.

2026-05-12
openlore-write-tests
软件质量保证分析师与测试员

Write real tests for a function or spec scenario — language-agnostic (TypeScript, Python, C++…). Reads the implementation and spec contract first, runs tests, fixes failures. No stubs, no placeholders.

2026-05-12
OpenLore GitHub Agent Skills | SkillsMP