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

irahardianto

عرض على مستوى المستودعات لـ 141 skills مجمعة عبر 8 مستودعات GitHub.

skills مجمعة
141
مستودعات
8
محدث
2026-07-07
خريطة المستودعات

أين توجد skills

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

#01
awesome-agv
42 skills · 2026-07-07
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمصممو واجهات الويب والرقميةعلماء البياناتمحللو أمن المعلومات
9 فئات مهنية · 100% مصنفة
30%الحصة
#02
rugged-gemini
41 skills · 2026-05-12
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونعلماء البياناتمتخصصو إدارة المشاريعمطوّرو الويب
9 فئات مهنية · 100% مصنفة
29%الحصة
#03
claude-superpowers
24 skills · 2026-04-14
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبالمصممون الجرافيكيونمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البيانات
8 فئات مهنية · 100% مصنفة
17%الحصة
#04
awesome-gcli-test
24 skills · 2026-04-21
مطوّرو البرمجياتمصممو واجهات الويب والرقميةمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمصممو قواعد البياناتمطوّرو الويب
6 فئات مهنية · 100% مصنفة
17%الحصة
#05
qurio
5 skills · 2025-12-26
مطوّرو البرمجياتالكتّاب التقنيونمحللو أنظمة الحاسوبمطوّرو الويب
4 فئات مهنية · 100% مصنفة
3.5%الحصة
#06
gatekeeper
2 skills · 2026-02-17
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
1.4%الحصة
#07
monarch
2 skills · 2025-12-31
المصممون الجرافيكيونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
1.4%الحصة
#08
pathfinder
1 skills · 2026-06-23
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
0.7%الحصة
مستكشف المستودعات

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

postgres-idioms
مصممو قواعد البيانات

PostgreSQL best practices — schema design, query performance, indexing, connection management, RLS, concurrency, monitoring, and migrations. Load when writing SQL, designing schemas, or optimizing PostgreSQL queries.

2026-07-07
agent-protocols
المهن الحاسوبية الأخرى

Shared protocols for all agents in the multi-agent pipeline: recursive nesting, pre-implementation restatement, parallel dispatch format, and agent definition cascade. Load this skill instead of inlining these protocols in every agent file.

2026-07-07
parallel-dispatch
المهن الحاسوبية الأخرى

MECE task decomposition, file ownership enforcement, DAG-based execution, and safe merge protocol for intra-domain parallel dispatch. The safety invariants that prevent merge chaos when multiple agents write in parallel. Applies recursively at every nesting depth.

2026-07-06
code-review
محللو ضمان جودة البرمجيات والمختبرون

Structured code review protocol for inspecting code quality against the full rule set. Use when auditing code written by yourself or another agent, during the /audit workflow, or when the user asks for a code review.

2026-06-29
guardrails
مطوّرو البرمجيات

Pre-flight checklist and post-implementation self-review protocol. Use before generating any code (pre-flight) and after writing code but before verification (self-review) to catch issues early.

2026-06-29
perf-optimization
مطوّرو البرمجيات

Profile-driven performance optimization protocol. Use when profiling data (CPU, heap, trace) is available or when the user requests performance analysis. Covers methodology (Profile → Analyze → Opportunity Scan → Prioritize → Optimize → Benchmark), optimization pattern catalog, safety invariants, and when-to-stop heuristics. Language-specific tooling is in languages/*.md.

2026-06-29
mobile-testing
محللو ضمان جودة البرمجيات والمختبرون

Mobile E2E testing patterns — Flutter integration_test, Patrol, Maestro, golden testing, device matrix, and test data management. Use when writing E2E tests for mobile applications.

2026-06-26
python-idioms
مطوّرو البرمجيات

Python type hints, Protocols, Pydantic, async/await, pytest, ruff, mypy strict.

2026-06-26
عرض أهم 8 من أصل 42 skills مجمعة في هذا المستودع.
pathfinder
مطوّرو البرمجيات

Session bootstrap + workflows for Pathfinder semantic navigation tools. Covers: discovery protocol, tool chaining patterns (explore, impact, audit, debug), search optimization, LSP degraded mode, and error recovery.

2026-05-12
browser-automation
مطوّرو الويب

Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.

2026-05-12
command-execution-principles
مطوّرو البرمجيات

Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.

2026-05-07
git-workflow
مطوّرو البرمجيات

Git conventions: conventional commits, branch naming, PR hygiene, release tagging.

2026-05-07
incident-response
مديرو الشبكات وأنظمة الحاسوب

Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.

2026-05-07
parallel-dispatch-dag
مطوّرو البرمجيات

Constructs, validates, and traverses a Directed Acyclic Graph (DAG) from scope cards for safe level-based parallel dispatch. Determines execution order via topological sort. Detects cycles and invalid dependencies.

2026-05-07
parallel-dispatch-decomposition
مطوّرو البرمجيات

Decomposes broad tasks into MECE, parallelizable sub-tasks with explicit scope cards. Core skill for intra-domain parallel dispatch. Produces scope cards consumed by parallel-dispatch-dag, parallel-dispatch-ownership, and parallel-dispatch-merge skills.

2026-05-07
parallel-dispatch-merge
مطوّرو البرمجيات

Safe, sequential merge protocol for integrating N parallel worktree branches back into main. Defines merge ordering, quality gates between merges, conflict classification, and the updated worktree naming convention for multi-instance dispatches.

2026-05-07
عرض أهم 8 من أصل 41 skills مجمعة في هذا المستودع.
code-review
محللو ضمان جودة البرمجيات والمختبرون

Execute a structured code review protocol that inspects code quality against the full rule set. Use when auditing code written by yourself or another agent, during code audit workflows, or when the user asks for a code review. Produces a findings document with severity tags.

2026-04-14
research-methodology
مطوّرو البرمجيات

Structured research protocol for investigating technologies, patterns, and APIs before implementation. Use when exploring unfamiliar technologies, evaluating library options, or documenting technical findings. Covers multi-tool search strategy, research log conventions, and training data fallback honesty protocol.

2026-04-14
accessibility-principles
مصممو واجهات الويب والرقمية

Apply WCAG accessibility standards when building UI components, forms, interactive elements, or any user-facing interface. Covers semantic HTML, ARIA attributes, keyboard navigation, color contrast, and screen reader support.

2026-04-08
adr
مطوّرو البرمجيات

Document significant architectural decisions using the ADR (Architecture Decision Record) format. Use during research phases when choosing between approaches, when introducing new dependencies or patterns, or when the user asks to document a technical decision.

2026-04-08
api-design-principles
مطوّرو البرمجيات

Apply REST/HTTP API design conventions when implementing endpoints, handlers, middleware, request validation, or response formatting. Covers resource naming, status codes, error formats, versioning, and pagination.

2026-04-08
ci-cd-gitops-kubernetes
مديرو الشبكات وأنظمة الحاسوب

Apply Kubernetes deployment and GitOps patterns when configuring container orchestration, deployment strategies (rolling, blue-green, canary), ArgoCD/Flux manifests, or Kubernetes secrets management. Supplement to ci-cd-principles.

2026-04-08
ci-cd-principles
مطوّرو البرمجيات

Apply CI/CD pipeline design patterns when configuring build pipelines, deployment processes, release strategies, Dockerfiles, or GitHub Actions workflows. Covers pipeline stages, artifact management, environment promotion, and rollback strategies.

2026-04-08
command-execution-principles
مطوّرو البرمجيات

Apply safe command execution patterns when spawning external processes, shell commands, or system calls from application code. Covers input sanitization, timeout handling, output capture, and error propagation.

2026-04-08
عرض أهم 8 من أصل 24 skills مجمعة في هذا المستودع.
accessibility-principles
مطوّرو الويب

WCAG accessibility: semantic HTML, ARIA, keyboard nav, contrast, screen readers. For all user-facing interfaces.

2026-04-21
adr
مطوّرو البرمجيات

Document architectural decisions using ADR format. Use during research when choosing approaches, introducing deps/patterns, or changing arch.

2026-04-21
api-design-principles
مطوّرو البرمجيات

REST/HTTP API design: resource naming, status codes, error formats, versioning, pagination.

2026-04-21
ci-cd-gitops-kubernetes
مطوّرو البرمجيات

Kubernetes deployment and GitOps patterns: rolling/blue-green/canary strategies, ArgoCD/Flux manifests, K8s secrets management. Supplement to ci-cd-principles.

2026-04-21
ci-cd-principles
مطوّرو البرمجيات

CI/CD pipeline patterns: stages, Dockerfile, GitHub Actions, artifact management, environment promotion, rollback. Layered by deployment complexity.

2026-04-21
code-review
محللو ضمان جودة البرمجيات والمختبرون

Structured code review protocol: inspect against full rule set. Use for audit workflows, code reviews, or when user requests review. Produces findings document with severity tags.

2026-04-21
command-execution-principles
مطوّرو البرمجيات

Safe command execution: input sanitization, timeout handling, output capture, error propagation. For spawning processes, shell commands, system calls.

2026-04-21
concurrency-and-threading-principles
مطوّرو البرمجيات

Concurrency/parallelism patterns: race prevention, deadlock avoidance, message passing, async/channels/mutexes/worker pools.

2026-04-21
عرض أهم 8 من أصل 24 skills مجمعة في هذا المستودع.
debugging-protocol
مطوّرو البرمجيات

Comprehensive protocol for validating root causes of software issues. Use when you need to systematically debug a complex bug, flaky test, or unknown system behavior by forming hypotheses and validating them with specific tasks.

2025-12-26
opensource-readme-generator
الكتّاب التقنيون

Generate high-quality, "All-Star" README files for open-source repositories. Use this skill when a user asks to create, update, or improve a README.md file for their project.

2025-12-23
frontend-design
مطوّرو الويب

Generates distinctive, production-grade frontend interfaces and artifacts (React, Vue, HTML/CSS). Prioritizes bold aesthetics, unique typography, and motion to avoid generic designs. Use when building websites, landing pages, dashboards, posters, or when the user requests to style, beautify, or create visually striking UI.

2025-12-21
knowledge-searching
مطوّرو البرمجيات

Retrieves implementation knowledge, code examples, and documentation references. Use to inform technical decision-making when the user requires specific library usage, framework patterns, or syntax details. Trigger on requests to 'search docs', 'find code examples', or 'check implementation details'.

2025-12-21
technical-constitution
محللو أنظمة الحاسوب

Generates technical implementation plans and architectural strategies that enforce the Project Constitution. Use when designing new features, starting implementation tasks, refactoring code, or ensuring compliance with critical standards like Testability-First Architecture, security mandates, testing strategies, and error handling.

2025-12-21
عرض 8 من أصل 8 مستودعات
تم تحميل كل المستودعات