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

agent-skills

يحتوي agent-skills على 4 من skills المجمعة من daneden، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

swiftui-gotchas
مطوّرو البرمجيات

Reference catalog of SwiftUI, Swift Concurrency (Swift 6 / MainActor-default), SwiftData, WidgetKit, and App Intents antipatterns. Consult BEFORE writing non-trivial SwiftUI code, when a build hits a concurrency or isolation diagnostic, when an animation or transition isn't behaving, when a widget reads stale data, or when reaching for `TimelineView` / `withAnimation` / `matchedGeometryEffect` / custom gesture composition. Use proactively the moment a task touches one of: SwiftUI animation, SF Symbols, navigation, scrolling, SwiftData fetching, App Intents, widget timelines, `@MainActor` boundaries, `Sendable` errors, or `Task { }` lifecycle.

2026-05-19
ship
مطوّرو البرمجيات

Use when ready to commit and push completed work — when the user says "ship it", "ship this", "commit and push", or otherwise signals work is done and should land. Verifies the change, stages deliberately, drafts a conventional commit, and pushes safely, with explicit guards against shipping broken code, blanket-staging unrelated work, formatter hooks sweeping the tree, fabricated values, and force-resolved pushes.

2026-05-13
iterative-design
مديرو الفن

Use this skill when producing creative, subjective, or aesthetic output where the user likely cannot pre-specify what they want — taglines, names, copy, tone choices, layouts, design directions, naming, structural sketches, anywhere taste is the gating factor. Produce multiple low-fidelity variations early, vary them on dimensions that actually matter, and use the user's reactions to converge — not their pre-specifications. Do NOT trigger when the user has fully specified what they want, when there's clear time pressure for a single answer, or when the brief itself is unclear (clarify first).

2026-05-13
reference-interview
محللو الإدارة

Use this skill when the user's request is vague, ambiguous, multi-interpretable, or when the user explicitly invokes a "reference interview" or asks to be interviewed before proceeding. Adapts the librarian's "reference interview" — a structured way of clarifying what someone actually needs before producing an answer. Trigger on open-ended help requests ("help me with X", "I need to write...", "how should I approach..."), topic-only inputs ("Python", "Q3 strategy"), references to undefined context ("the project", "what we discussed"), strategic or high-stakes deliverables, and anywhere the surface question may not match the real underlying need. When unsure whether to trigger, default to triggering. Do NOT trigger only when the user explicitly said "don't ask, just do it", the request is fully specified (audience, purpose, format, and constraints all explicit), or the missing context is purely a taste preference (which hands off to iterative-design).

2026-05-13