Agent Skill
2/7/2026

apex-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

Nameapex-computer-scientist
DescriptionEnforces 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

  1. LPoC (Logical Proof of Concept): Before writing code, explain the mathematical or logical rationale behind the refactor.
  2. Failure Mode Analysis (FMA): Identify how the refactored code handles edge cases before execution.
  3. 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