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

DojoGenesis

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

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

أين توجد skills

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

#01
plugins
350 skills · 2026-07-11
مطوّرو البرمجياتمحللو أمن المعلوماتمحللو ضمان جودة البرمجيات والمختبرونمعلمو العلوم الرياضية في التعليم العاليمتخصصو إدارة المشاريعالمهن الحاسوبية الأخرى
38 فئات مهنية · 100% مصنفة
64%الحصة
#02
gateway
89 skills · 2026-04-15
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو أبحاث السوق ومتخصصو التسويقالمديرون العامون ومديرو العملياتمحللو الإدارةمديرو أنظمة الحاسوب والمعلومات
18 فئات مهنية · 100% مصنفة
16%الحصة
#03
openclaw-plugin
48 skills · 2026-06-28
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو أبحاث السوق ومتخصصو التسويقالمدرّسون الخصوصيونمحللو ضمان جودة البرمجيات والمختبرونموظفو الملفات
13 فئات مهنية · 100% مصنفة
8.7%الحصة
#04
mcp
43 skills · 2026-04-16
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو أبحاث السوق ومتخصصو التسويقمحللو ضمان جودة البرمجيات والمختبرونأمناء سر المدراء والمساعدون الإداريون التنفيذيونالرؤساء التنفيذيون
11 فئات مهنية · 100% مصنفة
7.8%الحصة
#05
git-for-strategy
21 skills · 2026-04-07
متخصصو إدارة المشاريعمطوّرو البرمجياتمحللو أبحاث السوق ومتخصصو التسويقأمناء سر المدراء والمساعدون الإداريون التنفيذيونالمشرفون في الخط الأول على عمال الدعم المكتبي والإداريمحللو أنظمة الحاسوب
8 فئات مهنية · 100% مصنفة
3.8%الحصة
مستكشف المستودعات

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

compression-ritual
متخصصو إدارة المشاريع

Produces markdown memory artifacts (conversation summaries, seed files, philosophical reflections, doc updates) and a dated compression log by distilling a long conversation into its essential decisions and learnings. For the lighter, routine end-of-session wrap-up, use `session-compression` instead — this skill is for a long conversation that needs the fuller multi-artifact treatment. Use when: "compress this context", "distill this conversation", "create a memory artifact", "condense this history", "extract key wisdom before handoff".

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

Produces a dispatch plan — isolation model, agent count, sequencing, and model assignments — for multi-agent parallel work. Plans the mechanics once you already know you're doing a parallel dispatch. If unsure which orchestration pattern fits at all, use `orchestration-pattern-selector` first; if the shape is a single conductor coordinating specialists, use `maestro-orchestration` directly. Use when: "dispatch agents in parallel", "run multiple tracks simultaneously", "plan parallel agent strategy", "should this be foreground or background".

2026-07-11
maestro-orchestration
المهن الحاسوبية الأخرى

Conductor agent pattern that decomposes complex tasks, dispatches specialist sub-agents, manages dependencies, and synthesizes results into a unified deliverable. One specific orchestration pattern — a single conductor coordinating specialists. Use directly when that shape already fits; use `orchestration-pattern-selector` first if unsure, or `agent-dispatch-playbook` to plan a general parallel dispatch's mechanics. Use when: 'coordinate multiple specialist agents', 'orchestrate a complex multi-phase task', 'run a conductor pattern across agents', 'this task needs live agent coordination', 'decompose and dispatch to sub-agents'.

2026-07-11
orchestration-pattern-selector
مطوّرو البرمجيات

Selects the correct multi-agent orchestration pattern for a task using an 11-signal selection matrix. Use this first, upstream of `agent-dispatch-playbook` (which plans dispatch mechanics once the shape is known) and `maestro-orchestration` (one specific pattern this skill might select). Use when choosing which orchestration pattern fits a multi-agent task.

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

Produces a verified multi-track execution by dispatching parallel agents with file manifests, independent verification, and status tracking. Executes an already-planned split — the execution-side counterpart to `specification-driven-development:parallel-tracks`, which plans the phased structure first. Use when: "dispatch agents", "parallel tracks", "multi-track work", "fan out", "divide and conquer".

2026-07-11
codebase-cartography
مطوّرو البرمجيات

Produces a structured codebase map — directory roles, entry points, dependency graph, architectural patterns, and dragon locations — for any unfamiliar repository. Canonical version (adds a defined reading-order output); `dojo-craft:codebase-viewer` is the single-file lean variant with the same core output. Use when: 'map this codebase for me', 'I need to understand this repo before I start', 'give me a reading order for this project', 'where are the dragons in this code'.

2026-07-11
web-research-external
مطوّرو البرمجيات

Produces structured research documents or implementation handoffs by searching external sources — library docs, web, APIs — for a given topic. Scoped to library/API/framework lookups toward an implementation handoff; for general fact-finding or claim verification, use `web-research` instead. Use when: "research how to use [library]", "find best practices for [topic]", "compare [options]", "look up [API/framework] documentation". NOT for codebase exploration (use project-exploration for that).

2026-07-11
web-research
محللو أبحاث السوق ومتخصصو التسويق

Produces a structured Research Summary document (findings, sources, attributions) from targeted web queries using Brave Search and web_fetch. General fact-finding and claim verification. For researching how to use a specific library/API/framework toward an implementation handoff, use `web-research-external` instead. Use when: 'research this online', 'find current information about X', 'verify this claim', 'gather sources on Y', 'search for what the field says about Z'.

2026-07-11
عرض أهم 8 من أصل 350 skills مجمعة في هذا المستودع.
agent-dispatch-playbook
مديرو أنظمة الحاسوب والمعلومات

Produces a dispatch plan — isolation model, agent count, sequencing, and model assignments — for multi-agent parallel work. Use when: "dispatch agents in parallel", "run multiple tracks simultaneously", "plan parallel agent strategy", "should this be foreground or background".

2026-04-15
async-agent-dispatch
مطوّرو البرمجيات

Produces a structured background-dispatch handoff — task description, output contract, success criteria, and timeout — so long-running work completes without blocking the user. Use when: "run this in the background", "dispatch agent for long task", "I need this to run async", "parallel agent dispatch".

2026-04-15
audit-sweep-dispatch
مطوّرو البرمجيات

Routes health-audit findings to the correct execution path — main thread, foreground fix, or parallel agent waves. Use when health-audit findings need to be sorted by effort and dispatched as agent waves.

2026-04-15
granular-visibility
متخصصو إدارة المشاريع

Produces a granular todo list where each item maps to one discrete deliverable or decision point, maintained at real-time accuracy throughout execution. Use when: 'what is the status', 'too many items in the list', 'simplify the progress tracking', 'long todo list'.

2026-04-15
maestro-orchestration
مديرو أنظمة الحاسوب والمعلومات

Conductor agent pattern that decomposes complex tasks, dispatches specialist sub-agents, manages dependencies, and synthesizes results into a unified deliverable. Use when: 'coordinate multiple specialist agents', 'orchestrate a complex multi-phase task', 'run a conductor pattern across agents', 'this task needs live agent coordination', 'decompose and dispatch to sub-agents'.

2026-04-15
orchestration-pattern-selector
مطوّرو البرمجيات

Selects the correct multi-agent orchestration pattern for a task using an 11-signal selection matrix. Use when choosing which orchestration pattern fits a multi-agent task.

2026-04-15
parallel-dispatch
مطوّرو البرمجيات

Produces a verified multi-track execution by dispatching parallel agents with file manifests, independent verification, and status tracking. Use when: "dispatch agents", "parallel tracks", "multi-track work", "fan out", "divide and conquer".

2026-04-15
codebase-cartography
مطوّرو البرمجيات

Produces a structured codebase map — directory roles, entry points, dependency graph, architectural patterns, and dragon locations — for any unfamiliar repository. Use when: 'map this codebase for me', 'I need to understand this repo before I start', 'give me a reading order for this project', 'where are the dragons in this code'.

2026-04-15
عرض أهم 8 من أصل 89 skills مجمعة في هذا المستودع.
cf-pages-trespies-deploy
مديرو الشبكات وأنظمة الحاسوب

Deploy a static folder to Cloudflare Pages and bind a *.trespies.dev custom domain — including the two gotchas that cost real time: wrangler's OAuth login CANNOT attach custom domains (you need a scoped API token) and attaching a domain does NOT auto-create its DNS record (you must create the proxied CNAME yourself). Use when "deploy to trespies.dev", "ship this to Cloudflare Pages", "bind a custom subdomain", "publish the POC", or as Phase 4 of poc-tool-forge.

2026-06-28
house-poc-builder
مطوّرو الويب

Build ONE self-contained, deployable single-page index.html in the TresPies "official-document" house style (the ip-scout aesthetic) — cream paper, serif/mono, seeded determinism, a landing→artifact flow, a load-bearing general-wellness/regulatory guardrail, and real-data baking when a credible source exists. Use when "build a house-style tool", "make a trespies-poc page", "single-page POC to the ip-scout look", or as Phase 2 of poc-tool-forge.

2026-06-28
poc-tool-forge
مطوّرو البرمجيات

End-to-end pipeline to turn an idea into a live single-page TresPies POC tool — source/pick an idea (Build Forge brief or operator concept), build it to the house design system, browser-verify, deploy to *.trespies.dev, and document. Use when the operator says "build a POC tool", "make something from the brief", "ship a new trespies-poc tool", "spin up a landing demo", "check trespies-poc for ideas", or "/poc-tool-forge". Orchestrates the house-poc-builder, static-tool-verify, and cf-pages-trespies-deploy skills.

2026-06-28
static-tool-verify
محللو ضمان جودة البرمجيات والمختبرون

Browser-verify a self-contained single-page tool before shipping — start it via .claude/launch.json, exercise the core mechanic, assert zero console errors, screenshot, and catch the content/logic bugs (seasonal incoherence, misleading severity labels, dead interactions) that pass a syntax check but fail a human. Use when "verify the tool", "check the page before deploy", "browser-test this POC", or as Phase 3 of poc-tool-forge. Never trust an agent's self-report of "done".

2026-06-28
mcp-cloudflare-builder
مطوّرو البرمجيات

Builds production-ready remote MCP servers on Cloudflare Workers with typed tools, OAuth authentication, and Wrangler deployment. Use when: "build MCP server on Cloudflare", "remote MCP", "deploy MCP to Workers", "MCP OAuth authentication", "expose tools via MCP".

2026-04-09
mcp-server-builder
مطوّرو البرمجيات

Scaffolds production-ready MCP servers from OpenAPI specs with schema validation, named tool definitions, and versioning strategy. Use when: "build MCP server from API", "create tool server from OpenAPI", "expose REST API to LLM agent", "scaffold MCP from spec", "convert API contract to tools".

2026-04-09
web-research-external
مطوّرو البرمجيات

Produces structured research documents or implementation handoffs by searching external sources — library docs, web, APIs — for a given topic. Use when: "research how to use [library]", "find best practices for [topic]", "compare [options]", "look up [API/framework] documentation". NOT for codebase exploration (use project-exploration for that).

2026-04-09
workflow-router
مطوّرو البرمجيات

Routes user goals to the appropriate specialist agent workflow with resource allocation confirmation. Use when: the user wants to start a task but hasn't specified a workflow, asks "how should I approach this?", or needs orchestration across research → plan → build → fix stages.

2026-04-09
عرض أهم 8 من أصل 48 skills مجمعة في هذا المستودع.
adr-writer
مطوّرو البرمجيات

Produces a numbered Architecture Decision Record with context analysis, route comparison, decision rationale, consequences, and propagation checklist. Use when: 'write an ADR', 'architectural decision', 'record a decision', 'ADR for'.

2026-04-16
claude-md-guardian
مطوّرو البرمجيات

Audits CLAUDE.md files for conflicts, stale rules, missing sections, and cross-file coherence. Produces a health report with auto-fix suggestions. Use when: 'check claude.md', 'audit CLAUDE.md', 'fix claude.md', 'claude md health'.

2026-04-16
codebase-viewer
محللو أنظمة الحاسوب

Structured codebase intelligence: directory tree with roles, entry points, dependency graph, test coverage map, and annotated 'here be dragons' warnings.

2026-04-16
convergence-checker
مطوّرو البرمجيات

Runs a convergence gate: counts dirty files, sessions since last convergence, open items, and produces a triage report with RED/YELLOW/GREEN status. Use when: 'converge', 'convergence check', 'drift check', 'am I drifting'.

2026-04-16
memory-curator
مطوّرو البرمجيات

Two-tier memory management: write, update, prune, and search memories with semantic deduplication. Maintains MEMORY.md index under 200 lines.

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

Bootstrap project structure from proven templates: phases, tracks, decisions, artifacts, commissions directories with README stubs and initial ADR-000 template.

2026-04-16
scout-writer
مطوّرو البرمجيات

Produces a scout document: identifies a tension, generates 3-5 distinct routes with tradeoffs, synthesizes a recommendation, and proposes a first action. Use when: 'scout this', 'strategic scout', 'explore options for', 'what are the routes'.

2026-04-16
seed-curator
متخصصو إدارة المشاريع

Seed lifecycle management: plant new seeds from experiences, harvest insights from sessions, search the seed library, and elevate proven seeds to skills.

2026-04-16
عرض أهم 8 من أصل 43 skills مجمعة في هذا المستودع.
parallel-tracks
متخصصو إدارة المشاريع

Split large tasks into independent parallel tracks to maximize velocity. Use when coordinating multiple parallel development streams or organizing dependent tracks. Trigger phrases: 'split into parallel tracks', 'organize these tracks', 'phased parallelism', 'coordinate parallel development', 'define track dependencies'.

2026-04-07
context-ingestion
متخصصو إدارة المشاريع

Create actionable plans deeply grounded in uploaded files. Use when creating plans from specs, docs, code, or research. Trigger phrases: 'create a plan from this spec', 'analyze these files', 'plan the refactoring', 'what's next from these docs', 'extract action items'.

2026-02-17
frontend-from-backend
مطوّرو البرمجيات

Write production-ready frontend specifications deeply grounded in existing backend architecture to prevent integration issues. Use when building frontend features on a working backend or redesigning UI for an existing API. Trigger phrases: 'spec the frontend', 'write frontend spec from backend', 'ground the UI in this API', 'integrate this frontend', 'frontend implementation guide'.

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

Route file-based planning tasks intelligently to specialized modes. Use when creating plans from uploaded specs, docs, code, or research. Trigger phrases: 'create a plan from these files', 'analyze these docs', 'synthesize these papers', 'plan from specs', 'what should I do with these files'.

2026-02-17
specification-writer
محللو أنظمة الحاسوب

Write production-ready, A+ quality specifications for software releases. Use when designing new features, systems, or architectures. Encodes the pattern used in Dojo Genesis v0.0.17-v0.0.23 specifications. Trigger phrases include 'write a spec', 'create a specification', 'spec this feature', 'design this system', 'write a release spec'.

2026-02-17
handoff-protocol
المشرفون في الخط الأول على عمال الدعم المكتبي والإداري

Hand off work between agents cleanly, preserving all context and enabling autonomy. Use when one agent completes work and another must begin. Trigger phrases: 'prepare this for handoff', 'hand off to the implementation agent', 'is this handoff package complete', 'ensure nothing is lost in the transition'.

2026-02-17
implementation-prompt
متخصصو إدارة المشاريع

Transform specifications into structured implementation prompts for autonomous execution. Use when preparing to commission agents or converting specs into execution-ready prompts. Trigger phrases: 'write implementation prompt', 'commission this spec', 'convert spec to prompt', 'prepare for implementation', 'create the execution plan'.

2026-02-17
pre-implementation-checklist
مطوّرو البرمجيات

Verify specifications are ready before commissioning implementation agents. Use as a quality gate before handoff, to catch spec-to-codebase drift, or before parallel track execution. Trigger phrases: 'verify the spec', 'pre-commission check', 'track 0 alignment', 'ready to commission', 'verify spec-to-code'.

2026-02-17
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات