Skip to main content
Run any Skill in Manus
with one click
clay-good
GitHub creator profile

clay-good

Repository-level view of 29 collected skills across 3 GitHub repositories.

skills collected
29
repositories
3
updated
2026-06-22
repository explorer

Repositories and representative skills

openlore-orient
software-developers

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
computer-occupations-all-other

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
computer-occupations-all-other

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
computer-occupations-all-other

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
Showing top 8 of 19 collected skills in this repository.
Showing 3 of 3 repositories
All repositories loaded