Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

arxitect

arxitect 收录了来自 andonimichael 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
62
更新
2026-03-28
Forks
10
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

architecture-review
软件开发工程师

Runs all three architecture reviewers (Object Oriented Design, Clean Architecture, and API Design Reviewers).

2026-03-28
architect
软件开发工程师

Orchestrates an architecture-enforced implementation feedback loop. Implements code, then runs Object Oriented Design, Clean Architecture, and API Design reviews, iterating until all reviewers approve or the safety valve triggers. Use when implementing code that should meet design quality standards.

2026-03-25
api-design-review
软件开发工程师

Reviews code for API design quality including naming conventions, self-documenting interfaces, method signatures, parameter design, type safety, and REST endpoint design. Use when evaluating the usability and readability of public interfaces, class APIs, or REST endpoints.

2026-03-25
clean-architecture-review
软件开发工程师

Reviews code for clean architecture compliance including component cohesion principles (REP, CRP, CCP), component coupling principles (ADP, SDP, SAP), and quality attributes (maintainability, extensibility, testability). Use when evaluating architectural soundness of new or modified code.

2026-03-25
oo-design-review
软件开发工程师

Reviews code for object-oriented design quality including SOLID principles, DRY violations, composition and inheritance choices, and Gang of Four design pattern applicability. Use when evaluating object oriented design of new or modified code.

2026-03-25
using-arxitect
其他计算机职业

Bootstrap skill that teaches how to discover and use Arxitect's architecture enforcement skills. Loaded automatically on session start.

2026-03-25