en un clic
open-morphic
open-morphic contient 12 skills collectées depuis engkimo, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Verify a feature spec, plan, or PR against the non-negotiable principles in `.specify/memory/constitution.md`.
Extract session insights after a task completes and feed them into Morphic's self-evolution engine. Captures what worked, what didn't, and proposes prompt/routing tweaks.
Keep CLAUDE.md (thin router) and AGENTS.md (telegraph-style) in sync. Detects drift in command lists, paths, and routing tables between the two root instruction files.
Generate a monthly or on-demand cost report across LLM providers, local LLMs, and agent engines. Flags overspend and suggests downgrades.
Run live end-to-end verification across Morphic-Agent's 6 agent CLI engines. Produces a baseline comparison table with duration and cost per engine.
Inspect Morphic-Agent's fractal task graph for a given task_id. Reports bypass classifier decisions, Gate 2 skips, parallelism, and regression flags.
Preview a LAEE action plan — classify risk, check undo availability, inspect credential touchpoints — without executing anything.
Trigger ContextZipper compression on Morphic-Agent's L1-L4 semantic memory. Compacts old episodic entries, promotes frequently-accessed facts.
Phase 3 of spec-driven development — generate tasks.md from plan.md. Executable [P]-parallelizable tasks, TDD-first, layer-ordered.
Phase 2 of spec-driven development — turn spec.md into plan.md. Architecture, data model, contracts, layer placement in Morphic's 4-layer Clean Architecture.
Phase 1 of spec-driven development — generate spec.md from a problem statement. Requirements, user stories, acceptance criteria. No implementation details.
TDD workflow for Morphic-Agent's 4-layer Clean Architecture. RED → GREEN → REFACTOR, placing tests and impls in the correct layer directories.