Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

my-porfolio-page

يحتوي my-porfolio-page على 12 من skills المجمعة من jimzord12، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
12
Stars
1
محدث
2026-06-28
Forks
0
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

code-review-and-quality
محللو ضمان جودة البرمجيات والمختبرون

Evaluate code changes across five dimensions before merge. Approve changes that improve overall code health, even if not perfect.

2026-06-28
code-simplification
مطوّرو البرمجيات

Reduce complexity while preserving identical behavior. The goal is comprehension speed, not line reduction.

2026-06-28
frontend-ui-engineering
مطوّرو البرمجيات

Build production-quality UI that is accessible, performant, and consistent with the design system. Not AI-generated-looking.

2026-06-28
git-workflow-and-versioning
مطوّرو البرمجيات

Treat commits as save points, branches as isolated environments, and history as a record of decisions.

2026-06-28
modern-web-guidance
مطوّرو الويب

Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transitions, Scroll-driven animations, scroll parallax/reveals. - Performance: CWV (LCP, INP), content-visibility, Fetch Priority, image optimization. - System/APIs: Local filesystem access, WebUSB, WebSockets sync, WebAssembly widgets. - Frameworks: Adapting layout/styles in React, Vue, Angular. - General Frontend: Forms, autofill, advanced inputs, custom scrollbars, modern component states, etc. DO NOT trigger for: - Backend: Database SQL, ORMs, Express API routes. - Pipelines: CI/CD deployment, Docker, Actions. - Generic: Local scripts (Python/Go tools), ESLint, Git.

2026-06-28
performance-optimization
مطوّرو البرمجيات

Measure before optimizing. Performance work without measurement is guessing.

2026-06-28
planning-and-task-breakdown
متخصصو إدارة المشاريع

Decompose work into small, verifiable, dependency-ordered tasks. Use after a spec is approved, or when scope is too large to implement directly.

2026-06-28
security-and-hardening
محللو أمن المعلومات

Build security into every feature from the start. Security is a constraint on every line of code that touches user data.

2026-06-28
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون

Write a failing test before writing the code that makes it pass. Tests are proof that code works.

2026-06-28
using-agent-skills
المهن الحاسوبية الأخرى

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task.

2026-06-28
incremental-implementation
مطوّرو البرمجيات

Build features in thin vertical slices. Each increment leaves the system in a working, testable state before moving to the next.

2026-06-28
spec-driven-development
مطوّرو البرمجيات

Write a structured specification before writing code. The spec is the shared source of truth between you and the human engineer.

2026-06-28