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

NEXTAltair

عرض على مستوى المستودعات لـ ٤٢ skills مجمعة عبر ٩ مستودعات GitHub.

skills مجمعة
٤٢
مستودعات
٩
محدث
٣٠ يوليو ٢٠٢٦
خريطة المستودعات

أين توجد skills

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

#01
altairs-agent-dev-kit
١٤ skills · ٧ يوليو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقمية
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٣٣٪؜الحصة
#02
LoRAIro
١٠ skills · ٧ يوليو ٢٠٢٦
مطوّرو البرمجياتمصممو واجهات الويب والرقميةمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البيانات
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٢٤٪؜الحصة
#03
video-library-pipeline
٦ skills · ٢٩ يوليو ٢٠٢٦
مطوّرو البرمجياتمحررو الأفلام والفيديو
٢ فئات مهنية · ٥٠٪؜ مصنفة
١٤٪؜الحصة
#04
Openclaw-Skills
٥ skills · ٣٠ يوليو ٢٠٢٦
التصنيف قيد الانتظار
١٢٪؜الحصة
#05
style-bert-vits2-bridge
٣ skills · ٢٨ يوليو ٢٠٢٦
علماء البياناتمطوّرو البرمجيات
٢ فئات مهنية · ٦٧٪؜ مصنفة
٧٫١٪؜الحصة
#06
genai-tag-db-tools
١ skills · ٢٩ يونيو ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٢٫٤٪؜الحصة
#07
czkawka-cli
١ skills · ٧ مارس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٢٫٤٪؜الحصة
#08
openclaw-skill-diy-pc-ingest
١ skills · ١٢ فبراير ٢٠٢٦
مساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)
١ فئات مهنية · ١٠٠٪؜ مصنفة
٢٫٤٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

goal-prompt-crafter
المهن الحاسوبية الأخرى

Use when a user wants to define done-criteria or a stop condition for an autonomous multi-turn agent run — setting a Claude Code /goal, a Definition of Done for a Codex or external-orchestrator loop, or turning a vague task into a verifiable completion…

٧ يوليو ٢٠٢٦
docs-freshness-audit
مطوّرو البرمجيات

Periodically audit a repository's docs for staleness against the implementation: run a cheap mechanical scan (dead source-path references, dead links, leftover DEPRECATED/TBD banners, doc-vs-code freshness gap, git-invisible ignored leftovers,…

٥ يوليو ٢٠٢٦
claude-md-progressive-disclosurer
المهن الحاسوبية الأخرى

Optimize CLAUDE.md files using progressive disclosure: reduce bloat, move details to references, extract reusable patterns into skills, improve context efficiency. Use when CLAUDE.md is too long or needs restructuring.

٥ يوليو ٢٠٢٦
interface-design
مصممو واجهات الويب والرقمية

Interface design skill for dashboards, admin panels, apps, and tools. NOT for marketing design. Provides design intent, domain exploration, craft principles, and component-driven design-tool↔code sync. For PySide6/Qt technical implementation, use a…

٥ يوليو ٢٠٢٦
pr-autoloop
مطوّرو البرمجيات

Run PR maintenance to completion automatically after an agent creates a PR or a draft PR becomes ready for review: keep polling CI and bot review with gh, repair failures and reply in Japanese in the same worktree, escalate design loops, and squash merge when…

٥ يوليو ٢٠٢٦
pr-maintainer
مطوّرو البرمجيات

Maintain an agent-created pull request after creation or after draft-to-ready transition: mark reviewable draft PRs ready, poll CI and review comments with gh, repair failures in the same worktree/session, reply in Japanese, escalate design loops, and squash…

٥ يوليو ٢٠٢٦
check-existing
مطوّرو البرمجيات

Before implementing a feature, hear out the requirement, then research existing libraries / tools / local packages (monorepo components) that already solve it. Use when scoping a new feature, evaluating build-vs-reuse, or asked to find existing solutions…

٥ يوليو ٢٠٢٦
github-ops
مطوّرو البرمجيات

GitHub operations via gh CLI and GitHub API: create/view/merge PRs, manage issues, query API endpoints, handle workflows in enterprise or public GitHub environments.

٥ يوليو ٢٠٢٦
عرض 8 من أصل ١٤ skills مجمعة.
lorairo-design-capture
مصممو واجهات الويب والرقمية

Capture LoRAIro design from the wireframes operation prototype or claude.ai/design recreations correctly. Use when syncing/mirroring design, reconciling Qt (.ui) or the DS AppShell with the design, or when nav/tab order, layout, or grouping looks off between…

٧ يوليو ٢٠٢٦
lorairo-repository-pattern
مطوّرو البرمجيات

SQLAlchemy repository pattern for LoRAIro: type-safe transactions, session management, ORM best practices. Use when creating repositories or implementing data persistence patterns.

٧ يوليو ٢٠٢٦
lorairo-test-generator
محللو ضمان جودة البرمجيات والمختبرون

Generate pytest unit, integration, and GUI tests for LoRAIro with fixtures, mocks, 75%+ coverage, and pytest-qt for PySide6. Use when creating test suites or ensuring code quality.

٧ يوليو ٢٠٢٦
sqlalchemy-query-patterns
مصممو قواعد البيانات

SQLAlchemy の効率的なクエリパターン集。N+1回避、サブクエリ、バルク操作、インデックス活用、EXPLAIN解析など、LoRAIroのSQLiteデータベースに特化したクエリ最適化ガイド。Use when writing new queries, optimizing slow queries, or reviewing database access patterns.

٧ يوليو ٢٠٢٦
lorairo-cli-db-access
مطوّرو البرمجيات

Inspect or modify the LoRAIro image database (lorairo_data/*/image_database.db) through lorairo-cli instead of raw sqlite3. Use whenever a task needs to read image/tag/annotation/model/error records, count or search images, or edit tags from a shell or agent…

٦ يوليو ٢٠٢٦
agent-pr-maintainer
مطوّرو البرمجيات

Maintain an agent-created LoRAIro pull request after creation or after draft-to-ready transition: mark reviewable draft PRs ready, poll CI and review comments with gh, repair failures in the same worktree/session, reply in Japanese, escalate design loops, and…

٢٧ يونيو ٢٠٢٦
agent-pr-autoloop
مطوّرو البرمجيات

Run LoRAIro PR maintenance to completion automatically after an agent creates a PR or a draft PR becomes ready for review: keep polling CI and bot review with gh, repair failures and reply in Japanese in the same worktree, escalate design loops, and squash…

٢٧ يونيو ٢٠٢٦
lorairo-design
مصممو واجهات الويب والرقمية

Use this skill to generate well-branded interfaces and assets for LoRAIro (a Japanese desktop tool for preparing image datasets for LoRA / fine-tune training), either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines,…

٢٧ يونيو ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
عرض ٩ من أصل ٩ مستودعات
تم تحميل كل المستودعات