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

ECOMANSONI

يحتوي ECOMANSONI على 201 من skills المجمعة من kmansoni، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Audit the developer experience of a product, SDK, docs site, or SKILL.md by dropping multiple Claude subagents at it with only a tiny task prompt and real tools (WebFetch, Bash, Write). Agents must discover the docs themselves, install deps, ask for credentials if needed, and attempt real execution. The skill captures each agent's trace — tool calls, retries, wall time, errors — and scores on Setup Friction, Speed, Efficiency, Error Recovery, and Doc Quality, then emits an HTML report with an A–F grade and concrete fixes. Use when the user asks to audit agent experience, test a skill, audit docs for agents, check if a SDK is agent-friendly, validate a SKILL.md, measure agent DX, or benchmark how painful onboarding is for an AI agent. Triggers: 'audit agent experience', 'test this skill', 'audit docs for agents', 'is my SDK agent-friendly', 'run a DX audit', 'agent experience test', 'test my docs', 'how do agents do with my product'.

2026-06-17
autobrowse
مطوّرو البرمجيات

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.

2026-06-17
baoyu-design
مصممو واجهات الويب والرقمية

Create polished design artifacts as self-contained HTML: UI mockups, interactive prototypes, wireframes, landing pages, dashboards, app screens, mobile apps, slide decks, and visual explorations. Use whenever the user asks to design, mock up, prototype, wireframe, visualize, or explore an interface, product screen, user flow, content layout, visual artifact, or pitch/deck concept, even if they do not say "design". Also use for setting up, importing, or authoring reusable design systems, UI kits, brand tokens, component libraries, or loadable design-system bundles. The skill guides context gathering, clarifying questions, choosing fidelity, selecting or binding design systems, creating project folders, building one or more HTML deliverables, previewing them, and verifying they load cleanly. It is harness-agnostic for Claude Code, Cursor, Codex Agent, and similar file-capable agents; harness-specific ask, preview, screenshot, and verification tools are resolved from references/.

2026-06-17
browserbase-cli
مطوّرو البرمجيات

Use the Browserbase CLI (`browse`) for Browserbase Functions and platform API workflows. Use when the user asks to run `browse`, deploy or invoke functions, manage sessions, projects, contexts, or extensions, fetch a page through the Browserbase Fetch API, search the web through the Browserbase Search API, or scaffold starter templates. Prefer the Browser skill for interactive browsing; use the top-level `browse` driver commands (`browse open`, `browse get`, etc.) only when the user explicitly wants the CLI path.

2026-06-17
cookie-sync
مطوّرو البرمجيات

Sync cookies from local Chrome to a Browserbase persistent context so the browse CLI can access authenticated sites. Use when the user wants to browse as themselves, sync cookies, or log into sites via Browserbase.

2026-06-17
safe-browser
مطوّرو البرمجيات

Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access. Use when the user wants an agent to browse or scrape while staying on approved domains, demo blocked off-domain navigation, or generate a safe browser client.

2026-06-17
mansoni-browser-agent
محللو ضمان جودة البرمجيات والمختبرون

Mansoni browser agent — управляет браузером без скриншотов, видит реальный UI, тестирует проект в реальном времени. Использует Playwright для навигации, проверки состояния и интерактивного тестирования.

2026-06-17
mansoni-graphify
مطوّرو البرمجيات

Graphify integration for Mansoni — создаёт knowledge graph проекта, ищет связи между компонентами, генерирует отчёты. Использует глобальный graphify.

2026-06-17
a11y-audit
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive accessibility testing including WCAG compliance. Use when: full a11y audit, compliance checking, or accessibility certification.

2026-06-17
accessibility-audit
محللو ضمان جودة البرمجيات والمختبرون

WCAG compliance and accessibility testing. Use when: auditing accessibility, fixing a11y issues, or testing screen reader compatibility.

2026-06-17
agent-self-audit
مطوّرو البرمجيات

Meta-auditing of Claude agents and their outputs. Use when: reviewing agent quality, validating agent decisions, or improving agent prompts.

2026-06-17
animation-performance
مطوّرو الويب

Smooth 60fps animations and transitions. Use when: optimizing CSS animations, GPU acceleration, or motion rendering.

2026-06-17
api-response-optimization
مطوّرو البرمجيات

API response time improvement strategies. Use when: reducing API latency, optimizing response payloads, or improving API performance.

2026-06-17
blue-green-deployment
مديرو الشبكات وأنظمة الحاسوب

Zero-downtime deployment strategy with instant rollback capability. Use when: planning production deployments, implementing blue-green infrastructure, or setting up traffic switching.

2026-06-17
canary-deployment
مديرو الشبكات وأنظمة الحاسوب

Gradual traffic shifting for safe production releases. Use when: releasing features incrementally, validating changes with real users, or A/B testing infrastructure.

2026-06-17
chaos-engineering
مديرو الشبكات وأنظمة الحاسوب

Intentional failure injection for system resilience testing. Use when: validating fault tolerance, testing SLOs under stress, or preparing for incidents.

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

API contract validation between services. Use when: testing API compatibility, validating schemas, or preventing breaking changes.

2026-06-17
database-query-performance
مصممو قواعد البيانات

Supabase/PostgreSQL query optimization. Use when: optimizing slow queries, adding indexes, or improving database performance.

2026-06-17
disaster-recovery
مديرو الشبكات وأنظمة الحاسوب

Business continuity and data recovery procedures. Use when: planning DR scenarios, creating backup strategies, or defining RTO/RPO.

2026-06-17
docker-best-practices
مديرو الشبكات وأنظمة الحاسوب

Containerization best practices for Node.js/React. Use when: creating Dockerfiles, optimizing images, or managing containers.

2026-06-17
github-actions
مطوّرو البرمجيات

CI/CD pipeline configuration and management. Use when: creating workflows, optimizing CI, or managing GitHub Actions.

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

API and service integration testing patterns. Use when: testing database interactions, API contracts, or multi-service flows.

2026-06-17
kubernetes-patterns
مطوّرو البرمجيات

Kubernetes deployment patterns. Use when: deploying to K8s, managing pods, or configuring services.

2026-06-17
live-browser-testing
محللو ضمان جودة البرمجيات والمختبرون

Playwright-based browser testing with real user flows. Use when: running E2E tests, testing authenticated flows, or verifying UI in real browser. Triggers: browser testing, E2E, Playwright, real user simulation.

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

Performance testing under load. Use when: validating scalability, finding bottlenecks, or setting performance baselines.

2026-06-17
memory-leak-detection
مطوّرو البرمجيات

Finding and fixing memory leaks in JavaScript/TypeScript. Use when: investigating OOM errors, high memory usage, or profiling performance issues.

2026-06-17
monitoring-stack
مديرو الشبكات وأنظمة الحاسوب

Observability infrastructure: metrics, logs, traces, alerts. Use when: setting up monitoring, creating dashboards, or configuring alerts.

2026-06-17
network-optimization
مطوّرو البرمجيات

Network performance optimization for web apps. Use when: reducing latency, optimizing API calls, or improving data transfer.

2026-06-17
performance-audit
مطوّرو البرمجيات

Comprehensive performance auditing across frontend, backend, and infrastructure. Use when: full performance review, bottleneck identification, or optimization planning.

2026-06-17
react-rendering-performance
مطوّرو البرمجيات

React rendering optimization techniques. Use when: reducing re-renders, optimizing component trees, or improving React performance.

2026-06-17
release-manager
مطوّرو البرمجيات

Coordinated release process with versioning, changelog, and deployment gates. Use when: planning releases, managing versions, or coordinating deployments.

2026-06-17
secret-management
محللو أمن المعلومات

Secure handling of API keys, tokens, and credentials. Use when: managing secrets, rotating keys, or auditing credential storage.

2026-06-17
senior-devops
مديرو الشبكات وأنظمة الحاسوب

Expert DevOps practices: architecture, scaling, incident response. Use when: complex infrastructure decisions, scaling challenges, or architectural reviews.

2026-06-17
test-audit-suite
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive test suite validation and coverage analysis. Use when: assessing test quality, identifying gaps, or planning test improvements.

2026-06-17
visual-regression
محللو ضمان جودة البرمجيات والمختبرون

Screenshot comparison testing for UI changes. Use when: detecting unintended UI changes, validating design consistency, or automating visual QA.

2026-06-17
web-performance-audit
مطوّرو البرمجيات

Frontend performance testing and optimization. Use when: auditing Core Web Vitals, optimizing load times, or improving UX performance.

2026-06-17
webapp-uat
محللو ضمان جودة البرمجيات والمختبرون

User acceptance testing procedures for web applications. Use when: validating features with real users, conducting UAT sessions, or preparing for release.

2026-06-17
compliance-reporter
ضباط الامتثال

Аудит соответствия требованиям: GDPR/ФЗ-152 (персональные данные), согласие пользователя, право на удаление, политика конфиденциальности, Supabase compliance, хранение данных. Use when: GDPR, ФЗ-152, compliance, персональные данные, согласие, право на удаление, privacy.

2026-06-11
calls-e2ee-audit
محللو أمن المعلومات

Calls E2EE security audit for calls-v2: ephemeral ECDH+HKDF+AES-KW key exchange, ECDSA signatures, SFrame transforms, rekey state machine. Use when: calls-v2, video calls encryption.

2026-05-28
code-health-score
محللو ضمان جودة البرمجيات والمختبرون

Quantitative assessment of code quality across multiple dimensions.

2026-05-08
عرض أهم 40 من أصل 201 skills مجمعة في هذا المستودع.