Skip to main content

david-vrba/claude-power-skills

جمع SkillsMP عدد ١٩ من skills من david-vrba/claude-power-skills. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
١٩
نجوم GitHub
٤
تفرعات GitHub
٠

عرض ١٩ من أصل ١٩ skills مجمعة.

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

Validate a business idea before you invest time or money — problem research, market sizing, competitive landscape, persona simulation (how target customers actually react), unit economics, red flags, and a GO / PIVOT / STOP verdict. Use when you have a…

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

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

Cross-project command center — scans every project's saved session states and checkpoints and shows all your open work and next actions in one dashboard. For when you've lost track of what's in flight across everything.

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

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

Rigorously review the work for defects, fix what's safely fixable, verify, and end with a confidence rating out of 10. Hunts careless slips, code-quality issues, logic gaps, intent-vs-execution mismatches, and edge cases. An audit-and-fix pass over existing…

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

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

Post-implementation audit — checks codebase against the goal, runs stack-specific checks, security, performance, logic edge cases, and tests, then produces a PASS/WARN/FAIL report with severity tiers.

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

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

Pre-deploy gate, deploy, and smoke-test in one pass — runs build/checks, deploys (Vercel by default), then verifies the live URL actually works. For shipping with confidence.

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

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

Turn a messy voice ramble into clean, structured output — fixes transcription slips and organizes stream-of-consciousness into a spec, task list, outline, or decision.

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

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

Reverse-engineer and rebuild a website as a pixel-perfect clone in one pass — extracts assets, CSS, animations, and content section-by-section and dispatches parallel builder agents in worktrees as it goes. Use whenever the user wants to clone, replicate,…

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

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

Re-explain the previous response in plain, beginner-friendly language — decode the jargon, buzzwords, and technical concepts.

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

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

Author a new heavy prompt for your heavy/library/. Interviews you for the goal and shape, decomposes it into phases → idempotent steps with anchored output sections, encodes defaults so the run never needs to ask, assigns the next ID, writes the file, and…

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

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

Adversarially review a heavy prompt in heavy/library/ before it is run. Hunts logical gaps, missing defaults, unattended-safety violations, resumability holes, output-spec errors, guardrail gaps, and cost-realism issues. Produces a severity-tagged report…

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

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

Launch a pre-engineered "heavy prompt" from your local library in the current interactive session — big self-contained research/build/optimize jobs that write line-addressable structured output. /heavy lists the library; /heavy NN launches or resumes run NN.

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

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

Craft a high-quality, ready-to-paste prompt for whatever you describe. Adapts to the target — LLM/chat prompt, image-gen, or system/agent prompt — and applies the right prompt-engineering best practices. Produces the prompt, not advice about prompts.

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

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

Run a read-only Claude Code process health check — shows active sessions, cmd/node counts, anomalies, and copy-pasteable kill commands.

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

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

Drop into a project you haven't touched in a while and get oriented fast — what it is, the stack, entry points, recent activity, and where to start. For context-switching between many repos.

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

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

Schedule the current task to run unattended overnight (default 2 AM) via headless `claude -p`, isolated on a git branch, with results auto-surfaced in your next morning session. Use when the user says "do this at 2am", "run this while I sleep", or "queue this…

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

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

Analyze an Instagram Reel into an action report — deep mode (-h, default) does yt-dlp download, Whisper transcription, frame extraction, comments, and web research; fast mode (-l) does a Firecrawl + Playwright visual read only. Use when you want to know what…

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

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

Save current session state to project memory (session_state_[topic].md), discoverable via /catch-up and /resume. Archives stale states; keeps MEMORY.md uncluttered.

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

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

Pre-mortem — assume the plan already failed and hunt the reasons before you commit. Adversarial failure-mode analysis ranked by likelihood and impact, with concrete mitigations. For pressure-testing an idea, change, or plan.

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

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

Analyze a YouTube video into an action report — deep mode (-h, default) synthesizes transcript, description, chapters, top comments, thumbnail, and key frames; fast mode (-l) returns transcript + key points only. Use to extract the substance of a video…

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

آخر تحديث
عرض ١٩ من أصل ١٩ skills مجمعة.