A platform-neutral object-oriented code structure skill pack for class design, cohesion, encapsulation, lifecycle decisions, equality semantics, visibility, and inheritance versus composition review.
class-responsibility-checkerencapsulation-reviewerconstructor-sanity-checkerequals-hashcode-reviewerstatic-vs-instance-reviewermethod-cohesion-checkeroverloading-overriding-reviewerinheritance-vs-composition-advisorvisibility-modifier-reviewerimmutability-opportunity-finderobject-lifecycle-reviewernaming-and-abstraction-reviewer
- Preserves the original
skills/,templates/, andexamples/source material - Mirrors packaged skills into both
.claude/skills/and.agents/skills/ - Focuses on maintainable class design and object modelling decisions
git clone https://github.com/45ck/oop-code-structure-skills.git
cd oop-code-structure-skills
bash install.shThis installs every packaged skill into both:
~/.claude/skills/~/.agents/skills/
cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/bash uninstall.sh/class-responsibility-checker current OrderService design
/encapsulation-reviewer domain model package
/constructor-sanity-checker aggregate creation flow
/inheritance-vs-composition-advisor notification strategy
/immutability-opportunity-finder current DTO and value objects
/naming-and-abstraction-reviewer service and repository layer
skills/ original source skills
templates/ reusable templates
examples/ sample flow material
.claude/skills/<skill>/SKILL.md packaged skill format
.agents/skills/<skill>/SKILL.md mirrored packaged skill format
install.sh global installer
uninstall.sh global uninstaller
LICENSE MIT
- backend-engineer - Apply class and object-structure guidance in implementation
- web-engineer - Use class-boundary guidance in web-layer design
- quality-reviewer - Review cohesion, structure, and maintainability
- business-analysis-skills - Business analysis techniques, workflows, and quality checks
- marketing-product-skills - Product strategy, growth, positioning, launch, SEO, and pricing skills
- hci-review-skill - Structured HCI and UX review skills
- fagan-inspection-skill - Formal inspection and defect-review skills
- software-architecture-skills - Architecture options, views, risks, and tradeoff writing
- data-structures-algorithmic-reasoning-skills - Data structure selection and algorithmic reasoning skills
- web-engineering-skills - Web request handling, MVC, validation, routing, and navigation skills
- backend-persistence-skills - Persistence, schema, ORM, query, and migration skills
- enterprise-architecture-integration-skills - Enterprise topology, integration, messaging, and cloud skills
- uml-analysis-modelling-skills - UML analysis and modelling skills
- verification-test-design-skills - Verification, coverage, decision-table, and oracle design skills
- automation-testing-skills - Unit, integration, API, UI, regression, and flaky-test skills
- non-functional-testing-skills - Performance, resilience, scalability, soak, stress, and NFR testing skills
- software-quality-skills - Quality models, technical debt, maintainability, and reliability skills
- code-review-inspection-skills - Formal inspection, checklist-driven review, metrics, and rework planning skills
- refactoring-code-smells-skills - Refactoring, anti-pattern, duplication, and code smell review skills
- design-for-testability-skills - Seams, DI, determinism, hidden I/O, and testability design skills
- security-engineering-skills - Threat modeling, boundaries, least privilege, and secure defaults skills
- authentication-cryptography-skills - Authentication, token, certificate, revocation, and MITM review skills
- pentest-security-testing-skills - Pentest scoping, recon, attack-surface mapping, OWASP, and finding-report skills
- llm-agent-security-skills - Prompt injection, agent permissions, retrieval trust, memory, and tool-chain security skills
- deployment-release-skills - Deployment strategy, go-live readiness, rollback, and release operations skills
- maintenance-evolution-skills - Maintenance triage, change impact, migration, regression, and deprecation skills
- project-management-skills - Project chartering, scope, WBS, milestones, estimation, and closure skills
- agile-delivery-skills - Backlog shaping, sprint goals, retrospectives, blockers, and delivery discipline skills
- cloud-platform-operations-skills - Cloud placement, rollout readiness, patching, migration waves, and lifecycle operations skills
- documentation-evidence-skills - Specifications, rationale, reports, traceability, plans, and evidence quality skills
- research-literature-review-skills - Search strategy, screening, synthesis, evidence strength, and gap-analysis skills