Skip to main content
tmdgusya
ملف منشئ GitHub

tmdgusya

عرض على مستوى المستودعات لـ ٦٥ skills مجمعة عبر ٢٥ مستودعات GitHub.

skills مجمعة
٦٥
مستودعات
٢٥
محدث
٢٦ يوليو ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

#01
engineering-discipline
١١ skills · ٢ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٧٪؜الحصة
#02
roach-pi
٧ skills · ٨ يوليو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرون
٤ فئات مهنية · ١٠٠٪؜ مصنفة
١١٪؜الحصة
#03
glm-hammer
٥ skills · ١٢ يوليو ٢٠٢٦
مطوّرو البرمجياتالمصممون الجرافيكيون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٧٪؜الحصة
#04
momento
٥ skills · ٢٥ مارس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٧٪؜الحصة
#05
mission-board
٤ skills · ١٤ مارس ٢٠٢٦
مطوّرو البرمجياتمطوّرو الويب
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٦٫٢٪؜الحصة
#06
prometheus
٣ skills · ١٧ يونيو ٢٠٢٦
المهن الحاسوبية الأخرىمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٦٪؜الحصة
#07
lora
٣ skills · ٢٦ يوليو ٢٠٢٦
المهن الحاسوبية الأخرىمطوّرو البرمجيات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٦٪؜الحصة
#08
claude-hammer
٣ skills · ٧ يوليو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٤٫٦٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

clarification
مطوّرو البرمجيات

Use when a user's request is vague, ambiguous, or underspecified. Explores the codebase first, then runs an iterative Q&A loop grounded in the findings until ambiguity is gone. Outputs a clear, well-scoped context brief so the user can plan sharply. Triggers…

٢ يوليو ٢٠٢٦
clean-ai-slop
مطوّرو البرمجيات

Corrective cleanup of AI-generated code — removes LLM-specific patterns while preserving behavior. Use when the user says "deslop", "slop", "clean AI code", "remove AI patterns", or when you spot LLM-generated code smells after any generation session. For…

٢ يوليو ٢٠٢٦
long-run
مطوّرو البرمجيات

Orchestrates multi-day execution of complex tasks through milestones. Each milestone goes through plan-crafting, run-plan (worker-validator), and review-work phases with checkpoint/recovery. Runs autonomously end-to-end — no per-milestone approval gates;…

٢ يوليو ٢٠٢٦
milestone-planning
مطوّرو البرمجيات

Decomposes complex, multi-day tasks into optimized milestones (ultraplan). Broad parallel exploration grounds a draft milestone DAG, then independent adversarial critics attack the draft in rounds until no blocking findings remain. Triggers when the user says…

٢ يوليو ٢٠٢٦
plan-crafting
مطوّرو البرمجيات

Use when a task's scope is clear and multi-step implementation is needed, before touching code. Triggered after clarification is complete, or when the user explicitly requests plan creation with a clear prompt.

٢ يوليو ٢٠٢٦
review-work
محللو ضمان جودة البرمجيات والمختبرون

Use after run-plan completes to independently verify the implementation. Reads only the plan document and inspects the codebase from scratch — information-isolated from the execution context. Produces a structured review document with PASS/FAIL verdict.…

٢ يوليو ٢٠٢٦
run-plan
مطوّرو البرمجيات

Use when you have a written implementation plan to execute. Loads the plan, reviews critically, executes tasks in dependency order, and reports completion. Triggers when the user says "run the plan", "execute the plan", or "let's start implementing".

٢ يوليو ٢٠٢٦
systematic-debugging
مطوّرو البرمجيات

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

٥ أبريل ٢٠٢٦
عرض 8 من أصل ١١ skills مجمعة.
agentic-clarification
المهن الحاسوبية الأخرى

Use when a user's request is vague, ambiguous, or underspecified. Runs recon-first clarification — codebase exploration before questions, then one bundled question round with defensible defaults — and outputs a Goal Contract for the durable /goal runtime.…

٨ يوليو ٢٠٢٦
agentic-goal
المهن الحاسوبية الأخرى

Primary execution workflow for durable /goal runtime. Use when a Goal Contract is active or when the user asks to execute, continue, verify, or complete a goal.

٨ يوليو ٢٠٢٦
agentic-simplify
مطوّرو البرمجيات

Review changed code for reuse opportunities, quality issues, and inefficiencies using three parallel review agents, then fix any issues found. Triggers when the user says "agentic-simplify", "clean up the code", "review the changes", or after goal…

٢٨ مايو ٢٠٢٦
agentic-systematic-debugging
محللو ضمان جودة البرمجيات والمختبرون

Use when encountering any bug, test failure, or unexpected behavior. Enforces a strict reproduce-first, root-cause-first, failing-test-first debugging workflow before fixing.

٢٨ مايو ٢٠٢٦
agentic-brainstorming
متخصصو إدارة المشاريع

Interactive idea development through guided Q&A dialogue. This skill helps users clarify and develop their ideas by asking targeted questions, expanding on possibilities, and producing a structured markdown document capturing the essence of their thinking.…

٨ مايو ٢٠٢٦
agentic-karpathy
مطوّرو البرمجيات

Behavioral guardrails to prevent common LLM coding mistakes — enforces surgical changes, assumption verification, and scope discipline before and during implementation. Use when implementing features, modifying code, or when you notice yourself about to make…

٥ مايو ٢٠٢٦
agentic-rob-pike
مطوّرو البرمجيات

Rob Pike's 5 Rules of Programming — a decision framework that prevents premature optimization and enforces measurement-driven development. Use when the user says "optimize", "slow", "performance", "bottleneck", "speed up", "make faster", "too slow", or any…

٥ أبريل ٢٠٢٦
blueprint
مطوّرو البرمجيات

Light planning mode. Use when the user requests a small, clearly-scoped change (roughly ≤3 files, no new interfaces, no ambiguity) that still deserves a written plan before code. For ambiguous or multi-component work, use the forge skill instead. Produces an…

١٢ يوليو ٢٠٢٦
forge
مطوّرو البرمجيات

Strong planning mode. Use when the user requests a non-trivial feature, refactor, or system change — especially when the request is ambiguous, spans multiple files, or says "제대로", "강하게", "빡세게", "thoroughly", "strong plan". Runs deep codebase recon BEFORE…

١٢ يوليو ٢٠٢٦
hammer
مطوّرو البرمجيات

Implementation loop. Use when a plan document exists (from forge or blueprint) and implementation should run — including when the user says "implement", "execute the plan", "구현해", "실행해", or approves a plan. Executes tasks through a worker → validator →…

١٢ يوليو ٢٠٢٦
pptxx
المصممون الجرافيكيون

Presentation deck mode. Use when the user wants a presentation, slide deck, or PPTX built from a topic or script — especially when they say "발표", "슬라이드", "프레젠테이션", "발표 자료 만들어줘", "슬라이드 뽑아줘", "presentation", "slide deck", "pptx", "deck". Secures a script,…

٧ يوليو ٢٠٢٦
crucible
المصممون الجرافيكيون

Storyline-driven design mode. Use when the user makes a storyline- or reference-driven design request — design tokens, mood/visual identity, a style guide — especially when they say "디자인", "무드", "스토리", "레퍼런스", "design tokens", "style guide". Prospects real…

٧ يوليو ٢٠٢٦
align
مطوّرو البرمجيات

구현 전에 의도 정렬을 절차로 강제한다. 코드베이스를 먼저 탐색하고 모든 모호함을 끄집어내 사용자와 합의할 때까지 반복한 뒤, 정렬된 의도를 handoff 문서(의도 + 확정 범위 + 검증 가능한 완료 조건)로 남긴다. 산출물은 코드가 아니다. 다단계 구현 전, 요청이 모호할 때, 또는 사용자가 "align", "정렬", "의도 맞춰", "문맥 파악해", "명확히 해줘"라고 할 때 사용한다. 스스로 트리거로 쓸 수도 있다 — 요청이 모호해 보이면 찍어서…

١٧ يونيو ٢٠٢٦
forge
المهن الحاسوبية الأخرى

align이 만든 handoff 문서의 "완료" 조건을 ZCode /goal이 판정할 수 있는 객관적 인수조건(실행 명령 + 예상 결과 쌍)으로 변환합니다. 산출물은 인수조건 목록이며 코드는 쓰지 않습니다. handoff가 있을 때, 또는 사용자가 "forge", "인수조건 만들어", "검증 조건 세워"라고 할 때 사용하세요.

١٧ يونيو ٢٠٢٦
prometheus
المهن الحاسوبية الأخرى

검증·완수·조사를 절차로 강제해서 GLM-5.2(ZCode의 모델)가 작업을 끝까지 밀고 가게 만드는 하네스. 강한 에이전트 모델의 작업 습관을 GLM-5.2로 가져온다. 다단계 작업(2개 이상의 순차 목표), 긴 자율 작업, 디버깅/원인 조사, 렌더·실행 산출물(HTML, SVG, 게임, 차트)을 만들 때, 또는 사용자가 "prometheus", "끝까지 해줘", "verify as you go", "목표로 쪼개줘"라고 할 때 사용한다. 증거 없는 "완료"를…

١٧ يونيو ٢٠٢٦
عرض ١٢ من أصل ٢٥ مستودعات