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

adrianhajdin

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

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

أين توجد skills

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

#01
podcast-sujata
١٣ skills · ٨ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمصممو قواعد البيانات
٤ فئات مهنية · ١٠٠٪؜ مصنفة
٢٠٪؜الحصة
#02
reel-agentic_engineering
١٢ skills · ٢١ يوليو ٢٠٢٦
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٨٪؜الحصة
#03
react-native-lingua
١٠ skills · ١٣ مايو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرى
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٥٪؜الحصة
#04
skild
١٠ skills · ١٥ أبريل ٢٠٢٦
مطوّرو البرمجياتمحللو أمن المعلومات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
١٥٪؜الحصة
#05
podcast-adrian
٨ skills · ٨ يوليو ٢٠٢٦
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريع
٤ فئات مهنية · ١٠٠٪؜ مصنفة
١٢٪؜الحصة
#06
ghost-ai
٥ skills · ٣٠ أبريل ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٧٪؜الحصة
#07
skew_news
٥ skills · ١٢ يوليو ٢٠٢٦
مطوّرو البرمجياتمصممو قواعد البيانات
٢ فئات مهنية · ١٠٠٪؜ مصنفة
٧٫٧٪؜الحصة
#08
react-native-recurrly
١ skills · ٢٧ مارس ٢٠٢٦
مطوّرو البرمجيات
١ فئات مهنية · ١٠٠٪؜ مصنفة
١٫٥٪؜الحصة
نعرض هنا أهم 8 مستودعات؛ تستمر القائمة الكاملة أدناه.
مستكشف المستودعات

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

postgres
مصممو قواعد البيانات

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. **Trigger when user asks to:** - Design or modify PostgreSQL tables, schemas, or data…

٨ يوليو ٢٠٢٦
architect
مطوّرو البرمجيات

Make and document an architectural or technical decision before writing code. Run /architect when choosing between approaches, designing a feature or page, picking a tech stack, or when /develop says a decision is owed. Acts as a Staff level engineer: asks…

٨ يوليو ٢٠٢٦
audit
مطوّرو البرمجيات

Bootstrap a project's AI context: the AGENTS.md files every later skill reads. Run /audit on a greenfield project, on an existing codebase with missing docs, or on one area (/audit src/auth). Writes tool agnostic AGENTS.md plus thin CLAUDE.md pointers, adding…

٨ يوليو ٢٠٢٦
debug
مطوّرو البرمجيات

Use this skill to find and fix the root cause of a bug: something failing, broken, throwing, or behaving wrong. Run /debug when a test fails for a non-obvious reason, /verify finds a failure, or behavior is unexpected. Runs a disciplined reproduce, localize,…

٨ يوليو ٢٠٢٦
develop
مطوّرو البرمجيات

Build a feature, UI or backend, from an approved design. Run /develop to implement a page, component, API, service, or data slice. If something load bearing is undecided and no ADR records it, it stops and routes you to /architect. Otherwise it reads the ADR…

٨ يوليو ٢٠٢٦
document
مطوّرو البرمجيات

Write the human facing prose about a change: a PR description, changelog entry, release notes, or incident postmortem. Run /document pr | changelog | release-note | postmortem (or let it ask) and it drafts from the real commits and diff, writing to the right…

٨ يوليو ٢٠٢٦
harden
مطوّرو البرمجيات

Stress test a completed, tested change against production failure modes: edge cases, concurrency, scale, and security. Run /harden after /test or /review, or as the last step before merge on medium or full tier work. It writes a prioritized, verifiable…

٨ يوليو ٢٠٢٦
review
محللو ضمان جودة البرمجيات والمختبرون

A rigorous, senior level code review before merge, run on a different Claude model than wrote the code. Run /review after implementing a feature or fix, before opening a PR, or when the tier playbook calls for it. Severity ranked findings on correctness,…

٨ يوليو ٢٠٢٦
عرض 8 من أصل ١٣ skills مجمعة.
architect
مطوّرو البرمجيات

Use this skill to make and document an architectural or technical decision before writing code. Run /architect when facing a meaningful choice between approaches, designing a feature or page from scratch, choosing a tech stack, or when /develop says a…

٢١ يوليو ٢٠٢٦
audit
مطوّرو البرمجيات

Use this skill to bootstrap a project's AI context — the AGENTS.md files every later skill reads. Run /audit at the start of a greenfield project (it asks your coding standards and seeds root AGENTS.md), on an existing codebase with no or partial docs (it…

٢١ يوليو ٢٠٢٦
debug
مطوّرو البرمجيات

Use this skill to find and fix the root cause of a bug — something failing, broken, throwing, or behaving wrong. Run /debug when a test fails for a non-obvious reason, when /verify finds a failure, or when behavior is unexpected. It runs a disciplined loop —…

٢١ يوليو ٢٠٢٦
develop
مطوّرو البرمجيات

Use this skill to build a feature — UI or logical/backend — from an approved design. Run /develop to implement a page, component, API, service, data layer, or any slice. It first gates on the decision: if building would require inventing something undecided…

٢١ يوليو ٢٠٢٦
document
مطوّرو البرمجيات

Use this skill to write the human-facing prose about a change — a PR description, changelog entry, release notes, or incident postmortem. Run /document when you need any of those written from the real change (commits, diff) rather than by hand. Pass the type…

٢١ يوليو ٢٠٢٦
harden
مطوّرو البرمجيات

Use this skill to stress-test a change against production-only failure modes — edge cases, concurrency, scale, and security. Run /harden after the code works and is tested (typically the last step before merge on medium/full tier, or when /test or /review…

٢١ يوليو ٢٠٢٦
review
محللو ضمان جودة البرمجيات والمختبرون

Use this skill for a rigorous, senior-level code review before merge. Run /review after implementing a feature or fix, before opening a PR, or when the tier playbook calls for it. It runs on a DIFFERENT Claude model than wrote the code (spawned automatically,…

٢١ يوليو ٢٠٢٦
roadmap
مطوّرو البرمجيات

Use this skill to turn a product idea into a living, coarse, spec-driven roadmap — and to keep it current as you ship. Just run `/roadmap [what]` and it infers the right move from the situation, the way /architect infers its mode: plan a new product, plan the…

٢١ يوليو ٢٠٢٦
عرض 8 من أصل ١٢ skills مجمعة.
agent
مطوّرو البرمجيات

Use when building real-time voice and video AI agents, integrating with 30+ AI providers, deploying to production with HTTP servers or Kubernetes, adding function calling and tool access, or handling complex conversation flows with event subscriptions.

١٣ مايو ٢٠٢٦
stream-builder
مطوّرو البرمجيات

Build a new app or add Stream products (Chat, Video, Feeds, Moderation) to an existing app. Scaffold Next.js + Tailwind + Shadcn + Stream SDKs end-to-end with Steps 0-7. Add Chat/Video/Feeds/Moderation to an existing project (enhance flow). Triggers on 'build…

١٣ مايو ٢٠٢٦
stream-cli
مطوّرو البرمجيات

Query Stream data and run CLI operations against Chat, Video, Feeds, and Moderation: list channels, list calls, show flagged messages, find users, query any Stream resource. Run stream api / stream config / stream auth commands. Install the Stream CLI binary.…

١٣ مايو ٢٠٢٦
stream-docs
مطوّرو البرمجيات

Search live Stream SDK documentation for Chat, Video, Feeds, and Moderation. Look up how a Stream React/iOS/Android/Node/Flutter/Unity/Angular hook, component, or method works. Answer how-to questions about any Stream SDK across every framework and version.…

١٣ مايو ٢٠٢٦
stream-react-native
مطوّرو البرمجيات

Create, build, and integrate Stream Chat React Native apps in React Native Community CLI and Expo. Use for new RN/Expo Chat apps from scratch, existing app integration, Stream Chat RN, stream-chat-react-native, stream-chat-expo, migration/setup, channel list,…

١٣ مايو ٢٠٢٦
stream
المهن الحاسوبية الأخرى

Stream router for Chat, Video, Feeds, and Moderation. Use when the user wants to build a new app with Stream, scaffold a project, add Chat/Video/Feeds/Moderation to an existing app, integrate Stream, build for Swift/SwiftUI/UIKit/iOS/Xcode, query Stream data,…

١٣ مايو ٢٠٢٦
integration-expo
مطوّرو البرمجيات

PostHog integration for Expo applications

١٢ مايو ٢٠٢٦
clerk-setup
مطوّرو البرمجيات

Add Clerk authentication to any project by following the official quickstart guides.

١١ مايو ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
developing-genkit-dart
مطوّرو البرمجيات

Generates code and provides documentation for the Genkit Dart SDK. Use when the user asks to build AI agents in Dart, use Genkit flows, or integrate LLMs into Dart/Flutter applications.

١٥ أبريل ٢٠٢٦
developing-genkit-go
مطوّرو البرمجيات

Develop AI-powered applications using Genkit in Go. Use when the user asks to build AI features, agents, flows, or tools in Go using Genkit, or when working with Genkit Go code involving generation, prompts, streaming, tool calling, or model providers.

١٥ أبريل ٢٠٢٦
firebase-ai-logic
مطوّرو البرمجيات

Official skill for integrating Firebase AI Logic (Gemini API) into web applications. Covers setup, multimodal inference, structured output, and security.

١٥ أبريل ٢٠٢٦
firebase-auth-basics
مطوّرو البرمجيات

Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.

١٥ أبريل ٢٠٢٦
firebase-basics
مطوّرو البرمجيات

The definitive, foundational skill for ANY Firebase task. Make sure to ALWAYS use this skill whenever the user mentions or interacts with Firebase, even if they do not explicitly ask for it. This skill covers everything from the bare minimum INITIAL setup…

١٥ أبريل ٢٠٢٦
firebase-data-connect
مطوّرو البرمجيات

Build and deploy Firebase Data Connect backends with PostgreSQL. Use for schema design, GraphQL queries/mutations, authorization, and SDK generation for web, Android, iOS, and Flutter apps.

١٥ أبريل ٢٠٢٦
firebase-firestore-enterprise-native-mode
مطوّرو البرمجيات

Comprehensive guide for Firestore enterprise native including provisioning, data model, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore Enterprise with the Native mode, writing security rules, or using the Firestore…

١٥ أبريل ٢٠٢٦
firebase-firestore-standard
مطوّرو البرمجيات

Comprehensive guide for Firestore Standard Edition, including provisioning, security rules, and SDK usage. Use this skill when the user needs help setting up Firestore, writing security rules, or using the Firestore SDK in their application.

١٥ أبريل ٢٠٢٦
عرض 8 من أصل ١٠ skills مجمعة.
architect
المهن الحاسوبية الأخرى

Make and document an architectural or technical decision before writing code. Run /architect for a meaningful choice between approaches, a feature or page designed from scratch, a stack decision, or when /develop says a decision is owed. Acts as a…

٨ يوليو ٢٠٢٦
audit
المهن الحاسوبية الأخرى

Bootstrap accurate project context by writing the AGENTS.md files. Run /audit once on a new project (after the stack is chosen and scaffolded) to capture conventions and tooling choices, or on an existing codebase to scan it and write root + nested AGENTS.md…

٨ يوليو ٢٠٢٦
debug
محللو ضمان جودة البرمجيات والمختبرون

Use this skill to find and fix the root cause of a bug: something failing, broken, throwing, or behaving wrong. Run /debug when a test fails for a non-obvious reason, when a check finds a failure, or when behavior is unexpected. It runs a disciplined loop…

٨ يوليو ٢٠٢٦
develop
مطوّرو البرمجيات

Build a feature (UI or logical/backend) from an approved design. Run /develop to implement a page, component, API, service, data layer, or slice. Gates on the decision first: if building would require inventing something undecided (a design system, page…

٨ يوليو ٢٠٢٦
harden
مطوّرو البرمجيات

Stress-test a change against production-only failure modes: edge cases, concurrency, scale, security. Run /harden after the code works and is tested, typically the last step before merge on medium/full tier. A systems-level subagent audits the diff against a…

٨ يوليو ٢٠٢٦
roadmap
متخصصو إدارة المشاريع

Turn an idea into a living, coarse feature roadmap, or keep an existing one current. Run /roadmap with a product idea (plan), with a single feature (add one row), or bare after shipping (replan/reconcile). Writes docs/roadmap/: ordered, weighted features with…

٨ يوليو ٢٠٢٦
sync
مطوّرو البرمجيات

Keep durable knowledge current after a change ships. Run /sync as the last step on medium/full work, around merge. Updates AGENTS.md context files (root + nested) to reflect what changed, reconciles the feature's roadmap row and its ADR Status line, creates a…

٨ يوليو ٢٠٢٦
test
محللو ضمان جودة البرمجيات والمختبرون

Write a test suite for code just built or changed. Run /test after implementing a feature, component, API route, or fix; it targets the changed-and-uncommitted files (working tree + staged + untracked), classifies each, and writes the right kind of test…

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