Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٦٥٦ من skills من loulanyue/awesome-claude-notes. افتح أي skill لمراجعة مصدره وتفاصيله.
loulanyue/awesome-claude-notesعرض ٤٠ من أصل ٦٥٦ skills مجمعة.
Protocol-based dependency injection for testable Swift code — mock file system, network, and external APIs using focused protocols and Swift Testing.
لغة النص الأصلي: الإنجليزية
SwiftUI architecture patterns, state management with @Observable, view composition, navigation, performance optimization, and modern iOS/macOS UI best practices.
لغة النص الأصلي: الإنجليزية
Interactive agent picker for composing and dispatching parallel teams
لغة النص الأصلي: الإنجليزية
AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final polish in Descript or CapCut. Use when the user wants to edit video,…
لغة النص الأصلي: الإنجليزية
See, Understand, Act on video and audio. See- ingest from local files, URLs, RTSP/live feeds, or live record desktop; return realtime context and playable stream links. Understand- extract frames, build visual/semantic/temporal indexes, and search moments…
لغة النص الأصلي: الإنجليزية
Translate visa application documents (images) to English and create a bilingual PDF with original and translation
لغة النص الأصلي: الإنجليزية
X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.
لغة النص الأصلي: الإنجليزية
Head-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics
لغة النص الأصلي: الإنجليزية
Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.
لغة النص الأصلي: الإنجليزية
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing.
لغة النص الأصلي: الإنجليزية
Engineering operating model for teams where AI agents generate a large share of implementation output.
لغة النص الأصلي: الإنجليزية
Regression testing strategies for AI-assisted development. Sandbox-mode API testing without database dependencies, automated bug-check workflows, and patterns to catch AI blind spots where the same model writes and reviews code.
لغة النص الأصلي: الإنجليزية
Clean Architecture patterns for Android and Kotlin Multiplatform projects — module structure, dependency rules, UseCases, Repositories, and data layer patterns.
لغة النص الأصلي: الإنجليزية
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
لغة النص الأصلي: الإنجليزية
Capture architectural decisions made during Claude Code sessions as structured ADRs. Auto-detects decision moments, records context, alternatives considered, and rationale. Maintains an ADR log so future developers understand why the codebase is shaped the…
لغة النص الأصلي: الإنجليزية
Write articles, guides, blog posts, tutorials, newsletter issues, and other long-form content in a distinctive voice derived from supplied examples or brand guidance. Use when the user wants polished written content longer than a paragraph, especially when…
لغة النص الأصلي: الإنجليزية
Patterns and architectures for autonomous Claude Code loops — from simple sequential pipelines to RFC-driven multi-agent DAG systems.
لغة النص الأصلي: الإنجليزية
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
لغة النص الأصلي: الإنجليزية
>-
لغة النص الأصلي: الإنجليزية
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
لغة النص الأصلي: الإنجليزية
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
لغة النص الأصلي: الإنجليزية
Orchestrate multi-agent coding tasks via Claude DevFleet — plan projects, dispatch parallel agents in isolated worktrees, monitor progress, and read structured reports.
لغة النص الأصلي: الإنجليزية
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
لغة النص الأصلي: الإنجليزية
Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter CLAUDE.md. Use when joining a new project or setting up Claude Code for the first time in a repo.
لغة النص الأصلي: لغات متعددة
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
لغة النص الأصلي: الإنجليزية
Compose Multiplatform and Jetpack Compose patterns for KMP projects — state management, navigation, theming, performance, and platform-specific UI.
لغة النص الأصلي: الإنجليزية
Interactive installer for awesome claude notes — guides users through selecting and installing skills and rules to user-level or project-level directories, verifies paths, and optionally optimizes installed files.
لغة النص الأصلي: الإنجليزية
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
لغة النص الأصلي: الإنجليزية
Cache expensive file processing results using SHA-256 content hashes — path-independent, auto-invalidating, with service layer separation.
لغة النص الأصلي: لغات متعددة
Audits Claude Code context window consumption across agents, skills, MCP servers, and rules. Identifies bloat, redundant components, and produces prioritized token-savings recommendations.
لغة النص الأصلي: الإنجليزية
Patterns for continuous autonomous agent loops with quality gates, evals, and recovery controls.
لغة النص الأصلي: الإنجليزية
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
لغة النص الأصلي: الإنجليزية
Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents. v2.1 adds project-scoped instincts to prevent cross-project contamination.
لغة النص الأصلي: الإنجليزية
Cost optimization patterns for LLM API usage — model routing by task complexity, budget tracking, retry logic, and prompt caching.
لغة النص الأصلي: الإنجليزية
C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.
لغة النص الأصلي: لغات متعددة
Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.
لغة النص الأصلي: الإنجليزية
Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.
لغة النص الأصلي: الإنجليزية
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from…
لغة النص الأصلي: الإنجليزية
Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).
لغة النص الأصلي: الإنجليزية
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
لغة النص الأصلي: الإنجليزية