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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,474
总 Skills
91.3M
总安装量
2,583
贡献者
# Skill 仓库 描述 安装量
6551 cold-start-strategy kostja94/marketing-skills
Strategies: Cold Start Guides cold start strategy for AI/SaaS products: getting first users and traction when you have zero. The cold start problem is overcoming the chicken-and-egg barrier; most startups fail due to poor distribution, not product quality. For indie hacker context (first 100 users, Build in Public, Pieter Levels tactics), see indie-hacker-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the m...
814
6552 dt-dql-essentials dynatrace/dynatrace-for-ai
DQL Essentials Skill DQL is a pipeline-based query language. Queries chain commands with | to filter, transform, and aggregate data. DQL has unique syntax that differs from SQL — load this skill before writing any DQL query. Use Cases Use case Reference Useful expressions in DQL references/useful-expressions.md Smartscape topology navigation syntax and patterns references/smartscape-topology-navigation.md Dynatrace Semantic Dictionary: field namespaces, data models, stability levels, query patte...
814
6553 testing-dags astronomer/agents
DAG Testing Skill 🚀 FIRST ACTION: Just Trigger the DAG When the user asks to test a DAG, your FIRST AND ONLY action should be: trigger_dag_and_wait(dag_id="<dag_id>", timeout=300) DO NOT: ❌ Call list_dags first ❌ Call get_dag_details first ❌ Call list_import_errors first ❌ Use grep or ls or any bash command ❌ Do any "pre-flight checks" Just trigger the DAG. If it fails, THEN debug. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, r...
814
6554 novelty-assessment lingzhi227/agent-research-skills
Novelty Assessment Rigorously assess whether a research idea is novel through systematic literature search. Input $0 — Research idea description, title, or JSON file Scripts Automated novelty check python ~/.claude/skills/idea-generation/scripts/novelty_check.py \ --idea "Your research idea description" \ --max-rounds 10 --output novelty_report.json Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 10 Refere...
814
6555 muapi-seedance-2 samuraigpt/generative-media-skills
🎬 Seedance 2.0 Cinema Expert The definitive skill for "Director-Level" AI video orchestration. Seedance 2.0 is not a descriptive model; it is an instructional model. It responds best to technical cinematography, physics directives, and precise camera grammar. Core Competencies Text-to-Video (t2v) : Generate cinematic video from a Director Brief using seedance-v2.0-t2v . Image-to-Video (i2v) : Animate 1–9 reference images into a video using seedance-v2.0-i2v . Video Extension (extend) : Seamlessl...
814
6556 write-guide vercel/next.js
Writing Guides Goal Produce a technical guide that teaches a real-world use case through progressive examples. Concepts are introduced only when the reader needs them. Each guide solves one specific problem . Not a category of problems. If the outline has 5+ steps or covers multiple approaches, split it. Structure Every guide follows this arc: introduction, example setup, 2-5 progressive steps, next steps. Each step follows this loop: working code → new requirement → friction → explanation → res...
813
6557 image-optimization kostja94/marketing-skills
SEO On-Page: Image Optimization Guides image optimization for Google Search (text results, Image Pack, Google Images, Discover), Core Web Vitals (LCP), and accessibility. Consolidates image-related best practices from components (hero, trust-badges) and pages (landing-page). References: Google Image SEO , Semrush Image SEO . 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 ...
813
6558 linkedin-ads kostja94/marketing-skills
Paid Ads: LinkedIn Ads Guides LinkedIn Ads setup, targeting, and optimization. LinkedIn excels at B2B and professional targeting; use when job title/company targeting matters and ACV is higher. 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. Campaign Structure Naming : LI_[Objective]_[Audience]_[Offer]_[Date] (e.g., LI_Lea...
813
6559 firebase-app-hosting-basics firebase/skills
App Hosting Basics Description This skill enables the agent to deploy and manage modern, full-stack web applications (Next.js, Angular, etc.) using Firebase App Hosting. Important : In order to use App Hosting, your Firebase project must be on the Blaze pricing plan. Direct the user to https://console.firebase.google.com/project/_/overview?purchaseBillingPlan=metered to upgrade their plan. Hosting vs App Hosting Choose Firebase Hosting if: You are deploying a static site (HTML/CSS/JS). You are d...
813
6560 dd-monitors datadog-labs/agent-skills
Datadog Monitors Create, manage, and maintain monitors for alerting. Prerequisites This requires Go or the pup binary in your path. pup - go install github.com/datadog-labs/pup@latest Ensure ~/go/bin is in $PATH . Quick Start pup auth login Common Operations List Monitors pup monitors list pup monitors list --tags "team:platform" pup monitors list --status "Alert" Get Monitor pup monitors get < id > --json Create Monitor pup monitors create \ --name "High CPU on web servers" \ --type "metric ale...
813
6561 cloudrun-development tencentcloudbase/skills
When to use this skill Use this skill for CloudBase Run backend service development when you need: Long connection capabilities: WebSocket / SSE / server push Long-running or persistent processes: tasks that are not suitable for cloud functions, background jobs Custom runtime environments/system dependencies: custom images, specific system libraries Multi-language/arbitrary frameworks: Java, Go, PHP, .NET, Python, Node.js, etc. Stable external services with elastic scaling: pay-as-you-go, can sc...
813
6562 flywheel boshu2/agentops
Flywheel Skill Monitor the knowledge flywheel health. The Flywheel Model Sessions → Transcripts → Forge → Pool → Promote → Knowledge ↑ │ └───────────────────────────────────────────────┘ Future sessions find it Velocity = Rate of knowledge flowing through Friction = Bottlenecks slowing the flywheel Execution Steps Given /flywheel : Step 1: Measure Knowledge Pools Count top-level artifact files (avoid counting directories) LEARNINGS = $( find .agents...
813
6563 muapi-logo-creator samuraigpt/generative-media-skills
🖼️ Logo Creator Skill A specialized skill for AI Agents to engineer professional-grade brand identities. The Logo Creator skill translates brand vision into minimalist, scalable, and iconic vector-style marks. Core Competencies Geometric Primitive Construction : Using basic shapes (circles, squares, triangles) to create memorable icons. Negative Space Manipulation : Integrating secondary meanings through the strategic use of empty space. Symbolic Abstraction : Reducing complex brand concepts int...
813
6564 remotion-best-practices vercel-labs/json-render
When to use Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge. Captions When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information. Using FFmpeg For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information. Audio visualization When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rul...
812
6565 matplotlib davila7/claude-code-templates
Matplotlib Overview Matplotlib is Python's foundational visualization library for creating static, animated, and interactive plots. This skill provides guidance on using matplotlib effectively, covering both the pyplot interface (MATLAB-style) and the object-oriented API (Figure/Axes), along with best practices for creating publication-quality visualizations. When to Use This Skill This skill should be used when: Creating any type of plot or chart (line, scatter, bar, histogram, heatmap, con...
812
6566 data-fetching lobehub/lobehub
LobeHub Data Fetching Architecture
811
6567 video-processing-editing erichowens/some_claude_skills
Video Processing & Editing Expert in FFmpeg-based video editing, processing automation, and export optimization for modern content creation workflows. When to Use ✅ Use for: Automated video editing pipelines (script-to-video) Cutting, trimming, concatenating clips Adding transitions, effects, overlays Audio mixing and normalization Subtitle/caption handling Export optimization for platforms Batch video processing Color grading and correction ❌ NOT for: Real-time video editing UI (use DaVin...
811
6568 aws-cdk-development zxkane/aws-skills
AWS CDK Development This skill provides comprehensive guidance for developing AWS infrastructure using the Cloud Development Kit (CDK), with integrated MCP servers for accessing latest AWS knowledge and CDK utilities. AWS Documentation Requirement CRITICAL: This skill requires AWS MCP tools for accurate, up-to-date AWS information. Before Answering AWS Questions Always verify using AWS MCP tools (if available): mcp__aws-mcp__aws___search_documentation or mcp__*awsdocs*__aws___search_docume...
811
6569 card-twitter nexu-io/open-design
【模板: Twitter 分享卡】 容器 w-[1600px] h-[900px] , 暗色 / 亮色二选一根据内容情绪。 中央一句 hero 金句 (text-6xl, font-semibold, 限 2-3 行)。 下方作者署名 + 头像占位 + handle。 左上角小标签 (类型: "Insight" / "Data" / "Quote")。 右下角品牌水印。 整张卡片有微妙的纹理 (grid 网格 / noise / dot pattern)。 截图后可直接配推文发出, 视觉简洁有力。
811
6570 vfx-text-cursor nexu-io/open-design
【模板: VFX 文字光标 (Text Cursor)】 【意图】视频开场/Hero 帧 —— 光标在画布上"打字", 文字逐字浮现, 后面拖着彩色像散尾迹 + 定向光斑。Inspired by hyperframes vfx-text-cursor。 【画布】1920×1080, 背景 06070a 暗哑黑 或 0a0d12 (有暖偏蓝); 加微妙 vignette。 【内容】 一句金句 (中英不限), 居中, 字号 6-8vw, weight 700, 字体 Inter Tight / Source Sans 3 / Noto Sans SC 。 逐字揭示, 每个字符 80ms 间隔; 当前字符后面跟着一个 cursor ▍ (或细 vertical bar)。 已揭示文字默认白色 f5f5f7 , opacity 1; 即将揭示位置加 chromatic ghost: 一份 text-shadow: 2px 0 ff3b6f, -2px 0 00d4ff 在 reveal 瞬间, 200ms 内收敛回正常。 光标本身: 16px 宽矩形, 颜色 = accent (取 1: ho...
811
6571 excalidraw agents365-ai/365-skills
Excalidraw Diagrams Overview Generate .excalidraw JSON files and export to PNG/SVG. Two export options: Kroki API ( curl ) — zero install, SVG output only excalidraw-brute-export-cli — local Firefox-based, PNG + SVG Supported formats: PNG (local CLI only), SVG (both options). PDF is NOT supported. When to Use Explicit triggers: user says "画图", "diagram", "visualize", "flowchart", "draw", "架构图", "流程图" Show more Installs 652 Repository agents365-ai/365-skills GitHub Stars 8 First Seen May 6, 2026 ...
811
6572 taste-skill nexu-io/open-design
taste-skill Curated from @Leonxlnx. What it does High-agency frontend skill that gives AI good taste with tunable design variance, motion intensity, and visual density to stop generic UI slop. Source Upstream: https://github.com/Leonxlnx/taste-skill 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 i...
810
6573 feishu-bitable alextangson/feishu_skills
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
810
6574 m07-concurrency zhanghandong/rust-skills
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Show more
810
6575 tdd-workflow sickn33/antigravity-awesome-skills
Test-Driven Development Workflow This skill ensures all code development follows TDD principles with comprehensive test coverage. When to Activate Writing new features or functionality Fixing bugs or issues Refactoring existing code Adding API endpoints Creating new components Core Principles 1. Tests BEFORE Code ALWAYS write tests first, then implement code to make tests pass. 2. Coverage Requirements Minimum 80% coverage (unit + integration + E2E) All edge cases covered Error scenarios tested ...
810
6576 literature-search-openalex google-deepmind/science-skills
OpenAlex Skill Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://developers.openalex.org/ and to always check the license of the papers retrieved by the skill for any restrictions, then (2) create the file recording the notification text and timestamp. .env file : Make sure the...
810
6577 youtube-full zeropointrepo/youtube-skills
YouTube Full Complete YouTube toolkit via TranscriptAPI.com . Everything in one skill. Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key sa...
810
6578 product-manager-toolkit alirezarezvani/claude-skills
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
809
6579 firebase-hosting-basics firebase/skills
hosting-basics This skill provides instructions and references for working with Firebase Hosting, a fast and secure hosting service for your web app, static and dynamic content, and microservices. Overview Firebase Hosting provides production-grade web content hosting for developers. With a single command, you can deploy web apps and serve both static and dynamic content to a global CDN (content delivery network). Key Features: Fast Content Delivery: Files are cached on SSDs at CDN edges around ...
809
6580 ads-apple agricidaniel/claude-ads
Apple Ads (formerly Apple Search Ads) Deep Analysis Process Collect Apple Ads account data (exports from Apple Ads dashboard or pasted metrics) Identify active placement types (Search Results, Search Tab, Today Tab, Product Pages) Evaluate all applicable checks as PASS, WARNING, or FAIL Calculate ASA Health Score (0-100) Generate findings report with action plan What to Analyze Campaign Structure (25% weight) BOFU; Bottom of Funnel (Search Results, Exact Match brand) Brand keyword campaign prese...
809
6581 grafana-scenes grafana/skills
@grafana/scenes Framework Build reactive, data-driven Grafana plugin pages with declarative scene objects. Core Concepts Scenes composes a tree of objects: SceneApp → SceneAppPage → EmbeddedScene → layouts → panels. Each node can own data ( $data ), variables ( $variables ), time ranges ( $timeRange ), and behaviors ( $behaviors ) that propagate down the tree. Quick Start: New Scene Page 1. Create the scene file // src/components/scenes/MyFeature/scene.tsx import { EmbeddedScene , SceneFlexLayou...
809
6582 conventional-commit marcelorodrigo/agent-skills
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
808
6583 tech-debt-analyzer ailabs-393/ai-labs-claude-skills
Technical Debt Analyzer Overview Systematically identify, analyze, document, and track technical debt in JavaScript/TypeScript codebases. This skill provides automated analysis tools, comprehensive debt categorization frameworks, and documentation templates to maintain a technical debt register. Core Workflow 1. Automated Analysis Run automated scripts to detect technical debt indicators across the codebase. Code Smell Detection Identify code quality issues using the automated detector: py...
808
6584 huggingface-paper-publisher huggingface/skills
Overview This skill provides comprehensive tools for AI engineers and researchers to publish, manage, and link research papers on the Hugging Face Hub. It streamlines the workflow from paper creation to publication, including integration with arXiv, model/dataset linking, and authorship management. Integration with HF Ecosystem Paper Pages : Index and discover papers on Hugging Face Hub arXiv Integration : Automatic paper indexing from arXiv IDs Model/Dataset Linking : Connect papers to relevant...
808
6585 flutter-riverpod-expert juparave/dotfiles
Flutter Riverpod Expert - 2025 Best Practices You have expert knowledge in Flutter Riverpod state management following 2025 best practices. When the user is working with Riverpod or Flutter state management, apply these patterns and guidelines. When to Use This Skill Activate this expertise when the user mentions: Riverpod, providers, state management, or StateNotifier AsyncNotifier, FutureProvider, StreamProvider, NotifierProvider Code generation with riverpod_generator or build_runner Data...
808
6586 google-analytics davila7/claude-code-templates
Google Analytics Analysis Analyze website performance using Google Analytics data to provide actionable insights and improvement recommendations. Quick Start 1. Setup Authentication This Skill requires Google Analytics API credentials. Set up environment variables: export GOOGLE_ANALYTICS_PROPERTY_ID="your-property-id" export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account-key.json" Or create a .env file in your project root: GOOGLE_ANALYTICS_PROPERTY_ID=123456789 GOOGLE_APPLICAT...
808
6587 frame-macos-notification nexu-io/open-design
【模板: macOS 通知横幅】 【意图】把一段公告 / 消息 / 提示渲染成 macOS Big Sur+ 风格的通知横幅, 适合视频角落叠加、产品发布预告、社媒图。Inspired by hyperframes macos-notification。 【画布】两种用法: 视频叠加 1920×1080, 通知放右上角, 周围透明。 单独 banner 480×120, 居中输出。 【横幅结构】 外框: 圆角 14px (macOS Big Sur 标准), 480×120 (或更长 480×180 含正文), 12-16px 内边距。 背景: frosted glass 效果 — background: rgba(245,245,247,0.78) + backdrop-filter: blur(40px) saturate(180%) ; 暗色版 rgba(28,28,30,0.78) 。 边框: 1px rgba(0,0,0,0.06) (light) / rgba(255,255,255,0.08) (dark); 顶部加 1px 亮 highlight rgba(255,25...
808
6588 expo-react-native-performance pproenca/dot-skills
Expo React Native Performance Best Practices Comprehensive performance optimization guide for Expo React Native applications. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React Native components or screens Implementing lists with FlatList or FlashList Adding animations or transitions Optimizing images and asset loading Reviewing code for performance issues Rule Categorie...
807
6589 d1-migration jezweb/claude-skills
D1 Migration Workflow Guided workflow for Cloudflare D1 database migrations using Drizzle ORM. Standard Migration Flow 1. Generate Migration pnpm db:generate This creates a new .sql file in drizzle/ (or your configured migrations directory). 2. Inspect the SQL (CRITICAL) Always read the generated SQL before applying. Drizzle sometimes generates destructive migrations for simple schema changes. Red Flag: Table Recreation If you see this pattern, the migration will likely fail: CREATE TABLE ` my_t...
807
6590 social-x-post-card nexu-io/open-design
【模板: X (Twitter) 帖子卡】 【意图】把一段推文内容 (或用户的金句) 渲染成一张拟真度极高的 X 帖子卡片, 用于视频叠加、推特发图、知识沉淀。Inspired by hyperframes x-post。 【画布】1280×720 或 1080×1080, 暗背景 0f1419 或亮背景 ffffff (按 X 主题); 卡片居中, 阴影柔和。 【卡片结构】 外框: 圆角 16px, 1px border 2f3336 (dark) / eff3f4 (light), 内边距 16px。 顶部 row: 头像 (48×48 圆形, 用 CSS gradient 占位) + 用户名 + handle @username + verified 蓝勾 + 时间 (mono, 12px, 灰)。 正文: 17-22px, 字重 400; 链接用 X 蓝 1d9bf0 ; hashtag 同色; mention 同色; 段落间空 0.6em。 可选: 引用卡 (小卡内嵌, 灰底, 圆角 12px)。 可选: 1 张图 (CSS 渐变 + 描述占位, 不能外链图片), 比例 16...
807
6591 new railwayapp/railway-skills
New Project / Service / Database Create Railway projects, services, and databases with proper configuration. When to Use User says "deploy to railway" (add service if linked, init if not) User says "create a railway project", "init", "new project" (explicit new project) User says "link to railway", "connect to railway" User says "create a service", "add a backend", "new api service" User says "create a vite app", "create a react website", "make a python api" User says "deploy from github.com/u...
806
6592 product-launch kostja94/marketing-skills
Strategies: Product Launch Guides product launch execution—channels, timeline, checklist, and cross-functional coordination. Use this skill when planning the launch of a new product or major feature. For GTM strategy (PLG/SLG/MLG, 90-day framework, ICP, new market entry, repositioning), see gtm-strategy . For cold start (first users, no product yet), see cold-start-strategy . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then pro...
806
6593 tui-design hyperb1iss/hyperskills
TUI Design System Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit. Core philosophy: TUIs earn their power through spatial consistency, keyboard fluency, and information density that respects human attention. Design for the expert's speed without abandoning the beginner's discoverability. TUI Design Process digraph tui_design { rankdir = TB ; "What are you building?" [ shape = diamond...
806
6594 ai-engineer sickn33/antigravity-awesome-skills
You are an AI engineer specializing in production-grade LLM applications, generative AI systems, and intelligent agent architectures. Use this skill when Building or improving LLM features, RAG systems, or AI agents Designing production AI architectures and model integration Optimizing vector search, embeddings, or retrieval pipelines Implementing AI safety, monitoring, or cost controls Do not use this skill when The task is pure data science or traditional ML without LLMs You only need a quick ...
806
6595 agent-kanban saltbo/agent-kanban
Agent Kanban — Agent CLI Reference You are an agent. Use the ak CLI to work on tasks. Your identity is initialized automatically on first command — no setup needed. Your Workflow Claim your assigned task → ak task claim <id> Log progress as you work → ak create note --task <id> "doing X..." Local test → run the project's test suite and type check before pushing. Fix all failures locally. Skip only if tests cannot run locally. PR → push branch, gh pr create Wait for CI → gh pr checks <pr-number> ...
806
6596 ux-researcher-designer alirezarezvani/claude-skills
UX Researcher & Designer Comprehensive toolkit for user-centered research and experience design. Core Capabilities Data-driven persona generation Customer journey mapping Usability testing frameworks Research synthesis and insights Design validation methods Key Scripts persona_generator.py Creates research-backed personas from user data and interviews. Usage: python scripts/persona_generator.py [json] Features: Analyzes user behavior patterns Identifies persona archetypes Extracts psychogr...
805
6597 cookie-policy-page-generator kostja94/marketing-skills
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. 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: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
805
6598 cta-generator kostja94/marketing-skills
Components: Call-to-Action (CTA) Guides CTA button design for conversion. A well-designed CTA can increase conversion by 25–10%. 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 exist...
805
6599 agile-product-owner alirezarezvani/claude-skills
Agile Product Owner Backlog management and sprint execution toolkit for product owners, including user story generation, acceptance criteria patterns, sprint planning, and velocity tracking. Table of Contents What Makes This Skill Different User Story Generation Workflow Acceptance Criteria Patterns Epic Breakdown Workflow Sprint Planning Workflow Backlog Prioritization Reference Documentation Tools Show more
805
6600 estimate-analysis himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Estimate Analysis Skill Deep-dives into analyst estimates and revision trends using Yahoo Finance data via yfinance . Covers EPS and revenue estimate distributions, revision momentum, growth projections, and multi-period comparisons — the full picture of where the street thinks a company is heading. Important : Data is for research and educatio...
805