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

agentjido

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

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

أين توجد skills

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

#01
jido_run
23 skills · 2026-03-15
مطوّرو البرمجياتالكتّاب التقنيونمطوّرو الويب
3 فئات مهنية · 100% مصنفة
34%الحصة
#02
jido-skills
23 skills · 2026-05-22
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
34%الحصة
#03
jidoka
8 skills · 2026-07-16
متخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبمطوّرو البرمجيات
4 فئات مهنية · 100% مصنفة
12%الحصة
#04
jido_managed_agents
3 skills · 2026-04-10
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
4.4%الحصة
#05
jido
2 skills · 2026-02-16
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.9%الحصة
#06
req_llm
2 skills · 2026-03-25
محللو ضمان جودة البرمجيات والمختبرون
1 فئات مهنية · 100% مصنفة
2.9%الحصة
#07
jido_ai
2 skills · 2026-02-07
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.9%الحصة
#08
llm_db
2 skills · 2026-06-08
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجيات
2 فئات مهنية · 100% مصنفة
2.9%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

ash-jido
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `ash_jido` package. Use when Codex needs to expose Ash actions as Jido actions, wire Ash resources into agent workflows, emit or consume signals around Ash changes, or review boundary decisions between Ash domains and Jido agents.

2026-03-15
jido-action
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_action` package. Use when Codex needs to scaffold or review `Jido.Action` modules, validate action inputs and outputs, compose actions into agent workflows, or turn action docs into runnable Elixir examples.

2026-03-15
jido-behaviortree
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_behaviortree` package. Use when Codex needs to model agent decision trees, selectors, sequences, or fallback paths in Jido, or when it needs to turn sparse behavior-tree docs into a concrete runnable example without inventing unsupported runtime features.

2026-03-15
jido-browser
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_browser` package. Use when Codex needs to build browser-backed Jido automations, wrap navigation or extraction flows in actions, turn browser docs into runnable examples, or review `jido_browser` boundaries versus `req_llm` and app-specific scraping code.

2026-03-15
jido-memory
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_memory` package. Use when Codex needs to add memory spaces, retrieval flows, summarization or recall hooks, or review memory boundaries in Jido applications that also use `jido`, `jido_ai`, and external storage backends.

2026-03-15
jido-messaging
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_messaging` package. Use when Codex needs to plan or review messaging adapters, bridge Jido signals onto external transports, or keep delivery semantics, retries, and routing boundaries explicit for Jido-based systems.

2026-03-15
jido-otel
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_otel` package. Use when Codex needs to add OpenTelemetry tracing to Jido applications, implement a tracer backend for Jido observability hooks, or review how spans, correlation ids, and exported telemetry should cross package boundaries.

2026-03-15
jido-signal
مطوّرو البرمجيات

Builder-oriented guidance for the upstream `jido_signal` package. Use when Codex needs to define signal schemas, route or dispatch events, bridge Jido signals to buses or transports, or review `jido_signal` boundaries versus `jido`, `jido_messaging`, and application code.

2026-03-15
عرض أهم 8 من أصل 23 skills مجمعة في هذا المستودع.
hex-release
مطوّرو البرمجيات

Guide human-in-the-loop Hex package releases for AgentJido repositories. Use when preparing, validating, dry-running, publishing, tagging, or dispatching a Hex release workflow.

2026-05-22
jido-action
مطوّرو البرمجيات

Build and maintain composable Jido actions with validated inputs, explicit outputs, predictable errors, and AI-tool compatibility. Use when defining actions, schemas, action chains, or action execution behavior.

2026-05-22
jido-agent
مطوّرو البرمجيات

Build and maintain Jido agent modules, schemas, command handling, plugins, directives, and runtime wiring. Use when creating agents, changing agent behavior, or working with AgentServer-style runtime integration.

2026-05-22
jido-ai
مطوّرو البرمجيات

Integrate AI and LLM behavior into Jido systems using local jido_ai and req_llm conventions. Use when adding providers, model aliases, AI agents, tool calling, streaming, structured output, or skill prompt composition.

2026-05-22
jido-core
مطوّرو البرمجيات

Provide Jido ecosystem context, package roles, conventions, and foundational patterns. Use before Jido agent, action, AI, testing, docs, or package work when the local repo needs shared Jido guidance.

2026-05-22
jido-testing
محللو ضمان جودة البرمجيات والمختبرون

Test Jido agents, actions, plugins, signals, directives, and AI integrations with focused unit and runtime coverage. Use when adding tests, fixing test gaps, or validating Jido behavior.

2026-05-22
pr-harden
مطوّرو البرمجيات

Harden a pull request by fixing blocking review findings, strengthening regression tests, validating locally, pushing to the PR branch, and updating AgentJido review-state labels. Use only when explicitly asked to fix a PR.

2026-05-22
pr-review
محللو ضمان جودة البرمجيات والمختبرون

Review pull requests for correctness, tests, merge readiness, CI status, conflicts, and AgentJido review-state labels. Use when asked to review a PR, check if it is ready to merge, or provide PR feedback without editing code.

2026-05-22
عرض أهم 8 من أصل 23 skills مجمعة في هذا المستودع.
ce-brainstorm
متخصصو إدارة المشاريع

Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says "let's brainstorm", "what should we build", or "help me think through X", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.

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

Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked for review; interactive mode can fix locally, while mode:agent reports only for pipeline callers.

2026-07-16
ce-doc-review
متخصصو إدارة المشاريع

Review requirements or plan documents using parallel persona agents that surface role-specific issues. Use when a requirements document or plan document exists and the user wants to improve it.

2026-07-16
ce-ideate
متخصصو إدارة المشاريع

Generate and critically evaluate grounded ideas about a topic. Use when asking what to improve, requesting idea generation, exploring surprising directions, or wanting the AI to proactively suggest strong options before brainstorming one in depth. Triggers on phrases like 'what should I improve', 'give me ideas', 'ideate on X', 'surprise me', 'what would you change', or any request for AI-generated suggestions rather than refining the user's own idea.

2026-07-16
ce-plan
متخصصو إدارة المشاريع

Create structured plans for multi-step tasks -- software features, research workflows, events, study plans, or any goal that benefits from breakdown. Also deepens existing plans with interactive sub-agent review. Use when the user says 'plan this', 'create a plan', 'how should we build', 'break this down', or when a brainstorm doc is ready for planning. Use 'deepen the plan' or 'deepening pass' for the deepening flow. For exploratory requests, prefer ce-brainstorm first.

2026-07-16
ce-setup
مديرو الشبكات وأنظمة الحاسوب

Diagnose and configure compound-engineering environment. Checks CLI dependencies, plugin version, and repo-local config. Offers guided installation for missing tools. Use when troubleshooting missing tools, verifying setup, or before onboarding.

2026-07-16
ce-strategy
متخصصو إدارة المشاريع

Create or maintain STRATEGY.md - the product's target problem, approach, users, key metrics, and tracks of work. Use when starting a new product, updating direction, or when prompts like 'write our strategy', 'update the roadmap', 'what are we working on', or 'set up the strategy doc' come up. Also triggers when ce-ideate, ce-brainstorm, or ce-plan need upstream grounding and no strategy doc exists yet.

2026-07-16
ce-work
مطوّرو البرمجيات

Execute work efficiently while maintaining quality and finishing features

2026-07-16
عرض 11 من أصل 11 مستودعات
تم تحميل كل المستودعات