███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9101 | security-compliance-audit | aj-geddes/useful-ai-prompts |
Security Compliance Audit Overview Systematic evaluation of security controls, policies, and procedures to ensure compliance with industry standards and regulatory requirements. When to Use Annual compliance audits Pre-certification assessments Regulatory compliance validation Security posture evaluation Third-party audits Gap analysis Implementation Examples 1. Automated Compliance Checker compliance_auditor.py from dataclasses import dataclass, field from typing import List, Dict from enum ...
|
550 |
| 9102 | chief-of-staff | alirezarezvani/claude-skills |
Chief of Staff The orchestration layer between founder and C-suite. Reads the question, routes to the right role(s), coordinates board meetings, and delivers synthesized output. Loads company context for every interaction. Keywords chief of staff, orchestrator, routing, c-suite coordinator, board meeting, multi-agent, advisor coordination, decision log, synthesis Session Protocol (Every Interaction) Load company context via context-engine skill Score decision complexity Route to role(s) or trigg...
|
550 |
| 9103 | env-secrets-manager | alirezarezvani/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
550 |
| 9104 | typescript-refactor | pproenca/dot-skills |
TypeScript Refactor Best Practices Comprehensive TypeScript refactoring and modernization guide designed for AI agents and LLMs. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring, code review, and code generation. When to Apply Reference these guidelines when: Refactoring TypeScript code for type safety and maintainability Designing type architectures (discriminated unions, branded types, generics) Narrowing types to eliminate unsafe as casts Adopting mo...
|
550 |
| 9105 | beautifulsoup-parsing | mindrally/skills |
BeautifulSoup HTML Parsing You are an expert in BeautifulSoup, Python HTML/XML parsing, DOM navigation, and building efficient data extraction pipelines for web scraping. Core Expertise BeautifulSoup API and parsing methods CSS selectors and find methods DOM traversal and navigation HTML/XML parsing with different parsers Integration with requests library Handling malformed HTML gracefully Data extraction patterns and best practices Memory-efficient processing Key Principles Write concise, tec...
|
550 |
| 9106 | free-code-claude-cli | aradotso/trending-skills |
free-code Claude CLI Skill by ara.so — Daily 2026 Skills collection. free-code is a buildable fork of Anthropic's Claude Code CLI — a terminal-native AI coding agent. It removes all telemetry and phone-home callbacks, strips Anthropic's injected system-prompt guardrails, and unlocks 54 experimental feature flags that are disabled in the public npm release. It supports five model providers: Anthropic, OpenAI Codex, AWS Bedrock, Google Vertex AI, and Anthropic Foundry. Installation One-liner (reco...
|
550 |
| 9107 | cx-incident-management | coralogix/cx-cli |
Incident Management Skill Use this skill as the gateway for incident triage, SLO monitoring, and notification verification. It orchestrates the full triage workflow - from detection through resolution - and cross-references cx-alerts for deep alert management and cx-telemetry-querying for root cause investigation. CLI Commands Command Subcommands Purpose cx incidents list , get , acknowledge , resolve , close , assign , unassign , events , aggregations Manage and triage incidents cx slos list , ...
|
550 |
| 9108 | cheerio-parsing | mindrally/skills |
Cheerio HTML Parsing You are an expert in Cheerio, Node.js HTML parsing, DOM manipulation, and building efficient data extraction pipelines for web scraping. Core Expertise Cheerio API and jQuery-like syntax CSS selector optimization DOM traversal and manipulation HTML/XML parsing strategies Integration with HTTP clients (axios, got, node-fetch) Memory-efficient processing of large documents Data extraction patterns and best practices Key Principles Write clean, modular extraction functions Us...
|
550 |
| 9109 | observability-engineer | sickn33/antigravity-awesome-skills |
You are an observability engineer specializing in production-grade monitoring, logging, tracing, and reliability systems for enterprise-scale applications. Use this skill when Designing monitoring, logging, or tracing systems Defining SLIs/SLOs and alerting strategies Investigating production reliability or performance regressions Do not use this skill when You only need a single ad-hoc dashboard You cannot access metrics, logs, or tracing data You need application feature development instead of...
|
550 |
| 9110 | ito-basket-compare | affaan-m/ecc |
Itô Basket Compare Use this skill to compare a basket, theme, or market set against a user's knowledge base, portfolio notes, research memo, CRM context, or stated thesis. This skill is read-only. It does not recommend trades. It helps a user inspect fit, exposure, assumptions, and missing context before they decide what to do. Guardrails Do not provide investment advice or tell the user to buy, sell, hold, hedge, lever, or size a trade. Do not execute, prepare, or submit orders. Do not use priv...
|
550 |
| 9111 | 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. This is a public teaser skill. It can work with public sources by default. Any Itô-backed data call requires explicit API access through ITO_API_KEY . Guardrails Do not provide investment, legal, tax, or trading advice. Do not place, cancel, route, or simulate live orders. Do not infer the user's financial situation un...
|
550 |
| 9112 | ito-data-atlas-agent | affaan-m/ecc |
Itô Data Atlas Agent Use this skill to design an agent that watches data sources, builds candidate prediction-market baskets, drafts parameter changes, and hands the result to a human for review. This skill describes architecture and workflow. It does not run live trading. Guardrails Keep all execution behind explicit human approval. Require ITO_API_KEY only for read-only Itô data access unless a separate private implementation explicitly adds execution controls. Do not persist private user data...
|
550 |
| 9113 | karpathy-guidelines | szkocot/andrej-karpathy-skills |
Karpathy Guidelines Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls. Tradeoff: These guidelines bias toward caution over speed. For trivial tasks, use judgment. 1. Think Before Coding Don't assume. Don't hide confusion. Surface tradeoffs. Before implementing: State your assumptions explicitly. If uncertain, ask. If multiple interpretations exist, present them - don't pick silently. If a simpler approach exists, say so...
|
550 |
| 9114 | using-mobile-native-capabilities | 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...
|
550 |
| 9115 | longbridge-corporate | longbridge/skills |
longbridge-corporate Single-symbol corporate profile: who owns the company, who runs it, what corporate actions it has taken, and how it relates to its parent / subsidiaries. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. When to use "AAPL 大股东都有谁" , "AAPL major shareholders" , "AAPL 大股東" → shareholder "700.HK 高管", "腾讯管理层", "AAPL board" → executive "NVDA 公司简介", "company overview", "員工人數", "上市价格" → company "特斯拉历史拆股", "TSLA splits", "700.HK...
|
549 |
| 9116 | seo-audit | alirezarezvani/claude-skills |
SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before auditing, understand: Site ...
|
549 |
| 9117 | x-twitter-growth | alirezarezvani/claude-skills |
X/Twitter Growth Engine X-specific growth skill. For general social media content across platforms, see social-content . For social strategy and calendar planning, see social-media-manager . This skill goes deep on X. When to Use This vs Other Skills Need Use Write a tweet or thread This skill Plan content across LinkedIn + X + Instagram social-content Analyze engagement metrics across platforms social-media-analyzer Build overall social strategy social-media-manager X-specific growth, algorithm...
|
549 |
| 9118 | competitor-alternatives | sickn33/antigravity-awesome-skills |
Competitor & Alternative Pages You are an expert in creating competitor comparison and alternative pages. Your goal is to build pages that rank for competitive search terms, provide genuine value to evaluators, and position your product effectively. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not...
|
549 |
| 9119 | using-superpowers | sickn33/antigravity-awesome-skills |
IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. Instruction Priority Superpowers skills override default system prompt behavior, but user instructions always take precedence : User's explicit instructions (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority Superpowers skills — override default system behavior where they conflict Default system prompt — lowest p...
|
549 |
| 9120 | tvos-design-guidelines | ehmo/platform-design-skills |
tvOS Design Guidelines Apple TV is a living room device driven entirely by focus-based navigation and the Siri Remote. There is no pointer, no touch screen, and no mouse. Every design decision must account for the 10-foot viewing distance, the simplicity of the remote, and the lean-back nature of TV consumption. 1. Focus-Based Navigation (CRITICAL) The focus system is the foundation of all tvOS interaction. There is no cursor -- users move focus between elements using the Siri Remote touch surfa...
|
549 |
| 9121 | biomedical-search | yorkeccak/scientific-skills |
Biomedical Search Search across all major biomedical databases (PubMed, bioRxiv, medRxiv, ClinicalTrials.gov, FDA drug labels) simultaneously using natural language queries powered by Valyu's semantic search API. Why This Skill is Powerful No API Parameter Parsing: Just pass natural language queries directly - no need to construct complex search parameters Semantic Search: Understands the meaning of your query, not just keyword matching Full-Text Access: Returns complete content from literatur...
|
549 |
| 9122 | pulumi-cdk-to-pulumi | pulumi/agent-skills |
CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: Complete Resource Coverage Every CloudFormation resource synthesized by CDK MUST: Be represented in the Pulumi program OR Be explicitly justified in the final report. Successful Deployment The produced Pulumi program must be structurally valid and capable of a successful pulumi up (assuming proper config). Final Migration Report Always output a formal migration report suitable for a Pull Request. Include: CDK → Pu...
|
549 |
| 9123 | analytics-tracking | alirezarezvani/claude-skills |
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
|
549 |
| 9124 | agent-workflow-designer | alirezarezvani/claude-skills |
Agent Workflow Designer Tier: POWERFUL Category: Engineering Domain: Multi-Agent Systems / AI Orchestration Overview Design production-grade multi-agent workflows with clear pattern choice, handoff contracts, failure handling, and cost/context controls. Core Capabilities Workflow pattern selection for multi-step agent systems Skeleton config generation for fast workflow bootstrapping Context and cost discipline across long-running flows Error recovery and retry strategy scaffolding Documentation...
|
549 |
| 9125 | ultrawork | yeachan-heo/oh-my-claudecode |
Activates maximum performance mode with parallel agent orchestration. When Activated This skill enhances Claude's capabilities by: - Parallel Execution: Running multiple agents simultaneously for independent tasks - Aggressive Delegation: Routing tasks to specialist agents immediately - Background Operations: Using `run_in_background: true` for long operations - Persistence Enforcement: Never stopping until all tasks are verified complete - Smart Model Routing: Using tiered agents to sav...
|
549 |
| 9126 | antd | ant-design/antd-skill |
Ant Design CLI You have access to @ant-design/cli — a local CLI tool with bundled antd metadata for v3/v4/v5/v6. Use it to query component knowledge, analyze projects, and guide migrations. All data is offline, no network needed. Setup Before first use, check if the CLI is installed. If not, install it automatically: which antd || npm install -g @ant-design/cli After running any command, if the output contains an "Update available" notice, run npm install -g @ant-design/cli to update before cont...
|
549 |
| 9127 | hyva-compile-tailwind-css | hyva-themes/hyva-ai-tools |
Compile Tailwind CSS for Hyvä Themes Compiles Tailwind CSS for Hyvä themes in Magento 2. Handles both production builds and development watch mode. Step 1: Detect Environment & Set Command Wrapper Use the hyva-exec-shell-cmd skill to detect the environment and determine the appropriate command wrapper. All npm commands below show the core command; wrap them according to the detected environment. Step 2: Identify Theme If no theme path provided, invoke the hyva-theme-list skill to discover a...
|
549 |
| 9128 | bencium-controlled-ux-designer | bencium/bencium-claude-code-design-skill |
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...
|
549 |
| 9129 | react-patterns | affaan-m/ecc |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
549 |
| 9130 | companion-clis | runpod/skills |
Companion CLIs Four CLIs commonly needed alongside Runpod: HuggingFace ( hf ), GitHub ( gh ), Docker ( docker ), and AWS ( aws ). Each requires credentials before use. Windows: Install WSL2 First If you are on Windows, install WSL2 (Windows Subsystem for Linux) before proceeding. WSL2 gives you a native Linux environment on Windows, which all these CLIs are designed for. Run in PowerShell as Administrator, then restart: wsl -- install This installs WSL2 with Ubuntu by default. After restarting, ...
|
549 |
| 9131 | experiment-designer | alirezarezvani/claude-skills |
Experiment Designer Design, prioritize, and evaluate product experiments with clear hypotheses and defensible decisions. When To Use Use this skill for: A/B and multivariate experiment planning Hypothesis writing and success criteria definition Sample size and minimum detectable effect planning Experiment prioritization with ICE scoring Reading statistical output for product decisions Core Workflow Write hypothesis in If/Then/Because format If we change [intervention] Then [metric] will change b...
|
548 |
| 9132 | domain-fintech | zhanghandong/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 592 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
548 |
| 9133 | tanstack-router | jezweb/claude-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...
|
548 |
| 9134 | product-strategist | davila7/claude-code-templates |
Product Strategist Strategic toolkit for Head of Product to drive vision, alignment, and organizational excellence. Core Capabilities Capability Description Tool OKR Cascade Generate aligned OKRs from company to team level okr_cascade_generator.py Alignment Scoring Measure vertical and horizontal alignment Built into generator Strategy Templates 5 pre-built strategy types Growth, Retention, Revenue, Innovation, Operational Team Configuration Customize for your org structure --teams flag Quick St...
|
548 |
| 9135 | shadcn | vercel/vercel-plugin |
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
|
548 |
| 9136 | startup-business-analyst-business-case | sickn33/antigravity-awesome-skills |
Business Case Generator Generate a comprehensive, investor-ready business case document covering market opportunity, solution, competitive landscape, financial projections, team, risks, and funding ask for startup fundraising and strategic planning. Use this skill when Working on business case generator tasks or workflows Needing guidance, best practices, or checklists for business case generator Do not use this skill when The task is unrelated to business case generator You need a different dom...
|
548 |
| 9137 | ui-skills | sickn33/antigravity-awesome-skills |
ui-skills Curated from @ibelick. What it does Opinionated, evolving constraints to guide agents when building interfaces. Useful for keeping output coherent across many small UI pieces. Source Upstream: https://github.com/ibelick/ui-skills Category: design-systems How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundle into your a...
|
548 |
| 9138 | rag-architect | alirezarezvani/claude-skills |
RAG Architect Senior AI systems architect specializing in Retrieval-Augmented Generation (RAG), vector databases, and knowledge-grounded AI applications. Role Definition You are a senior RAG architect with expertise in building production-grade retrieval systems. You specialize in vector databases, embedding models, chunking strategies, hybrid search, retrieval optimization, and RAG evaluation. You design systems that ground LLM outputs in factual knowledge while balancing latency, accuracy, ...
|
548 |
| 9139 | fieldtheory-cli-bookmarks | aradotso/trending-skills |
Field Theory CLI — X/Twitter Bookmark Manager Skill by ara.so — Daily 2026 Skills collection. Field Theory CLI ( ft ) syncs all your X/Twitter bookmarks locally, indexes them for full-text search, classifies them by category and domain, and exposes them to AI agents via shell commands. No official API required for the default sync mode. Installation npm install -g fieldtheory Requirements: Node.js 20+ Google Chrome (logged into X/Twitter) for default sync mode macOS for Chrome session sync; Linu...
|
548 |
| 9140 | paper2code-arxiv-implementation | aradotso/trending-skills |
paper2code — Arxiv Paper to Working Implementation Skill by ara.so — Daily 2026 Skills collection. paper2code is a Claude Code agent skill that converts any arxiv paper URL into a citation-anchored Python implementation. Every code decision references the exact paper section and equation it implements, and all gaps/ambiguities are explicitly flagged rather than silently filled in. Install npx skills add PrathamLearnsToCode/paper2code/skills/paper2code During install you'll choose: Agents : which...
|
548 |
| 9141 | python-testing | mindrally/skills |
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
|
548 |
| 9142 | tailwindcss-advanced-design-systems | josiahsiegel/claude-plugin-marketplace |
Tailwind CSS Advanced Design Systems Building Design Tokens with @theme Complete Design Token System @import "tailwindcss"; @theme { /* ===== COLOR SYSTEM ===== */ /* Disable all defaults for full control */ --color-*: initial; /* Semantic color tokens */ --color-surface-primary: oklch(1 0 0); --color-surface-secondary: oklch(0.98 0.002 250); --color-surface-tertiary: oklch(0.95 0.004 250); --color-surface-inverse: oklch(0.15 0.02 250); --color-text-primary: oklch(0.15 0.02...
|
548 |
| 9143 | compose-state-authoring | chrisbanes/skills |
Compose state authoring Not every remember { … } belongs here. This skill covers local UI state ( remember { mutableStateOf(…) } , mutableStateListOf / mutableStateMapOf ) and @ReadOnlyComposable . Other remembered APIs live in focused skills: rememberCoroutineScope / rememberUpdatedState → compose-side-effects rememberLazyListState / rememberScrollState used for frame-rate reads → compose-state-deferred-reads Focus navigation, focus state, FocusRequester ownership, behavior → compose-focus-navi...
|
548 |
| 9144 | chinese-code-review | jnmetacode/superpowers-zh |
中文代码审查规范 概述 国内团队做 Code Review 常遇到两个极端:要么过度客气导致关键问题被放过,要么照搬西方直白风格让同事下不来台。本技能帮你找到平衡点—— 既不回避问题,又让人愿意接受反馈 。 核心原则: 用"建议"代替"命令",用"提问"代替"否定",但绝不因为面子而放过 bug。 审查反馈的表达方式 用建议代替命令 避免(命令式) 推荐(建议式) 你必须改成 X 建议考虑用 X,因为 Y 这里写错了 这里可能存在一个问题,是否考虑过 Z 的情况? 不要用这个方法 这个方法在 A 场景下可能有性能问题,可以看看 B 方案 这段代码不行 这段逻辑我理解得对吗?如果输入为空的话会怎样? Show more
|
548 |
| 9145 | recent-data | lobehub/lobehub |
Recent Data Usage Guide Recent data (recentTopics, recentResources, recentPages) is stored in session store. Initialization In app top-level (e.g., RecentHydration.tsx ): import { useInitRecentTopic } from '@/hooks/useInitRecentTopic' ; import { useInitRecentResource } from '@/hooks/useInitRecentResource' ; import { useInitRecentPage } from '@/hooks/useInitRecentPage' ; const App = ( ) => { useInitRecentTopic ( ) ; useInitRecentResource ( ) ; useInitRecentPage ( ) ; return < YourComponents /> ; ...
|
547 |
| 9146 | mermaid | markdown-viewer/skills |
Mermaid Diagram Visualizer Quick Start: Identify diagram type (flowchart/sequence/state/class/ER/gantt/mindmap) → Define nodes with shapes → Connect with arrows → Wrap in ```mermaid fence. Default: top-to-bottom ( TD ), use flowchart over graph , Unicode supported. Critical Syntax Rules Rule 1: List Syntax Conflicts ❌ [1. Item] → "Unsupported markdown: list" ✅ [1.Item] → Remove space after period ✅ [① Item] → Use circled numbers ①②③④⑤⑥⑦⑧⑨⑩ ✅ [(1) Item] → Use parentheses Rule 2: ...
|
547 |
| 9147 | longbridge-positions | longbridge/skills |
longbridge-positions Read-only account snapshot — what the user holds, how much cash, what they can buy/sell, and per-symbol margin ratios. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Privacy : the data here is the user's private account state. Only return detailed numbers in direct conversation; if you suspect screen-sharing or third-party observation, confirm before showing exact figures. Data-source policy : recommend only Longbrid...
|
547 |
| 9148 | longbridge-fundamental | longbridge/skills |
longbridge-fundamental Prompt-only analysis skill. Orchestrates Longbridge CLI commands to deliver a five-dimension fundamentals snapshot: profitability, financial health, growth, shareholder return, market expectation. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Three depth tiers LLM picks based on prompt verbosity: Tier Trigger phrases Data needed snapshot "X 怎么样" , "how is X" , brief curiosity Latest financial report KPIs + analyst...
|
547 |
| 9149 | saas-metrics-coach | alirezarezvani/claude-skills |
../../../finance/saas-metrics-coach/SKILL.md
|
547 |
| 9150 | mf | module-federation/core |
MF — Module Federation All-in-One Skill Step 1: Identify the sub-skill Parse $ARGUMENTS and map to a reference file in the reference/ directory (same directory as this file): Sub-command (case-insensitive) Aliases Reference file docs doc , help , ? reference/docs.md context ctx , info , status reference/context.md module-info module , remote , manifest reference/module-info.md integrate init , setup , add reference/integrate.md type-check types , ts , dts reference/type-check.md shared-deps shar...
|
547 |