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

dougwithseismic

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

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

أين توجد skills

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

#01
hogsend
25 skills · 2026-07-25
مطوّرو البرمجياتمطوّرو الويبمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البيانات
5 فئات مهنية · 100% مصنفة
32%الحصة
#02
workflow-toolkit
21 skills · 2026-03-05
مطوّرو البرمجياتموظفو الإنتاج والتخطيط والمتابعةأمناء سر المدراء والمساعدون الإداريون التنفيذيونمحللو ضمان جودة البرمجيات والمختبرونمديرو الشبكات وأنظمة الحاسوبموظفو الملفات
6 فئات مهنية · 100% مصنفة
27%الحصة
#03
jobsearch
18 skills · 2026-03-07
الكتّاب والمؤلفونالمحررونمطوّرو البرمجياتالكتّاب التقنيونمساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)مطوّرو الويب
8 فئات مهنية · 100% مصنفة
23%الحصة
#04
node-mitm-proxy
5 skills · 2026-02-14
مطوّرو البرمجياتمحللو أمن المعلومات
2 فئات مهنية · 100% مصنفة
6.4%الحصة
#05
geo-kit
3 skills · 2026-07-12
محللو أبحاث السوق ومتخصصو التسويق
1 فئات مهنية · 100% مصنفة
3.8%الحصة
#06
dotoro-ads
1 skills · 2025-12-28
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.3%الحصة
#07
hogsend-demo
1 skills · 2026-07-09
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.3%الحصة
#08
img2figma
1 skills · 2026-07-19
مصممو واجهات الويب والرقمية
1 فئات مهنية · 100% مصنفة
1.3%الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

manage-hogsend
مطوّرو البرمجيات

Provision and manage Hogsend deployments on Railway. Use when creating new client instances, managing env vars, checking health, updating journey configs, or troubleshooting Railway deployments.

2026-07-25
hogsend-deploy
مديرو الشبكات وأنظمة الحاسوب

Use when deploying or configuring production infra for YOUR scaffolded Hogsend app — Railway two services (api via railway.toml with /v1/health + pre-deploy db:migrate; worker via railway.worker.toml, no healthcheck), Hatchet-Lite, required vs optional env, and upgrading the engine + refreshing vendored skills. This is for shipping your own app, NOT the maintainer's package-release process.

2026-07-25
hogsend-authoring-journeys
مطوّرو البرمجيات

Use when adding or editing a lifecycle journey in src/journeys/ — wiring a defineJourney() trigger/entryLimit/exitOn/suppress, writing the run(user, ctx) control flow, durable sleeps, branching on history/engagement, sending email from a journey, and the register-in-index + thread-into-client/worker ritual.

2026-07-18
hogsend-authoring-flags
مطوّرو البرمجيات

Use when adding or editing a code-first feature flag in src/flags/ — defineFlag({ key, name, type, variants?, defaultValue?, description?, enabled? }) from @hogsend/engine. A flag committed to the repo, upserted into a `flags` row by the boot reconciler (born DISABLED, rollout 0). Covers the contract-vs-state split (code owns key/name/type/variants/defaultValue/description; DB/Studio owns enabled/rollout/targeting/conditionSets), the register ritual (src/flags/index.ts + thread flags into createHogsendClient in BOTH src/index.ts and src/worker.ts), running `pnpm flags:generate` after adding/removing a flag to refresh flags.d.ts (typed useFlag/getFlag/evaluate), and when to use client.flags.create() / Studio (dynamic, experimental) vs defineFlag (durable product flags).

2026-07-18
brand-studio
مطوّرو الويب

Generate the full Hogsend brand asset pack — social/OG/banner image templates in every preset, palette colorway and campaign carousel, plus Remotion campaign videos — into the gitignored marketing/out/ folder. Use whenever asked to (re)generate brand templates, ad carousels, campaign stills, brand videos, contact sheets, or "the out folder" of marketing assets.

2026-07-17
author-playbook-play
مطوّرو الويب

Add a new play to hogsend.com/playbook (apps/docs/content/playbook). Use whenever someone wants a new playbook item — it walks the whole contract end to end - frontmatter, the intro + five-part template in the right register, the copy rules (tool-agnostic play steps, honest facts, valid engine snippets), the dogfood weekly-rotation sync, and the verification gates. The plays shipped in

2026-07-16
hatchet-cli
مطوّرو البرمجيات

Hatchet CLI skills for managing workflows, workers, and runs. Use this skill when triggering workflows, starting workers, debugging runs, replaying failed runs, or setting up the Hatchet CLI and profiles.

2026-07-15
release
مطوّرو البرمجيات

Use when releasing or publishing @hogsend/* or create-hogsend, adding a publishable package or scaffold dependency, bumping versions, reviewing a "Version Packages" PR, or diagnosing a package that is missing from npm.

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

Show usage information for any workflow-toolkit skill. Use when the user asks how to use a specific skill, what a skill does, or needs guidance on workflow-toolkit features. Also triggers on "help", "how do I", "what does X do", or "usage" in the context of workflow-toolkit skills.

2026-03-05
workflow-db-setup
مديرو الشبكات وأنظمة الحاسوب

Initialize and verify the workflow-toolkit environment. Checks SQLite availability, creates the journal database, verifies directory structure, checks gh CLI auth, and reports readiness. Run this after installing the plugin or when troubleshooting.

2026-03-05
contribution-check
محللو ضمان جودة البرمجيات والمختبرون

Pre-flight checklist for open source contributions. Validates code changes against project rules, PR size limits, commit format, linting, and type-checking. Does NOT push or create PRs — only reports issues.

2026-03-05
create-agent
مطوّرو البرمجيات

Creates a new Claude Code custom subagent configuration. Guides you through designing agent scope, tools, permissions, hooks, and system prompts.

2026-03-05
create-skill
مطوّرو البرمجيات

Creates a new Claude Code custom skill (slash command). Guides you through designing, writing, and placing the SKILL.md file with proper frontmatter, arguments, and best practices.

2026-03-05
db-viewer
مطوّرو البرمجيات

Open the journal SQLite database in a GUI viewer (DB Browser for SQLite, or similar).

2026-03-05
distill-concept
مطوّرو البرمجيات

Distills a codebase concept into a structured knowledge base entry. Analyzes patterns, conventions, and real examples from the code to create reference documentation. Use when you need to understand how something works in this project (e.g., React hooks, API routers, database models, testing patterns).

2026-03-05
issues-list
مطوّرو البرمجيات

List and filter tracked GitHub issues from the local SQLite database. Filter by state, label, priority, tracking status, or search by keyword.

2026-03-05
عرض أهم 8 من أصل 21 skills مجمعة في هذا المستودع.
humanizer
الكتّاب والمؤلفون

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

2026-03-07
ashby-jobs
مطوّرو البرمجيات

Discover and scrape jobs from 2,800+ companies using Ashby as their ATS. Search and filter by location, remote status, department, and keywords. Use when looking for jobs, researching companies hiring, or building job market intelligence.

2026-03-06
scrape-ashby
مطوّرو البرمجيات

Scrape all Ashby job boards and search for matching roles. Runs the full discover-scrape-search pipeline. Use when user says "scrape ashby" or wants to run the full job scraping pipeline.

2026-03-06
edit
المحررون

Professional fiction editor with 6 passes. Checks AI pattern contamination, voice fidelity, POV consistency, continuity, prose tightening, and scene assessment. Assembles scenes into chapter.md.

2026-02-15
embed-media
مطوّرو الويب

Add YouTube video embeds and mermaid diagrams to the article. Replaces placeholders with actual embed code.

2026-02-15
eval
المحررون

Evaluate article quality against targets defined in article.json. All thresholds are read from the spec, not hardcoded. Returns PASS or FAIL with specific issues.

2026-02-15
ideas
الكتّاب والمؤلفون

Brainstorm plot developments, character arcs, scene suggestions, and thematic explorations. Reads voice profile, open threads, and continuity state to generate grounded, voice-aware ideas.

2026-02-15
outline
الكتّاب والمؤلفون

Generate a detailed article outline from completed research. Creates subsections with conversational headers (no colons) and prose-focused structure.

2026-02-15
عرض أهم 8 من أصل 18 skills مجمعة في هذا المستودع.
عرض 11 من أصل 11 مستودعات
تم تحميل كل المستودعات
dougwithseismic Agent Skills | SkillsMP