███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3901 | 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...
|
3.6K |
| 3902 | pixijs-scene-dom-container | pixijs/pixijs-skills |
DOMContainer positions an HTML element over the PixiJS canvas and drives its CSS transform from the scene graph. Use it for native inputs, iframes, videos, or rich HTML that needs to follow a display object's position. The default pixi.js browser bundle registers the DOMPipe automatically; custom builds add a side-effect import 'pixi.js/dom' . DOMContainer is marked EXPERIMENTAL in PixiJS v8. The API may change between minor releases. Assumes familiarity with pixijs-scene-core-concepts . DOMCont...
|
3.6K |
| 3903 | creating-ec2-image-builder-pipeline | aws/agent-toolkit-for-aws |
Creating an EC2 Image Builder Pipeline Overview Domain expertise for creating and managing EC2 Image Builder pipelines that automate custom AMI creation. Covers the full lifecycle: IAM role setup, build component definition, image recipe creation, infrastructure and distribution configuration, pipeline execution, and launch template creation. Create an Image Builder pipeline To create a complete EC2 Image Builder pipeline with custom AMI builds and cross-region distribution, follow the procedure...
|
3.6K |
| 3904 | react-native-testing | callstack/react-native-testing-library |
RNTL Test Writing Guide IMPORTANT: Your training data about @testing-library/react-native may be outdated or incorrect — API signatures, sync/async behavior, and available functions differ between v13 and v14. Always rely on this skill's reference files and the project's actual source code as the source of truth. Do not fall back on memorized patterns when they conflict with the retrieved reference. Version Detection Check @testing-library/react-native version in the user's package.json : v14.x ...
|
3.6K |
| 3905 | bencium-controlled-ux-designer | bencium/bencium-marketplace |
UX Designer Expert UI/UX design skill that helps create unique, accessible, and thoughtfully designed interfaces. This skill emphasizes design decision collaboration, breaking away from generic patterns, and building interfaces that stand out while remaining functional and accessible. Core Philosophy CRITICAL: Design Decision Protocol ALWAYS ASK before making any design decisions (colors, fonts, sizes, layouts) Never implement design changes until explicitly instructed The guidelines below are p...
|
3.6K |
| 3906 | market-kurly-search | nomadamas/k-skill |
Market Kurly Search What this skill does 마켓컬리 웹앱이 실제로 사용하는 비로그인 검색/상품 상세 표면 을 사용해 아래 흐름을 처리한다. 키워드로 상품 후보를 검색한다. 현재 가격과 할인 여부를 확인한다. 품절 여부와 배송 타입을 확인한다. 상품 링크를 함께 반환한다. 주문/장바구니 같은 액션은 하지 않는다. 조회형으로만 답한다. When to use "마켓컬리에서 우유 얼마야?" "컬리에서 딸기 검색해줘" "이 상품 품절인지 보고 링크도 줘" "지금 컬리 가격만 빠르게 보고 싶어" When not to use 주문/장바구니/결제까지 자동화해야 하는 경우 주소 기반 배송 가능 여부나 회원 전용 가격을 확정해야 하는 경우 로그인 세션이 필요한 개인화 추천/찜 정보를 조회해야 하는 경우 Prerequisites 인터넷 연결 node 18+ 이 저장소의 market-kurly-search package 또는 동일 로직 Required inputs 1. As...
|
3.6K |
| 3907 | tanstack-router | tanstack-skills/tanstack-skills |
Overview TanStack Router is a fully type-safe router for React (and Solid) applications. It provides file-based routing, first-class search parameter management, built-in data loading, code splitting, and deep TypeScript integration. It serves as the routing foundation for TanStack Start (the full-stack framework). Package: @tanstack/react-router CLI: @tanstack/router-cli or @tanstack/router-plugin (Vite/Rspack/Webpack) Devtools: @tanstack/react-router-devtools Installation npm install @tanstack...
|
3.6K |
| 3908 | creating-amazon-aurora-db-cluster-with-instances | aws/agent-toolkit-for-aws |
Creating Amazon Aurora DB Cluster with Instances Overview Domain expertise for creating complete Amazon Aurora database setups including cluster creation, instance provisioning, and managed password configuration via AWS Secrets Manager. Supports both Aurora MySQL and Aurora PostgreSQL engines. Create an Aurora cluster with instances To create a fully configured Aurora database cluster with attached instances, follow the procedure exactly. See Aurora cluster creation procedure . The procedure cr...
|
3.6K |
| 3909 | pixijs-scene-mesh | pixijs/pixijs-skills |
Meshes render arbitrary 2D (or perspective-projected) geometry with a texture or custom shader. PixiJS ships the base Mesh class plus four specialized subclasses for common shapes: MeshSimple , MeshPlane , MeshRope , and PerspectiveMesh . Pick the subclass that matches your shape; drop to the base Mesh when you need full vertex-level control or a custom shader. Assumes familiarity with pixijs-scene-core-concepts . Meshes are leaf nodes; they cannot have children. Wrap multiple meshes in a Contai...
|
3.6K |
| 3910 | setting-up-cloudtrail-multi-region | aws/agent-toolkit-for-aws |
Setting Up CloudTrail Multi-Region Overview Domain expertise for enabling AWS CloudTrail across all regions to capture comprehensive API activity logs and configuring CloudWatch Logs Insights for security monitoring, compliance auditing, and operational analysis. Set up a multi-region trail To create a centralized multi-region CloudTrail trail with S3 storage, CloudWatch Logs integration, and log analysis, follow the procedure exactly. See CloudTrail multi-region setup procedure . Troubleshootin...
|
3.6K |
| 3911 | mobile-apps-create | forcedotcom/sf-skills |
Salesforce Mobile Route the user to the right SDK-family skill for building Salesforce-connected mobile apps. Do not implement features here; child skills own scenario detection and step-by-step instructions. Before routing Disambiguate on two dimensions: SDK family (Mobile SDK vs. Agentforce SDK) and platform (iOS vs. Android). They are not mutually exclusive — an app can use both SDKs. If the user's intent could plausibly map to either SDK, ask before routing. Guessing wrong wastes the user's ...
|
3.6K |
| 3912 | coss | cosscom/coss |
coss ui coss ui is a component library built on Base UI with a shadcn-like developer experience plus a large particle catalog. What this skill is for Use this skill to: pick the right coss primitive(s) for a UI task write correct coss usage code (imports, composition, props) avoid common migration mistakes from shadcn/Radix assumptions reference particle examples to produce practical, production-like patterns Source of truth coss components docs: apps/ui/content/docs/components/*.mdx https://git...
|
3.6K |
| 3913 | mobile-platform-native-capabilities-integrate | forcedotcom/sf-skills |
Using Mobile Native Capabilities The lightning/mobileCapabilities module exposes a set of factory functions that return service objects for native device features (barcode scanning, biometrics, location, etc.). Each service extends a common BaseCapability with an isAvailable() method, so an LWC can degrade gracefully on surfaces where the capability is not present (desktop, mobile web). This skill routes an agent through (1) picking the right capability, (2) loading the authoritative type defini...
|
3.6K |
| 3914 | minimax-xlsx | minimax-ai/skills |
MiniMax XLSX Skill Handle the request directly. Do NOT spawn sub-agents. Always write the output file the user requests. Task Routing Task Method Guide READ — analyze existing data xlsx_reader.py + pandas references/read-analyze.md CREATE — new xlsx from scratch XML template references/create.md + references/format.md EDIT — modify existing xlsx XML unpack→edit→pack references/edit.md (+ format.md if styling needed) FIX — repair broken formulas in existing xlsx XML unpack→fix <f> nodes→pack refe...
|
3.6K |
| 3915 | omnistudio-datamapper-generate | forcedotcom/sf-skills |
omnistudio-datamapper-generate: OmniStudio Data Mapper Creation and Validation Expert OmniStudio Data Mapper developer specializing in Extract, Transform, Load, and Turbo Extract configurations. Generate production-ready, performant, and maintainable Data Mapper definitions with proper field mappings, query optimization, and data integrity safeguards. Scope In scope : Creating and validating OmniStudio Data Mapper configurations (Extract, Transform, Load, Turbo Extract); field mapping design; qu...
|
3.6K |
| 3916 | cargo-diagnostics | getcargohq/cargo-skills |
Cargo CLI — Diagnostics Forensic runbooks for workflow behavior: trace one run, sweep a batch for errors, profile a play's credit spend. This skill is the interpretation layer — the raw surfaces ( run get , orchestration SQL, billing metrics) are documented in cargo-orchestration and cargo-billing ; each runbook here tells you which of them to pull, in what order, and what each output shape means. Which runbook? Show more Installs 765 Repository getcargohq/cargo-skills GitHub Stars 14 First Seen...
|
3.6K |
| 3917 | literature-review | lingzhi227/agent-research-skills |
Literature Review Use this skill when the task is to find, screen, synthesize, and cite a body of academic or technical literature. When to Use Building a systematic, scoping, or narrative literature review. Synthesizing the state of the art for a research question. Finding gaps, contradictions, or future-work directions. Preparing citation-backed background sections for papers or reports. Comparing evidence across peer-reviewed papers, preprints, patents, and technical reports. Review Types Sho...
|
3.6K |
| 3918 | omnistudio-callable-apex-generate | forcedotcom/sf-skills |
omnistudio-callable-apex-generate: Callable Apex for Salesforce Industries Common Core Specialist for Salesforce Industries Common Core callable Apex implementations. Produce secure, deterministic, and configurable Apex that cleanly integrates with OmniStudio and Industries extension points. Scope In scope : Creating System.Callable classes for Industries extension points; reviewing callable implementations for correctness and risks; migrating VlocityOpenInterface / VlocityOpenInterface2 to Syst...
|
3.6K |
| 3919 | omnistudio-dependencies-analyze | forcedotcom/sf-skills |
omnistudio-dependencies-analyze: OmniStudio Cross-Component Analysis Expert OmniStudio analyst specializing in namespace detection, dependency mapping, and impact analysis across the full OmniStudio component suite. Performs org-wide inventory of OmniScripts, FlexCards, Integration Procedures, and Data Mappers with automated dependency graph construction and Mermaid visualization. Scope In scope : Namespace detection (Core / vlocity_cmt / vlocity_ins), org-wide component inventory, dependency gr...
|
3.6K |
| 3920 | omnistudio-datapacks-deploy | forcedotcom/sf-skills |
omnistudio-datapacks-deploy: Vlocity Build DataPack Deployment Use this skill when the user needs Vlocity DataPack deployment orchestration : export/deploy workflow, manifest-driven deploys, failure triage, and CI/CD sequencing for OmniStudio/Industries DataPacks. Scope Use omnistudio-datapacks-deploy when work involves: vlocity packDeploy , packRetry , packContinue , packExport , packGetDiffs , validateLocalData DataPack job-file design ( projectPath , expansionPath , manifest , queries ) org-t...
|
3.6K |
| 3921 | mobile-platform-offline-validate | forcedotcom/sf-skills |
Reviewing LWC Mobile Offline Run a structured offline-priming compliance pass over a Lightning Web Component, producing a report of issues found and code-level fixes to bring the component into compliance with Komaci's static analysis requirements for the Salesforce Mobile App Plus and Field Service Mobile App. When to Use The user asks for a "mobile offline review", "Komaci check", or "offline priming audit" on a specific LWC. Preparing a component to ship in Salesforce Mobile App Plus or Field...
|
3.6K |
| 3922 | omnistudio-omniscript-generate | forcedotcom/sf-skills |
omnistudio-omniscript-generate: OmniStudio OmniScript Creation and Validation Expert OmniStudio OmniScript builder for declarative, step-based guided digital experiences. OmniScripts are the OmniStudio analog of Screen Flows: multi-step, interactive processes that collect input, orchestrate server-side logic (Integration Procedures, DataRaptors), and present results to the user — all without code. Quick Reference Scoring : 120 points across 6 categories. Thresholds : ✅ 90+ (Deploy) | ⚠️ 67-89 (R...
|
3.6K |
| 3923 | omnistudio-integration-procedure-generate | forcedotcom/sf-skills |
omnistudio-integration-procedure-generate: OmniStudio Integration Procedure Creation and Validation Expert OmniStudio Integration Procedure (IP) builder with deep knowledge of server-side process orchestration. Create production-ready IPs that combine DataRaptor/Data Mapper actions, Apex Remote Actions, HTTP callouts, conditional logic, and nested procedure calls into declarative multi-step operations. Scope In scope : Creating well-structured Integration Procedures from requirements; selecting ...
|
3.6K |
| 3924 | omnistudio-flexcard-generate | forcedotcom/sf-skills |
omnistudio-flexcard-generate: OmniStudio FlexCard Creation and Validation Expert OmniStudio engineer specializing in FlexCard UI components for Salesforce Industries. Generate production-ready FlexCard definitions that display at-a-glance information with declarative data binding, Integration Procedure data sources, conditional rendering, and proper SLDS (Salesforce Lightning Design System) styling. All FlexCards are validated against a 130-point scoring rubric across 7 categories. Scope In scop...
|
3.6K |
| 3925 | fix-security-vulnerabilities-with-strix | usestrix/strix |
Fix Strix findings and verify Turn validated Strix findings into minimal, correct fixes — and prove they work by re-scanning. 1. Triage Get the findings from wherever the scan ran: OSS CLI — artifacts in strix_runs/<run-name>/ : vulnerabilities/*.md — one finding per file: description, severity, PoC steps or script, affected code locations, remediation guidance. vulnerabilities.json — the same findings as JSON (ids, severity, CWE/CVE, code_locations with fix_before / fix_after suggestions when a...
|
3.6K |
| 3926 | ui-designer | daniel-dan-conrad/ui-designer-skill |
Use this skill to produce singular, deployment-ready frontend interfaces that escape the bland "AI slop" look. Deliver real, working code paired with obsessive care for visual nuance and inventive choices. Expect the user to hand over frontend requirements: a component, page, application, or interface that needs to be built. Their brief may also touch on intent, target audience, or technical limitations. Setting the Visual Direction Do not start coding until you've absorbed the context and commi...
|
3.5K |
| 3927 | visualization-expert | shubhamsaboo/awesome-llm-apps |
Visualization Expert You are an expert in data visualization and effective visual communication of data insights. When to Apply Use this skill when: Selecting appropriate chart types Designing effective visualizations Creating dashboards Improving existing charts Presenting data insights visually Chart Selection Guide Comparison : Bar charts, column charts Distribution : Histograms, box plots Relationship : Scatter plots, bubble charts Composition : Pie charts (use sparingly), stacked bars Trend...
|
3.5K |
| 3928 | gmail-skill | idanbeck/claude-skills |
Read, search, and send Gmail emails. Access Google contacts. CRITICAL: Email Sending Confirmation Required Before sending ANY email, you MUST get explicit user confirmation. When the user asks to send an email: - First, show them the complete email details: From (which account) - To - CC/BCC (if any) - Subject - Full body text - Ask: "Do you want me to send this email?" - ONLY run the send command AFTER the user explicitly confirms (e.g., "yes", "send it", "go ahead") - NEVER send a...
|
3.5K |
| 3929 | game-development | sickn33/antigravity-awesome-skills |
Game Development Orchestrator skill — principles plus routing to specialized sub-skills. When to Use This Skill You are working on a game development project. This skill teaches PRINCIPLES and directs you to the right sub-skill based on context. Sub-Skill Routing Platform Selection Show more Installs 28 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 16, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
3.5K |
| 3930 | okx-dex-social | okx/onchainos-skills |
Onchain OS DEX Social 9 commands for crypto news, market-wide sentiment, and per-token vibe / KOL discussion analytics. All endpoints are REST; this skill has no WebSocket channels. Pre-flight Checks Read ../okx-agentic-wallet/_shared/preflight.md . If that file does not exist, read _shared/preflight.md instead. Chain Name Support Full chain list: ../okx-agentic-wallet/_shared/chain-support.md . If that file does not exist, read _shared/chain-support.md instead. Only the vibe commands require a ...
|
3.5K |
| 3931 | designing-workflow-skills | trailofbits/skills |
Designing Workflow Skills Build workflow-based skills that execute reliably by following structural patterns, not prose. Essential Principles <essential_principles> Claude decides whether to load a skill based solely on its frontmatter description . The body of SKILL.md — including "When to Use" and "When NOT to Use" sections — is only read AFTER the skill is already active. Put your trigger keywords, use cases, and exclusions in the description. A bad description means wrong activations or miss...
|
3.5K |
| 3932 | debug-buttercup | trailofbits/skills |
Debug Buttercup When to Use Pods in the crs namespace are in CrashLoopBackOff, OOMKilled, or restarting Multiple services restart simultaneously (cascade failure) Redis is unresponsive or showing AOF warnings Queues are growing but tasks are not progressing Nodes show DiskPressure, MemoryPressure, or PID pressure Build-bot cannot reach the Docker daemon (DinD failures) Scheduler is stuck and not advancing task state Health check probes are failing unexpectedly Deployed Helm values don't match ac...
|
3.5K |
| 3933 | ontology | sundial-org/awesome-openclaw-skills |
Ontology A typed vocabulary + constraint system for representing knowledge as a verifiable graph. Core Concept Everything is an entity with a type , properties , and relations to other entities. Every mutation is validated against type constraints before committing. Entity: { id, type, properties, relations, created, updated } Relation: { from_id, relation_type, to_id, properties } When to Use Trigger Action "Remember that..." Create/update entity "What do I know about X?" Query graph "Link X to...
|
3.5K |
| 3934 | session-logs | steipete/clawdis |
session-logs Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Location Session logs live at: ~/.openclaw/agents/<agentId>/sessions/ (use the agent=<id> value from the system prompt Runtime line). sessions.json - Index mapping session keys to session IDs ...
|
3.5K |
| 3935 | session-logs | openclaw/openclaw |
session-logs Search your complete conversation history stored in session JSONL files. Use this when a user references older/parent conversations or asks what was said before. Trigger Use this skill when the user asks about prior chats, parent conversations, or historical context that isn't in memory files. Location Session logs live at: ~/.openclaw/agents/<agentId>/sessions/ (use the agent=<id> value from the system prompt Runtime line). sessions.json - Index mapping session keys to session IDs ...
|
3.5K |
| 3936 | word-document-processor | qodex-ai/ai-agent-skills |
DOCX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Workflow Decision Tree Reading/Analyzing Content Use "Text extraction" or "Raw XML access" sections below Creating New Document Use "Creating a new Word document" workflow Editing Existing Do...
|
3.5K |
| 3937 | architecture | markdown-viewer/skills |
/architecture If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Create an Architecture Decision Record (ADR) or evaluate a system design. Usage /architecture $ARGUMENTS Modes Create an ADR : "Should we use Kafka or SQS for our event bus?" Evaluate a design : "Review this microservices proposal" System design : "Design the notification system for our app" See the system-design skill for detailed frameworks on requirements gathering, scalability ana...
|
3.5K |
| 3938 | theme-factory | composiohq/awesome-claude-skills |
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
|
3.5K |
| 3939 | video-spec-builder | feicaiclub/video-spec-builder |
No SKILL.md available for this skill. View on GitHub Installs 621 Repository feicaiclub/vide…-builder GitHub Stars 164 First Seen 13 days ago
|
3.5K |
| 3940 | integrate-whatsapp | gokapso/agent-skills |
Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` - `META_GRAPH_VERSION` (optional, default `v24.0`) Auth header (direct API calls): ``` X-API-Key: <api_key> ``` Install deps (once): ``` npm i ``` Connect WhatsApp (setup links) Typical onboarding flow: - Create customer: `POST /platform/v1/customers` - Generate setup link: `POST /platform/v1/customers/:id/setup_links` - Customer completes embedded signup - Use `phone_number_id` to send messages and...
|
3.5K |
| 3941 | atlassian-mcp | jeffallan/claude-skills |
Atlassian MCP Expert Senior integration specialist with deep expertise in connecting Jira, Confluence, and other Atlassian tools to AI systems via Model Context Protocol (MCP). Role Definition You are an expert in Atlassian MCP integration with mastery of both official and open-source MCP servers, JQL/CQL query languages, OAuth 2.0 authentication, and production deployment patterns. You build robust workflows that automate issue triage, documentation sync, sprint planning, and cross-tool inte...
|
3.5K |
| 3942 | brand-guidelines | composiohq/awesome-claude-skills |
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
|
3.5K |
| 3943 | software-architecture | sickn33/agentic-awesome-skills |
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
|
3.5K |
| 3944 | app-store-review | dpearson2699/swift-ios-skills |
App Store Review Preparation Guidance for catching App Store rejection risks before submission. Apple reviewed 7.7 million submissions in 2024 and rejected 1.9 million. Most rejections are preventable with proper preparation. Contents Overview Top Rejection Reasons and How to Avoid Them PrivacyInfo.xcprivacy -- Privacy Manifest Requirements Data Use, Sharing, and Privacy Policy (Guideline 5.1.2) In-App Purchase and StoreKit Rules (Guideline 3.1.1) HIG Compliance Checklist App Tracking Transparen...
|
3.5K |
| 3945 | ljg-book | lijigang/ljg-skills |
ljg-book: 拆书 输入一本书,输出它的骨架。 拆书是什么 不是读后感,不是章节摘要,不是夸——是把作者的骨架抽出来摆桌上看。 读一本书容易迷在作者的笔触里。拆一本书是从笔触里跳出来,看作者的取景框。取景框看清,整本书才看清。 五件事 每一件单独问一遍。问完串起来。 1. 核心问题 作者真正在答什么?这是一个问题,不是一个题目。 题目可以是"自由意志"——问题是"自由意志这种东西到底存不存在,还是我们以为有但其实没有?" Show more
|
3.5K |
| 3946 | salesforce-developer | jeffallan/claude-skills |
Salesforce Developer Senior Salesforce developer with expertise in Apex, Lightning Web Components, declarative automation, and enterprise CRM integrations built on the Salesforce platform. Role Definition You are a senior Salesforce developer with deep experience building enterprise-grade solutions on the Salesforce platform. You specialize in Apex development, Lightning Web Components, SOQL optimization, governor limit management, integration patterns, and Salesforce DX. You build scalable, ...
|
3.5K |
| 3947 | storefront-best-practices | medusajs/medusa-agent-skills |
Ecommerce Storefront Best Practices Comprehensive guidance for building modern, high-converting ecommerce storefronts covering UI/UX patterns, component design, layout structures, SEO optimization, and mobile responsiveness. When to Apply ALWAYS load this skill when working on ANY storefront task: Adding checkout page/flow - Payment, shipping, order placement Implementing cart - Cart page, cart popup, add to cart functionality Building product pages - Product details, product listings, product g...
|
3.5K |
| 3948 | k-schoollunch-menu | nomadamas/k-skill |
Korean School Lunch Menu (NEIS) What this skill does 나이스(NEIS) 교육정보 개방 포털의 학교기본정보 · 급식식단정보 를 k-skill-proxy 가 중계하는 HTTP API로 조회한다. 사용자는 시도교육청 이름 (자연어)과 학교 이름 , 날짜 만 말하면 된다. 에이전트는 먼저 /v1/neis/school-search 로 학교를 찾고, 응답의 SD_SCHUL_CODE · ATPT_OFCDC_SC_CODE 로 /v1/neis/school-meal 을 호출한다. 인증키( KEDU_INFO_KEY )는 프록시 서버에만 두고, 클라이언트는 키 없이 프록시 URL만 호출한다. When to use "서울특별시교육청 미래초등학교 오늘 급식 뭐야?" "○○초 급식 식단 알려줘" "이번 주 화요일 중학교 급식 메뉴" "급식 메뉴 조회해줘" (교육청·학교·날짜 확인 후 진행) Prerequisites 인터넷 연결 curl 사용 가능 환경 k-skill-p...
|
3.5K |
| 3949 | subway-lost-property | nomadamas/k-skill |
Subway Lost Property What this skill does 지하철에서 잃어버린 물건을 찾기 위해 공식 경로를 구조화한다. LOST112 습득물 목록 조회 에 넣을 검색 조건을 정리한다. 서울교통공사 유실물센터 진입점을 함께 안내한다. 공개 API가 명확하지 않은 상태라 v1은 안내형/하이브리드 범위로 유지한다. When to use "강남역에서 지갑 잃어버렸는데 어디서 찾아?" "2호선 지하철 분실물 조회 방법 알려줘" "서울 지하철 유실물 공식 사이트로 바로 찾게 도와줘" Inputs 필수: 역명 또는 보관장소 키워드 선택: 물품명, 호선, 분실/습득 추정 기간 Official surfaces LOST112 습득물 목록: https://www.lost112.go.kr/find/findList.do 서울교통공사 유실물센터: https://www.seoulmetro.co.kr/kr/page.do?menuIdx=541 LOST112 검색 폼에서 확인되는 핵심 필드는 아래...
|
3.5K |
| 3950 | slack-messaging | anthropics/knowledge-work-plugins |
Slack Messaging Best Practices This skill provides guidance for composing well-formatted, effective Slack messages. When to Use Apply this skill whenever composing, drafting, or helping the user write a Slack message — including when using slack_send_message , slack_send_message_draft , or slack_create_canvas . Slack Formatting (mrkdwn) Slack uses its own markup syntax called mrkdwn , which differs from standard Markdown. Always use mrkdwn when composing Slack messages: Format Syntax Notes Bold ...
|
3.5K |