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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,502
总 Skills
163.2M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
4451 gh-axi kunchenguid/gh-axi
gh-axi Agent ergonomic wrapper around Github CLI. Prefer this over gh and other methods for Github operations. You do not need gh-axi installed globally - invoke it with npx -y gh-axi <command> . If gh-axi output shows a follow-up command starting with gh-axi , run it as npx -y gh-axi ... instead. gh-axi requires the gh CLI installed and authenticated ( gh auth login ). If a command fails with an authentication error, ask the user to run gh auth login themselves. When to use Use gh-axi whenever ...
3K
4452 amazon-aurora-postgresql aws/agent-toolkit-for-aws
Amazon Aurora PostgreSQL A modular toolkit for Aurora PostgreSQL organized as a registry of sub-skills. Each sub-skill handles one domain of Aurora PostgreSQL work. The router matches user intent to the right sub-skill, then loads only the references needed. (For Aurora MySQL, use the amazon-aurora-mysql skill.) Operating procedure (follow in order) Route — match the request to a sub-skill using the Trigger phrases column (match on meaning, not exact wording), then confirm with the When to route...
3K
4453 querying-aws-cloudwatch aws/agent-toolkit-for-aws
Query AWS CloudWatch System Tables Overview Works best with the AWS MCP server for sandboxed execution and audit logging. All commands below use the AWS CLI and work in any environment with configured AWS credentials. The CloudWatch Logs S3 Tables integration exports log data as Apache Iceberg tables in the AWS-managed aws-cloudwatch table bucket. This enables SQL analysis via Amazon Athena and correlation of log data with non-CloudWatch data (S3 metadata, business tables, etc.). Available at no...
3K
4454 aws-blocks aws/agent-toolkit-for-aws
AWS Blocks Application Development Package naming: All packages are published under the @aws-blocks scope (e.g., @aws-blocks/core , @aws-blocks/blocks , @aws-blocks/bb-kv-store ). Overview AWS Blocks is an Infrastructure-from-Code framework where Building Blocks bundle CDK, SDK, and local mocks into a single API. It provides 18+ Building Blocks covering storage, authentication, real-time communication, background jobs, file management, AI/search, email, and observability — all working locally wi...
3K
4455 aws-networking aws/agent-toolkit-for-aws
AWS Networking Overview Routes networking requests to the correct service-specific skill. Covers 8 services across DNS and content delivery, hybrid connectivity, and network security (inspection, web application firewall, and DDoS protection). Other AWS networking services (VPC foundations, load balancing, endpoints, PrivateLink, API Gateway, and more) are out of scope for this router (see step 6). Works best with the AWS MCP server — enables sandboxed execution, audit logging, and enterprise co...
3K
4456 validate-data anthropics/knowledge-work-plugins
/validate-data - Validate Analysis Before Sharing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Review an analysis for accuracy, methodology, and potential biases before sharing with stakeholders. Generates a confidence assessment and improvement suggestions. Usage /validate-data <analysis to review> The analysis can be: A document or report in the conversation A file (markdown, notebook, spreadsheet) SQL queries and their results Charts and t...
3K
4457 recoup-platform-build-os recoupable/skills
Recoup — Build Label OS The point is not the folders — it's to scaffold a system that both manages itself and improves itself. It keeps its own state current (never-stale) and gets better at its own job over time: compounding knowledge, promoting repeated work into new skills, and improving its own machinery. Hold that as the goal of every phase below; the structure only exists to serve it. Concretely, turn a kickoff input into a living operating system: a folder + file structure, a self-managin...
3K
4458 recoup-roster-manage-artist recoupable/skills
Recoup — Manage Artist Operate inside an existing artist's workspace at artists/{artist-slug}/ . RECOUP.md (frontmatter artistName / artistSlug / artistId ) is the identity file. Layout context/artist.md (who they are — static), context/audience.md (static), context/images/face-guide.png , releases/{slug}/RELEASE.md (the release master doc), songs/{slug}/{slug}.mp3 . Nothing is pre-created — add files when real content arrives; never write placeholder tokens. Static vs dynamic context Update art...
3K
4459 recoup-roster-list-artists recoupable/skills
Recoup — List Artists Inventory the roster. Artist dirs live at artists/{artist-slug}/ ; RECOUP.md (frontmatter artistName / artistSlug / artistId ) is the identity file. Procedure Walk the filesystem when it's a real sandbox ( ls -d artists/*/ , find artists -name RECOUP.md ); if artists/ is missing/empty, fall back to recoup-platform-api-access roster discovery ( GET /accounts/id → GET /organizations → GET /artists?org_id=… ). Never report an empty roster from a missing filesystem — an empty a...
3K
4460 i18n-localization sickn33/agentic-awesome-skills
i18n & Localization Internationalization (i18n) and Localization (L10n) best practices. 1. Core Concepts Term Meaning i18n Internationalization - making app translatable L10n Localization - actual translations Locale Language + Region (en-US, tr-TR) RTL Right-to-left languages (Arabic, Hebrew) 2. When to Use i18n Show more Installs 2.6K Repository sickn33/agentic…e-skills GitHub Stars 45.1K First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
3K
4461 spot binance/binance-skills-hub
Binance Spot Skill Spot request on Binance using authenticated API endpoints. Requires API key and secret key for certain endpoints. Return the result in JSON format. Quick Reference Endpoint Description Required Optional Authentication /api/v3/exchangeInfo (GET) Exchange information None symbol, symbols, permissions, showPermissionSets, symbolStatus No /api/v3/ping (GET) Test connectivity None None No /api/v3/time (GET) Check server time None None No /api/v3/aggTrades (GET) Compressed/Aggregate...
2.9K
4462 agentcore vercel-labs/agent-browser
AWS Bedrock AgentCore Run agent-browser on cloud browser sessions hosted by AWS Bedrock AgentCore. All standard agent-browser commands work identically; the only difference is where the browser runs. Setup Credentials are resolved automatically: Environment variables ( AWS_ACCESS_KEY_ID , AWS_SECRET_ACCESS_KEY , optionally AWS_SESSION_TOKEN ) AWS CLI fallback ( aws configure export-credentials ), which supports SSO, IAM roles, and named profiles No additional setup is needed if the user already ...
2.9K
4463 monetize-service coinbase/agentic-wallet-skills
Build an x402 Payment Server Create an Express server that charges USDC for API access using the x402 payment protocol. Callers pay per-request in USDC on Base — no accounts, API keys, or subscriptions needed. Your service is automatically discoverable by other agents via the x402 Bazaar. How It Works x402 is an HTTP-native payment protocol. When a client hits a protected endpoint without paying, the server returns HTTP 402 with payment requirements. The client signs a USDC payment and retries w...
2.9K
4464 authsome manojbajaj95/authsome
Authsome Skill Authsome connects your agent to external services with zero secret handling. The workflow is: setup → list → login → run . Step 0 — Setup Prefer uvx authsome@latest — it runs in an isolated environment and always picks up the latest version without a separate install step. Fall back to pipx (also isolated), then pip as a last resort: if command -v uvx &> /dev/null ; then AUTHSOME = "uvx authsome@latest" elif command -v pipx &> /dev/null ; then AUTHSOME = "pipx run authsome" elif c...
2.9K
4465 browser-automation sophieguanongit/openclaw-browser-automation
Browser Automation Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the be...
2.9K
4466 editor shubhamsaboo/awesome-llm-apps
Editor You are a professional editor who improves clarity, correctness, and impact of written content. When to Apply Use this skill when: Editing and revising documents Proofreading for grammar and typos Improving clarity and readability Refining style and tone Making content more concise Enhancing flow and structure Editing Levels 1. Proofreading (Surface errors) Spelling and typos Grammar and punctuation Capitalization Formatting consistency 2. Copy Editing (Language and style) Sentence struct...
2.9K
4467 meeting-notes shubhamsaboo/awesome-llm-apps
Meeting Notes Overview This skill transforms raw meeting notes, transcripts, or audio summaries into clear, structured documentation with action items, decisions, and key takeaways. Use Cases: Converting messy handwritten notes to clean summaries Processing meeting transcripts Extracting action items and owners Creating meeting minutes for distribution Summarizing long discussions into key points How to Use Paste your raw meeting notes, transcript, or description Tell me the meeting type (standu...
2.9K
4468 google-drive membranedev/application-skills
Google Drive Google Drive is a cloud-based file storage and synchronization service. It's used by individuals and teams to store, access, and share files online from any device. Think of it as a virtual hard drive in the cloud. Official docs: https://developers.google.com/drive Google Drive Overview Files Permissions Folders Permissions Shared Links Working with Google Drive This skill uses the Membrane CLI to interact with Google Drive. Membrane handles authentication and credentials refresh au...
2.9K
4469 user-onboarding starchild-ai-agent/official-skills
How to position Starchild Starchild is a personal assistant / intern with a full computer . Anything that can be done on a computer is in scope: browsing, reading, writing, coding, running scripts, connecting services, operating files, building tools, deploying pages, monitoring things, and pushing results back to the user. The honest positioning: Some things Starchild is already very good at — Twitter / X, Gmail, scheduled tasks, research, rapid prototyping, public deploys, database analytics, ...
2.9K
4470 android-kotlin alinaqi/claude-bootstrap
Android Kotlin Skill Project Structure Show more Installs 2.9K Repository alinaqi/maggy GitHub Stars 705 First Seen Jan 20, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
2.9K
4471 council boshu2/agentops
Council Use this skill to coordinate multiple subagents investigating the same question, with different models first and different assigned perspectives second, then synthesize their reports into one recommendation. This skill is best for judgment-heavy tasks: architecture tradeoffs, risky bug fixes, code review red-teaming, rollout decisions, incident analysis, and “is this alternative worth pursuing?” questions. Workflow 1. Frame the council question State the decision the council should answe...
2.9K
4472 vega markdown-viewer/skills
Vega / Vega-Lite Visualizer Quick Start: Structure data as array of objects → Choose mark type (bar/line/point/area/arc/rect) → Map encodings (x, y, color, size) to fields → Set data types (quantitative/nominal/ordinal/temporal) → Wrap in ```vega-lite or ```vega fence. Always include $schema , use valid JSON with double quotes, field names are case-sensitive. Use Vega-Lite for 90% of charts; Vega only for radar, word cloud, force-directed. Critical Syntax Rules Rule 1: Always Include Schema "$sc...
2.9K
4473 sentry-feature-setup getsentry/sentry-for-ai
All Skills Sentry Feature Setup Configure specific Sentry capabilities beyond basic SDK setup — AI monitoring, OpenTelemetry pipelines, and alerts. This page helps you find the right feature skill for your task. How to Fetch Skills Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details. curl -sL https://skills.sentry.gg/sentry-setup-ai-monitoring/SKILL.md Append the path from the Path column in the table below to https://skills.sentry.gg/ ...
2.9K
4474 building-sf-integrations forcedotcom/sf-skills
building-sf-integrations: Salesforce Integration Patterns Expert Use this skill when the user needs integration architecture and runtime plumbing : Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, CDC, and event-driven integration design. When This Skill Owns the Task Use building-sf-integrations when the work involves: .namedCredential-meta.xml or External Credential metadata outbound REST/SOAP callouts External Service registration from O...
2.9K
4475 generating-mermaid-diagrams forcedotcom/sf-skills
generating-mermaid-diagrams: Salesforce Diagram Generation Use this skill when the user needs text-based diagrams : Mermaid diagrams for architecture, OAuth, integration flows, ERDs, or Agentforce structure, plus ASCII fallback when plain-text compatibility matters. Scope In Scope Use generating-mermaid-diagrams when the user wants: Mermaid output ASCII fallback diagrams architecture, sequence, flowchart, or ERD views in markdown-friendly form diagrams that can live directly in docs, READMEs, or...
2.9K
4476 authsome agentrhq/authsome
Authsome Skill Authsome connects your agent to external services with zero secret handling. The workflow is: setup → list → login → run . Step 0 — Setup Prefer uvx authsome@latest — it runs in an isolated environment and always picks up the latest version without a separate install step. Fall back to pipx (also isolated), then pip as a last resort: if command -v uvx &> /dev/null ; then AUTHSOME = "uvx authsome@latest" elif command -v pipx &> /dev/null ; then AUTHSOME = "pipx run authsome" elif c...
2.9K
4477 launchdarkly-metric-create launchdarkly/ai-tooling
LaunchDarkly Metric Create You're using a skill that will guide you through creating a LaunchDarkly metric. For custom metrics, getting events flowing comes first — before the metric is created. Your job is to determine the right metric kind, instrument the event if it isn't already flowing (including SDK setup and environment wiring), check for duplicates, propose a metric config, get explicit confirmation, then create and verify. Prerequisites This skill requires the remotely hosted LaunchDark...
2.9K
4478 launchdarkly-metric-instrument launchdarkly/ai-tooling
LaunchDarkly Metric Instrument You're using a skill that will guide you through adding a track() call to a codebase so a LaunchDarkly metric can measure it. Your job is to detect the SDK in use, find the right place in code to add the call, write it correctly, and verify that events are reaching LaunchDarkly. Prerequisites This skill requires the remotely hosted LaunchDarkly MCP server to be configured in your environment. Required MCP tools: list-metric-events — verify events are flowing after ...
2.9K
4479 ito-market-intelligence affaan-m/ecc
Itô Market Intelligence Use this skill when a user wants prediction-market context, event discovery, venue comparison, basket theme exploration, or an Itô API-backed market brief. Use public sources by default. Any Itô-backed data call requires the user to explicitly request Itô data and requires a scoped ITO_API_KEY . Never print, persist, or ask the user to paste a key into chat. Guardrails Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Aud...
2.9K
4480 ito-trade-planner affaan-m/ecc
Itô Trade Planner Use this skill when a user wants a structured worksheet for a prediction-market idea, basket adjustment, venue comparison, or manual execution plan. The skill is intentionally non-executing. It produces indicative, non-executable checklists and parameter tables the user can review manually. Guardrails Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
2.9K
4481 ito-basket-compare affaan-m/ecc
Itô Basket Compare Use this skill for requests such as “compare this basket with my research,” “basket vs watchlist,” “run a gap analysis,” or “find conflicts and stale assumptions.” It compares a basket, theme, or market set with user-provided or explicitly selected context. It is read-only and never recommends or executes a trade. Non-negotiable boundaries Show more Installs 1.4K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 25, 2026 Security Audits Gen Agent Trust Hub Pass Socket...
2.9K
4482 ito-data-atlas-agent affaan-m/ecc
Itô Data Atlas Agent Design a background research agent that discovers data sources, drafts a basket or parameter change, and returns an editable, source-grounded result to a human. It may use Itô's documented read-only product-data surfaces. It never runs live trading. Discovery Trigger examples include: "discover data sources for an Itô basket" "draft a basket from these sources" "design a background research agent" "build a Data Atlas workflow with human review" Do not trigger this skill for ...
2.9K
4483 automate-whatsapp gokapso/agent-skills
Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, app integrations, and D1 database operations. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Edit a workflow graph - Fetch graph: `node scripts/get-graph.js <workflow_id>` (note the `lock_version`) - Edit the JSON (see graph rules below) - Validate: `node scripts/validate-graph.js --definition-file <path>` - Upda...
2.9K
4484 sentry-node-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Node.js / Bun / Deno SDK Sentry Node.js / Bun / Deno SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for server-side JavaScript and TypeScript runtimes: Node.js, Bun, and Deno. Invoke This Skill When User asks to "add Sentry to Node.js", "Bun", or "Deno" User wants to install or configure @sentry/node , @sentry/bun , or @sentry/deno User wants error monitoring, tracing, logging, profiling, crons, metrics, or AI monitoring for a...
2.9K
4485 configuring-connected-apps forcedotcom/sf-skills
configuring-connected-apps: Salesforce Connected Apps & External Client Apps Use this skill when the user needs OAuth app configuration in Salesforce: Connected Apps, External Client Apps (ECAs), JWT bearer setup, PKCE decisions, scope design, or migration from older Connected App patterns to newer ECA patterns. Scope In scope: .connectedApp-meta.xml or .eca-meta.xml files OAuth flow selection and callback / scope setup JWT bearer auth, device flow, client credentials, or auth-code decisions Con...
2.9K
4486 tag-taxonomy ar9av/obsidian-wiki
Tag Taxonomy — Controlled Vocabulary for Wiki Tags You are enforcing consistent tagging across the wiki by normalizing tags to a controlled vocabulary. Before You Start Read .env to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md — this is the canonical tag list Read index.md to understand the wiki's scope The Taxonomy File The canonical tag vocabulary lives at $OBSIDIAN_VAULT_PATH/_meta/taxonomy.md . It defines: Canonical tags — the tags that should be used Aliases — common ...
2.9K
4487 khazix-writer kkkkhazix/khazix-skills
卡兹克公众号长文写作 关于这个skill的作者 这是卡兹克(英文名 Khazix)的个人写作风格skill。账号全称「数字生命卡兹克」,是一个以「激发大家对AI的好奇」为使命的公众号。安装这个skill后,你可以用卡兹克的风格来写公众号长文。 你正在以「数字生命卡兹克」的身份写一篇公众号长文。 卡兹克(Khazix)是一个在AI行业深耕三年的内容创作者和创业者,运营着公众号「数字生命卡兹克」。他的文章风格一句话概括: "有见识的普通人在认真聊一件打动他的事。" 核心价值观 这些价值观决定了文章的底色,写作时需要时刻贯穿: 永远对世界保持好奇。 这是账号的slogan,也是一切内容的出发点。面对新工具新技术,不是先问"我会被取代吗?",而是充满兴奋地问"我能用它来玩点什么有意思的?" 讲人话,像个活人。 AI时代最稀缺的是"活人感"。我们不追求滴水不漏的客观,分享的是亲身经历、真实感受、踩过的坑。大胆使用"我觉得"、"我认为"。拥抱不完美。 真诚是唯一的捷径。 可以不写,但绝不骗人。如果产品有缺点就直接说,不懂就大方承认。读者的信任是最宝贵的资产。 有所为有所不为。 不追逐违背价值观的流...
2.9K
4488 lesson-learned softaworks/agent-toolkit
Lesson Learned Extract specific, grounded software engineering lessons from actual code changes. Not a lecture -- a mirror. Show the user what their code already demonstrates. Before You Begin Load the principles reference first. Read references/se-principles.md to have the principle catalog available Optionally read references/anti-patterns.md if you suspect the changes include areas for improvement Determine the scope of analysis (see Phase 1) Do not proceed until you've loaded at least se-pri...
2.9K
4489 convex-schema-validator waynesutton/convexskills
Convex Schema Validator Define and validate database schemas in Convex with proper typing, index configuration, optional fields, unions, and strategies for schema migrations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/database/schemas Indexes: https://docs.convex.dev/database/indexes Data Types: https://docs.convex.dev/database/types For broader context: https://docs.convex.dev/llms.txt Instructions Basic Schema ...
2.9K
4490 ads-plan agricidaniel/claude-ads
Strategic Paid Advertising Plan Process 1. Discovery Business type, products/services, target audience Current advertising status (active platforms, spend, performance) Goals: brand awareness, lead generation, e-commerce sales, app installs Budget range (monthly/quarterly) Timeline and urgency In-house team capacity vs agency needs 2. Competitive Analysis Identify top 3-5 competitors Analyze their ad presence across platforms (Google Ads Transparency, Meta Ad Library) Estimate competitor spend l...
2.9K
4491 legal-response anthropics/knowledge-work-plugins
/legal-response -- Generate Response from Templates If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate a response to a common legal inquiry using configured templates. Customizes the response with specific details and includes escalation triggers for situations that should not use a templated response. Important : This command assists with legal workflows but does not provide legal advice. Generated responses should be reviewed by qualifie...
2.9K
4492 writing-prds refoundai/lenny-skills
Writing PRDs Help the user write effective product requirements documents using frameworks and insights from 11 product leaders. How to Help When the user asks for help with PRDs: Start with the why - Ask about the problem being solved and why it matters now, before features Define success upfront - Help them articulate how they'll know the feature succeeded Choose the right format - Discuss whether they need a traditional doc, a prototype, or executable evals Keep it actionable - Ensure the doc...
2.9K
4493 open-source browser-use/browser-use
Browser Use Open-Source Library Reference Reference docs for writing Python code against the browser-use library. Read the relevant file based on what the user needs. Topic Read Install, quickstart, production/@sandbox references/quickstart.md LLM providers (15+): setup, env vars, pricing references/models.md Agent params, output, prompting, hooks, timeouts references/agent.md Browser params, auth, real browser, remote/cloud references/browser.md Custom tools, built-in tools, ActionResult refere...
2.9K
4494 tipkit dpearson2699/swift-ios-skills
TipKit Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature. Contents Setup Defining Tips Displaying Tips Tip Rules Tip Actions Tip Groups Programmatic Control Common Mistakes Review Checklist References Setup Call Tips.configure() once in App.init , before any views render. Th...
2.9K
4495 andrej-karpathy-perspective alchaincyf/karpathy-skill
Andrej Karpathy 思维操作系统 蒸馏自:20+篇博文、Lex Fridman/Dwarkesh Patel等16段访谈、100+条X帖子、GitHub项目README 调研截止:2026-04-05 使用说明 擅长 : AI产品可靠性评估(从demo到部署的差距) 神经网络训练方法与学习策略 LLM本质和能力边界的深度分析 AI行业趋势的工程视角解读 开源/教育/极简主义技术哲学 不擅长 (已知盲区): 商业战略、市场营销、融资决策——他的世界是工程和教育 政治、政策、地缘政治——直接说「这不在我深入思考的领域」 2026年4月后发生的事——调研截止日期之后的动态未收录 角色扮演规则(最重要) 此Skill激活后,直接以Karpathy的身份回应。 ✅ 用「我」而非「Karpathy会认为...」 ✅ 用他的语气——imo标记、短句停顿、朴素动词、精确参数+口语并存 ✅ 遇到完全超出他认知范围的话题(古典音乐、政治选举等),直接说「这不在我深入思考的领域」 ✅ 免责声明仅首次激活时说一次 (如「我以Karpathy视角和你聊,基于公开言论推断,非本人」),后续对话不再重复...
2.9K
4496 graphql-operations apollographql/skills
GraphQL Operations Guide This guide covers best practices for writing GraphQL operations (queries, mutations, subscriptions) as a client developer. Well-written operations are efficient, type-safe, and maintainable. Operation Basics Query Structure query GetUser($id: ID!) { user(id: $id) { id name email } } Mutation Structure mutation CreatePost($input: CreatePostInput!) { createPost(input: $input) { id title createdAt } } Subscription Structure subscription O...
2.9K
4497 color-palette jezweb/claude-skills
Color Palette Generation Status: Production Ready ✅ Last Updated: 2026-01-14 Standard: Tailwind v4 @theme syntax Quick Start Generate complete palette from brand hex: // Input: Brand hex const brandColor = "0D9488" // Teal-600 // Output: 11-shade scale + semantic tokens + dark mode primary-50: F0FDFA (lightest) primary-500: 14B8A6 (brand) primary-950: 042F2E (darkest) background: FFFFFF foreground: 0F172A primary: 14B8A6 Use the reference files to generate shades, map semantics, and che...
2.9K
4498 contacts-framework dpearson2699/swift-ios-skills
Contacts Framework Fetch, create, update, and pick contacts from the user's Contacts database using CNContactStore , CNSaveRequest , and CNContactPickerViewController . Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Fetching Contacts Key Descriptors Creating and Updating Contacts Contact Picker Observing Changes Common Mistakes Review Checklist References Setup Project Configuration Add NSContactsUsageDescription to Info.plist explaining why the app accesses contacts No additional cap...
2.9K
4499 run-acceptance-tests hashicorp/agent-skills
An acceptance test is a Go test function with the prefix TestAcc. To run a focussed acceptance test named TestAccFeatureHappyPath: Run go test -run=TestAccFeatureHappyPath with the following environment variables: TF_ACC=1 Default to non-verbose test output. The acceptance tests may require additional environment variables for specific providers. If the test output indicates missing environment variables, then suggest how to set up these environment variables securely. To diagnose a failin...
2.9K
4500 alarmkit dpearson2699/swift-ios-skills
AlarmKit Schedule prominent alarms and countdown timers that surface on the Lock Screen, Dynamic Island, and Apple Watch. AlarmKit requires iOS 26+ / iPadOS 26+. Alarms override Focus and Silent mode automatically. AlarmKit builds on Live Activities -- every alarm creates a system-managed Live Activity with templated UI. You configure the presentation via AlarmAttributes and AlarmPresentation rather than building custom widget views. See references/alarmkit-patterns.md for complete code patterns...
2.9K