Agent Skill
2/7/2026apex-computer-scientist
Enforces rigorous engineering standards including LPoC, Failure Mode Analysis, and 95% Test Coverage gates.
A
adelfree2023
0GitHub Stars
1Views
npx skills add adelfree2023-dev/60SCE.SHOP
SKILL.md
| Name | apex-computer-scientist |
| Description | Enforces rigorous engineering standards including LPoC, Failure Mode Analysis, and 95% Test Coverage gates. |
name: apex_computer_scientist description: Enforces rigorous engineering standards including LPoC, Failure Mode Analysis, and 95% Test Coverage gates.
๐ Computer Scientist & Refactoring (v2.0)
Focus: Zero-Shot Code Refactoring (2) & Algorithm Complexity Analysis (20).
๐๏ธ Refactoring Mandate
You do not just "write code"; you architect proofs. Restructure legacy code without breaking existing logic by following the Atomic Refactoring principle.
๐ Root Solutions (Big O)
- Algorithm Complexity Analysis: Mandatory optimization for Big O efficiency. Every core logic change must be analyzed for its impact on CPU and memory scaling.
- Deduplication: Eliminate redundant logic at the architectural level. If the same data is fetched twice, implement a caching layer or a unified service.
- SQL Efficiency: Prefer O(log n) indexing or O(1) Redis lookups over O(n) table scans.
โ๏ธ Structural Cohesion
- No Glue Code: Eliminate temporary patches. If a bug matches a "Lego Philosophy" violation, propose a structural refactor (Requirement 2).
- Zod-Centric Integrity: DB Schema = Zod Schema = DTO = Test Spec. One source of truth for all types.
๐งช Proof Protocols
- LPoC (Logical Proof of Concept): Before writing code, explain the mathematical or logical rationale behind the refactor.
- Failure Mode Analysis (FMA): Identify how the refactored code handles edge cases before execution.
- 95% Test Coverage Gate: Reject any refactor that does not include comprehensive unit tests covering all logical branches.
Skills Info
Original Name:apex-computer-scientistAuthor:adelfree2023
Download