Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
17651 tutorial-docs existential-birds/beagle
Tutorial Documentation Skill This skill provides patterns for writing effective tutorials following the Diataxis framework. Tutorials are learning-oriented content where the reader learns by doing under the guidance of a teacher. Purpose & Audience Target readers: Complete beginners with no prior experience Users who want to learn, not accomplish a specific task People who need a successful first experience with the product Learners who benefit from guided, hands-on practice Tutorials are N...
83
17652 phoenix-api-channels bobmatnyc/claude-mpm-skills
Phoenix APIs, Channels, and Presence (Elixir/BEAM) Phoenix excels at REST/JSON APIs and WebSocket Channels with minimal boilerplate, leveraging the BEAM for fault tolerance, lightweight processes, and supervised PubSub/Presence. Core pillars Controllers for JSON APIs with plugs, pipelines, and versioning. Contexts own data (Ecto schemas + queries) and expose a narrow API to controllers/channels. Channels + PubSub for fan-out real-time updates; Presence for tracking users/devices. Auth via plu...
83
17653 startup-icp-definer shipshitdev/library
Startup ICP Definer - Ideal Customer Profile Builder Overview Help indie founders precisely define who they're building for using Hexa's Opportunity Memo methodology. Execute rigorous customer definition by guiding users through buying center mapping, pain point hierarchies, and validation frameworks. Hexa's Core Principle: "Define the company type + the buying center people involved in the decision-making process." When This Activates "Who is my customer" "Define my ICP" Target audience ques...
83
17654 test-gap-analyzer rysweet/amplihack
This skill automatically analyzes codebases to identify untested functions, low coverage areas, and missing edge case tests. It generates actionable test suggestions organized by priority and risk impact, following amplihack's testing pyramid (60% unit, 30% integration, 10% E2E). When to Use This Skill - Code review: Before merging PRs, identify test gaps - Test planning: Prioritize what to test next based on risk - Coverage improvement: Target low-coverage areas systematically - Edge case...
83
17655 codex-review alinaqi/claude-bootstrap
Cross-Model Code Review with Codex CLI Cross-model validation using the codex binary directly. Claude writes code, Codex reviews it — different architecture, different training distribution, no self-approval bias. Core insight: Single-model self-review is systematically biased. Cross-model review catches different bug classes because the reviewer has fundamentally different blind spots than the author. Prerequisite: The codex CLI must be installed and authenticated. Verify with codex --help . Us...
83
17656 browser-automation martinholovsky/claude-skills-generator
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
83
17657 reddit-automation composiohq/awesome-claude-skills
👽 Reddit Automation Built by the team at doany.ai . Find people on Reddit who genuinely need what you make — and reply with something actually useful, honestly disclosing who you are. Reddit rewards real contribution and punishes spam. The way to market here is not to hide — it's to genuinely help, disclose your affiliation, and only bring up your product when it truly answers the question. This skill runs two moves: find the few threads where you can actually help, then draft a reply worth post...
83
17658 cfb-data machina-sports/sports-skills
College Football Data (CFB) Before writing queries, consult references/api-reference.md for endpoints, conference IDs, team IDs, and data shapes. Setup Before first use, check if the CLI is available: which sports-skills || pip install sports-skills If pip install fails with a Python version error, the package requires Python 3.10+. Find a compatible Python: python3 --version check version If < 3.10, try: python3.12 -m pip install sports-skills On macOS with Homebrew: /opt/homebrew/bin/python...
83
17659 star-office-ui ringhyacinth/star-office-ui
Star Office UI Skill 本 Skill 面向想快速帮主人搭建"像素办公室看板"的 OpenClaw(龙虾): 目标:主人只需"看到效果",尽量少问问题 你可以按下面的步骤,一步一步帮主人跑起来并对外访问 0. 一句话告诉主人这是什么 你可以先和主人说: 这是一个多人协作的像素办公室仪表盘,你的 AI 助手会根据状态自动走到不同位置,还能看到昨天的工作小记! 1. 30 秒一键启动(推荐你先做一遍) 在你这台机器执行(按顺序): 1) 下载仓库 git clone https://github.com/ringhyacinth/Star-Office-UI.git cd Star-Office-UI 2) 安装依赖 python3 -m pip install -r backend/requirements.txt 3) 准备状态文件(首次) cp state.sample.json state.json 4) 启动后端 cd backend python3 app.py 然后告诉主人: 好了,你现在打开 http://127.0.0.1:19000 就能看到像...
83
17660 anthropologist-analyst rysweet/amplihack
Anthropologist Analyst Skill Purpose Analyze events through the disciplinary lens of anthropology, applying established anthropological frameworks (cultural materialism, interpretive anthropology, structural anthropology, practice theory), ethnographic methods, and comparative approaches to understand cultural systems, symbolic meanings, social practices, kinship structures, ritual significance, and the relationship between culture, power, and adaptation. When to Use This Skill Cultural Confli...
83
17661 slack-automation composiohq/awesome-claude-skills
Slack Automation Overview Interact with Slack workspaces for channel management, message reading, and content analysis. All operations are read-only unless creating channels. Quick Decision Tree What do you need? │ ├── Search for channels by name │ └── references/search.md │ └── Script: scripts/slack_search.py search │ ├── Read messages from a channel │ └── references/fetch-news.md │ └── Script: scripts/fetch_slack_news.py │ ├── Create a new channel │ └── references/create-channel.md │...
83
17662 tmux 0xbigboss/claude-code
tmux Session Control Control tmux sessions by sending keystrokes and reading output. Essential for managing Claude Code sessions. When to Use ✅ USE this skill when: Monitoring Claude/Codex sessions in tmux Sending input to interactive terminal applications Scraping output from long-running processes in tmux Navigating tmux panes/windows programmatically Checking on background work in existing sessions When NOT to Use ❌ DON'T use this skill when: Running one-off shell commands → use exec tool dir...
83
17663 nielsen-heuristics-audit mastepanoski/claude-skills
Nielsen Heuristics UX Audit This skill enables AI agents to perform a comprehensive usability evaluation of apps, websites, or digital interfaces using Jakob Nielsen's 10 Usability Heuristics , the industry-standard framework for identifying usability problems. These heuristics are battle-tested principles used by UX professionals worldwide to systematically evaluate interfaces and identify usability issues before user testing. Use this skill to conduct thorough heuristic evaluations, prioritize...
82
17664 analyze yeachan-heo/oh-my-claudecode
/analyze - Answer Data Questions If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Answer a data question, from a quick lookup to a full analysis to a formal report. Usage /analyze <natural language question> Workflow 1. Understand the Question Parse the user's question and determine: Complexity level : Quick answer : Single metric, simple filter, factual lookup (e.g., "How many users signed up last week?") Full analysis : Multi-dimensional explor...
82
17665 recharts-patterns yonatangross/orchestkit
Data visualization patterns using Recharts 3.x - a composable charting library built with React and D3. Core Chart Types Line Chart ``` import { LineChart, Line, XAxis, YAxis, CartesianGrid, Tooltip, Legend, ResponsiveContainer } from 'recharts'; const data = [ { date: '2024-01', revenue: 4000, expenses: 2400 }, { date: '2024-02', revenue: 3000, expenses: 1398 }, ]; function RevenueChart() { return ( <ResponsiveContainer width="100%" height={400}> <LineChart data={data} ma...
82
17666 video-download csfuwwc/md-skills
video-download Download video and audio from URLs using yt-dlp directly. No wrapper scripts needed. Prerequisites yt-dlp : brew install yt-dlp or pip install yt-dlp ffmpeg : brew install ffmpeg or apt install ffmpeg (required for merging video+audio streams) Update yt-dlp periodically to keep up with site changes: yt-dlp -U or pip install -U yt-dlp . Commands Download best quality yt-dlp "URL" -o "%(title)s.%(ext)s" --merge-output-format mp4 Download specific resolution 720p yt-dlp "URL" -f "be...
82
17667 better-auth-integrations bobmatnyc/claude-mpm-skills
Better Auth Integrations Goals Mount the Better Auth handler at /api/auth/* (or a custom base path). Use framework helpers where available. Ensure cookies and headers flow correctly in SSR and server actions. Quick start Create an auth instance (see better-auth-core). Add a catch-all route for /api/auth/*. Use a framework helper (or auth.handler) to return a Response. Next.js App Router import { auth } from "@/lib/auth"; import { toNextJsHandler } from "better-auth/next-js"; export const { GET,...
82
17668 document-summary tatat/agents-playground
Document Summary Summarize long documents and extract key information. Capabilities Generate concise summaries (executive, detailed, bullet points) Extract key points and main arguments Create structured outlines Identify important entities and topics Summary Types Executive Summary 2-3 paragraphs Focus on conclusions and recommendations Target audience: decision makers Detailed Summary Comprehensive coverage of main points Preserves important details Target audience: stakeholders needing full...
82
17669 scrapeninja vm0-ai/vm0-skills
ScrapeNinja High-performance web scraping API with Chrome TLS fingerprint, rotating proxies, smart retries, and optional JavaScript rendering. Official docs: https://scrapeninja.net/docs/ When to Use Use this skill when you need to: Scrape websites with anti-bot protection (Cloudflare, Datadome) Extract data without running a full browser (fast /scrape endpoint) Render JavaScript-heavy pages (/scrape-js endpoint) Use rotating proxies with geo selection (US, EU, Brazil, etc.) Extract structu...
82
17670 nansen-polymarket-trader nansen-ai/nansen-cli
Polymarket Wallet Activity Answers: "What is this Polymarket trader betting on? Are they profitable?" Finding an active trader address: Source from trades-by-market (guarantees trade history) rather than top-holders (position holders may have no recorded trades): Step 1: find active traders from a market nansen research pm trades-by-market --market-id < market_id > --limit 5 → seller/buyer addresses with confirmed trade history — use one as ADDR below ADDR = < polymarket_address > nansen resea...
82
17671 drama-planner vangongwanxiaowan/screen-creative-skills
竖屏短剧策划师 功能 制定专业的竖屏短剧策划方案,涵盖情绪价值分析、黄金三秒钩子设计、三幕式结构规划、人设容器设计及商业化卡点设置。 使用场景 进行短剧项目前期策划。 设计短剧商业化方案。 提供短剧创作指导。 分析短剧市场趋势。 策划理念 情绪价值第一性原理: 识别核心情绪价值点,设计触发强烈情绪反应的情节。 黄金三秒钩子法则: 开篇3秒抓住观众注意力,迅速吸引。 期待-压抑-爆发三幕式结构: 建立期待,积累压抑,最终爆发释放。 人设即容器理论: 标签化和极致化主角人设,便于受众记忆和情感投射。 商业化卡点逻辑: 在情节高潮处精准设置付费卡点,实现商业价值最大化。 核心步骤 分析需求: 理解用户的策划需求和目标。 分析内容: 分析故事或创意的核心要素。 设计方案: 基于策划理念设计详细策划方案。 提供建议: 提供具体的优化和实施建议。 输入要求 故事创意或故事大纲 目标受众定位(可选) 商业化目标(可选) 输出格式 【竖屏短剧策划方案】 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 一、情绪价值分析 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━...
82
17672 systematic-debugging-laravel iserter/laravel-claude-agents
Systematic Debugging for Laravel Overview Random fixes waste time and create new bugs in Laravel applications. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY Laravel technical issue: Test f...
82
17673 cloudinary vm0-ai/vm0-skills
Cloudinary Media Hosting Cloudinary provides image and video hosting with CDN delivery, automatic optimization, and on-the-fly transformations. When to Use Upload images with automatic optimization Upload videos with CDN delivery Get CDN-delivered media URLs Apply transformations (resize, crop, format conversion) Concatenate/splice multiple videos Host media for production applications Prerequisites Set the following environment variables: export CLOUDINARY_CLOUD_NAME=your_cloud_name export ...
82
17674 testing-patterns vudovn/antigravity-kit
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
82
17675 async-expert martinholovsky/claude-skills-generator
Asynchronous Programming Expert 0. Anti-Hallucination Protocol 🚨 MANDATORY: Read before implementing any code using this skill Verification Requirements When using this skill to implement async features, you MUST: Verify Before Implementing ✅ Check official documentation for async APIs (asyncio, Node.js, C Task) ✅ Confirm method signatures match target language version ✅ Validate async patterns are current (not deprecated) ❌ Never guess event loop methods or task APIs ❌ Never invent promise...
82
17676 codereview-roasted openhands/skills
PERSONA: You are a critical code reviewer with the engineering mindset of Linus Torvalds. Apply 30+ years of experience maintaining robust, scalable systems to analyze code quality risks and ensure solid technical foundations. You prioritize simplicity, pragmatism, and "good taste" over theoretical perfection. CORE PHILOSOPHY: "Good Taste" - First Principle: Look for elegant solutions that eliminate special cases rather than adding conditional checks. Good code has no edge cases. "Never Break ...
82
17677 supabase-audit-tables-list yoanbernabeu/supabase-pentest-skills
List Exposed Tables 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each discovery Log to .sb-pentest-audit.log BEFORE and AFTER each action DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill discovers all database t...
82
17678 kpi-dashboard-design secondsky/claude-skills
KPI Dashboard Design Comprehensive patterns for designing effective Key Performance Indicator (KPI) dashboards that drive business decisions. When to Use This Skill Designing executive dashboards Selecting meaningful KPIs Building real-time monitoring displays Creating department-specific metrics views Improving existing dashboard layouts Establishing metric governance Core Concepts 1. KPI Framework Level Focus Update Frequency Audience Strategic Long-term goals Monthly/Quarterly Executives Tact...
82
17679 fp-ts-pragmatic sickn33/antigravity-awesome-skills
Pragmatic Functional Programming Read this first. This guide cuts through the academic jargon and shows you what actually matters. No category theory. No abstract nonsense. Just patterns that make your code better. When to Use This Skill When starting with fp-ts and need practical guidance When writing TypeScript code that handles nullable values, errors, or async operations When you want cleaner, more maintainable functional code without the academic overhead When refactoring imperative code to...
82
17680 neon-serverless-postgres bobmatnyc/claude-mpm-skills
Neon Serverless Postgres Skill progressive_disclosure: entry_point: summary: "Serverless Postgres with autoscaling, branching, and instant database provisioning" when_to_use: - "When needing serverless Postgres" - "When building edge and serverless apps" - "When implementing database branching for dev/staging" - "When using Drizzle, Prisma, or raw SQL" quick_start: - "Create project on Neon console" - "Get connection string" - "Connect with Drizzle/Prisma/pg" - "Deploy with Vercel/Netlify" token...
82
17681 codex 0xbigboss/claude-code
Codex Skill Guide Running a Task Default to gpt-5.2 model. Ask the user (via AskUserQuestion ) which reasoning effort to use ( xhigh , high , medium , or low ). User can override model if needed (see Model Options below). Select the sandbox mode required for the task; default to --sandbox read-only unless edits or network access are necessary. Assemble the command with the appropriate options: -m, --model <MODEL> --config model_reasoning_effort="<high|medium|low>" --sandbox <read-only|workspace-...
82
17682 spec-receiving-code-review zixun-github/aisdlc
接收代码审查 概述 代码审查需要技术评估,而非情绪化表演。 核心原则: 实施前先验证。假设前先询问。技术正确性优先于社交舒适。 开始时宣布: 「我正在使用 spec-receiving-code-review 技能评估并实施代码审查反馈。」 响应模式 收到代码审查反馈时: 1. 阅读:完整阅读反馈,不急于反应 2. 理解:用自己的话复述需求(或询问) 3. 验证:对照代码库实际情况检查 4. 评估:对该代码库在技术上是否站得住脚? 5. 回应:技术性确认或有理由的反对 6. 实施:逐项实施,逐项测试 禁止的回应 绝不: -「你说得对极了!」(明确的 CLAUDE.md 违反) -「好观点!」/「反馈太好了!」(表演性) -「我现在就实施」(在验证之前) 应改为: 复述技术需求 提澄清问题 若错误则以技术理由反对 直接动手(行动胜于言辞) 处理不清晰的反馈 若任一项不清晰: 停止——暂时不实施任何内容 就不清晰项询问澄清 原因:各项可能相关。部分理解 = 错误实施。 示例: 协作方:「修 1–6」 你理解 1、2、3、6。4、5 unclear。 ❌ 错误:现在实施 1、2、3、6,稍...
82
17683 business-operator shipshitdev/library
Business Operator - Multi-Business Orchestrator Overview You are a multi-business operations strategist that orchestrates all Hormozi business frameworks across a portfolio of ventures. You help indie founders run multiple businesses simultaneously by identifying which business needs attention, what specific actions to take, and which specialized skill to deploy. This is the meta-skill that coordinates: offer-architect, pricing-strategist, lead-channel-optimizer, retention-engine, constraint-e...
82
17684 user-onboarding manojbajaj95/claude-gtm-plugin
How to position Starchild Starchild is a personal assistant / intern with a full computer . Anything that can be done on a computer is in scope: browsing, reading, writing, coding, running scripts, connecting services, operating files, building tools, deploying pages, monitoring things, and pushing results back to the user. The honest positioning: Some things Starchild is already very good at — Twitter / X, Gmail, scheduled tasks, research, rapid prototyping, public deploys, database analytics, ...
82
17685 web-design-guidelines vercel/examples
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
82
17686 shiny-bslib posit-dev/skills
Modern Shiny Apps with bslib Build professional Shiny dashboards using bslib's Bootstrap 5 components and layouts. This skill focuses on modern UI/UX patterns that replace legacy Shiny approaches. Quick Start Single-page dashboard: library ( shiny ) library ( bslib ) ui <- page_sidebar ( title = "My Dashboard" , theme = bs_theme ( version = 5 ) , "shiny" preset by default sidebar = sidebar ( selectInput ( "variable" , "Variable" , choices = names ( mtcars ) ) ) , layout_column_wrap ( width = 1 ...
82
17687 better-auth-plugins bobmatnyc/claude-mpm-skills
Better Auth Plugins Goals Add server plugins to extend auth features. Add client plugins for matching client methods. Apply schema changes when plugins add tables. Quick start Import the plugin from better-auth/plugins and add it to plugins. Run migrations (generate or migrate) when required. Add the client plugin from better-auth/client/plugins. Example: Two-factor authentication import { betterAuth } from "better-auth"; import { twoFactor } from "better-auth/plugins"; export const auth = bett...
82
17688 writing-linkedin-posts manojbajaj95/claude-gtm-plugin
LinkedIn Post Writer Create engaging, authentic LinkedIn posts that drive meaningful engagement and establish thought leadership. Core Principles Authenticity Over Performance LinkedIn has matured. Readers can spot manufactured vulnerability and engagement bait instantly. The posts that resonate now are genuinely useful or genuinely human—not optimized for virality. What works: Real experiences with honest reflection Specific insights from your actual work Admitting what you don't know Shar...
82
17689 twitter-search sundial-org/awesome-openclaw-skills
Twitter Search and Analysis Overview Search Twitter for keywords using advanced search syntax, fetch up to 1000 relevant tweets, and analyze the data to produce professional reports with insights, statistics, and actionable recommendations. Prerequisites API Key Required : Users must configure their Twitter API key from https://twitterapi.io The API key can be provided in three ways: Environment variable (recommended): Set TWITTER_API_KEY in your ~/.bashrc or ~/.zshrc echo 'export TWITTER_API_KE...
82
17690 architecture-patterns secondsky/claude-skills
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
82
17691 jules sanjay3290/ai-skills
Jules Task Delegation Delegate coding tasks to Google's Jules AI agent on GitHub repositories. Setup (Run Before First Command) 1. Install CLI which jules || npm install -g @google/jules 2. Check Auth jules remote list --repo If fails → tell user to run jules login (or --no-launch-browser for headless) 3. Auto-Detect Repo git remote get-url origin 2>/dev/null | sed -E 's.*(github\.com)[/:]([^/]+/[^/.]+)(\.git)?\2' If not GitHub or not in git repo → ask user for --repo owner/repo 4. Veri...
82
17692 quasar-skilld harlan-zw/vue-ecosystem-skills
quasarframework/quasar quasar Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time Version: 2.18.6 (Nov 2025) Tags: legacy: 1.22.10 (May 2023), latest: 2.18.6 (Nov 2025) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor releases. BREAKING: v-model -> uses model-value + @update:model-value instead of value + @input in Vue 3 source BREAKING: QDrawer / QDialog / QMenu / ...
82
17693 frontend-internationalization-best-practices sergiodxa/agent-skills
Guidelines for building a React Router i18n setup with `remix-i18next`. Focuses on middleware detection, locale storage, type safety, and client/server synchronization. When to Apply - Adding i18n to a React Router app - Wiring `remix-i18next` middleware - Implementing language switching or locale detection - Serving locale resources from `/api/locales` Rules Summary Setup & Middleware (CRITICAL) setup-middleware - @rules/setup-middleware.md Configure `createI18nextMiddleware` and t...
82
17694 product-market-fit-analysis manojbajaj95/claude-gtm-plugin
Product Market Fit Analysis Comprehensive framework for assessing, achieving, and scaling product-market fit. Quick Reference Situation Use This Skill For Measuring PMF Sean Ellis Survey Retention analysis Retention Curves PMF validation Leading Indicators Segment-specific PMF Segment Analysis Scaling decisions Post-PMF Strategy Part 1: What Is PMF? Definition Product-market fit is the condition where a product satisfies a strong market demand. It's not binary — it's a spectrum. Key Insight PMF ...
82
17695 discord vm0-ai/vm0-skills
Discord (Via message ) Use the message tool. No provider-specific discord tool exposed to the agent. Musts Always: channel: "discord" . Respect gating: channels.discord.actions.* (some default off: roles , moderation , presence , channels ). Prefer explicit ids: guildId , channelId , messageId , userId . Multi-account: optional accountId . Guidelines Avoid Markdown tables in outbound Discord messages. Mention users as <@USER_ID> . Prefer Discord components v2 ( components ) for rich UI; use lega...
82
17696 authentication andrelandgraf/fullstackrecipes
Authentication Implement authentication flows on iOS using the AuthenticationServices framework, including Sign in with Apple, OAuth/third-party web auth, Password AutoFill, and biometric authentication. Contents Sign in with Apple Credential Handling Credential State Checking Token Validation Existing Account Setup Flows ASWebAuthenticationSession (OAuth) Password AutoFill Credentials Biometric Authentication SwiftUI SignInWithAppleButton Common Mistakes Review Checklist References Sign in with...
82
17697 review-code catlog22/claude-code-workflow
Multi-dimensional code review skill that analyzes code across 6 key dimensions and generates structured review reports with actionable recommendations. Architecture Overview ``` ┌─────────────────────────────────────────────────────────────────┐ │ ⚠️ Phase 0: Specification Study (强制前置) │ │ → 阅读 specs/review-dimensions.md │ │ → 理解审查维度和问题分类标准 │ └───────────────┬───────────────────────────────────────────...
82
17698 pydantic-ai-dependency-injection existential-birds/beagle
PydanticAI Dependency Injection Core Pattern Dependencies flow through RunContext: from dataclasses import dataclass from pydantic_ai import Agent, RunContext @dataclass class Deps: db: DatabaseConn api_client: HttpClient user_id: int agent = Agent( 'openai:gpt-4o', deps_type=Deps, Type for static analysis ) @agent.tool async def get_user_balance(ctx: RunContext[Deps]) -> float: """Get the current user's account balance.""" return await ctx.deps.db.get_balance(...
82
17699 pptx dedalus-erp-pas/foundation-skills
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
82
17700 senior-data-engineer borghei/claude-skills
Senior Data Engineer World-class senior data engineer skill for production-grade AI/ML/Data systems. Quick Start Main Capabilities Core Tool 1 python scripts/pipeline_orchestrator.py --input data/ --output results/ Core Tool 2 python scripts/data_quality_validator.py --target project/ --analyze Core Tool 3 python scripts/etl_performance_optimizer.py --config config.yaml --deploy Core Expertise This skill covers world-class capabilities in: Advanced production patterns and architectur...
82