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

dhar174

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

skills مجمعة
91
مستودعات
7
محدث
2026-05-17
خريطة المستودعات

أين توجد skills

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

#01
tiny_village
38 skills · 2026-03-19
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقمية
4 فئات مهنية · 100% مصنفة
42%الحصة
#02
intelligent_data_detective
14 skills · 2026-05-04
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمتخصصو إدارة المشاريع
4 فئات مهنية · 100% مصنفة
15%الحصة
#03
python_programming_courses
13 skills · 2026-05-16
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمطوّرو الويب
4 فئات مهنية · 100% مصنفة
14%الحصة
#04
Data-Storyteller-Quest
12 skills · 2026-03-17
مطوّرو البرمجياتمتخصصو إدارة المشاريع
2 فئات مهنية · 100% مصنفة
13%الحصة
#05
langgraph_system_generator
11 skills · 2026-05-17
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوب
2 فئات مهنية · 100% مصنفة
12%الحصة
#06
numpy_game
2 skills · 2026-03-18
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.2%الحصة
#07
homework_builder
1 skills · 2026-03-17
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.1%الحصة
مستكشف المستودعات

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

tool-advisor
مطوّرو البرمجيات

Discovers your full tool environment and amplifies prompts with capability awareness. Suggests optimal tool compositions as non-binding options. Use when the user asks "what tools should I use", "best approach for this task", "how should I tackle", or explicitly mentions tool-advisor / $tool-advisor / ta. Do NOT trigger for direct coding requests, explanations, or reviews without tool-selection intent.

2026-03-19
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

2026-03-19
project-workflow-analysis-blueprint-generator
مطوّرو البرمجيات

Comprehensive technology-agnostic prompt generator for documenting end-to-end application workflows. Automatically detects project architecture patterns, technology stacks, and data flow patterns to generate detailed implementation blueprints covering entry points, service layers, data access, error handling, and testing approaches across multiple technologies including .NET, Java/Spring, React, and microservices architectures.

2026-03-19
refactor
مطوّرو البرمجيات

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

2026-03-19
remember-interactive-programming
مطوّرو البرمجيات

A micro-prompt that reminds the agent that it is an interactive programmer. Works great in Clojure when Copilot has access to the REPL (probably via Backseat Driver). Will work with any system that has a live REPL that the agent can use. Adapt the prompt with any specific reminders in your workflow and/or workspace.

2026-03-19
remember
مطوّرو البرمجيات

Transforms lessons learned into domain-organized memory instructions (global or workspace). Syntax: `/remember [>domain [scope]] lesson clue` where scope is `global` (default), `user`, `workspace`, or `ws`.

2026-03-19
repo-story-time
مطوّرو البرمجيات

Generate a comprehensive repository summary and narrative story from commit history

2026-03-19
skill-creator
مطوّرو البرمجيات

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

2026-03-19
عرض أهم 8 من أصل 38 skills مجمعة في هذا المستودع.
repo-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Run the test, lint, and typecheck commands for the repository, then summarize failures and next actions for coding agents.

2026-05-04
context-compression
المهن الحاسوبية الأخرى

This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.

2026-04-21
deepagents-planning-todos
متخصصو إدارة المشاريع

Use the write_todos tool effectively for task planning and decomposition in Deep Agents. Use when users want to (1) implement task planning with write_todos, (2) break down complex tasks into subtasks, (3) track agent progress through todos, (4) debug why todos aren't completing, (5) design todo structures for different task types (research, coding, analysis), (6) understand todo status lifecycle and best practices, or (7) visualize todo progression from LangSmith traces.

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

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

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

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications.

2026-04-21
langgraph-agent-patterns
مطوّرو البرمجيات

Implement multi-agent coordination patterns (supervisor-subagent, router, orchestrator-worker, handoffs) for LangGraph applications. Use when users want to (1) implement multi-agent systems, (2) coordinate multiple specialized agents, (3) choose between coordination patterns, (4) set up supervisor-subagent workflows, (5) implement router-based agent selection, (6) create parallel orchestrator-worker patterns, (7) implement agent handoffs, (8) design state schemas for multi-agent systems, or (9) debug multi-agent coordination issues.

2026-04-21
langgraph-error-handling
مطوّرو البرمجيات

Implement LangGraph error handling with current v1 patterns. Use when users need to classify failures, add RetryPolicy for transient issues, build LLM recovery loops with Command routing, add human-in-the-loop with interrupt()/resume, handle ToolNode errors, or choose a safe strategy between retry, recovery, and escalation.

2026-04-21
langgraph-project-setup
مطوّرو البرمجيات

Initialize and configure LangGraph projects with proper structure, langgraph.json configuration, environment variables, and dependency management. Use when users want to (1) create a new LangGraph project, (2) set up langgraph.json for deployment, (3) configure environment variables for LLM providers, (4) initialize project structure for agents, (5) set up local development with LangGraph Studio, (6) configure dependencies (pyproject.toml, requirements.txt, package.json), or (7) troubleshoot project configuration issues.

2026-04-21
عرض أهم 8 من أصل 14 skills مجمعة في هذا المستودع.
create-initial-operating-contract
متخصصو إدارة المشاريع

Generate an initial operating contract for autonomous Copilot work. Use when starting a new task stream, kickoff session, issue burndown, or multi-step implementation where scope, stop conditions, constraints, acceptance criteria, and execution policy must be explicit before coding.

2026-05-16
repo-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Run the repositorys test, lint, and typecheck commands, then summarize failures and next actions for coding agents.

2026-05-14
repo-agent-bootstrap
مطوّرو البرمجيات

Bootstrap or maintain a repo-specific Copilot, Codex, and Claude agent stack by inventorying docs, commands, workflows, and existing AI assets before scaffolding managed guidance.

2026-04-16
repo-web-deploy-strategist
مطوّرو البرمجيات

Analyze connected repositories and deliver end-to-end web deployment strategy with GitHub-native defaults. Use when Codex must (1) research repository structure, workflows, Pages setup, and .github configuration, (2) build a scored decision matrix for deployment options, (3) pause for explicit approval before mutating changes, and (4) implement and verify deployment with local checks plus GitHub CI smoke.

2026-03-11
runbook-coverage-guard
مطوّرو البرمجيات

Audit curriculum coverage against instructor runbook structure and repository naming rules for Basics and Advanced modules. Use when Codex needs to detect missing or misnamed Day/Hour lecture files, missing daily assignment artifacts, missing quiz artifacts, autograder-readiness gaps, or when scaffolding standardized placeholders for missing course files.

2026-03-10
web-artifacts-builder
مطوّرو البرمجيات

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

2026-03-10
develop-web-game
مطوّرو الويب

Use when Codex is building or iterating on a web game (HTML/JS) and needs a reliable development + testing loop: implement small changes, run a Playwright-based test script with short input bursts and intentional pauses, inspect screenshots/text, and review console errors with render_game_to_text.

2026-03-10
jupyter-notebook
مطوّرو البرمجيات

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

2026-03-10
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
context-map
مطوّرو البرمجيات

Generate a map of all files relevant to a task before making changes

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

Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.

2026-03-17
create-github-issue-feature-from-specification
مطوّرو البرمجيات

Create GitHub Issue for feature request from specification file using feature_request.yml template.

2026-03-17
create-github-issues-feature-from-implementation-plan
متخصصو إدارة المشاريع

Create GitHub Issues from implementation plan phases using feature_request.yml or chore_request.yml templates.

2026-03-17
create-github-issues-for-unmet-specification-requirements
مطوّرو البرمجيات

Create GitHub Issues for unimplemented requirements from specification files using feature_request.yml template.

2026-03-17
create-github-pull-request-from-specification
مطوّرو البرمجيات

Create GitHub Pull Request for feature request from specification file using pull_request_template.md template.

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

Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/

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

Create a README.md file for the project

2026-03-17
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
image-manipulation-image-magick
مديرو الشبكات وأنظمة الحاسوب

Process and manipulate images using ImageMagick. Supports resizing, format conversion, batch processing, and retrieving image metadata. Use when working with images, creating thumbnails, resizing wallpapers, or performing batch image operations.

2026-05-17
langchain
مطوّرو البرمجيات

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications.

2026-05-17
developer-activity-story
مطوّرو البرمجيات

Analyze a GitHub user or developer's visible activity across pull requests, issues, commits, reviews, repositories, and discussions. Use when asked to summarize a developer, create a contributor profile, generate a weekly or monthly GitHub roundup, analyze work patterns, prepare GitHub evidence for self-review or promotion, or tell the story of a user's GitHub work.

2026-05-14
repo-agent-bootstrap
مطوّرو البرمجيات

Bootstrap or maintain a repo-specific Copilot, Codex, and Claude agent stack by inventorying docs, commands, workflows, and existing AI assets before scaffolding managed guidance.

2026-04-17
repo-agent-bootstrap
مطوّرو البرمجيات

Bootstrap or maintain a repo-specific Copilot, Codex, and Claude agent stack by inventorying docs, commands, workflows, and existing AI assets before scaffolding managed guidance.

2026-04-16
project-development
مطوّرو البرمجيات

This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.

2026-04-08
langgraph-error-handling
مطوّرو البرمجيات

Implement LangGraph error handling with current v1 patterns. Use when users need to classify failures, add RetryPolicy for transient issues, build LLM recovery loops with Command routing, add human-in-the-loop with interrupt()/resume, handle ToolNode errors, or choose a safe strategy between retry, recovery, and escalation.

2026-03-16
langgraph-agent-patterns
مطوّرو البرمجيات

Implement multi-agent coordination patterns (supervisor-subagent, router, orchestrator-worker, handoffs) for LangGraph applications. Use when users want to (1) implement multi-agent systems, (2) coordinate multiple specialized agents, (3) choose between coordination patterns, (4) set up supervisor-subagent workflows, (5) implement router-based agent selection, (6) create parallel orchestrator-worker patterns, (7) implement agent handoffs, (8) design state schemas for multi-agent systems, or (9) debug multi-agent coordination issues.

2026-03-16
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات