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

hivemind

يحتوي hivemind على 38 من skills المجمعة من cohen-liel، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
38
Stars
103
محدث
2026-03-17
Forks
15
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

REST API design principles and best practices. Use when designing API endpoints, request/response schemas, versioning, error formats, or reviewing API design.

2026-03-17
async-python
مطوّرو البرمجيات

Python asyncio patterns for high-performance async code. Use when writing async functions, managing concurrency, working with aiohttp, asyncpg, or any async I/O in Python.

2026-03-17
celery-tasks
مطوّرو البرمجيات

Celery background task patterns for Python apps. Use when implementing background jobs, scheduled tasks, email sending, image processing, or any async work that shouldn't block a web request.

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

Docker, docker-compose, and deployment configuration best practices. Use when writing Dockerfiles, docker-compose.yml, CI/CD configs, or setting up any containerized deployment.

2026-03-17
docx
فنيو النشر المكتبي

Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.

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

End-to-end testing patterns with Playwright. Use when writing browser automation tests, integration tests, testing user flows, or setting up E2E test suites.

2026-03-17
email-service
مطوّرو البرمجيات

Email sending patterns for transactional and marketing emails. Use when implementing email sending, templates, SMTP configuration, or email services like SendGrid, Resend, or Mailgun.

2026-03-17
fastapi-backend
مطوّرو البرمجيات

FastAPI best practices for building production Python backends. Use when building REST APIs, async endpoints, Pydantic models, dependency injection, middleware, or any FastAPI server.

2026-03-17
frontend-slides
مطوّرو الويب

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a talk/pitch. Helps non-designers discover their aesthetic through visual exploration rather than abstract choices.

2026-03-17
git-workflow
مطوّرو البرمجيات

Git workflow best practices. Use when committing code, managing branches, writing commit messages, or setting up git workflows.

2026-03-17
graphql-api
مطوّرو البرمجيات

GraphQL API design and implementation patterns. Use when building GraphQL servers, defining schemas, writing resolvers, implementing subscriptions, or consuming GraphQL APIs.

2026-03-17
jwt-authentication
مطوّرو البرمجيات

JWT authentication implementation patterns. Use when implementing login, registration, token refresh, password reset, or any authentication/authorization system.

2026-03-17
microservices
مطوّرو البرمجيات

Microservices architecture patterns. Use when designing service decomposition, inter-service communication, API gateways, service discovery, event-driven architecture, or distributed systems.

2026-03-17
mobile-react-native
مطوّرو الويب

React Native patterns for cross-platform mobile apps. Use when building iOS/Android apps with React Native, Expo, navigation, device APIs, push notifications, or mobile-specific UI patterns.

2026-03-17
model-usage
مطوّرو البرمجيات

Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.

2026-03-17
nextjs-fullstack
مطوّرو البرمجيات

Next.js App Router patterns for full-stack applications. Use when building Next.js apps with App Router, Server Components, API Routes, authentication, or full-stack React applications.

2026-03-17
nodejs-express
مطوّرو البرمجيات

Node.js + Express backend patterns. Use when building REST APIs, middleware, authentication, or backend services with Node.js/Express/TypeScript.

2026-03-17
planning-with-files
متخصصو إدارة المشاريع

Implements Manus-style file-based planning to organize and track progress on complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when asked to plan out, break down, or organize a multi-step project, research task, or any work requiring >5 tool calls. Supports automatic session recovery after /clear.

2026-03-17
postgres-database
مصممو قواعد البيانات

PostgreSQL schema design, indexing, and query patterns. Use when designing database schemas, writing migrations, optimizing queries, or working with any PostgreSQL database.

2026-03-17
prisma-orm
مطوّرو البرمجيات

Prisma ORM patterns for Node.js/TypeScript backends. Use when defining Prisma schemas, writing queries, handling relations, migrations, or any database work in a Node.js/TypeScript project.

2026-03-17
prose
المهن الحاسوبية الأخرى

OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.

2026-03-17
pytest-patterns
محللو ضمان جودة البرمجيات والمختبرون

pytest best practices for writing comprehensive test suites. Use when writing or running Python tests, setting up test fixtures, mocking, or achieving good test coverage.

2026-03-17
react-typescript
مطوّرو الويب

React + TypeScript patterns for production frontends. Use when building React components, hooks, state management, forms, routing, or any React/TSX UI.

2026-03-17
redis-caching
مطوّرو البرمجيات

Redis caching and queue patterns. Use when implementing caching, rate limiting, session storage, pub/sub, or background job queues with Redis.

2026-03-17
s3-file-storage
مطوّرو البرمجيات

AWS S3 (and compatible) file storage patterns. Use when implementing file uploads, image storage, document management, CDN delivery, or any cloud file storage.

2026-03-17
security-review
محللو أمن المعلومات

Security review checklist for web applications. Use when reviewing code for security vulnerabilities, auth issues, input validation, or any security-sensitive code.

2026-03-17
sqlalchemy-orm
مطوّرو البرمجيات

SQLAlchemy 2.0 async ORM patterns. Use when defining models, relationships, queries, or migrations with SQLAlchemy in Python.

2026-03-17
state-management
مطوّرو الويب

Frontend state management patterns for React apps. Use when implementing Redux Toolkit, Zustand, Jotai, React Query, or any global state management solution.

2026-03-17
strategic-compact
المهن الحاسوبية الأخرى

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

2026-03-17
stripe-payments
مطوّرو البرمجيات

Stripe payments integration patterns. Use when implementing payments, subscriptions, webhooks, checkout sessions, or any payment processing with Stripe.

2026-03-17
tailwind-css
مطوّرو الويب

Tailwind CSS patterns for modern UI. Use when styling components, building responsive layouts, creating design systems, or any Tailwind/CSS work.

2026-03-17
tdd-workflow
محللو ضمان جودة البرمجيات والمختبرون

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

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

Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

2026-03-17
typescript-patterns
مطوّرو البرمجيات

TypeScript best practices and patterns. Use when writing TypeScript code, defining types, working with generics, or converting JavaScript to TypeScript.

2026-03-17
verification-loop
محللو ضمان جودة البرمجيات والمختبرون

A comprehensive verification system for Claude Code sessions.

2026-03-17
video-frames
فنيو الصوت والفيديو

Extract frames or short clips from videos using ffmpeg.

2026-03-17
web-scraping
مطوّرو البرمجيات

Web scraping and internet search patterns. Use when scraping websites, crawling pages, extracting data from HTML, automating browser interactions, or fetching external web content programmatically.

2026-03-17
websockets-realtime
مطوّرو البرمجيات

WebSocket and real-time patterns. Use when implementing live chat, notifications, dashboards, collaborative features, or any real-time communication with WebSockets or SSE.

2026-03-17