74219 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

1k-i18n

Internationalization — translations (ETranslations, useIntl, formatMessage) and locale management. NEVER modify auto-generated translation files.

onekeyhq
onekeyhq
2,337498

1k-group-think

Spawns a team of 3 AI agents with different analytical perspectives to collaboratively analyze a problem, propose solutions, and debate trade-offs. Use when facing bugs, design decisions, architecture choices, or any task that benefits from multiple viewpoints. Agents discuss with each other, then present a comparison table for the user to decide. Triggers on "group think", "multi-agent", "team analysis", "3 agents", "collaborative analysis", "debate solutions".

onekeyhq
onekeyhq
2,337498

1k-git-workflow

Git workflow and conventions — branching, commit messages, and PR creation.

onekeyhq
onekeyhq
2,337498

1k-feature-guides

Feature development guides for OneKey. Use when adding new chains, socket events, notifications, pages, or routes. Covers blockchain integration, WebSocket subscriptions, push notifications, and navigation patterns.

onekeyhq
onekeyhq
2,337498

1k-error-handling

Error handling patterns — try/catch, async errors, error boundaries, useAsyncCall, and toast messages.

onekeyhq
onekeyhq
2,337498

1k-dev-commands

Development commands — yarn scripts for dev servers, building, linting, testing, and troubleshooting.

onekeyhq
onekeyhq
2,337498

1k-date-formatting

Date and time formatting — use OneKey dateUtils (formatDate/formatTime) instead of native JS date methods.

onekeyhq
onekeyhq
2,337498

1k-cross-platform

Cross-platform development patterns — platform-specific code (.native.ts/.web.ts/.desktop.ts/.ext.ts) and platformEnv usage.

onekeyhq
onekeyhq
2,337498

1k-create-pr

Creates a Pull Request from current changes for OneKey app-monorepo. Use when user wants to create PR, submit changes, or merge feature branch. Handles branch creation, commit, push, and PR creation with conversation context extraction for code review AI.

onekeyhq
onekeyhq
2,337498

1k-coding-patterns

Coding patterns and best practices — React components, promise handling, and TypeScript conventions.

onekeyhq
onekeyhq
2,337498

1k-code-review-pr

Comprehensive PR code review for OneKey monorepo. Use when reviewing PRs, code changes, or diffs — covers security (secrets/PII leakage, supply-chain, AuthN/AuthZ), code quality (hooks, race conditions, null safety, concurrent requests), and OneKey-specific patterns (Fabric crashes, MIUI, BigNumber). Triggers on "review PR", "review this PR", "code review", "check this diff", "审查 PR", "代码审查", "review #123". Always use this skill for any PR review task in this repo, even if the user doesn't explicitly mention "code review".

onekeyhq
onekeyhq
2,337498

1k-code-quality

Code quality standards — lint (eslint/oxlint), type check (tsc), pre-commit hooks, and comment conventions. All comments must be in English.

onekeyhq
onekeyhq
2,337498

react-native-best-practices

Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.

react-nativeexpoperformanceoptimization
Callstack
Callstack
2,337498

1k-ui-recipes

UI recipes for scroll offset (useScrollContentTabBarOffset), view transitions (startViewTransition), horizontal scroll in collapsible tab headers (CollapsibleTabContext), Android bottom tab touch interception workaround, keyboard avoidance for input fields, iOS overlay navigation freeze prevention (resetAboveMainRoute), web keyboardDismissMode cross-tab input blur prevention, and iOS modal Fabric frame animation fix (performWithoutAnimation for recycled views).

onekeyhq
onekeyhq
2,337498

1k-state-management

Jotai state management patterns — atoms, globalAtom, contextAtom, and persistence.

onekeyhq
onekeyhq
2,337498

1k-sentry

Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues. Covers platform-specific setup (desktop/mobile/web/extension) and error filtering strategies.

onekeyhq
onekeyhq
2,337498

1k-sentry-analysis

Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).

onekeyhq
onekeyhq
2,337498

1k-retrospective

>

onekeyhq
onekeyhq
2,337498

1k-pr-daily-report

Generate a 24-hour PR activity report grouped by module with Chinese summaries. Use when the user asks for PR statistics, daily report, PR summary, or mentions "PR 统计", "每日报告", "PR 汇总", "日报".

onekeyhq
onekeyhq
2,337498

1k-platform-requirements

Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).

onekeyhq
onekeyhq
2,337498

1k-analytics

Analytics event tracking for OneKey. Use when adding tracking events, logging to server, user behavior tracking, or business metrics. Covers the @LogToServer decorator pattern, logger scope/scene architecture, and common pitfalls. Triggers on "埋点", "统计", "打点", "数据追踪", "日志", "analytics", "tracking event", "Mixpanel", "LogToServer", "trackEvent", "defaultLogger".

onekeyhq
onekeyhq
2,337498

1k-app-upgrade-test

Create test versions to verify app auto-update functionality and version migration.

onekeyhq
onekeyhq
2,337498

1k-architecture

OneKey monorepo architecture, project structure, package relationships, and import hierarchy rules.

onekeyhq
onekeyhq
2,337498

1k-auditing-pre-release-security

Audits security and supply-chain risk between two git refs with Codex MCP cross-validation. 预发布安全审计(含 Codex 交叉验证)。Use when performing pre-release security audits, supply-chain reviews, or comparing two git refs for security regressions. Triggers on “预发布审计”, “security audit”, “release audit”, “安全预审”.

onekeyhq
onekeyhq
2,337498

1k-bundle-release

Release branch management — checkout from release, prepare builds, pre-release diff checks, security audits, publish tracking, and sync back to x. Use this skill when managing release branches, creating branches for bundle releases, running pre-release diff checks, auditing release security, finalizing releases, or syncing release changes to x. Triggers on "bundle release", "release diff", "release publish", "release sync", "release checkout", "release audit", "发布管理", "release 分支", "release management", "bundle-release", "bundle branch", "发布审计", "安全审计 release".

onekeyhq
onekeyhq
2,337498

1k-pkg-upgrade-review

Reviews package version upgrades — diffs source between versions, traces call sites, and generates compatibility reports.

onekeyhq
onekeyhq
2,337498

1k-performance

Performance optimization for React/React Native — re-renders, memoization, FlashList, memory leaks, and bundle size.

onekeyhq
onekeyhq
2,337498

1k-perf-optimizer

Systematic performance optimization and regression debugging for OneKey mobile app (iOS). Use when: (1) Fixing performance regressions - when metrics like tokensStartMs, tokensSpanMs, or functionCallCount have regressed and need to be brought back to normal levels, (2) Improving baseline performance - when there's a need to optimize cold start time or reduce function call overhead, (3) User requests performance optimization/improvement/debugging for the app's startup or home screen refresh flow.

onekeyhq
onekeyhq
2,337498

1k-patching-native-modules

Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.

onekeyhq
onekeyhq
2,337498

1k-new-skill

Creates a new Claude Code Skill following best practices. Use when the user wants to create a new skill, add a skill, or asks about writing skills for Claude Code. Fetches latest documentation before generating skill content. New skill. Create a skill.

onekeyhq
onekeyhq
2,337498

swiftui-expert-skill

Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, macOS-specific APIs, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.

AvdLee
AvdLee
2,306109

webnovel-dashboard

启动可视化小说管理面板(只读 Web Dashboard),实时查看项目状态、实体图谱与章节内容。

lingfengqaq
lingfengqaq
2,276445

webnovel-init

深度初始化网文项目。通过分阶段交互收集完整创作信息,生成可直接进入规划与写作的项目骨架与约束文件。

lingfengqaq
lingfengqaq
2,276445

webnovel-learn

从当前会话提取成功模式并写入 project_memory.json

lingfengqaq
lingfengqaq
2,276445

webnovel-plan

Builds volume and chapter outlines from the total outline, inherits creative constraints, and prepares writing-ready chapter plans. Use when the user asks for outlining or runs /webnovel-plan.

lingfengqaq
lingfengqaq
2,276445

webnovel-query

Queries project settings for characters, powers, factions, items, and foreshadowing. Supports urgency analysis and golden finger status. Activates when user asks about story elements or /webnovel-query.

lingfengqaq
lingfengqaq
2,276445

webnovel-resume

Recovers interrupted webnovel tasks with precise workflow state tracking. Detects interruption point and provides safe recovery options. Activates when user wants to resume or /webnovel-resume.

lingfengqaq
lingfengqaq
2,276445

webnovel-review

Reviews chapter quality with checker agents and generates reports. Use when the user asks for a chapter review or runs /webnovel-review.

lingfengqaq
lingfengqaq
2,276445

webnovel-write

Writes webnovel chapters (default 2000-2500 words). Use when the user asks to write a chapter or runs /webnovel-write. Runs context, drafting, review, polish, and data extraction.

lingfengqaq
lingfengqaq
2,276445

swiftui-performance-audit

Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.

steipete
steipete
2,271234

markdown-converter

Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.

steipete
steipete
2,271234

swift-concurrency-expert

Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.

steipete
steipete
2,271234

discord-clawd

Query Peter's local Discord archive in ~/.discrawl/discrawl.db when asked about Discord history, channel activity, top posters, message counts, summaries, or anything in synced Discord data. Use this skill for local search, SQL stats, channel/member lookups, and freshness checks before answering recent or latest Discord questions.

steipete
steipete
2,271234

swiftui-view-refactor

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

steipete
steipete
2,271234

instruments-profiling

Use when profiling native macOS or iOS apps with Instruments/xctrace. Covers correct binary selection, CLI arguments, exports, and common gotchas.

steipete
steipete
2,271234

swiftui-liquid-glass

Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

steipete
steipete
2,271234

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

steipete
steipete
2,271234

1password

Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op.

steipete
steipete
2,271234

openclaw-relay

Relay prompts or posts through OpenClaw sessions. One skill; two transports: direct local acpx or remote acpx over SSH.

steipete
steipete
2,271234

xurl

Use the official xurl CLI for the X API. Covers install, safe auth setup, app selection, common shortcuts, and raw endpoint access.

steipete
steipete
2,271234

Page 162 of 1485 · 74219 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.