Skip to main content
TheMizeGuy
ملف منشئ GitHub

TheMizeGuy

عرض على مستوى المستودعات لـ ٥٣ skills مجمعة عبر ١٨ مستودعات GitHub.

skills مجمعة
٥٣
مستودعات
١٨
محدث
٢٤ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
api-expert-public
١٠ skills · ٧ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو أمن المعلومات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٩٪؜الحصة
#02
cicd-expert-public
٩ skills · ٥ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو أمن المعلومات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٧٪؜الحصة
#03
apple-ui-craft-public
٦ skills · ٢٧ يوليو ٢٠٢٦
مصممو واجهات الويب والرقميةمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١١٪؜الحصة
#04
midjourney-claude-plugin
٤ skills · ٣١ مارس ٢٠٢٦
فنانو المؤثرات الخاصة والمحركونالمصممون الجرافيكيون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
#05
ui-craft-public
٤ skills · ٢٤ أغسطس ٢٠٢٦
مصممو واجهات الويب والرقميةمطوّرو البرمجيات
٢ فئات مهنية · ٥٠٪؜ مصنفة
٧٫٥٪؜الحصة
#06
typescript-refactor-public
٤ skills · ٢٧ يوليو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
#07
typescript-ui-public
٤ skills · ٧ يوليو ٢٠٢٦
مصممو واجهات الويب والرقميةمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٥٪؜الحصة
#08
ui-review-public
٢ skills · ٥ يوليو ٢٠٢٦
مصممو واجهات الويب والرقمية
١ فئات مهنية · ١٠٠٪؜ مصنفة
٣٫٨٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

المستودعات و skills الممثلة

api-expert
مطوّرو البرمجيات

Main entry point for the API Expert plugin — dispatches the api-expert agent (runs on the session model, always the strongest available Claude) for any API-related task. Use when the user mentions APIs in the context of design, review, debugging,…

٧ يوليو ٢٠٢٦
audit-api-security
محللو أمن المعلومات

Full API security audit against OWASP API Top 10 2023. Checks BOLA (Broken Object Level Authorization — present in ~40% of API attacks), Broken Authentication, Broken Object Property Level Authorization, Unrestricted Resource Consumption, BFLA, Unrestricted…

٧ يوليو ٢٠٢٦
deprecate-api
مطوّرو البرمجيات

Execute the API deprecation and sunset workflow per RFC 9745 (Deprecation header) and RFC 8594 (Sunset header). Plans the notice period (12-24 months typical), writes migration guide, adds `Deprecation` + `Sunset` response headers with Link to migration docs,…

٧ يوليو ٢٠٢٦
migrate-api
مطوّرو البرمجيات

Migrate or refactor APIs — version upgrades (v1→v2), protocol changes (REST→GraphQL, REST→gRPC, REST→Connect-RPC), framework migrations (Express→Hono, Flask→FastAPI), schema restructuring, cross-project consolidation (split one API into two, merge two into…

٧ يوليو ٢٠٢٦
optimize-api
مطوّرو البرمجيات

Optimize API performance and scalability. Measures first (pg_stat_statements, OpenTelemetry traces, k6 profile, CPU/memory metrics), identifies top bottlenecks by impact × effort, then applies evidence-backed optimizations — query tuning, indexes, connection…

٧ يوليو ٢٠٢٦
review-api
مطوّرو البرمجيات

Full-surface API review — endpoints, spec (OpenAPI/GraphQL/Protobuf), code, architecture, and docs. Checks for OWASP API Top 10 2023 violations, authentication/authorization gaps, missing idempotency, pagination correctness, error format (RFC 9457), rate…

٧ يوليو ٢٠٢٦
create-api-spec
مطوّرو البرمجيات

Generate or update API specifications — OpenAPI 3.1/3.2 YAML, GraphQL SDL, or Protocol Buffers (.proto). Supports contract-first (write spec, generate code) and code-first (extract spec from existing code). Adds proper error schemas (RFC 9457 Problem JSON),…

٧ يوليو ٢٠٢٦
cross-project-api-audit
مطوّرو البرمجيات

Run a full-surface API audit across 3+ repositories in parallel. Dispatches the api-team-lead agent (runs on the session model, always the strongest available Claude), which maps each repo's API surface, partitions work into 4-10 focused scopes (public API,…

٧ يوليو ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
cross-project-pipeline-audit
مطوّرو البرمجيات

This skill should be used when the user asks to run a "cross-project pipeline audit", "multi-repo pipeline audit", or "audit all my pipelines" across 3+ repositories in parallel, or passes the `--team` flag on other skills. Dispatches the cicd-team-lead agent…

٥ يوليو ٢٠٢٦
audit-pipeline-security
محللو أمن المعلومات

This skill should be used when the user asks to "audit my pipeline security", "is my CI secure", "pipeline security review", "supply chain audit", "check my workflow security", "harden my CI", "SLSA compliance", "action pinning audit", "are my actions…

٥ يوليو ٢٠٢٦
cicd-expert
مطوّرو البرمجيات

This skill should be used when the user mentions pipelines in the context of design, review, debugging, optimization, security, migration, self-hosted runners, or deployment, and the specific workflow is not obvious -- for example "design a pipeline for...",…

٥ يوليو ٢٠٢٦
debug-pipeline
مطوّرو البرمجيات

This skill should be used when the user asks to "debug my pipeline", "fix my workflow", or reports "CI is broken", "pipeline failing", "workflow not running", "build failed", "deploy failed", "runner not picking up jobs", "workflow trigger not working",…

٥ يوليو ٢٠٢٦
design-pipeline
مطوّرو البرمجيات

This skill should be used when the user asks to "design a pipeline", "set up CI", "create CI/CD", "build a workflow", "configure GitHub Actions", "set up GitLab CI", "create Jenkinsfile", "new pipeline for...", or "CI for my project" -- any request to create…

٥ يوليو ٢٠٢٦
migrate-pipeline
مطوّرو البرمجيات

This skill should be used when the user asks to "migrate from Jenkins to GitHub Actions", "move from GitLab CI to GitHub Actions", "convert my Jenkinsfile", "switch CI platforms", "migrate pipeline", "move from CircleCI", "upgrade my CI", "modernize my…

٥ يوليو ٢٠٢٦
optimize-pipeline
مطوّرو البرمجيات

This skill should be used when the user asks to "optimize my pipeline", "CI is slow", "reduce CI time", "pipeline takes too long", "speed up my builds", "CI cost too high", "reduce pipeline cost", "improve CI performance", "shorten feedback loop", "45 minute…

٥ يوليو ٢٠٢٦
review-pipeline
مطوّرو البرمجيات

This skill should be used when the user asks to "review my pipeline", "review my CI", "audit my workflows", "check my CI/CD", "is my pipeline good", "review this workflow file", "pipeline code review", "CI review", "feedback on my pipeline", "review my GitHub…

٥ يوليو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
audit-accessibility
مصممو واجهات الويب والرقمية

Deep standalone iOS accessibility audit. Dispatches the accessibility-engineer solo for the full treatment: VoiceOver semantics and reading order, Dynamic Type survival through AX5, color contrast, touch targets, Reduce Motion / Reduce Transparency, Switch…

٢٧ يوليو ٢٠٢٦
craft-ios-ui
مصممو واجهات الويب والرقمية

Comprehensive multi-agent Apple UI improvement. Dispatches craft-team-lead which orchestrates all 5 review specialists (apple-ui-reviewer, animation-haptics-engineer, accessibility-engineer, performance-engineer, platform-engineer) for a full audit -> plan ->…

٢٧ يوليو ٢٠٢٦
design-ios
مصممو واجهات الويب والرقمية

Design new iOS UI from scratch -- a screen, a flow, a component, or a full app interface. Dispatches the apple-ui-architect agent, pinned to Opus 5 at dispatch, which maps the user's task flow before any screen exists, states an explicit adaptive contract per…

٢٧ يوليو ٢٠٢٦
integrate-platform
مطوّرو البرمجيات

Deepen an iOS app's system integration. Dispatches the platform-engineer solo to audit existing integration and map what's missing: widgets, Live Activities, Dynamic Island, Control Center controls, App Intents, Siri and Apple Intelligence schemas, Spotlight,…

٢٧ يوليو ٢٠٢٦
optimize-ios-ui
مطوّرو البرمجيات

Optimize iOS UI animations, haptics, and rendering performance. Dispatches animation-haptics-engineer (motion tuning + haptic placement) and performance-engineer (body evaluation, scroll, image handling, rendering) in parallel. Merges findings into a unified…

٢٧ يوليو ٢٠٢٦
review-ios-ui
مصممو واجهات الويب والرقمية

Review existing iOS UI code for Apple-native quality. Dispatches 3 specialists in parallel: apple-ui-reviewer (HIG + visual + Liquid Glass + window economy + task flow + information architecture + error recovery + adaptive layout), animation-haptics-engineer…

٢٧ يوليو ٢٠٢٦
عرض ١٢ من أصل ١٨ مستودعات