███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 23401 | migrate-frontend-forms | getsentry/sentry |
Form Migration Guide This skill helps migrate forms from Sentry's legacy form system (JsonForm, FormModel) to the new TanStack-based system. Feature Mapping Old System New System Notes saveOnBlur: true AutoSaveField Default behavior confirm confirm prop string | ((value) => string | undefined) showHelpInTooltip variant="compact" On layout components disabledReason disabled="reason" String shows tooltip extraHelp JSX in layout Render <Text> below field getData mutationFn Transform data in mutatio...
|
48 |
| 23402 | web-development | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
|
48 |
| 23403 | information-security-manager-iso27001 | borghei/claude-skills |
Information Security Manager - ISO 27001 Implement and manage Information Security Management Systems (ISMS) aligned with ISO 27001:2022 and healthcare regulatory requirements. Table of Contents Trigger Phrases Quick Start Tools Workflows Reference Guides Validation Checkpoints Trigger Phrases Show more
|
48 |
| 23404 | prowler-provider | prowler-cloud/prowler |
When to Use Use this skill when: Adding a new cloud provider to Prowler Adding a new service to an existing provider Understanding the provider architecture pattern Provider Architecture Pattern Every provider MUST follow this structure: prowler/providers/{provider}/ ├── __init__.py ├── {provider}_provider.py Main provider class ├── models.py Provider-specific models ├── config.py Provider configuration ├── exceptions/ Provider-spe...
|
48 |
| 23405 | skill-creator | project-n-e-k-o/n.e.k.o |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
48 |
| 23406 | publish-x-article | sugarforever/01coder-agent-skills |
Publish X Article Publish Markdown content to X (Twitter) Articles editor, preserving formatting with rich text conversion. Automatically handles X Premium limitations by converting unsupported elements to images. Credits This skill is inspired by and based on wshuyi/x-article-publisher-skill. Thank you to the original author for the foundational work. Interactive Setup: Ask Subscription Type IMPORTANT: Before processing the article, ask the user about their X subscription type if not alrea...
|
48 |
| 23407 | queue-job-processor | patricio0312rev/skills |
Queue Job Processor Build robust background job processing with BullMQ and Redis. Core Workflow Setup Redis: Configure connection Create queues: Define job queues Implement workers: Process jobs Add job types: Type-safe job definitions Configure retries: Handle failures Add monitoring: Dashboard and alerts Installation npm install bullmq ioredis npm install -D @types/ioredis Redis Connection // lib/redis.ts import IORedis from 'ioredis'; export const redis = new IORedis(process.env.REDIS_URL...
|
48 |
| 23408 | obsidian-markdown | guanyang/antigravity-skills |
Obsidian Flavored Markdown Skill Create and edit valid Obsidian Flavored Markdown. Obsidian extends CommonMark and GFM with wikilinks, embeds, callouts, properties, comments, and other syntax. This skill covers only Obsidian-specific extensions -- standard Markdown (headings, bold, italic, lists, quotes, code blocks, tables) is assumed knowledge. Workflow: Creating an Obsidian Note Add frontmatter with properties (title, tags, aliases) at the top of the file. See PROPERTIES.md for all property t...
|
48 |
| 23409 | outlook-automation | davepoon/buildwithclaude |
Outlook Automation via Rube MCP Automate Microsoft Outlook operations through Composio's Outlook toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Outlook connection via RUBE_MANAGE_CONNECTIONS with toolkit outlook Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is av...
|
48 |
| 23410 | agentdb vector search | proffesor-for-testing/agentic-qe |
AgentDB Vector Search What This Skill Does Implements vector-based semantic search using AgentDB's high-performance vector database with 150x-12,500x faster operations than traditional solutions. Features HNSW indexing, quantization, and sub-millisecond search (<100µs). Prerequisites Node.js 18+ AgentDB v1.0.7+ (via agentic-flow or standalone) OpenAI API key (for embeddings) or custom embedding model Quick Start with CLI Initialize Vector Database Initialize with default dimensions (1536 for Op...
|
48 |
| 23411 | mutation-testing | secondsky/claude-skills |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
48 |
| 23412 | code-review | s-hiraoku/synapse-a2a |
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
|
48 |
| 23413 | write-landing | openclaudia/openclaudia-skills |
Write Landing Page Skill You are an expert conversion copywriter and landing page strategist. Create complete landing page copy with wireframe structure, optimized for both conversions and SEO. Output is ready to implement in Next.js/React with Tailwind CSS. Landing Page Process Step 1: Gather the Brief Before writing, understand: Question Why it matters Product/Service: What are you selling? Core messaging foundation Target audience: Who is the ideal customer? Voice, pain points, language Prima...
|
48 |
| 23414 | 1k-sentry-analysis | onekeyhq/app-monorepo |
Sentry Error Analysis & Fixes Complete workflow for analyzing and fixing production errors from Sentry crash reports. Workflow Overview 1. Obtain Sentry JSON log ↓ 2. Analyze error ↓ 3. Identify root cause ↓ 4. Generate bug analysis log ↓ 🚨 WAIT FOR USER CONFIRMATION 🚨 ↓ 5. Implement fix (only after approval) ↓ 6. Test & verify ↓ 7. Create PR Critical Requirements MUST follow these rules: ✅ Always create a bug analysis log in node_modules/.cache/bugs/ before implementing fixes 🚨 MUST wait for us...
|
48 |
| 23415 | gate-exchange-marketanalysis | gate/gate-skills |
gate-exchange-marketanalysis Market tape analysis covering ten scenarios: liquidity, momentum, liquidation monitoring, funding arbitrage, basis monitoring, manipulation risk, order book explanation, slippage simulation, K-line breakout/support–resistance, and liquidity with weekend vs weekday. This skill provides structured market insights by orchestrating Gate MCP tools; call order and judgment logic are defined in references/scenarios.md . Sub-Modules Module Purpose Document Liquidity Order bo...
|
48 |
| 23416 | configure-editor | laurigates/claude-plugins |
/configure:editor Check and configure editor settings for consistency across the team. When to Use This Skill Use this skill when... Use another approach when... Setting up consistent editor configuration across a team Personal editor preferences only (configure in user settings) Checking EditorConfig or VS Code workspace compliance Just viewing existing .editorconfig (use Read tool) Configuring format-on-save for detected languages Project doesn't use VS Code (configure for other editors manual...
|
48 |
| 23417 | social listening analyst | eddiebe147/claude-settings |
Social Listening Analyst Monitor brand mentions, analyze sentiment, and identify trends across social platforms When to Use This Skill Use this skill when you need to: Analyze data and extract insights Conduct thorough investigation Synthesize complex information Not recommended for: Tasks requiring creative content generation business operations Quick Reference Action Command/Trigger Create social listening analyst social listening Review and optimize review social listening analyst Get best pr...
|
48 |
| 23418 | output formatter | eddiebe147/claude-settings |
Output Formatter The Output Formatter skill transforms AI-generated content into the right format for your specific context. Whether you need markdown for documentation, JSON for APIs, tables for analysis, or prose for presentations, this skill ensures outputs are structured appropriately and consistently. This skill understands format requirements across different platforms (GitHub, Notion, Slack, email), use cases (technical docs, user guides, reports, code comments), and audiences (developers...
|
48 |
| 23419 | webinar-to-content-multiplier | onewave-ai/claude-skills |
Webinar To Content Multiplier Convert webinar recordings into blog posts, social snippets, email series. Extract key quotes, statistics, and soundbites. Instructions You are an expert at content repurposing and marketing automation. Transform webinars into multiple content formats optimized for each channel. Output Format Webinar To Content Multiplier Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices ...
|
48 |
| 23420 | learning-objectives | panaversity/agentfactory |
Learning Objectives Skill Purpose Enable educators to create measurable, actionable learning objectives aligned with Bloom's taxonomy and CEFR proficiency levels. This skill helps: Define what students will achieve (not just what topics they'll cover) Ensure objectives are specific and testable (not vague) Identify prerequisites and scaffold learning progressively Plan appropriate assessment methods Sequence learning from basic recall to creative synthesis Map to international proficiency standa...
|
48 |
| 23421 | developing-in-lightdash | lightdash/lightdash |
Developing in Lightdash Build and deploy Lightdash analytics projects. This skill covers the semantic layer (metrics, dimensions, joins) and content (charts, dashboards). What You Can Do Task Commands References Explore data warehouse lightdash sql to execute raw sql, read .csv results CLI Reference Define metrics & dimensions Edit dbt YAML or Lightdash YAML Metrics , Dimensions Create charts lightdash download , edit YAML, lightdash upload Chart Types Build dashboards lightdash download , edit ...
|
48 |
| 23422 | apollo-outreach | openclaudia/openclaudia-skills |
Apollo.io B2B Lead Research Skill You are a B2B sales intelligence expert. Use the Apollo.io API to find prospects, enrich company data, and build targeted lead lists for outreach campaigns. Prerequisites This skill requires APOLLO_API_KEY . Check for it in environment variables or ~/.claude/.env.global . If not found, inform the user: This skill requires an Apollo.io API key. Set it via: export APOLLO_API_KEY=your_key_here Or add it to ~/.claude/.env.global Get your API key at: https://app.apol...
|
48 |
| 23423 | generate-frontend-forms | getsentry/sentry |
Form System Guide This skill provides patterns for building forms using Sentry's new form system built on TanStack React Form and Zod validation. Core Principle Always use the new form system ( useScrapsForm , AutoSaveField ) for new forms. Never create new forms with the legacy JsonForm or Reflux-based systems. All forms should be schema based. DO NOT create a form without schema validation. Imports All form components are exported from @sentry/scraps/form : import { z } from 'zod' ; import { A...
|
48 |
| 23424 | web-quality-audit | tech-leads-club/agent-skills |
Web quality audit Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks. How it works Analyze the provided code/project for quality issues Categorize findings by severity (Critical, High, Medium, Low) Provide specific, actionable recommendations Include code examples for fixes Audit categories Performance (40% of typical issues) Core Web Vitals — Must pass for good page experience: LCP (Largest Contentful...
|
48 |
| 23425 | gdb | mohitmishra786/low-level-dev-skills |
GDB Purpose Walk agents through GDB sessions from first launch to advanced workflows: crash diagnosis, reverse debugging, remote debugging, and multi-thread inspection. Triggers "My program segfaults / crashes — how do I debug it?" "How do I set a breakpoint on condition X?" "How do I inspect memory / variables in GDB?" "How do I debug a remote embedded target?" "GDB shows ?? frames / no source" "How do I replay a bug deterministically?" (record/replay) Workflow 1. Prerequisite: compile with deb...
|
48 |
| 23426 | marketing-demand-acquisition | borghei/claude-skills |
No SKILL.md available for this skill. View on GitHub Installs 652 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
|
48 |
| 23427 | interview-system-designer | borghei/claude-skills |
Interview System Designer Comprehensive interview system design, competency assessment, and hiring process optimization. Table of Contents Quick Start Tools Overview Interview Loop Designer Question Bank Generator Hiring Calibrator Interview System Workflows Role-Specific Loop Design Competency Matrix Development Question Bank Creation Bias Mitigation Framework Hiring Bar Calibration Competency Frameworks Scoring & Calibration Reference Documentation Industry Standards Quick Start Design a comp...
|
48 |
| 23428 | magicblock | sendaifun/skills |
MagicBlock Ephemeral Rollups Guide A comprehensive guide for building high-performance Solana applications with MagicBlock Ephemeral Rollups - enabling sub-10ms latency and gasless transactions. Overview MagicBlock Ephemeral Rollups (ER) are specialized SVM runtimes that enhance Solana with: Sub-10ms latency (vs ~400ms on base Solana) Gasless transactions for seamless UX Full composability with existing Solana programs Horizontal scaling via on-demand rollups Architecture ┌──────────────────────...
|
48 |
| 23429 | creative-copywriting | rfxlamia/claude-skillkit |
Creative Copywriting (2025) Transform words into scroll-stopping, swipe-inducing, click-compelling content using psychology-backed copywriting techniques. What This Skill Solves The Attention Economy Problem: Average attention span: 8 seconds (less than a goldfish) 47% scroll past content without engaging Visual hooks now outperform verbal hooks (2025 shift) Storytelling builds 22x more memorable content than facts alone This skill provides: Hook formulas - First 3 seconds that stop the scroll P...
|
48 |
| 23430 | skill-validator | panaversity/agentfactory |
Skill Validator Purpose and Intent The skill-validator is the primary quality control tool for this repository. It ensures that every AI Agent Skill is "machine-consumable" by validating it against the agentskills.io standard and the repository's AGENTS.md rules. When to Use During Development : Run this skill every time you create or modify a skill. CI/CD Integration : Automatically block Pull Requests that contain non-compliant skill definitions. Repository Audits : Periodically scan the entir...
|
48 |
| 23431 | techdebt | datadog/dd-trace-java |
Techdebt Cleanup Skill Analyze changes on the current branch to identify and fix technical debt, code duplication, and unnecessary complexity. Instructions Step 1: Get Branch Changes Find the merge-base (where this branch diverged from master) and compare against it: Find upstream (DataDog org repo) UPSTREAM = $( git remote -v | grep -E 'DataDog/[^/]+(.git)?\s' | head -1 | awk '{print $1}' ) if [ -z " $UPSTREAM " ] ; then echo "No DataDog upstream found, using origin" UPSTREAM = "origin" fi Fi...
|
47 |
| 23432 | github-multi-repo | proffesor-for-testing/agentic-qe |
GitHub Multi-Repository Coordination Skill Overview Advanced multi-repository coordination system that combines swarm intelligence, package synchronization, and repository architecture optimization. This skill enables organization-wide automation, cross-project collaboration, and scalable repository management. Core Capabilities 🔄 Multi-Repository Swarm Coordination Cross-repository AI swarm orchestration for distributed development workflows. 📦 Package Synchronization Intelligent dependency res...
|
47 |
| 23433 | player-comparison-tool | onewave-ai/claude-skills |
Player Comparison Tool Side-by-side stat comparisons with context. Adjust for era, pace of play, league differences. Advanced metrics explained in plain English. Instructions You are an expert sports statistician. Compare players across eras and contexts, explain advanced metrics clearly, and provide nuanced conclusions. Output Format Player Comparison Tool Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Prac...
|
47 |
| 23434 | godot-genre-horror | thedivergentai/gd-agentic-skills |
Genre: Horror Expert blueprint for horror games balancing tension, atmosphere, and player agency. NEVER Do NEVER maintain constant tension — Players get numb. Enforce "Relief" periods (safe rooms, calm music) between scares for sawtooth pacing. NEVER make AI instantly detect player — Instant detection feels unfair. Give AI 1-3s reaction time or "suspicion meter" before full aggro. NEVER make environments too dark — Darkness should obscure details , not navigation . Use rim lighting or weak flash...
|
47 |
| 23435 | churn predictor | eddiebe147/claude-settings |
Churn Predictor Expert churn prediction system that identifies at-risk customers before they leave using behavioral signals, engagement patterns, and predictive analytics. This skill provides structured workflows for building churn models, monitoring risk signals, and executing retention interventions. Churn is the silent killer of growth. By the time a customer announces they're leaving, it's often too late. This skill helps you identify churn risk early when intervention can still make a diffe...
|
47 |
| 23436 | read-unmodified-c-module | redisearch/redisearch |
No SKILL.md available for this skill. View on GitHub
|
47 |
| 23437 | frontend-reviewer | olehsvyrydov/ai-development-team |
Frontend Code Reviewer Trigger Use this skill when: Reviewing React/TypeScript frontend code Checking code quality and style compliance Identifying code smells and anti-patterns Verifying accessibility compliance Ensuring test coverage and quality Validating component design patterns Running or configuring linting tools Context You are a Senior Frontend Code Reviewer with 12+ years of JavaScript/TypeScript experience and deep expertise in React ecosystem. You have configured and maintained co...
|
47 |
| 23438 | deep-research | feiskyer/codex-settings |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
47 |
| 23439 | configure-feature-flags | laurigates/claude-plugins |
/configure:feature-flags Check and configure feature flag infrastructure using the OpenFeature standard with pluggable providers. When to Use This Skill Use this skill when... Use another approach when... Adding feature flag infrastructure to a new project Creating or editing individual flag definitions in YAML Setting up OpenFeature SDK with a provider (GOFF, flagd, LaunchDarkly) Debugging why a specific flag evaluation returns unexpected values Auditing existing feature flag configuration for ...
|
47 |
| 23440 | performance-expert | personamanagmentlayer/pcl |
Performance Expert Skill Expert in performance optimization for React, Next.js, NestJS applications, MongoDB, and AWS infrastructure. When to Use This Skill Optimizing React components or Next.js pages Improving API response times Optimizing database queries Analyzing bundle sizes Implementing caching strategies Optimizing images or assets Configuring CDN or caching Reviewing Core Web Vitals Project Context Discovery Check .agent/SYSTEM/ARCHITECTURE.md for performance architecture Identify per...
|
47 |
| 23441 | moai-workflow-thinking | modu-ai/moai-adk |
Sequential Thinking & UltraThink Structured reasoning system for complex problem analysis and decision-making. Activation Triggers Use Sequential Thinking MCP when: Breaking down complex problems into steps Planning and design with room for revision Architecture decisions affect 3+ files Technology selection between multiple options Performance vs maintainability trade-offs Breaking changes under consideration Multiple approaches exist to solve the same problem Repetitive errors occur Tool P...
|
47 |
| 23442 | not-ai-writer | dimitrigilbert/ai-skills |
Not AI Writer Expert guidance for creating authentic, human-sounding content that avoids common AI-generated writing patterns. This skill helps you identify and eliminate AI markers in vocabulary, structure, tone, and formatting. When to use this skill: Reviewing content for AI-generated patterns Editing text to sound more authentically human Creating content from scratch with a natural, human voice Troubleshooting content flagged as AI-generated Polishing AI-assisted drafts to sound genuinely h...
|
47 |
| 23443 | altinity-expert-clickhouse-logs | altinity/skills |
Analyze system log table health: TTL configuration, disk usage, freshness, and cleanup. Diagnostics Run all queries from the file checks.sql and analyze the results. TTL Recommendations | query_log | 7-30 days | Balance debugging vs disk | query_thread_log | Disable or 3 days | Very verbose | part_log | 14-30 days | Important for RCA | trace_log | 3-7 days | Large, mostly for debugging | text_log | 7-14 days | Important for debugging | metric_log | 7-14 days | Useful ...
|
47 |
| 23444 | requirements | blogic-cz/blogic-marketplace |
Requirements Gathering This skill covers a structured 5-phase requirements gathering workflow for new features. It guides you through initial setup and codebase analysis, context discovery questions, autonomous context gathering, expert requirements questions, and final requirements documentation — producing a comprehensive spec ready for implementation. Start Workflow Begin gathering requirements for a new feature using this structured 5-phase process. Phase 1: Initial Setup & Codebase Analysis...
|
47 |
| 23445 | pdca | popup-studio-ai/bkit-claude-code |
PDCA Skill Unified Skill for managing PDCA cycle. Supports the entire Plan → Design → Do → Check → Act flow. Arguments Argument Description Example plan [feature] Create Plan document /pdca plan user-auth design [feature] Create Design document /pdca design user-auth do [feature] Do phase guide (start implementation) /pdca do user-auth analyze [feature] Run Gap analysis (Check phase) /pdca analyze user-auth iterate [feature] Auto improvement iteration (Act phase) /pdca iterate user-auth report [...
|
47 |
| 23446 | echarts | eng0ai/eng0-template-skills |
ECharts Use this skill to build, audit, or fix Apache ECharts charts without turning the task into an option-reference lookup. Match the project's existing setup first; only introduce wrappers or new dependencies when the project has none. Decision Tree User task -> Does the project already use ECharts? - Yes -> Find existing chart components/helpers, reuse their init, theme, and resize patterns. Match import style (full vs echarts/core). - No -> Pick integration by framework: - React -> echarts...
|
47 |
| 23447 | frontend-design | b-open-io/prompts |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
47 |
| 23448 | godot-server-architecture | thedivergentai/gd-agentic-skills |
Server Architecture RID-based server API, direct rendering/physics access, and object pooling define maximum-performance patterns. Available Scripts headless_manager.gd Manager for dedicated server lifecycle, argument parsing, and headless mode optimization. rid_performance_server.gd Expert server wrapper with RID lifecycle management and batch operations. NEVER Do in Server Architecture NEVER forget to free RIDs — RenderingServer.canvas_item_create() without free? Memory leak (GC doesn't track ...
|
47 |
| 23449 | component-flattening-analysis | tech-leads-club/agent-skills |
Component Flattening Analysis This skill identifies component hierarchy issues and ensures components exist only as leaf nodes in directory/namespace structures, removing orphaned classes from root namespaces. How to Use Quick Start Request analysis of your codebase: "Find orphaned classes in root namespaces" "Flatten component hierarchies" "Identify components that need flattening" "Analyze component structure for hierarchy issues" Usage Examples Example 1: Find Orphaned Classes User: "Find orp...
|
47 |
| 23450 | axiom-timer-patterns-ref | charleswiltgen/axiom |
Timer Patterns Reference Complete API reference for iOS timer mechanisms. For decision trees and crash prevention, see axiom-timer-patterns . Part 1: Timer API Timer.scheduledTimer (Block-Based) // Most common — block-based, auto-added to current RunLoop let timer = Timer . scheduledTimer ( withTimeInterval : 1.0 , repeats : true ) { [ weak self ] _ in self ? . updateProgress ( ) } Key detail : Added to .default RunLoop mode. Stops during scrolling. See Part 1 RunLoop modes table below. Timer.sc...
|
47 |