Skip to main content
tddworks
ملف منشئ GitHub

tddworks

عرض على مستوى المستودعات لـ ٥٣ skills مجمعة عبر ٧ مستودعات GitHub.

skills مجمعة
٥٣
مستودعات
٧
محدث
٣١ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

مستكشف المستودعات

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

asc-builds-upload
مطوّرو البرمجيات

Upload IPA/PKG builds to App Store Connect and manage the full build distribution workflow. Use this skill when: (1) Uploading a build: "asc builds upload --app-id ... --file MyApp.ipa ..." (2) Checking or listing build upload records: "asc builds uploads…

٩ مايو ٢٠٢٦
asc-beta-review
مديرو الشبكات وأنظمة الحاسوب

Manage beta app review submissions and review contact details for TestFlight external testing using the `asc` CLI tool. Use this skill when: (1) Submitting a build for beta app review: "asc beta-review submissions create --build-id ID" (2) Checking beta…

٩ مايو ٢٠٢٦
asc-iap
مطوّرو البرمجيات

Manage In-App Purchases (IAPs) using the `asc` CLI tool. Use this skill when: (1) Listing IAPs: "asc iap list --app-id ID" (2) Creating IAPs: "asc iap create --type consumable|non-consumable|non-renewing-subscription" (3) Updating an IAP: "asc iap update…

٢٨ أبريل ٢٠٢٦
asc-subscriptions
مديرو الشبكات وأنظمة الحاسوب

Manage auto-renewable subscriptions using the `asc` CLI tool. Use this skill when: (1) Subscription groups: "asc subscription-groups list|create|update|delete" (2) Subscription group localizations (custom-app-name per locale): "asc…

٢٨ أبريل ٢٠٢٦
asc-promoted-purchases
مطوّرو البرمجيات

Manage App Store product page promoted purchase slots using the `asc` CLI tool. Use this skill when: (1) Listing slots: "asc promoted-purchases list --app-id ID" (2) Promoting an IAP or subscription: "asc promoted-purchases create --app-id ID (--iap-id ID |…

٢٦ أبريل ٢٠٢٦
asc-testflight
مطوّرو البرمجيات

Manage TestFlight beta groups and testers using the `asc` CLI tool. Use this skill when: (1) Listing beta groups for an app (`asc testflight groups list`) (2) Creating internal or external beta groups (`asc testflight groups create --internal`) (3) Listing…

٢٦ أبريل ٢٠٢٦
asc-init
مطوّرو البرمجيات

Initialise a project's App Store Connect context using the `asc init` command. Use this skill when: (1) Saving app context to a project directory: "asc init", "pin my app ID", "set up project context" (2) Auto-detecting the app from an Xcode project: user…

١٣ أبريل ٢٠٢٦
asc-new-app-release
مطوّرو البرمجيات

First-time App Store release for a brand new app using the `asc` CLI. Guides through the entire journey from zero to submitted: register bundle ID, create app on App Store Connect, set all metadata (category, description, keywords, URLs, privacy policy),…

١٣ أبريل ٢٠٢٦
عرض 8 من أصل ٣٣ skills مجمعة.
ios-ux-prototype
مطوّرو الويب

Create interactive iOS/mobile app UX flow prototypes as HTML documents with realistic phone mockups. Use when: (1) Visualizing user journeys and navigation flows, (2) Creating mobile app wireframes, (3) Documenting screen-to-screen navigation patterns, (4)…

١٣ يونيو ٢٠٢٦
feature-lifecycle
مطوّرو البرمجيات

Full-lifecycle guide for implementing a feature end-to-end in a London-school DDD Swift/iOS codebase (or any layered Domain/Infrastructure/App project that uses protocol + concrete impl aggregates, narrow infrastructure ports, and Chicago-school state-based…

١٩ أبريل ٢٠٢٦
domain-design
مطوّرو البرمجيات

Visualize business domains as standalone HTML + inline-SVG artifacts using an opinionated editorial design system. Ships six domain-modelling types — Aggregate, Context Map, Event Storm, Context Canvas, Ubiquitous Language glossary, and Domain Model — for…

١٩ أبريل ٢٠٢٦
swiftui-atomic-design
مطوّرو الويب

Guide for building SwiftUI components using Brad Frost's Atomic Design methodology — organizing views into Atoms, Molecules, Organisms, Templates, and Pages with Design Tokens for theming. Use this skill whenever building new SwiftUI UI components,…

١٤ مارس ٢٠٢٦
ios-app-scaffold
مطوّرو البرمجيات

Scaffold iOS apps with Tuist and layered architecture (Domain, Infrastructure, App). Use when: (1) Creating a new iOS app project, (2) Setting up Tuist project structure, (3) User asks to "create an iOS app", "scaffold an app", or "set up a new Swift…

٢٦ يناير ٢٠٢٦
appstore-info-generator
الكتّاب والمؤلفون

Generate comprehensive App Store listing documentation for iOS/macOS apps with multilingual support. Use when (1) Creating App Store listing content for a new app, (2) Generating multilingual App Store descriptions (English, Simplified Chinese, Traditional…

٢١ يناير ٢٠٢٦
app-localization
مطوّرو الويب

iOS/macOS app localization management for Tuist-based projects with .strings files. Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys, (3) Syncing translations across languages, (4) AI-powered…

١٢ ديسمبر ٢٠٢٥
add-provider
مطوّرو البرمجيات

Guide for adding new AI providers to ClaudeBar using TDD patterns. Use this skill when: (1) Adding a new AI assistant provider (like Antigravity, Cursor, etc.) (2) Creating a usage probe for a CLI tool or local API (3) Following TDD to implement provider…

١٢ مارس ٢٠٢٦
add-report
مطوّرو البرمجيات

Guide for adding new report cards to ClaudeBar that analyze local data sources and display metrics with comparison deltas. Use this skill when: (1) Adding a new report/analytics card (e.g., weekly summary, model breakdown, session stats) (2) Creating data…

١١ مارس ٢٠٢٦
github-actions
مطوّرو البرمجيات

Manage ClaudeBar's GitHub Actions CI/CD pipelines: build, test, and release workflows. Use this skill when: (1) Setting up secrets for CI/CD (certificate, API key, Sparkle key, Codecov) (2) Creating a new release — tag-based or manual workflow_dispatch (3)…

٢٥ فبراير ٢٠٢٦
implement-feature
مطوّرو البرمجيات

Guide for implementing features in ClaudeBar following architecture-first design, TDD, rich domain models, and Swift 6.2 patterns. Use this skill when: (1) Adding new functionality to the app (2) Creating domain models that follow user's mental model (3)…

٥ يناير ٢٠٢٦
fix-bug
مطوّرو البرمجيات

Guide for fixing bugs in ClaudeBar following Chicago School TDD and rich domain design. Use this skill when: (1) User reports a bug or unexpected behavior (2) Fixing a defect in existing functionality (3) User asks "fix this bug" or "this doesn't work…

٢ يناير ٢٠٢٦
improvement
مطوّرو البرمجيات

Guide for making improvements to existing ClaudeBar functionality using TDD. Use this skill when: (1) Enhancing existing features (not adding new ones) (2) Improving UX, performance, or code quality (3) User asks "improve X", "make Y better", or "enhance Z"…

٢ يناير ٢٠٢٦
عرض ٧ من أصل ٧ مستودعات
تم تحميل كل المستودعات