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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,410
总 Skills
34.1M
总安装量
2,437
贡献者
# Skill 仓库 描述 安装量
5001 sensorkit dpearson2699/swift-ios-skills
SensorKit Collect research-grade sensor data from iOS and watchOS devices for approved research studies. SensorKit provides access to ambient light, motion, device usage, keyboard metrics, visits, phone/messaging usage, speech metrics, face metrics, wrist temperature, heart rate, ECG, and PPG data. Targets Swift 6.3 / iOS 26+. SensorKit is restricted to Apple-approved research studies. Apps must submit a research proposal to Apple and receive the com.apple.developer.sensorkit.reader.allow entitl...
442
5002 amazon-working-backwards robdefeo/agent-skills
Amazon Working Backwards The Working Backwards process moves from idea to PR-FAQ in two phases: first answer the 5 Questions to force clarity of thinking, then write a PR-FAQ document that brings the idea to life for readers. Workflow Determine the entry point based on what the user provides: Starting from a rough idea or proposal? → Follow the "5 Questions Phase" below Have 5Q answers to refine/verify? → Read references/five-questions-guide.md and apply the verification checklist Ready to write...
441
5003 algolia-search sickn33/antigravity-awesome-skills
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
441
5004 firebase-ai-logic firebase/skills
Firebase AI Logic Basics Overview Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers. It supports the two Gemini API providers: Gemini Developer API : It has a free...
441
5005 writing-clearly-and-concisely obra/the-elements-of-style
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
441
5006 sadd:do-in-steps neolabhq/context-engineering-kit
do-in-steps CRITICAL: You are the orchestrator - you MUST NOT perform the subtasks yourself. Your role is to: Analyze and decompose the task Select optimal models and agents for each subtask Dispatch sub-agents with proper prompts Dispatch judge to verify step completion Iterate if judge fails the step (max 2 retries) Collect outputs and pass context forward Report final results RED FLAGS - Never Do These NEVER: Read implementation files to understand code details (let sub-agents do this) Write ...
441
5007 asc-shots-pipeline rudrankriyam/asc-skills
asc screenshots pipeline (xcodebuild -> AXe -> frame -> asc) Use this skill for agent-driven screenshot workflows where the app is built and launched with Xcode CLI tools, UI is driven with AXe, and screenshots are uploaded with asc . Current scope Implemented now: build/run, AXe plan capture, frame composition, and upload. Device discovery is built-in via asc screenshots list-frame-devices . Local screenshot automation commands are experimental in asc cli. Framing is pinned to Koubou 0.13.0 for...
441
5008 difit-review yoshiko-pg/difit
Difit Review Overview This skill launches a requested git diff in a viewer that is easy for humans to read. At the same time, the agent can attach arbitrary comments via the --comment option. This comment mechanism is well suited for code review findings and code explanations. Before running commands, choose <difit-command> using the following rule: If command -v difit succeeds, use difit . Otherwise, use npx difit . If falling back to npx difit would require network access in a sandboxed enviro...
441
5009 tabletopkit dpearson2699/swift-ios-skills
TabletopKit Create multiplayer spatial board games on a virtual table surface using TabletopKit. Handles game layout, equipment interaction, player seating, turn management, state synchronization, and RealityKit rendering. visionOS 2.0+ only. Targets Swift 6.3. Contents Setup Game Configuration Table and Board Equipment (Pieces, Cards, Dice) Player Seats Game Actions and Turns Interactions RealityKit Rendering Group Activities Integration Common Mistakes Review Checklist References Setup Platfor...
441
5010 browserenginekit dpearson2699/swift-ios-skills
BrowserEngineKit Framework for building web browsers with alternative (non-WebKit) rendering engines on iOS and iPadOS. Provides process isolation, XPC communication, capability management, and system integration for browser apps that implement their own HTML/CSS/JavaScript engine. Targets Swift 6.3 / iOS 26+. BrowserEngineKit is a specialized framework. Alternative browser engines are currently supported for distribution in the EU. Japan requires Memory Integrity Enforcement (MIE) for alternati...
441
5011 stock-analyst chengzuopeng/stock-sdk-mcp
📊 股票技术分析专家 描述 你是一位专业的股票技术分析师,擅长通过 K 线形态和技术指标(MA、MACD、KDJ、RSI、BOLL 等)分析股票走势,给出客观专业的技术分析报告。 能力范围 分析 A 股、港股、美股的技术走势 识别 K 线形态(头肩顶/底、双顶/底、三角形整理等) 解读技术指标信号(金叉/死叉、超买/超卖、背离等) 判断支撑位和压力位 评估短期、中期趋势 给出买入/卖出/持有建议 使用方法 用户可以通过以下方式触发分析: "分析一下 XXX 的技术走势" "XXX 最近的 MACD 走势如何?" "帮我看看 XXX 是否值得买入" "XXX 的支撑位在哪里?" 执行步骤 当用户请求分析某只股票时,按照以下步骤执行: 步骤 1: 获取实时行情 使用 get_quotes_by_query 工具查询股票的实时行情,了解当前价格、涨跌幅、成交量等基本信息。 { "tool" : "get_quotes_by_query" , "arguments" : { "queries" : [ "用户提到的股票名称或代码" ] } } 步骤 2: 获取带技术指标的 K 线数据 使用 g...
440
5012 agent-teams-simplify-and-harden pskoett/pskoett-ai-skills
Agent Teams Simplify & Harden Install npx skills add pskoett/pskoett-ai-skills/agent-teams-simplify-and-harden A two-phase team loop that produces production-quality code: implement , then audit using simplify + harden passes , then fix audit findings , then re-audit , repeating until the codebase is solid or the loop cap is reached. When to Use Implementing multiple features from a spec or plan Hardening a codebase after a batch of changes Fixing a list of issues or gaps identified in a review ...
440
5013 prd-planner charon-fan/agent-playbook
PRD Planner A PRD creation skill that uses persistent file-based planning to maintain coherent thinking and avoid "left-brain vs right-brain" context switching issues. When This Skill Activates This skill activates when you: Explicitly say "PRD", "prd", "create a PRD", or "产品需求文档" Say "product requirements document" or "产品需求" Mention "write a PRD for..." Say "PRD planning" or "PRD 设计" If user says "design solution" or "architecture design" without mentioning PRD, use architecting-solutions ...
440
5014 semgrep semgrep/skills
Semgrep Static Analysis When to Use Semgrep Ideal scenarios: Quick security scans (minutes, not hours) Pattern-based bug detection Enforcing coding standards and best practices Finding known vulnerability patterns Single-file analysis without complex data flow First-pass analysis before deeper tools Consider CodeQL instead when: Need interprocedural taint tracking across files Complex data flow analysis required Analyzing custom proprietary frameworks When NOT to Use Do NOT use this skill f...
440
5015 git:create-pr neolabhq/context-engineering-kit
How to Create a Pull Request Using GitHub CLI This guide explains how to create pull requests using GitHub CLI in our project. Important : All PR titles and descriptions should be written in English. Prerequisites Check if gh is installed, if not follow this instruction to install it: Install GitHub CLI if you haven't already: macOS brew install gh Windows winget install --id GitHub.cli Linux Follow instructions at https://github.com/cli/cli/blob/trunk/docs/install_linux.md Authenticate with...
440
5016 sadd:tree-of-thoughts neolabhq/context-engineering-kit
tree-of-thoughts Pattern: Tree of Thoughts (ToT) This command implements a six-phase systematic reasoning pattern with adaptive strategy selection: Phase 1: Exploration (Propose Approaches) ┌─ Agent A → Proposals A1, A2 (with probabilities) ─┐ Task ───┼─ Agent B → Proposals B1, B2 (with probabilities) ─┼─┐ └─ Agent C → Proposals C1, C2 (with probabilities) ─┘ │ │ Phase 2: Pruning (Vote for Best 3) │ ┌─ Judge 1 → Votes + Rationale ─┐ │ ├─ Judge 2 → ...
440
5017 shipping-page-generator kostja94/marketing-skills
Pages: Shipping / Delivery Guides shipping and delivery information page content for e-commerce. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Identify: Regions : Domestic, international Carriers : Options, costs Timelines : Standard, express, cutoff times Best Practices Essential Elements Element Purp...
440
5018 favicon-generator kostja94/marketing-skills
Components: Favicon Guides favicon and app icon implementation for brand consistency across browser tabs, bookmarks, mobile home screens, and Google Search results . Favicons help users identify sites; missing or incorrect icons hurt trust. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for produc...
440
5019 twitter-cards kostja94/marketing-skills
SEO On-Page: Twitter Cards Guides implementation of Twitter Card meta tags for X (Twitter) link previews. Twitter falls back to Open Graph if Twitter-specific tags are missing; add both for best results. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Social Sharing) Twitter Cards : X-specific meta tags; control how...
440
5020 indexnow kostja94/marketing-skills
SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) IndexNow : Submit URLs to Bing/Yandex for faster indexing URL notification : Notify search engines of new or updated URLs Initial Assessment ...
440
5021 hf-cli huggingface/skills
Install: curl -LsSf https://hf.co/cli/install.sh | bash -s . The Hugging Face Hub CLI tool hf is available. IMPORTANT: The hf command replaces the deprecated huggingface-cli command. Use hf --help to view available functions. Note that auth commands are now all under hf auth e.g. hf auth whoami . Generated with huggingface_hub v1.6.0 . Run hf skills add --force to regenerate. Commands hf download REPO_ID — Download files from the Hub. hf env — Print information about the environment. hf sync — S...
440
5022 architecture-decision-records sickn33/antigravity-awesome-skills
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. When to Use This Skill Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Core Concepts 1. What is an ADR? An Architecture Decision Record cap...
440
5023 accessorysetupkit dpearson2699/swift-ios-skills
AccessorySetupKit Privacy-preserving accessory discovery and setup for Bluetooth and Wi-Fi devices. Replaces broad Bluetooth/Wi-Fi permission prompts with a system-provided picker that grants per-accessory access with a single tap. Available iOS 18+ / Swift 6.3. After setup, apps continue using CoreBluetooth and NetworkExtension for communication. AccessorySetupKit handles only the discovery and authorization step. Contents Setup and Entitlements Discovery Descriptors Presenting the Picker Event...
440
5024 homekit dpearson2699/swift-ios-skills
HomeKit Control home automation accessories and commission Matter devices. HomeKit manages the home/room/accessory model, action sets, and triggers. MatterSupport handles device commissioning into your ecosystem. Targets Swift 6.3 / iOS 26+. Contents Setup HomeKit Data Model Managing Accessories Reading and Writing Characteristics Action Sets and Triggers Matter Commissioning MatterAddDeviceExtensionRequestHandler Common Mistakes Review Checklist References Setup HomeKit Configuration Enable the...
440
5025 cryptotokenkit dpearson2699/swift-ios-skills
CryptoTokenKit Access security tokens and the cryptographic assets they store using the CryptoTokenKit framework. Covers token driver extensions, smart card communication, token sessions, keychain integration, and certificate-based authentication. Targets Swift 6.3. Platform availability: CryptoTokenKit is primarily a macOS framework. Smart card reader access ( TKSmartCard , TKSmartCardSlotManager ) requires macOS. Token extension APIs ( TKTokenDriver , TKToken , TKTokenSession ) are macOS-only....
440
5026 dockkit dpearson2699/swift-ios-skills
DockKit Framework for integrating with motorized camera stands and gimbals that physically track subjects by rotating the iPhone. DockKit handles motor control, subject detection, and framing so camera apps get 360-degree pan and 90-degree tilt tracking with no additional code. Apps can override system tracking to supply custom observations, control motors directly, or adjust framing. iOS 17+, Swift 6.3. Contents Setup Discovering Accessories System Tracking Custom Tracking Framing and Region of...
440
5027 passkit dpearson2699/swift-ios-skills
PassKit Accept Apple Pay payments for physical goods and services, and add passes to the user's Wallet. Covers payment buttons, payment requests, authorization, Wallet passes, and merchant configuration. Targets Swift 6.3 / iOS 26+. Contents Setup Displaying the Apple Pay Button Creating a Payment Request Presenting the Payment Sheet Handling Payment Authorization Wallet Passes Checking Pass Library Common Mistakes Review Checklist References Setup Project Configuration Enable the Apple Pay capa...
440
5028 pdf-ocr yejinlei/pdf-ocr-skill
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
439
5029 pdf processing pro davila7/claude-code-templates
PDF Processing Pro Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows. Quick start Extract text from PDF import pdfplumber with pdfplumber . open ( "document.pdf" ) as pdf : text = pdf . pages [ 0 ] . extract_text ( ) print ( text ) Analyze PDF form (using included script) python scripts/analyze_form.py input.pdf --output fields.json Returns: JSON with all form fields, types, and positions Fill PDF form with validation...
439
5030 caveman-cn juliusbrussee/caveman
Caveman CN Mode Core Rule 像聪明穴居人一样用中文回答。技术内容不丢。废话消失。 Grammar 去客套 去铺垫 去无信息量过渡词 优先短句、短分句、短词组 允许残句 技术术语保持精确 代码块不改 报错原文照引 风险提示与不可逆操作确认恢复正常清晰中文 Pattern [问题] [动作] [原因]。[下一步]。 不这样: 当然可以,我来详细帮你分析一下这个问题。它大概率是由……造成的。 这样: 鉴权中间件有 bug。过期判断写错。把 < 改 <= 。然后重测登录。 Examples 用户: 为什么 React 组件一直重渲染? 普通: "组件之所以会重复渲染,很可能是因为你在每次渲染时都创建了一个新的对象引用。当这个内联对象作为 prop 传入时,React 的浅比较会把它视为新值,于是触发重渲染。建议用 useMemo 缓存这个对象。" Caveman CN: "每次 render 都新对象引用。prop 浅比较次次变。于是重渲染。包进 useMemo 。" 用户: 怎么配置 PostgreSQL 连接池? Caveman CN: 用 `pg` 的 pool:...
439
5031 camoufox-cli bin-huang/camoufox-cli
Anti-Detect Browser Automation with camoufox-cli What Makes This Different camoufox-cli is built on Camoufox (anti-detect Firefox) with C++-level fingerprint spoofing: navigator.webdriver = false Real browser plugins, randomized canvas/WebGL/audio fingerprints Real Firefox UA string -- passes bot detection on sites that block Chromium automation Use camoufox-cli instead of agent-browser when the target site has bot detection. Core Workflow Every browser automation follows this pattern: Navigate ...
439
5032 email-management-expert sundial-org/awesome-openclaw-skills
Email Management Expert Skill You are an expert email management assistant with deep knowledge of productivity workflows and the Apple Mail MCP tools. Your role is to help users efficiently manage their inbox, organize emails, and maintain email productivity. Core Principles Start with Overview : Always begin with get_inbox_overview() to understand the current state Batch Operations : Use batch operations when possible (e.g., update_email_status with filters) Safety First : Respect safety limits...
439
5033 architecture-patterns sickn33/antigravity-awesome-skills
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
439
5034 llm-security semgrep/skills
Comprehensive security rules for building secure LLM applications. Based on the OWASP Top 10 for Large Language Model Applications 2025 - the authoritative guide to LLM security risks. How It Works - When building or reviewing LLM applications, reference these security guidelines - Each rule includes vulnerable patterns and secure implementations - Rules cover the complete LLM application lifecycle: training, deployment, and inference Categories Critical Impact - LLM01: Prompt Injectio...
439
5035 customaize-agent:agent-evaluation neolabhq/context-engineering-kit
Evaluation Methods for Claude Code Agents Evaluation of agent systems requires different approaches than traditional software or even standard language model applications. Agents make dynamic decisions, are non-deterministic between runs, and often lack single correct answers. Effective evaluation must account for these characteristics while providing actionable feedback. A robust evaluation framework enables continuous improvement, catches regressions, and validates that context engineering cho...
439
5036 parasite-seo kostja94/marketing-skills
SEO: Parasite SEO Guides parasite SEO (also "barnacle SEO")—publishing optimized content on high-authority third-party platforms (Medium, Reddit, LinkedIn, Grokipedia, etc.) to leverage their domain strength for rankings and backlinks, bypassing the need to build your own site's authority from scratch. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go d...
439
5037 configurator uniswap/uniswap-ai
CCA Configuration Configure Continuous Clearing Auction (CCA) smart contract parameters for fair and transparent token distribution. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through a bulk interactive form configuration flow using AskUserQuestion. Collect par...
439
5038 memory-evolution nhadaututtheky/neural-memory
Memory Evolution Agent You are a Memory Evolution Specialist for NeuralMemory. You analyze how memories are actually used — what gets recalled, what gets ignored, what causes confusion — and transform those observations into concrete optimization actions. You operate like a database performance tuner, but for human-like neural memory graphs. Instruction Analyze memory usage patterns and optimize: $ARGUMENTS If no specific focus given, run the full evolution cycle. Required Output Usage analysis ...
439
5039 write-api-reference vercel/next.js
Writing API Reference Pages Goal Produce an API reference page that documents a single API surface (function, component, file convention, directive, or config option). The page should be concise, scannable, and example-driven. Each page documents one API . If the API has sub-methods (like cookies.set() ), document them on the same page. If two APIs are independent, they get separate pages. Structure Identify which category the API belongs to, then follow the corresponding template. Categories Fu...
439
5040 audioaccessorykit dpearson2699/swift-ios-skills
AudioAccessoryKit Automatic audio switching and intelligent audio routing for third-party audio accessories. Enables companion apps to register audio accessories with the system, report device placement, and declare capabilities so the system can seamlessly switch audio output. Available iOS 26.4+ / Swift 6.3. Beta-sensitive. AudioAccessoryKit is new in iOS 26.4 and may change before GM. Re-check current Apple documentation before relying on specific API details. AudioAccessoryKit builds on top ...
439
5041 better-auth jezweb/claude-skills
better-auth - D1 Adapter & Error Prevention Guide Package: better-auth@1.4.16 (Jan 21, 2026) Breaking Changes: ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) ⚠️ CRITICAL: D1 Adapter Requirement better-auth DOES NOT have d1Adapter(). You MUST use: Drizzle ORM (recommended): drizzleAdapter(db, { provider: "sqlite" }) Kysely: new Kysely({ dialect: new D1Dialect({ database: env.DB }) }) See Issu...
438
5042 web-design-guidelines davila7/claude-code-templates
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
438
5043 alpine-js mindrally/skills
Alpine.js Development You are an expert in Alpine.js for building lightweight, reactive web interfaces. Core Principles Write concise, technical responses with accurate Alpine.js examples Use Alpine.js for lightweight, declarative interactivity Prioritize performance optimization and minimal JavaScript Integrate seamlessly with Tailwind CSS and backend frameworks Alpine.js Fundamentals Directives x-data - Define reactive data for a component x-bind - Bind attributes to expressions x-on - Attac...
438
5044 contact-page-generator kostja94/marketing-skills
Pages: Contact Guides contact page design and form optimization for conversions. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product-marketing-context.md or .cursor/product-marketing-context.md exists, read it for brand voice. Identify: Contact ty...
438
5045 integrated-marketing kostja94/marketing-skills
Strategies: Integrated Marketing (IMC) Guides Integrated Marketing Communications (IMC) strategy. IMC coordinates all marketing channels to deliver a consistent message and unified customer experience. Companies using integrated approaches achieve ~25% higher marketing ROI; optimized channel mixes outperform by ~27% in acquisition efficiency. When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequen...
438
5046 footer-generator kostja94/marketing-skills
Components: Footer Guides footer design for SEO, UX, and conversion. Footers provide secondary navigation, support crawlability, and engage users below the fold (66% of engagement happens there). When invoking : On first use , if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Initial Assessment Check for product marketing context first: If .claude/product...
438
5047 asc-workflow rudrankriyam/asc-skills
asc workflow Use this skill when you need lane-style automation inside the CLI using: asc workflow run asc workflow validate asc workflow list This feature is best for deterministic automation that lives in your repo, is reviewable in PRs, and can run the same way locally and in CI. Command discovery Always use --help to confirm flags and subcommands: asc workflow --help asc workflow run --help asc workflow validate --help asc workflow list --help End-to-end flow Author .asc/workflow.json Valida...
438
5048 sf-industry-commoncore-callable-apex jaganpro/sf-skills
sf-industry-commoncore-callable-apex: 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. Core Responsibilities Callable Generation : Build System.Callable classes with safe action dispatch Callable Review : Audit existing callable implementations for correctness and risks Validation & Scoring...
438
5049 coding-guidelines actionbook/rust-skills
Rust Coding Guidelines (50 Core Rules) Naming (Rust-Specific) Rule Guideline No get_ prefix fn name() not fn get_name() Iterator convention iter() / iter_mut() / into_iter() Conversion naming as_ (cheap &), to_ (expensive), into_ (ownership) Static var prefix G_CONFIG for static, no prefix for const Data Types Rule Guideline Use newtypes struct Email(String) for domain semantics Prefer slice patterns if let [first, .., last] = slice Pre-allocate Vec::with_capacity(), String::with_capacity() Avoi...
438
5050 rss-agent-viewer brooksy4503/rss-agent-viewer
RSS Agent Viewer CLI RSS/Atom feed viewer with built-in discovery, caching, and search. Quick start npx -y rss-agent-viewer init npx -y rss-agent-viewer discover https://vercel.com npx -y rss-agent-viewer add https://vercel.com/atom npx -y rss-agent-viewer read Core workflow Initialize config + database rss-viewer init Discover feeds for a site rss-viewer discover https://example.com Subscribe to a feed rss-viewer add https://example.com/feed.xml List feeds and read articles rss-viewer feeds...
437