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

dagnet

يحتوي dagnet على 6 من skills المجمعة من gjbm2، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
4
محدث
2026-05-14
Forks
1
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

Capture a complete snapshot of the current working tree (modified, deleted, AND untracked files) into a named git stash, then restore the working tree exactly as it was — same files modified, same files deleted, same files untracked, same staged/unstaged layout. Result is a reusable safety net the user can `git stash apply` later if they need to recover, while in the meantime nothing has changed. Triggered when the user types `/photocopy [name]` or asks to "photocopy", "snapshot", or "safety-stash" the current working dir without disturbing it.

2026-05-14
implement-carefully
مطوّرو البرمجيات

Self-administering stage runner for multi-stage implementation plans. Picks the first incomplete stage from the plan's progress section, executes it with strict discipline (briefing receipt, atoms, commits, tests, schema parity), records completion in the plan, and returns control. Use when the user wants to advance a plan one stage at a time without manually specifying which stage. Triggered by `/implement-carefully <plan-path>`, `/implement-carefully warm-up <plan-path>` (preparation only — briefing receipt and recon report, then halts before any edits), or by the user asking to "run the next stage", "advance the plan", or "do the next bit of <plan>".

2026-04-28
dispatch-stage
متخصصو إدارة المشاريع

Load disciplined per-stage execution instructions for working through ONE stage of a multi-stage implementation plan. Use when the user is starting a session to implement a specific stage and wants strict stage-by-stage discipline (bounded scope, deliberate context budget, explicit stop conditions, briefing-receipt compliance, schema parity, no scope creep). Triggered by `/dispatch-stage <stage-id> [<plan-path>] [<companion-paths>...]` or by the user explicitly asking to "dispatch a stage agent" or "load the stage skill".

2026-04-27
huh
ممثلو خدمة العملاء

Reframe a comment, question, or passage to be succinct, lucid, and free of jargon — for when something the user or someone else has written is hard to follow. Also applies when the agent is asking the user for direction: the question must give enough context that an intelligent reader can actually respond, framed as a senior engineer seeking strategic guidance rather than a junior dev throwing tactical minutiae back. Explains or writes around project-specific terms so an outsider could understand. Triggered when the user types `/huh`, "huh?", "eh?", "what?", or similar confusion cues about a piece of text.

2026-04-23
document
مطوّرو البرمجيات

Review the full conversation and ensure all decisions, designs, and knowledge are properly documented in codebase docs and/or public docs. Creates or updates docs as needed.

2026-04-07
handover
أمناء سر المدراء والمساعدون الإداريون التنفيذيون

Write a detailed handover note so a fresh Claude Code session can pick up cognitively dense work without context loss. Captures decisions, rationale, discoveries, and next steps.

2026-04-02