Skip to main content
Run any Skill in Manus
with one click
GitHub repository

eiffel-spec-kit

eiffel-spec-kit contains 16 collected skills from simple-eiffel, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
16
Stars
0
updated
2026-02-12
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

eiffel-abstract
software-developers

Extract shared behavior into deferred class abstractions following ISE EiffelBase patterns. Each abstraction level adds contracts, not implementation. Use with /eiffel.abstract command.

2026-02-12
eiffel-design-scan
software-developers

Read-only design scanner. Finds abstraction, MI, and generics improvement opportunities in Eiffel libraries. Produces structured report. Use with /eiffel.design-scan command.

2026-02-12
eiffel-generify
software-developers

Convert concrete-typed Eiffel classes to use generic parameters with proper constraints following ISE EiffelBase patterns. Use with /eiffel.generify command.

2026-02-12
eiffel-mi
software-developers

Apply Eiffel multiple inheritance with role-based parents. Uses feature adaptation (rename/redefine/undefine/select) to resolve conflicts. Use with /eiffel.mi command.

2026-02-12
eiffel-research
software-developers

Pre-Phase research for new simple_* libraries. 7-step investigation process before design. Use when starting a new library idea. Produces research output for /eiffel.spec.

2026-01-22
eiffel-spec
software-developers

Pre-Phase specification design. Transforms 7-step research into Eiffel specification using OOSC2 principles. Use after /eiffel.research, before /eiffel.intent.

2026-01-22
eiffel-contracts
software-developers

Phase 1 of Eiffel Spec Kit. Generates class skeletons with require/ensure/invariant contracts plus skeletal test classes. Contracts ARE tests brought into the class. Use with /eiffel.contracts command.

2026-01-22
eiffel-intent
software-developers

Phase 0 of Eiffel Spec Kit. Generates intent.md capturing WHAT users need and WHY. Runs AI-assisted intent review with probing questions. Use with /eiffel.intent command.

2026-01-22
eiffel-harden
software-quality-assurance-analysts-and-testers

Phase 6 of Eiffel Spec Kit. Generates adversarial tests, stress tests, and edge case tests. AI chain suggests attack vectors. Use with /eiffel.harden command.

2026-01-22
eiffel-status
software-developers

Shows current Eiffel Spec Kit phase, evidence files, and workflow status. Use with /eiffel.status command to see where you are in the process.

2026-01-22
eiffel-expert
software-developers

Eiffel programming expert with Design by Contract, working hats, OOSC2 principles, Meyer's verification process, and simple_* ecosystem knowledge. Use when working with Eiffel code, .e files, .ecf configs, or when user mentions "hat", "DBC", "contracts", "Eiffel", "simple_*", "specification", or "vibe-contracting".

2026-01-22
eiffel-implement
software-developers

Phase 4 of Eiffel Spec Kit. Writes feature bodies while keeping contracts FROZEN. Detects unauthorized contract changes. Use with /eiffel.implement command.

2026-01-22
eiffel-review
software-developers

Phase 2 of Eiffel Spec Kit. Runs progressive AI review chain (Ollama → Claude → Grok → Gemini → Human). Generates approach.md and synopsis.md. BLOCKS until human approves. Use with /eiffel.review command.

2026-01-22
eiffel-ship
software-developers

Phase 7 of Eiffel Spec Kit. Final checklist - naming review, documentation, GitHub prep, ecosystem integration check. BLOCKS until human approves. Use with /eiffel.ship command.

2026-01-22
eiffel-tasks
software-developers

Phase 3 of Eiffel Spec Kit. Breaks reviewed contracts into implementation tasks with acceptance criteria. Use with /eiffel.tasks command.

2026-01-22
eiffel-verify
software-quality-assurance-analysts-and-testers

Phase 5 of Eiffel Spec Kit. Generates test suite derived from contracts and runs tests. Includes AI chain coverage gap analysis. Use with /eiffel.verify command.

2026-01-22