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

shadowling

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

skills مجمعة
11
Stars
2
محدث
2026-06-23
Forks
1
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

Dev: check a target (spec / plan / working diff / code) for architectural drift from the rulebook docs/ARCHITECTURE.md — report qualitative deviations citing rule ids, and triage new ones into docs/Debt.md. Usage: /drift <target>

2026-06-23
anki-sync
مطوّرو البرمجيات

Push enriched vocab to Anki Desktop as flashcards and pull review progress back. Usage: /anki-sync

2026-06-21
loot
معلمو التعليم العالي، جميع الآخرون

Add words/terms you're learning, enriched (translation, alternative translations, examples, synonyms, definition) into your native/learning languages. Comma-separated for several at once. Usage: /loot <word>[, <word2>, ...]

2026-06-21
debrief
مطوّرو البرمجيات

Review your buffered writing into per-category frequency docs (grammar / rephrasings / idioms / verbs). Usage: /debrief

2026-06-17
shadowling-db
مصممو قواعد البيانات

Use whenever you read, query, or mutate shadowling's sqlite database (shadowling.db) — any SELECT/INSERT/UPDATE/DELETE, ad-hoc SQL, dropping/clearing/resetting rows, inspecting data, or checking a migration's result. All DB access goes through a skill entrypoint, a repository method (`models/*`), or `sql.py` — never raw sqlite3. Schema/data-layer changes are NOT made here — they go through an appended migration in appdb.py; this skill only documents that rule and verifies the outcome.

2026-06-17
aha
معلمو التعليم العالي، جميع الآخرون

Explain an expression in the language you're learning that you can't read literally — get a verdict (memorize vs learnable rule) + how to read it, saved to the decode dataset. Usage: /aha <phrase> [+ your hunch]

2026-06-16
drop
معلمو التعليم العالي، جميع الآخرون

Remove words/terms from your vocab list. Comma-separated for several at once. Usage: /drop <word>[, <word2>, ...]

2026-06-16
setup
معلمو التعليم العالي، جميع الآخرون

Set up shadowling's three languages — native (translations), learning (what you study), and explanation (corrections). Required before first use. Usage: /shadowling:setup

2026-06-16
tutor
معلمو التعليم العالي، جميع الآخرون

Drill your recorded pains (friction phrasings, grammar fixes, irregular verbs, learned vocab) with spaced repetition. Usage: /tutor [size]

2026-06-16
vipe
مطوّرو البرمجيات

Dev: wipe the six category datasets (incident tables) for a clean test run; keeps config, vocab, and the message store. Usage: /vipe

2026-06-14
reinstall
مطوّرو البرمجيات

Dev: force-reinstall the shadowling plugin from the local working tree into the Claude Code cache so you can test it by hand. Usage: /reinstall

2026-06-13