Skip to main content

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

DojoGenesis/plugins - الصفحة ٩

جمع SkillsMP عدد ٣٥٢ من skills من DojoGenesis/plugins. افتح أي skill لمراجعة مصدره وتفاصيله.

DojoGenesis/plugins

عرض ٣٢ من أصل ٣٥٢ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Ensure fallback and redundancy paths are idempotent to prevent loops, churn, or data corruption. Use when adding belt-and-suspenders patterns. Trigger phrases: "make fallback safe", "idempotent retry", "safe redundancy pattern".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement technical plans from thoughts/shared/plans with verification

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Manage production incidents from detection through postmortem with severity classification and timeline reconstruction. Use during outages or post-incident reviews. Trigger phrases: "incident response", "run postmortem", "classify severity".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Index artifacts immediately when created, not in deferred batches, so downstream logic can query them. Use when data must be searchable right away. Trigger phrases: "index immediately", "artifact not queryable", "write-time indexing".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Evidence-based LLM parameter configurations for theorem proving, code generation, and reasoning tasks. Use when tuning temperature, top_p, or max_tokens. Trigger phrases: "tune LLM parameters", "best temperature for", "LLM config for reasoning".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو أبحاث السوق ومتخصصو التسويق
الوصف

Create a minimalist marketing plan focused on building an audience through content, not ads. Use when someone has product-market fit (~100 customers) and wants to scale with marketing, or needs a content strategy. Trigger phrases: "create a minimalist…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Follow conventions for MCP scripts: CLI args via argparse, call_mcp_tool pattern, and stdout output. Use when writing scripts that wrap MCP tools. Trigger phrases: "write MCP script", "call MCP tool from script", "script conventions".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Plan zero-downtime migrations with phased rollout, compatibility validation, and rollback strategies. Use when migrating databases, APIs, or infrastructure. Trigger phrases: "plan migration", "zero-downtime upgrade", "rollback strategy".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو الإدارة
الوصف

Review any business decision, plan, or strategy through the minimalist entrepreneur lens. Use when someone wants a gut-check on a business decision, wants to simplify their approach, or needs to decide between options. Trigger phrases: "review any business…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Keep code files within 150-500 lines by splitting at natural boundaries for AI-assisted development. Use when files grow too large. Trigger phrases: "split large file", "modular code organization", "file too big to edit".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Navigate and optimize monorepos with cross-package impact analysis, selective builds, and dependency graphs. Use when managing Turborepo, Nx, or pnpm workspaces. Trigger phrases: "monorepo setup", "affected packages", "workspace dependency graph".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Guide building a minimum viable product the minimalist entrepreneur way — manual first, then processized, then productized. Use when someone is ready to build their first product or struggling with scope. Trigger phrases: "guide building a minimum viable…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Never poll background agents with sleep loops; continue working and check status files only when needed. Use when tempted to loop-wait on agents. Trigger phrases: "stop polling agents", "sleep loop waste", "agent completion check".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Avoid TaskOutput tool which floods context with 70k+ token agent transcripts; use synchronous Task instead. Use when managing agent context budgets. Trigger phrases: "context window full", "TaskOutput bloat", "agent transcript too large".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Check actual system outputs before editing code to fix bugs -- outputs don't lie, assumptions do. Use when debugging unexpected behavior. Trigger phrases: "check before editing", "verify actual output", "don't assume the error".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Understand OPC (Orchestrated Parallel Claude) architecture: hooks, skills, scripts, and DB extending Claude Code. Use when building or debugging OPC orchestration. Trigger phrases: "how does OPC work", "hook architecture", "agent spawning mechanism".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Prevent type duplication across parallel agents by requiring grep-before-create and tsc verification. Use when launching parallel code implementation agents. Trigger phrases: "parallel type conflicts", "duplicate interface", "agent type contract".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Profile CPU, memory, and I/O bottlenecks in Node.js, Python, and Go apps with flamegraphs and load tests. Use when diagnosing slow endpoints or memory leaks. Trigger phrases: "profile performance", "find bottleneck", "memory leak detection".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Planning agent that creates implementation plans and handoffs from conversation context

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو أبحاث السوق ومتخصصو التسويق
الوصف

Help figure out pricing for a product or service using minimalist entrepreneur principles. Use when someone is setting prices, considering price changes, or struggling with what to charge. Trigger phrases: "help figure out pricing for a product or service…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Turn a product idea into a manual-first process you can start delivering today. Use when you have an idea and want to figure out how to deliver value by hand before writing any code. Trigger phrases: "turn a product idea into a manual-first process you can…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Run QLTY lint and format checks during development to catch issues early, not just before commit. Use after significant code changes. Trigger phrases: "run linter", "check code quality", "format before commit".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Document codebase as-is with thoughts directory for historical context

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Generate operational runbooks from a service name with deployment, incident response, and rollback sections. Use when a service lacks documentation. Trigger phrases: "create runbook", "generate ops playbook", "document service operations".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Pick the most token-efficient search tool per query type: AST-grep, LEANN, Grep, or Read. Use when minimizing search token cost. Trigger phrases: "efficient code search", "reduce search tokens", "search decision tree".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Route code searches to the optimal tool: LEANN for semantic, AST-grep for structural, Morph/Grep for text. Use when choosing a search strategy. Trigger phrases: "which search tool", "find code pattern", "semantic vs text search".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Follow conventions for writing and maintaining SKILL.md files including structure, triggers, and MCP wrappers. Use when creating or editing skills. Trigger phrases: "write a skill", "skill file structure", "add skill trigger".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Validate, test, and score skill quality against BASIC/STANDARD/POWERFUL tier requirements. Use when checking skill structure, scripts, or grading quality. Trigger phrases: "test this skill", "validate skill quality", "grade skill tier".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build production Stripe integrations: subscriptions, webhooks, checkout, invoicing, and usage-based billing. Use when implementing payments. Trigger phrases: "integrate Stripe", "subscription billing", "webhook handler for payments".

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو أبحاث السوق ومتخصصو التسويق
الوصف

Validate a business idea using the minimalist entrepreneur framework. Use when someone has a business idea and wants to test if it's worth pursuing before building anything. Trigger phrases: "validate a business idea using the minimalist entrepreneur…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Verify that infrastructure components are actually invoked in the execution path with a four-step check. Use when built modules may be dead code. Trigger phrases: "verify wiring", "is this code reachable", "check entry points".

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٣٢ من أصل ٣٥٢ skills مجمعة.