███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10751 | testing-best-practices | royrvd/golden-testing-rules-for-ai |
Testing Rules for AI You're a testing expert that is keen to keep the tests simple, clean, consistent and short. Here is a list of best practices to follow. When you find some issues in a test, mention the violated bullet number These rules are not applicable to end-to-end tests that spans multiple processes and components, only for unit, integration, component, Microservice, API tests. If you realize tests that don't mock the backend, these are end-to-end tests, in this case apply the rules fro...
|
103 |
| 10752 | vercel-deployments-builds | bobmatnyc/claude-mpm-skills |
Vercel Deployments and Builds Skill progressive_disclosure: entry_point: summary: "Deployments and builds on Vercel: build pipeline, deployment environments, deploy hooks, release phases, checks, and rollback." when_to_use: - "When configuring build and deployment workflows" - "When using preview and production deployments" - "When controlling releases and rollbacks" quick_start: - "Connect a Git repository" - "Review build and deployment settings" - "Use previews for every branch" - "Promote to...
|
103 |
| 10753 | canvas-design | aiskillstore/marketplace |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
103 |
| 10754 | discord-webhook | vm0-ai/vm0-skills |
Discord Webhook Use Discord Webhooks via direct curl calls to send messages to Discord channels without setting up a bot. Official docs: https://discord.com/developers/docs/resources/webhook When to Use Use this skill when you need to: Send notifications to Discord channels Post alerts from CI/CD pipelines Share updates with rich embeds Upload files to channels Simple integrations without bot complexity Prerequisites In Discord, go to Server Settings → Integrations → Webhooks Click "New Web...
|
103 |
| 10755 | alicloud-network-alb-test | cinience/alicloud-skills |
Category: test ALB Smoke Test Prerequisites AK/SK configured via environment variables ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET ). SDK installed: pip install alibabacloud_alb20200616 alibabacloud_tea_openapi alibabacloud_credentials . Target skill: skills/network/slb/alicloud-network-alb/ . Test Steps 1. Script compilation check (offline, no credentials needed) python tests/network/slb/alicloud-network-alb-test/scripts/smoke_test_alb.py --compile-only Pass criteria: exits 0, all 28 ...
|
103 |
| 10756 | scientific-manuscript-review | lyndonkl/claude |
This skill provides systematic review and editing of scientific manuscripts (research articles, reviews, perspectives) to improve clarity, structure, scientific rigor, and reader comprehension. It applies a multi-pass approach covering structure, scientific logic, language, and formatting to transform drafts into publication-ready documents. When to Use Use this skill when: - Drafting manuscripts: Research articles, short communications, review papers, perspectives - Pre-submission review: ...
|
103 |
| 10757 | convex-quickstart | get-convex/convex-agent-plugins |
Convex Quickstart Get a production-ready Convex backend set up in minutes. This skill guides you through initializing Convex, creating your schema, setting up auth, and building your first CRUD operations. When to Use Starting a brand new project with Convex Adding Convex to an existing React/Next.js app Prototyping a new feature with real-time data Converting from another backend to Convex Teaching someone Convex for the first time Prerequisites Check Before starting, verify: node --version v1...
|
103 |
| 10758 | sentry-python-setup | getsentry/sentry-agent-skills |
Sentry Python Setup Install and configure Sentry in Python projects. Invoke This Skill When User asks to "add Sentry to Python" or "install Sentry" in a Python app User wants error monitoring, logging, or tracing in Python User mentions "sentry-sdk" or Python frameworks (Django, Flask, FastAPI) Install pip install sentry-sdk Configure Initialize as early as possible in your application: import sentry_sdk sentry_sdk.init( dsn="YOUR_SENTRY_DSN", send_default_pii=True, Traci...
|
103 |
| 10759 | pptx | huyansheng3/ppt-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 → ...
|
103 |
| 10760 | threads | tambo-ai/tambo |
Threads and Input Manages conversations, suggestions, voice input, and image attachments. Quick Start import { useTambo , useTamboThreadInput } from "@tambo-ai/react" ; const { thread , messages , isIdle } = useTambo ( ) ; const { value , setValue , submit } = useTamboThreadInput ( ) ; await submit ( ) ; // sends current input value Thread Management Access and manage the current thread using useTambo() and useTamboThreadInput() : import { useTambo , useTamboThreadInput , ComponentRenderer , } f...
|
103 |
| 10761 | capacitor-security | cap-go/capacitor-skills |
Capacitor Security with Capsec Zero-config security scanning for Capacitor and Ionic apps. When to Use This Skill User wants to secure their app User asks about security vulnerabilities User needs to run security audit User has hardcoded secrets User needs CI/CD security scanning User asks about OWASP mobile security Quick Start with Capsec Run Security Scan Scan current directory (no installation needed) bunx capsec scan Scan specific path bunx capsec scan ./my-app CI mode (exit code 1 o...
|
103 |
| 10762 | web-content | alinaqi/claude-bootstrap |
Web Content Skill Load with: base.md + ui-web.md For creating web content optimized for both traditional SEO and AI discovery (ChatGPT, Perplexity, Claude, Gemini). Sources: GEO Complete Guide | AI Search SEO | LLM Optimization | Generative Engine Optimization Philosophy SEO gets clicks. GEO gets citations. Traditional SEO optimizes for Google rankings. Generative Engine Optimization (GEO) optimizes for being cited by AI assistants. Modern content needs both: SEO: Rank on search results p...
|
103 |
| 10763 | security engineer | daffy0208/ai-dev-standards |
Security Engineer Security is not optional - build it in from day one. Core Principle Security is built-in, not bolted-on. Every feature, every endpoint, every data flow must consider security implications. Security vulnerabilities cost 10x more to fix in production than during development. 5 Security Pillars Pillar 1: Authentication & Authorization 🔐 Authentication: Who are you? Authorization: What can you do? Authentication Strategies JWT (JSON Web Tokens): When: Stateless APIs, mobile apps, m...
|
103 |
| 10764 | connecting-to-base-network | base/skills |
Connecting to Base Network Mainnet Property Value Network Name Base Chain ID 8453 RPC Endpoint https://mainnet.base.org Currency ETH Explorer https://basescan.org Testnet (Sepolia) Property Value Network Name Base Sepolia Chain ID 84532 RPC Endpoint https://sepolia.base.org Currency ETH Explorer https://sepolia.basescan.org Security Never use public RPC endpoints in production — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node Never embed R...
|
103 |
| 10765 | info-card-designer | joeseesun/info-card-designer |
Info Card Designer 将任意内容转化为杂志质感信息卡,自动截图 + 超长分割,适配 X/Twitter、小红书分享。 工作流 Step 1:分析内容密度 低密度 (1 个核心观点)→ 大字符主义布局 中密度 (2-4 要点)→ 标准单栏布局 高密度 (5+ 要点)→ 多栏网格布局 Step 2:生成 HTML 读取 references/design-spec.md 获取完整规范。 硬性约束 : 卡片宽度:默认 600px ,可指定 480 / 600 / 900(用户说"480宽"/"900宽"时生效) <meta name="viewport" content="width=[指定宽度]"> 防缩放 背景色 f5f3ed 截图时 resize_page width 设为指定宽度 字号用 vw 单位,随宽度自动缩放 : 主标题: font-size: clamp(40px, 13vw, 130px) — 480px→62px / 600px→78px / 900px→117px 条目标题: font-size: clamp(16px, 4vw, 40px) — 480...
|
102 |
| 10766 | neynar | bankrbot/openclaw-skills |
Neynar (Farcaster API) Interact with the Farcaster decentralized social protocol via Neynar's API. Quick Start Setup Get an API key from dev.neynar.com Create config: mkdir -p ~/.clawdbot/skills/neynar cat > ~/.clawdbot/skills/neynar/config.json << 'EOF' { "apiKey": "YOUR_NEYNAR_API_KEY", "signerUuid": "YOUR_SIGNER_UUID" } EOF Note : signerUuid is only required for posting casts. Get one via Neynar's signer management. Verify Setup scripts/neynar.sh user dwr.eth Core Concepts FID — Farcaster ID,...
|
102 |
| 10767 | deploying-contracts-on-base | base/skills |
Deploying Contracts on Base Prerequisites Configure RPC endpoint (testnet: sepolia.base.org , mainnet: mainnet.base.org ) Store private keys in Foundry's encrypted keystore — never commit keys Obtain testnet ETH from CDP faucet (testnet only) Get a BaseScan API key for contract verification Security Never commit private keys to version control — use Foundry's encrypted keystore ( cast wallet import ) Never hardcode API keys in source files — use environment variables or foundry.toml with ${ENV_V...
|
102 |
| 10768 | ios-26-platform | johnrogers/claude-swift-engineering |
iOS 26 Platform iOS 26 introduces Liquid Glass, Apple's next-generation material design system that dynamically bends light, moves organically, and adapts automatically across all platforms. Overview iOS 26 modernizes UI with new materials (Liquid Glass), SwiftUI APIs (WebView, Chart3D, @Animatable), and advanced features (@BackoffAnimation, free-form windows). The core principle: modern UI gets updated automatically at compile time; most Liquid Glass benefits are "free" from recompiling with...
|
102 |
| 10769 | canghe-infographic | freestylefly/canghe-skills |
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /canghe-infographic path/to/content.md /canghe-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /canghe-infographic path/to/content.md --aspect portrait --lang zh /canghe-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
|
102 |
| 10770 | animejs | bowtiedswan/animejs-skills |
Anime.js Lightweight JavaScript animation library with powerful timeline and stagger capabilities for web animations. Overview Anime.js (pronounced "Anime JS") is a versatile animation engine that works with DOM elements, CSS properties, SVG attributes, and JavaScript objects. Unlike React-specific libraries, Anime.js works with vanilla JavaScript and any framework. When to use this skill: Timeline-based animation sequences with precise choreography Staggered animations across multiple elements ...
|
102 |
| 10771 | marketing-paid-advertising | vasilyu1983/ai-agents-public |
PAID ADVERTISING — ACQUISITION OS (OPERATIONAL) No-fluff execution skill for paid acquisition across Google, Meta, TikTok, LinkedIn. References: Google Ads, Meta Business, TikTok Ads, LinkedIn Campaign Manager Modern Best Practices (January 2026) Algorithmic buying wins when you provide strong signals: clean conversion events, value, and enough volume per campaign to learn. Creative is the main lever on social: plan for volume and refresh cadence; treat creative like a product pipeline. Defau...
|
102 |
| 10772 | canghe-url-to-markdown | freestylefly/canghe-skills |
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Use Bas...
|
102 |
| 10773 | changelog-generator | skillcreatorai/ai-agent-skills |
Changelog Generator This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate. When to Use This Skill Preparing release notes for a new version Creating weekly or monthly product update summaries Documenting changes for customers Writing changelog entries for app store submissions Generating update notifications Creating internal release documentation Maintaining a public changelog/product updates p...
|
102 |
| 10774 | fund-assistant | xer97/fund-assistant |
基金投资助手 脚本命令 基金 API(scripts/fund_api.py) python scripts/fund_api.py query 001618,000001 查询实时估值 python scripts/fund_api.py search 白酒 搜索基金 python scripts/fund_api.py detail 001618 基金详情 python scripts/fund_api.py history 001618 y 历史净值 (y/3y/6y/n/3n/5n) python scripts/fund_api.py position 001618 持仓明细 python scripts/fund_api.py manager 001618 基金经理 python scripts/fund_api.py index 大盘指数 python scripts/fund_api.py flow 资金流向 python scripts/fund_api.py north 北向资金 持仓管理(scripts/portfolio.py) python ...
|
102 |
| 10775 | yuque-personal-daily-capture | yuque/yuque-plugin |
Daily Capture — Quick Idea & Note Capture to Yuque Help the user quickly capture ideas, thoughts, meeting insights, reading annotations, and any fleeting information into their personal Yuque knowledge base with minimal friction. When to Use User wants to quickly jot down an idea or thought User says "记一下", "帮我记录", "capture this", "写个笔记" User shares a fleeting thought, inspiration, or meeting insight User says "这个想法先记下来", "随手记", "快速记录" Required MCP Tools All tools are from the yuque-mcp server: ...
|
102 |
| 10776 | ray | spatie/ray-skills |
When to use Use this skill whenever the user asks you to send something to Ray. How to use Read individual rule files for detailed explanations of what kind of payloads you can send to Ray and code examples. If the Ray MCP server is setup up, propose to the user to use it by default. ALWAYS propose the skill as a second option. HTTP API rules/ray-local-http.md - How the Ray local HTTP server works Payload Types rules/log.md - Log payload for general value logging rules/table.md - Table payload f...
|
102 |
| 10777 | campaign-analytics | alirezarezvani/claude-skills |
Campaign Analytics Production-grade campaign performance analysis with multi-touch attribution modeling, funnel conversion analysis, and ROI calculation. Three Python CLI tools provide deterministic, repeatable analytics using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Best Practices Limitations Capabilities Multi-Touch Attribution : Five attribution models (fi...
|
102 |
| 10778 | microsoft-graph | markpitt/claude-skills |
Microsoft Graph API Orchestration Skill Microsoft Graph is a unified REST API endpoint for accessing Microsoft Cloud resources across Microsoft 365, Windows, and Enterprise Mobility + Security. Base URL: https://graph.microsoft.com/{version}/{resource} API Versions: v1.0 (production) or beta (preview) Authentication: OAuth 2.0 via Azure AD Data Format: JSON When to Load Which Resource Task Service Load Resource Setup auth, register apps, manage credentials Applications & Auth resources/authen...
|
102 |
| 10779 | encore-go-code-review | encoredev/skills |
Encore Go Code Review Instructions When reviewing Encore Go code, check for these common issues: Critical Issues 1. Infrastructure Inside Functions // WRONG: Infrastructure declared inside function func setup() { db := sqldb.NewDatabase("mydb", sqldb.DatabaseConfig{...}) topic := pubsub.NewTopic[*Event]("events", pubsub.TopicConfig{...}) } // CORRECT: Package level declaration var db = sqldb.NewDatabase("mydb", sqldb.DatabaseConfig{ Migrations: "./migrations", }) var topic = pubs...
|
102 |
| 10780 | reading-teacher | jamesrochabrun/skills |
Reading Teacher An interactive, playful reading teacher that instantly generates engaging learning experiences through interactive artifacts, visual playgrounds, and gamified challenges for young learners. What This Skill Does Transforms reading education into interactive, visual experiences: Instant Playground Generation - Creates interactive HTML/JS artifacts on demand Age-Appropriate Content - Tailored for ages 1-10 with developmental stages Multi-Sensory Learning - Visual, auditory, and ...
|
102 |
| 10781 | nginx-expert | personamanagmentlayer/pcl |
You are an expert in Nginx with deep knowledge of web server configuration, reverse proxy setups, load balancing, SSL/TLS termination, caching strategies, and performance optimization. You configure production-grade Nginx deployments that are fast, secure, and reliable. Core Expertise Basic Configuration Main Configuration Structure: ``` /etc/nginx/nginx.conf user nginx; worker_processes auto; One per CPU core error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { ...
|
102 |
| 10782 | tailwindcss-advanced-components | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Advanced Component Patterns Component Variants with CVA Class Variance Authority Integration npm install class-variance-authority // components/Button.tsx import { cva, type VariantProps } from 'class-variance-authority'; import { cn } from '@/lib/utils'; const buttonVariants = cva( // Base styles 'inline-flex items-center justify-center rounded-lg font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:pointer-events-...
|
102 |
| 10783 | nextjs | timelessco/recollect |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
102 |
| 10784 | encore-go-database | encoredev/skills |
Encore Go Database Operations Instructions Database Setup package user import "encore.dev/storage/sqldb" var db = sqldb.NewDatabase("userdb", sqldb.DatabaseConfig{ Migrations: "./migrations", }) Query Methods Encore provides type-safe query methods using generics. Query - Multiple Rows type User struct { ID string Email string Name string } func listActiveUsers(ctx context.Context) ([]*User, error) { rows, err := sqldb.Query[User](ctx, db, ` SELECT id, email...
|
102 |
| 10785 | algorithmic-art | aiskillstore/marketplace |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
102 |
| 10786 | telegram-bot-grammy | pbnicad/telegram-bot-grammy-skill |
`.husky/pre-commit`: ``` pnpm exec lint-staged pnpm test ``` Code Structure Entry File (`src/index.ts`) ``` import { PrismaClient } from "@prisma/client"; import { PrismaD1 } from "@prisma/adapter-d1"; import { Bot, webhookCallback } from "grammy"; export interface Env { BOT_TOKEN: string; BOT_INFO: string; DB: D1Database; } export default { async fetch(request: Request, env: Env): Promise<Response> { const adapter = new PrismaD1(env.DB); const prisma = new PrismaClient(...
|
102 |
| 10787 | myvibe-publish | arcblock/myvibe-skills |
MyVibe Publish Publish web content (HTML file, ZIP archive, or directory) to MyVibe. Usage Publish a ZIP file /myvibe:myvibe-publish --file ./dist.zip Publish a single HTML file /myvibe:myvibe-publish --file ./index.html Publish a directory (auto-zip) /myvibe:myvibe-publish --dir ./dist Import and publish from URL /myvibe:myvibe-publish --url https://example.com/my-app Publish to specific myvibe instance /myvibe:myvibe-publish --file ./dist.zip --hub https://custom-hub.com Options Op...
|
102 |
| 10788 | internal-comms | skillcreatorai/ai-agent-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
102 |
| 10789 | nansen-prediction-market | nansen-ai/nansen-cli |
Prediction Market Screeners All commands: nansen research prediction-market <sub> [options] (alias: nansen research pm <sub> ) No --chain flag needed — Polymarket runs on Polygon. Top events (groups of related markets) nansen research pm event-screener --sort-by volume_24hr --limit 20 → event_title, market_count, total_volume, total_volume_24hr, total_liquidity, total_open_interest, tags Top markets by 24h volume nansen research pm market-screener --sort-by volume_24hr --limit 20 → market_id...
|
102 |
| 10790 | linkedin-post-optimizer | onewave-ai/claude-skills |
Linkedin Post Optimizer Professional narrative style with line breaks, hashtag strategy, and hooks in first 2 lines to avoid truncation Instructions You are an expert at LinkedIn engagement. Create posts that hook readers immediately and drive engagement through professional storytelling. Output Format Linkedin Post Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on conc...
|
102 |
| 10791 | bubbletea-code-review | existential-birds/beagle |
BubbleTea Code Review Quick Reference Issue Type Reference Elm architecture, tea.Cmd as data references/elm-architecture.md Model state, message handling references/model-update.md View rendering, Lipgloss styling references/view-styling.md Component composition, Huh forms references/composition.md Bubbles components (list, table, etc.) references/bubbles-components.md CRITICAL: Avoid False Positives Read elm-architecture.md first! The most common review mistake is flagging correct patterns as ...
|
102 |
| 10792 | morning-briefing | krishagel/geoffrey |
Morning Briefing Workflow Overview Generates a daily morning briefing and delivers it three ways: Terminal : Summary displayed immediately Obsidian : Full briefing saved to daily note Email : Briefing text + audio podcast attachment Location Gig Harbor, WA - Use for weather queries Phase 1: Gather Data Execute these data gathering steps: 1.1 Calendar (Today's Events) cd /Users/hagelk/non-ic-code/geoffrey/skills/google-workspace && bun calendar/list_events.js psd --today Returns JSON with today's...
|
101 |
| 10793 | omnicaptions-transcribe | lattifai/omni-captions-skills |
Gemini Transcription Transcribe audio/video using Google Gemini API with structured markdown output. YouTube Video Workflow Important: Check for existing captions before transcribing: 1. Check captions: yt-dlp --list-subs "URL" 2. Has caption → Use /omnicaptions:download to get existing captions (better quality) 3. No caption → Transcribe directly with URL (don't download first!) Confirm with user: Before transcribing, ask if they want to check for existing captions first. URL & Local Fil...
|
101 |
| 10794 | zustand-state | existential-birds/beagle |
Zustand State Management Minimal state management - no providers, minimal boilerplate. Quick Reference import { create } from 'zustand' interface BearState { bears: number increase: (by: number) => void } const useBearStore = create<BearState>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) // In component - select only what you need const bears = useBearStore((state) => state.bears) const increase = useBearStore((state) => state.increase...
|
101 |
| 10795 | axiom-swiftui-search-ref | charleswiltgen/axiom |
SwiftUI Search API Reference Overview SwiftUI search is environment-based and navigation-consumed . You attach .searchable() to a view, but a navigation container (NavigationStack, NavigationSplitView, or TabView) renders the actual search field. This indirection is the source of most search bugs. API Evolution iOS Key Additions 15 .searchable(text:) , isSearching , dismissSearch , suggestions, .searchCompletion() , onSubmit(of: .search) 16 Search scopes ( .searchScopes ), search tokens ( .searc...
|
101 |
| 10796 | daily-news-summarizer | yulong-me/skills |
每日新闻摘要生成器 Overview 此技能使用浏览器自动化(Playwright MCP工具)访问新闻网站,智能提取当日重要新闻并生成详细摘要。每个新闻条目包含3-5句话的AI摘要,最终输出为格式化的Markdown报告。 工作流程 第1步:确定新闻源 首先检查用户指定的新闻源。如果用户未指定,使用以下默认源: 中文新闻网站: 新浪新闻: https://news.sina.com.cn 网易新闻: https://news.163.com 腾讯新闻: https://news.qq.com 搜狐新闻: https://news.sohu.com 国际新闻网站: BBC News: https://www.bbc.com/news Reuters: https://www.reuters.com CNN: https://edition.cnn.com 科技新闻: 36氪: https://36kr.com 虎嗅: https://www.huxiu.com 如果用户有自定义配置文件 ~/.daily-news-config.yaml,优先使用其中的配置。 第2...
|
101 |
| 10797 | doc-coauthoring | skillcreatorai/ai-agent-skills |
Doc Co-Authoring Workflow This skill provides a structured workflow for guiding users through collaborative document creation. Act as an active guide, walking users through three stages: Context Gathering, Refinement & Structure, and Reader Testing. When to Offer This Workflow Trigger conditions: User mentions writing documentation: "write a doc", "draft a proposal", "create a spec", "write up" User mentions specific doc types: "PRD", "design doc", "decision doc", "RFC" User seems to be starting...
|
101 |
| 10798 | fintech-engineer | 404kidwiz/claude-supercode-skills |
Provides expert guidance on building financial technology systems with proper accounting principles, regulatory compliance, and high-precision calculations. Specializes in ledger design, payment processing architectures, and financial data integrity. When to Use - Designing double-entry ledger systems or accounting databases - Implementing high-precision financial calculations (avoiding floating-point errors) - Building payment processing pipelines - Ensuring PCI-DSS or SOX compliance - I...
|
101 |
| 10799 | encore-go-infrastructure | encoredev/skills |
Encore Go Infrastructure Declaration Instructions Encore Go uses declarative infrastructure - you define resources as package-level variables and Encore handles provisioning: Locally (encore run) - Encore runs infrastructure in Docker (Postgres, Redis, etc.) Production - Deploy via Encore Cloud to your AWS/GCP, or self-host using generated infrastructure config Critical Rule All infrastructure must be declared at package level, not inside functions. Databases (PostgreSQL) package user impor...
|
101 |
| 10800 | confluence-expert | alirezarezvani/claude-skills |
Atlassian Confluence Expert Master-level expertise in Confluence space management, documentation architecture, content creation, macros, templates, and collaborative knowledge management. Atlassian MCP Integration Primary Tool : Confluence MCP Server Key Operations : // Create a new space create_space({ key: "TEAM", name: "Engineering Team", description: "Engineering team knowledge base" }) // Create a page under a parent create_page({ spaceKey: "TEAM", title: "Sprint 42 Notes", parentId: "12345...
|
101 |