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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4901 prompt-engineer davila7/claude-code-templates
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
805
4902 app-store-changelog dimillian/skills
App Store Changelog Overview Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes. Workflow 1) Collect changes Run scripts/collect_release_changes.sh from the repo root to gather commits and touched files. If needed, pass a specific tag or ref: scripts/collect_release_changes.sh v1.2.3 HEAD. If no tags exist, the script falls back to full history. 2) Triage for user impact Scan commits and files to identi...
804
4903 fastapi-async-patterns thebushidocollective/han
FastAPI Async Patterns Master async patterns in FastAPI for building high-performance, concurrent APIs with optimal resource usage. Basic Async Route Handlers Understanding async vs sync endpoints in FastAPI. from fastapi import FastAPI import time import asyncio app = FastAPI() Sync endpoint (blocks the event loop) @app.get('/sync') def sync_endpoint(): time.sleep(1) Blocks the entire server return {'message': 'Completed after 1 second'} Async endpoint (non-blocking) @app.get...
804
4904 blender-mcp vladmdgolam/agent-skills
Blender MCP Tool Selection Use structured MCP tools ( get_scene_info , screenshot ) for quick inspection. Use execute_python for anything non-trivial: hierarchy traversal, material extraction, animation baking, bulk operations. It gives full bpy API access and avoids tool schema limitations. Use headless CLI for GLTF exports — the MCP server times out on export operations. Health Check (Always First) get_scene_info — verify connection (default port 9876) execute_python with print("ok") — verify ...
804
4905 istock-downloader serpdownloaders/skills
iStock Downloader — Coming Soon (Browser Extension) Download licensed iStock photos, vectors, illustrations, video clips, and audio files directly from your browser. This extension is currently in development and has not been released yet. iStock Downloader is an upcoming browser extension designed to streamline the process of saving purchased and licensed assets from iStock by Getty Images. Instead of navigating through multiple download dialogs and managing individual file fetches across sessi...
804
4906 stripe-projects stripe/ai
Stripe Projects is a CLI for provisioning software stacks. Docs are here: https://docs.stripe.com/projects.md Download the Projects CLI and run stripe projects init to get started. You get access to more skills when you do that. To install the Stripe CLI and Projects plugin, Homebrew users can run brew install stripe/stripe-cli/stripe && stripe plugin install projects . For other installation options, see https://docs.stripe.com/stripe-cli/install.md . After stripe projects init , prefer the loc...
804
4907 go-code-review cxuu/golang-skills
Go Code Review Checklist Review Procedure Use assets/review-template.md when formatting the output of a code review to ensure consistent structure with Must Fix / Should Fix / Nits severity grouping. Run gofmt -d . and go vet ./... to catch mechanical issues first Read the diff file-by-file; for each file, check the categories below in order Flag issues with specific line references and the rule name After reviewing all files, re-read flagged items to verify they're genuine issues Summarize find...
804
4908 sf-datacloud-segment jaganpro/sf-skills
sf-datacloud-segment: Data Cloud Segment Phase Use this skill when the user needs audience and insight work : segments, calculated insights, publish workflows, member counts, or troubleshooting Data Cloud segment SQL. When This Skill Owns the Task Use sf-datacloud-segment when the work involves: sf data360 segment * sf data360 calculated-insight * segment publish workflows member counts and segment troubleshooting calculated insight execution and verification Delegate elsewhere when the user is:...
804
4909 product-manager aj-geddes/claude-code-bmad-skills
Product Manager Skill Role: Phase 2 - Planning and requirements specialist Function: Create comprehensive requirements documents (PRDs), define functional and non-functional requirements, prioritize features, break down work into epics and user stories, and create lightweight technical specifications for smaller projects. When to Use This Skill Use this skill when you need to: Create Product Requirements Documents (PRDs) for Level 2+ projects Create Technical Specifications for Level 0-1 pr...
804
4910 ralph-tui-create-beads subsy/ralph-tui
Ralph TUI - Create Beads Converts PRDs to beads (epic + child tasks) for ralph-tui autonomous execution. Note: This skill is bundled with ralph-tui's Beads tracker plugin. Future tracker plugins (Linear, GitHub Issues, etc.) will bundle their own task creation skills. The Job Take a PRD (markdown file or text) and create beads in .beads/beads.jsonl: Extract Quality Gates from the PRD's "Quality Gates" section Create an epic bead for the feature Create child beads for each user story (with q...
803
4911 golang-spf13-viper samber/cc-skills-golang
Persona: You are a Go engineer who treats configuration as a layered system. Flag beats env beats file beats default — and you bind every key so all four layers stay reachable through one API. Using spf13/viper for layered configuration in Go Viper resolves configuration values from multiple sources in a fixed precedence order. It has no user-facing surface — it doesn't define commands or flags. Its job is to answer "what is the value of key X right now?" by walking its source layers from highes...
803
4912 linkedin-downloader serpdownloaders/skills
LinkedIn Downloader (Browser Extension) Download LinkedIn videos, images, and post text from feed pages and post pages in one browser workflow. LinkedIn Downloader is a browser extension built for professionals, researchers, marketers, and content teams who want to save LinkedIn content for offline reference. It scans the posts visible on the current page, detects downloadable media, and lets you save videos, images, and post text in organized folders without relying on copy-paste or generic pag...
803
4913 internet-archive-downloader serpdownloaders/skills
Internet Archive Downloader — Coming Soon (Browser Extension) Download books, movies, music, software, and archived web pages from the Internet Archive directly through your browser. This extension is currently in development and has not been released yet. Internet Archive Downloader is an upcoming browser extension designed to streamline how users retrieve media from archive.org. Rather than navigating multiple pages and dealing with inconsistent download buttons across different collection typ...
803
4914 khan-academy-downloader serpdownloaders/skills
Khan Academy Downloader — Coming Soon (Browser Extension) Download Khan Academy video lessons as MP4 files for offline study, directly from your browser. This extension is currently in development and has not been released yet. Khan Academy Downloader is an upcoming browser extension designed to let learners save video lessons from Khan Academy's website without relying on third-party desktop applications or command-line utilities. It is being engineered around Khan Academy's in-browser video pl...
803
4915 txxx-downloader serpdownloaders/skills
TXXX Downloader (Browser Extension) Download TXXX videos as MP4 files directly from supported watch pages. TXXX Downloader is a browser extension built for users who want a straightforward way to save TXXX videos for offline viewing. It detects supported video streams from the active page, lets you choose from the qualities exposed by the player, and exports the final video as MP4 without requiring command-line tools or separate desktop software. Save supported TXXX videos from the browser Detec...
803
4916 mantine-custom-components mantinedev/skills
Mantine Custom Components Skill Component template import { Box , BoxProps , createVarsResolver , ElementProps , factory , Factory , getRadius , MantineRadius , StylesApiProps , useProps , useStyles , } from '@mantine/core' ; import classes from './MyComponent.module.css' ; export type MyComponentStylesNames = 'root' | 'inner' ; export type MyComponentVariant = 'filled' | 'outline' ; export type MyComponentCssVariables = { root : '--my-radius' } ; export interface MyComponentProps extends BoxPro...
803
4917 skill-vetter app-incubator-xyz/skill-vetter
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
803
4918 pornhub-video-downloader serpdownloaders/skills
Pornhub Downloader (Browser Extension) Download supported Pornhub videos as MP4 files directly from active video pages. Pornhub Downloader is a browser extension built for users who want a cleaner way to save supported Pornhub videos for offline viewing. It detects the active media source from the watch page, shows available quality options when present, and exports the final result as MP4 without forcing you into manual stream extraction or low-quality recording workarounds. Save supported Porn...
802
4919 nextflow-development anthropics/knowledge-work-plugins
nf-core Pipeline Deployment Run nf-core bioinformatics pipelines on local or public sequencing data. Target users: Bench scientists and researchers without specialized bioinformatics training who need to run large-scale omics analyses—differential expression, variant calling, or chromatin accessibility analysis. Workflow Checklist - [ ] Step 0: Acquire data (if from GEO/SRA) - [ ] Step 1: Environment check (MUST pass) - [ ] Step 2: Select pipeline (confirm with user) - [ ] Step 3: Run test profi...
802
4920 pixijs-blend-modes pixijs/pixijs-skills
Set container.blendMode to composite display objects with GPU blend equations (standard modes) or filter-based advanced modes. Blend-mode transitions break render batches, so group like-mode siblings together. Quick Start const light = new Sprite ( await Assets . load ( "light.png" ) ) ; light . blendMode = "add" ; app . stage . addChild ( light ) ; const shadow = new Sprite ( await Assets . load ( "shadow.png" ) ) ; shadow . blendMode = "multiply" ; app . stage . addChild ( shadow ) ; import "p...
802
4921 beachhead-segment phuryn/pm-skills
Beachhead Segment Overview Identify the first beachhead market segment for product launch. This skill evaluates potential market segments against key criteria to find your initial winning segment that enables fast PMF validation and adjacent expansion. When to Use Choosing a first market for your product Targeting an initial customer segment Planning initial market entry strategy Deciding where to focus limited resources Validating GTM assumptions with early adopters Key Evaluation Criteria 1. B...
802
4922 knowledge-site-creator joeseesun/knowledge-site-creator
Knowledge Site Creator - 通用知识学习网站生成器 AI理解主题,自动创作内容,生成网站,一键部署。 核心理念 设计系统优先 : 复用设计语言(极简主义、配色、布局、交互模式) 不复用具体页面代码 AI根据主题重新创作所有内容 通用学习模式 (核心功能): 闪卡(Flashcard) - 快速记忆 学习(Learn) - 渐进式学习 测试(Quiz) - 知识检验 索引(Index) - 快速查找 进度(Progress) - 学习追踪 零模板依赖 : 不再 cp -r 复制模板 AI参考设计系统,生成新页面 所有文案、统计、介绍都由AI创作 触发方式 "生成一个XXX学习网站" "创建XXX知识网站" "做个XXX学习工坊" 示例: "生成一个进化心理学概念学习网站" "创建量子力学基础概念网站" "做个中医经络穴位学习工坊" 工作流程 用户视角(一句话) 用户:"生成一个进化心理学学习网站" AI自动执行: ✓ 分析"进化心理学"特点和价值 ✓ 生成30个核心概念数据 ✓ 创作首页文案、统计、介绍 ✓ 参考设计系统生成页面 ✓ 部署到 Vercel ✓ 返回:...
802
4923 python-patterns sickn33/antigravity-awesome-skills
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
802
4924 sf-datacloud-harmonize jaganpro/sf-skills
sf-datacloud-harmonize: Data Cloud Harmonize Phase Use this skill when the user needs schema harmonization and unification work : DMOs, field mappings, relationships, identity resolution, unified profiles, data graphs, or universal ID lookup. When This Skill Owns the Task Use sf-datacloud-harmonize when the work involves: sf data360 dmo * sf data360 identity-resolution * sf data360 data-graph * sf data360 profile * sf data360 universal-id lookup Delegate elsewhere when the user is: still ingesti...
802
4925 sf-datacloud-act jaganpro/sf-skills
sf-datacloud-act: Data Cloud Act Phase Use this skill when the user needs downstream delivery work : activations, activation targets, data actions, or pushing Data Cloud outputs into other systems. When This Skill Owns the Task Use sf-datacloud-act when the work involves: sf data360 activation * sf data360 activation-target * sf data360 data-action * sf data360 data-action-target * verifying downstream delivery setup Delegate elsewhere when the user is: still building the audience or insight → s...
802
4926 prisma-orm-v7-skills gocallum/nextjs16-agent-skills
Links Upgrade guide (v7): https://www.prisma.io/docs/orm/more/upgrade-guides/upgrading-versions/upgrading-to-prisma-7 Prisma Config reference: https://www.prisma.io/docs/orm/reference/prisma-config-reference Prisma Client Extensions: https://www.prisma.io/docs/orm/prisma-client/client-extensions Prisma 7 migration prompt (AI agents): https://www.prisma.io/docs/ai/prompts/prisma-7 Upgrade Upgrade packages pnpm add @prisma/client@7 pnpm add -D prisma@7 Breaking Changes (v7) Minimum versions Node...
802
4927 onboard-context-matic github/awesome-copilot
Onboarding: ContextMatic MCP This skill delivers a guided, interactive tour of the context-matic MCP server. Follow every phase in order. Stop after each interaction point and wait for the user's reply before continuing. Agent conduct rules — follow throughout the entire skill: Never narrate the skill structure. Do not say phase names, step numbers, or anything that sounds like you are reading instructions (e.g., "In Phase 1 I will…", "Step 1a:", "As per the skill…"). Deliver the tour as a natur...
801
4928 sprint-plan phuryn/pm-skills
Sprint Planning Plan a sprint by estimating team capacity, selecting and sequencing stories, and identifying risks. Context You are helping plan a sprint for $ARGUMENTS . If the user provides files (backlogs, velocity data, team rosters, or previous sprint reports), read them first. Instructions Estimate team capacity : Number of team members and their availability (PTO, meetings, on-call) Historical velocity (average story points per sprint from last 3 sprints) Capacity buffer: reserve 15-20% f...
801
4929 identify-assumptions-existing phuryn/pm-skills
Identify Assumptions (Existing Product) Devil's advocate analysis to surface risky assumptions across four risk areas. Context You are stress-testing a feature idea for $ARGUMENTS . If the user provides files (designs, PRDs, research), read them first. Instructions The user will describe their product, objective, market segment, and feature idea. Work through these steps: Think from three perspectives about why this feature might fail: Product Manager perspective : Business viability, market fit...
801
4930 cloud-storage-web tencentcloudbase/skills
Cloud Storage Web SDK Use this skill when building web applications that need to upload, download, or manage files using CloudBase cloud storage via the @cloudbase/js-sdk (Web SDK). When to use this skill Use this skill for file storage operations in web applications when you need to: Upload files from web browsers to CloudBase cloud storage Generate temporary download URLs for stored files Delete files from cloud storage Download files from cloud storage to local browser Do NOT use for: Mini-pr...
800
4931 xlovecam-downloader serpdownloaders/skills
XLoveCam Downloader (Browser Extension) Record XLoveCam streams and download saved videos as MP4 files for offline viewing. XLoveCam Downloader is a browser extension built for users who want a cleaner way to keep XLoveCam broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active XLoveCam streams while they are...
800
4932 udemy-video-downloader serpdownloaders/skills
Udemy Video Downloader — Save Course Lectures Offline, Any Quality Video Downloader for Udemy is a browser extension that saves Udemy course videos to your computer. Navigate to any lecture in a course you are enrolled in, click the download button on the player, and the video saves as MP4. Bulk download entire courses with per-lecture selection. Quality up to 4K. 3 free downloads included. Product page: https://serp.ly/udemy-video-downloader Help center: https://help.serp.co/en/ Latest release:...
800
4933 upornia-downloader serpdownloaders/skills
Upornia Downloader (Browser Extension) Download supported Upornia videos as MP4 files from the browser with direct quality selection. Upornia Downloader is a browser extension for users who want a cleaner way to save supported Upornia videos without relying on generic downloader sites or manual stream extraction. It detects supported video pages in the browser, exposes the available qualities, and exports finished downloads as MP4 for easier playback later. Download supported Upornia videos dire...
800
4934 presentation-creator getsentry/skills
Sentry Presentation Builder Create interactive, data-driven presentation slides using React + Vite + Recharts, styled with the Sentry design system and built as a single distributable HTML file. Step 1: Gather Requirements Ask the user: What is the presentation topic? How many slides (typically 5-8)? What data/charts are needed? (time series, comparisons, diagrams, zone charts) What is the narrative arc? (problem → solution, before → after, technical deep-dive) Data Assessment (CRITICAL) Before ...
800
4935 reference-design diodeinc/pcb
Component Package Design Grow component packages beyond a generated wrapper when the part benefits from reusable surrounding circuitry. A good component package captures the support circuitry, default mode, key equations, layout-sensitive notes, and evidence needed to use the part confidently. Hard Rules Reuse before create. Search existing registry/workspace packages first. Do not create a separate reference/ package. This work belongs in the relevant components/... package. The .kicad_sym file...
799
4936 lh-notice-search nomadamas/k-skill
LH 청약 공고문 조회 What this skill does 한국토지주택공사(LH)가 apply.lh.or.kr 로 공고하는 임대주택·분양주택·주거복지(신혼희망타운 등)·토지·상가 공고 를 공공데이터포털( data.go.kr )의 공식 LH 공고 Open API로 조회한다. 요청은 k-skill-proxy 의 /v1/lh-notice/* 라우트로 보내고, 결과는 공고 목록·공고 상세(주택형별 공급 정보)로 정리한다. 본 스킬은 사회초년생, 청년, 신혼부부처럼 LH 공고 존재 자체를 모르는 사용자 가 공고 마감 전에 공고문을 빠르게 찾을 수 있도록 돕는다. When to use "LH 영구임대 공고 지금 뭐 올라와 있어?" "신혼희망타운 공고 요즘 나온 거 정리해줘" "부산광역시 LH 임대주택 공고중인 것 보여줘" "전세임대 공고 중 마감 임박한 거 찾아줘" "공고번호 2015122300019828 상세 정보 보여줘" "행복주택 청년 모집 공고 요약해줘" When not to use ...
799
4937 adobe-stock-downloader serpdownloaders/skills
Adobe Stock Downloader — Coming Soon (Browser Extension) Save your licensed Adobe Stock photos, vectors, videos, and templates directly from the browser with a single click. This extension is currently in development and has not been released yet. Adobe Stock Downloader is an upcoming browser extension designed to streamline how users retrieve their licensed assets from Adobe Stock. Instead of navigating through multiple Creative Cloud menus and download dialogs, this extension will detect licen...
799
4938 alpha-porno-downloader serpdownloaders/skills
AlphaPorno Downloader (Browser Extension) Browser extension that detects and saves videos from AlphaPorno as standard MP4 files — with an in-page download button right on the video player, no extra software required. SERP AlphaPorno Downloader is a browser extension built specifically for saving videos from AlphaPorno as standard MP4 files. Save videos from AlphaPorno for offline viewing with a single click directly on the player Choose your preferred quality (360p up to 1080p) and download as ...
799
4939 yespornplease-downloader serpdownloaders/skills
YesPornPlease Downloader (Browser Extension) Download YesPornPlease videos as MP4 files from supported pages without leaving the browser. YesPornPlease Downloader is a browser extension built for a site that often aggregates videos from multiple playback sources. Instead of relying on one static download method, it detects supported streams from the active page, helps you choose the available quality, and saves the finished result as MP4 for offline playback. Save supported YesPornPlease videos ...
799
4940 jwt-security mindrally/skills
JWT Security You are an expert in JSON Web Token (JWT) security implementation. Follow these guidelines when working with JWTs for authentication and authorization. Core Principles JWTs are not inherently secure - security depends on implementation Always validate tokens server-side, even for internal services Use asymmetric signing (RS256, ES256) when possible Keep tokens short-lived and implement proper refresh mechanisms Never store sensitive data in JWT payloads Token Structure A JWT cons...
799
4941 ui-ux-pro-max pixel-process-ug/superkit-agents
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
798
4942 rhwp-advanced nomadamas/k-skill
rhwp-advanced What this skill does 업스트림 rhwp CLI (Rust 네이티브 바이너리)를 써서 HWP 파일의 레이아웃 디버깅·IR 구조 검사·버전 비교·썸네일 추출·배포용 문서 잠금 해제 를 수행한다. k-skill-rhwp (Node 편집 CLI)가 다루지 못하는 구조 분석·렌더 문제 진단용이다. 이 스킬은 편집을 하지 않는다 . 편집은 rhwp-edit 스킬, 문서 → Markdown/JSON 변환은 hwp 스킬(kordoc) 을 쓴다. When to use "표/셀이 이상하게 잘려. 어디서 깨지는지 IR 덤프를 보고 싶어" "두 HWP 파일 구조 차이를 줄 단위로 보고 싶어" "SVG 렌더가 이상해. 문단/표 경계선을 시각적으로 확인하고 싶어" "페이지가 몇 개이고 어느 문단이 몇 페이지에 걸쳐 있는지 보고 싶어" "배포용(읽기전용) HWP 파일 잠금을 풀고 싶어" "HWP 파일에서 PrvImage 썸네일을 꺼내고 싶어" When not to us...
798
4943 m3u8-downloader serpdownloaders/skills
M3U8 Downloader (Browser Extension) Detect and download HLS/M3U8 streams from supported websites and save them as MP4 files. M3U8 Downloader is a browser extension built for users who need a site-agnostic HLS workflow instead of a single-site downloader. It monitors supported media requests in your browser, detects M3U8/HLS streams and related video sources, and helps you export them into standard MP4 files without relying on command-line tools. Detect HLS/M3U8 streams from supported sites Save ...
798
4944 xvideos-video-downloader serpdownloaders/skills
XVideos Downloader (Browser Extension) Download supported XVideos videos as MP4 files directly from active watch pages. XVideos Downloader is a browser extension built for users who want a cleaner way to save supported XVideos videos for offline viewing. It detects the active media source from the page, surfaces available quality options when present, and exports the final result as MP4 without forcing you to inspect player code or use separate extraction tools. Save supported XVideos videos fro...
798
4945 xhamsterlive-downloader serpdownloaders/skills
XHamsterLive Downloader (Browser Extension) Record XHamsterLive streams and download saved videos as MP4 files for offline viewing. XHamsterLive Downloader is a browser extension built for users who want a cleaner way to keep XHamsterLive broadcasts and saved videos available outside the site. It detects supported video streams directly in the browser, lets you choose from available qualities, and saves finished captures as MP4 files that are easier to replay later. Record active XHamsterLive st...
798
4946 remind-me sundial-org/awesome-openclaw-skills
Remind Me Natural language reminders that fire automatically. Uses cron for scheduling, markdown for logging. Usage One-Time Reminders Just ask naturally: "Remind me to pay for Gumroad later today" "Remind me to call mom tomorrow at 3pm" "Remind me in 2 hours to check the oven" "Remind me next Monday at 9am about the meeting" Recurring Reminders For repeating reminders: "Remind me every hour to stretch" "Remind me every day at 9am to check email" "Remind me every Monday at 2pm about the meeting"...
798
4947 mapbox-data-visualization-patterns mapbox/mapbox-agent-skills
Data Visualization Patterns Skill Comprehensive patterns for visualizing data on Mapbox maps. Covers choropleth maps, heat maps, 3D extrusions, data-driven styling, animated visualizations, and performance optimization for data-heavy applications. When to Use This Skill Use this skill when: Visualizing statistical data on maps (population, sales, demographics) Creating choropleth maps with color-coded regions Building heat maps or clustering for density visualization Adding 3D visualizations (bu...
798
4948 mantine-form mantinedev/skills
Mantine Form Skill Core Workflow 1. Set up the form const form = useForm ( { mode : 'controlled' , // or 'uncontrolled' for large forms initialValues : { email : '' , age : 0 , } , validate : { email : isEmail ( 'Invalid email' ) , age : isInRange ( { min : 18 } , 'Must be at least 18' ) , } , } ) ; 2. Wire inputs with getInputProps < TextInput { ... form . getInputProps ( 'email' ) } label = " Email " /> < NumberInput { ... form . getInputProps ( 'age' ) } label = " Age " /> For checkboxes pass...
798
4949 swift-architecture-skill efremidze/swift-architecture-skill
Swift Architecture Skill Overview Use this skill to pick the best Swift architecture playbook for SwiftUI/UIKit codebases and apply it to the user’s task. Workflow Step 1: Analyze the Request Context Before selecting an architecture, capture: task type (new feature, refactor, PR review, debugging) UI stack (SwiftUI, UIKit, or mixed) scope (single screen, multi-screen, app-wide) existing conventions to preserve Step 2: Select the Architecture If the user explicitly names an architecture, treat it...
798
4950 skill-forge sanyuan0704/code-review-expert
Skill Forge IRON LAW: Every line in a skill must justify its token cost. If it doesn't make the model's output better, more consistent, or more reliable — cut it. What is a Skill A skill is an "onboarding guide" for Claude — transforming it from a general-purpose agent into a specialized one with procedural knowledge, domain expertise, and bundled tools. skill-name/ ├── SKILL.md Required: workflow + instructions (<500 lines) ├── scripts/ Optional: deterministic, repeatable ...
798