Skip to main content

adamrdrew/claude-code-patterns

جمع SkillsMP عدد ٢٠ من skills من adamrdrew/claude-code-patterns. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
٢٠
نجوم GitHub
١
تفرعات GitHub
٠

عرض ٢٠ من أصل ٢٠ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Add a new note or update an existing one. Creates the notes database if it doesn't exist.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
موظفو الملفات
الوصف

Delete a note from the database. Removes the note file and its index entry.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

List all notes in the database with their topics and descriptions.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Read a specific note from the database. Use this to get fresh content after making changes.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Remove a document from the database. Deletes the document file and removes its entry from the index. Use this when the user wants to delete stored information.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Initialize the database by creating the database/ directory and an empty index.md file. Safe to call if database already exists - will not overwrite existing data.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

List all documents currently stored in the database. Reads the index and presents a summary of all available documents with their topics and descriptions.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مصممو قواعد البيانات
الوصف

Find and read documents from the database matching a query. Searches the index for relevant entries, then reads and synthesizes the content. Use this when the user wants to retrieve stored information.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a new document or update an existing one. If the topic already exists, updates the document. If it's new, creates the document and adds it to the index. Use this when the user wants to store or update information.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مديرو قواعد البيانات
الوصف

Verify that the database exists and is properly initialized. Returns status indicating whether the database is ready for use. Use this before any operation that assumes the database exists.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مصممو قواعد البيانات
الوصف

Get a list of currently available skills that you can invoke to perform database operations. Always check this list before attempting any operation.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Initialize the memory persistence system by creating memory.md if it doesn't exist. Safe to call multiple times - will not overwrite existing memory.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Get the 7-day weather forecast for the user's location. Reads zip code from memory, converts to coordinates, and fetches weather data. Requires memory to be initialized with a zip_code entry.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Lists all available skills with their names and descriptions. Use this skill first to discover what capabilities are available before invoking other skills.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Read all entries from the memory persistence system, or look up a specific key. Requires memory.md to exist.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add or update a key-value pair in the memory persistence system. Performs upsert - updates existing keys or adds new ones. Requires memory.md to exist.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Reference documentation for the Open-Meteo free weather API. Use this skill to learn how to fetch weather forecasts using curl. The API requires latitude/longitude coordinates and returns JSON data. No API key required.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Convert US zip codes to latitude/longitude coordinates using free APIs. No API key required. Covers Zippopotam.us (simplest) and OpenStreetMap Nominatim (alternative) with curl examples.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

A description of how to create skills in the correct way for this project

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Get a list of currently available skills that you can invoke to perform actions. Always check this list to see if something you want to do has an already well established pattern that can be reused.

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٢٠ من أصل ٢٠ skills مجمعة.