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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,447
总 Skills
90.4M
总安装量
2,580
贡献者
# Skill 仓库 描述 安装量
5151 quick-stats marketcalls/vectorbt-backtesting-skills
Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook. Arguments $0 = symbol (e.g., SBIN, RELIANCE). Default: SBIN $1 = exchange. Default: NSE $2 = interval. Default: D Instructions Generate a single code block the user can paste into a Jupyter cell or run as a script. The code must: Fetch data from OpenAlgo (or DuckDB if user provides a DB path, or yfinance as fallback) Use TA-Lib for EMA 10/20 crossover (never...
1.1K
5152 creating-secrets-using-best-practices aws/agent-toolkit-for-aws
Creating Secrets Using Best Practices Overview Domain expertise for creating and managing secrets in AWS Secrets Manager with production-grade security controls: KMS encryption, automatic rotation, least-privilege IAM policies, CloudTrail auditing, and lifecycle management. Create a secret with best practices To create a properly secured secret in AWS Secrets Manager, follow the procedure exactly. See secret creation procedure . The procedure supports four secret types: database credentials, API...
1.1K
5153 cohort-analysis phuryn/pm-skills
Cohort Analysis & Retention Explorer Purpose Analyze user engagement and retention patterns by cohort to identify trends in user behavior, feature adoption, and long-term engagement. Combine quantitative insights with qualitative research recommendations. How It Works Step 1: Read and Validate Your Data Accept CSV, Excel, or JSON data files with user cohort information Verify data structure: cohort identifier, time periods, engagement metrics Check for missing values and data quality issues Summ...
1.1K
5154 customer-journey-map phuryn/pm-skills
Purpose Create a comprehensive customer journey map that visualizes how customers interact with your brand across all stages—from awareness to loyalty—documenting their actions, touchpoints, emotions, KPIs, business goals, and teams involved at each stage. Use this to identify pain points, align cross-functional teams, and systematically improve the customer experience to achieve business objectives. This is not a user flow diagram—it's a strategic artifact that combines customer empathy with bu...
1.1K
5155 review-resume phuryn/pm-skills
Resume Review for Product Managers You are an expert resume reviewer specializing in Product Management careers. Your role is to provide comprehensive, personalized, and actionable feedback on PM resumes based on industry best practices. Purpose Conduct a thorough review of a PM resume against 10 best practices. Provide specific, constructive suggestions with examples directly from the resume being reviewed. Input Arguments $RESUME : The resume text or content to review $JOB_POSTING : (Optional)...
1.1K
5156 presentation-creator getsentry/skills
Sentry Presentation Builder Create interactive, data-driven presentation slides using React + Vite + Recharts, styled with the Sentry design system and built as a single distributable HTML file. Step 1: Gather Requirements Ask the user: What is the presentation topic? How many slides (typically 5-8)? What data/charts are needed? (time series, comparisons, diagrams, zone charts) What is the narrative arc? (problem → solution, before → after, technical deep-dive) Data Assessment (CRITICAL) Before ...
1.1K
5157 court-auction-notice-search nomadamas/k-skill
Court Auction Notice Search What this skill does 대한민국 법원이 운영하는 공식 법원경매정보 사이트( courtauction.go.kr ) 의 매각공고와 사건정보를 에이전트가 활용할 수 있는 JSON 형태로 변환해서 돌려준다. 공식 OPEN API가 없어 사이트 내부의 WebSquare JSON XHR endpoint를 그대로 호출한다. 1차 transport 는 직접 HTTP, 차단되거나 5xx 가 떨어질 때만 Playwright fallback 으로 전환한다 ( rebrowser-playwright 또는 playwright-core 가 있을 때만). 사이트는 IP 단위 봇 차단 이 매우 공격적이다 (16회/30초 정도면 1시간 차단). 이 패키지는 호출 간 최소 2초 jitter, 세션당 호출 budget(기본 10회), data.ipcheck === false 즉시 throw 로 보수적으로 동작한다. 참고용 도구 다. 실제 입찰 전에는 반드...
1.1K
5158 sf-ai-agentforce-persona jaganpro/sf-skills
Agent Persona Design How to Use This skill designs an AI agent persona through a guided questionnaire. It walks you through identity traits, archetype selections across dimensions, settings for brevity and humor, tone boundaries, and phrase book generation — one step at a time. What it produces: A persona document ( generated/[agent-name]-persona.md ) defining who the agent is, how it sounds, and what it never does A scorecard file ( generated/[agent-name]-persona-scorecard.md ) evaluating the p...
1.1K
5159 trading-strategies agentmc15/polymarket-trader
Trading Strategy Development Skill Strategy Base Class from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional from datetime import datetime from enum import Enum class SignalType(Enum): BUY = "buy" SELL = "sell" HOLD = "hold" @dataclass class Signal: type: SignalType token_id: str price: float size: float confidence: float 0-1 timestamp: datetime metadata: dict = None @dataclass class MarketState: token_i...
1.1K
5160 seo-optimizer ailabs-393/ai-labs-claude-skills
SEO Optimizer Comprehensive SEO strategy and optimization covering keyword research, on-page SEO, technical audits, content optimization, and performance tracking. Overview This skill covers: Keyword research and strategy On-page SEO optimization Technical SEO audits Content optimization Rank tracking and reporting Keyword Research Framework Research Process keyword_research : step_1_seed_keywords : sources : - brainstorm : core_product_terms - competitors : top_3_competitor_keywords - customer_...
1.1K
5161 firebase-basics firebase/skills
Prerequisites Make sure you follow firebase-local-env-setup skill first. This skill assumes you have already installed the Firebase CLI and Firebase MCP server. Core Workflow 1. Authentication Log in to Firebase: npx -y firebase-tools@latest login This opens a browser for authentication. For environments where localhost is not available (e.g., remote shell), use npx -y firebase-tools@latest login --no-localhost . 2. Creating a Project To create a new Firebase project from the CLI: npx -y firebas...
1.1K
5162 negentropy-lens bencium/bencium-marketplace
Negentropy Lens A thinking framework for evaluating decisions, systems, and architectures through two fundamental system states: entropy (decay, disorder, complexity debt) and negentropy (growth, compounding value, increasing order). For the conceptual origins of this framework, see references/origin-essay.md . Core Principle Every system exists in one of two states. Every decision either accelerates entropy or drives negentropy. There is no neutral. Inaction is entropic. The goal is not to elim...
1.1K
5163 vanity-engineering-review bencium/bencium-marketplace
Vanity Engineering Review A diagnostic skill that identifies code, architecture, and technical decisions built to impress rather than to ship. Vanity engineering is entropy disguised as craftsmanship — it increases complexity without proportional capability gain, and it compounds maintenance cost while delivering zero additional user value. Core Premise The only legitimate purpose of engineering is to solve a problem someone actually has. Everything else — elegant abstractions nobody traverses, ...
1.1K
5164 storing-and-querying-vectors aws/agent-toolkit-for-aws
Store and Query Vectors with Amazon S3 Vectors Overview Amazon S3 Vectors is a cost-effective AWS service for storing and querying vector embeddings at scale. Optimized for long-term storage with subsecond latency for cold queries, as low as 100ms for warm queries. Decision Guide Hundreds/thousands of sustained queries per second (QPS) : Wrong tool. Recommend OpenSearch. Hybrid search, aggregations, faceted search : Recommend OpenSearch with S3 Vectors as storage engine. For OpenSearch integrati...
1.1K
5165 stakeholder-map phuryn/pm-skills
Stakeholder Mapping & Communication Plan Map stakeholders on a Power × Interest grid and create a tailored communication plan for each group. Context You are helping build a stakeholder map for $ARGUMENTS . If the user provides files (org charts, project briefs, team rosters), read them first. If they describe the product or initiative, use that context to infer likely stakeholders. Instructions Identify stakeholders : List all relevant individuals and groups — executives, engineering leads, des...
1.1K
5166 foresttrip-vacancy nomadamas/k-skill
Foresttrip Vacancy What this skill does 숲나들e 공식 사이트( https://foresttrip.go.kr/index.jsp )에서 자연휴양림 예약 가능 객실을 날짜 기준으로 조회 자동화한다. 이 스킬은 조회 전용 자동화 이다. 예약 신청, 결제, 캡차 처리, 대기열 우회, 반복 스나이핑은 범위에 포함하지 않는다. When to use "이번 주말 자연휴양림 빈 객실 있어?" "숲나들e 2026년 5월 4일 예약 가능한 곳 조회해줘" "자연휴양림 빈자리 전체 조회해줘" "관심 휴양림 중 예약 가능한 객실만 알려줘" When not to use 예약 신청이나 결제까지 자동화해야 하는 경우 캡차를 풀거나 대기열을 우회해야 하는 경우 계정 정보를 채팅창에 직접 넣으려는 경우 aggressive polling, 스나이핑, 반복 예약 시도가 필요한 경우 Prerequisites Python 3.9+ Playwright Chromium browser python...
1.1K
5167 vitest jezweb/claude-skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
1.1K
5168 typefully typefully/agent-skills
Typefully Skill Create, schedule, and publish social media content across multiple platforms using Typefully. Freshness check: If more than 30 days have passed since the last-updated date above, inform the user that this skill may be outdated and point them to the update options below. Keeping This Skill Updated Source: github.com/typefully/agent-skills API docs: typefully.com/docs/api Update methods by installation type: Installation How to update CLI (npx skills) npx skills update Claude...
1.1K
5169 asc-metadata-sync rudrankriyam/asc-skills
asc metadata sync Use this skill to keep local metadata in sync with App Store Connect. Two Types of Localizations 1. Version Localizations (per-release) Fields: description , keywords , whatsNew , supportUrl , marketingUrl , promotionalText List version localizations asc localizations list --version "VERSION_ID" Download asc localizations download --version "VERSION_ID" --path "./localizations" Upload from .strings files asc localizations upload --version "VERSION_ID" --path "./localizations...
1.1K
5170 skill-writer getsentry/skills
Skill Writer This Skill helps you create well-structured Agent Skills for Claude Code that follow best practices and validation requirements. When to use this Skill Use this Skill when: Creating a new Agent Skill Writing or updating SKILL.md files Designing skill structure and frontmatter Troubleshooting skill discovery issues Converting existing prompts or workflows into Skills Instructions Step 1: Determine Skill scope First, understand what the Skill should do: Ask clarifying questions:...
1.1K
5171 asc-release-flow rudrankriyam/asc-skills
Release flow (TestFlight and App Store) Use this skill when you need to get a new build into TestFlight or submit to the App Store. Preconditions Ensure credentials are set ( asc auth login or ASC_* env vars). Use a new build number for each upload. Prefer ASC_APP_ID or pass --app explicitly. Build must have encryption compliance resolved (see asc-submission-health skill). iOS Release Preferred end-to-end commands TestFlight: asc publish testflight --app <APP_ID> --ipa <PATH> --group <GROUP_ID>[...
1.1K
5172 korean-jangbu-for nomadamas/k-skill
Korean Jangbu For (thin wrapper) What this skill does kimlawtech/korean-jangbu-for (Apache-2.0) 업스트림을 중심으로 한국 사업자 장부 자동화 흐름을 안내한다. 원저작자·관리자는 @kimlawtech (SpeciAI) 이며, k-skill 측은 원본 발견·설치 진입점·출처/면책 고지·agent-neutral 사용 절차만 유지하는 얇은 wrapper 다. 업스트림은 카드명세서 PDF, 은행 CSV, 엑셀 장부, 영수증/세금계산서 이미지·PDF를 표준 거래내역으로 정리하고, 계정과목 매핑, 세무용 BS/PL, 경영용 현금흐름·cash burn 리포트, 세무사 전달 CSV 생성을 목표로 한다. 중요: 이 스킬을 사용할 때 모든 답변에는 원본 링크 https://github.com/kimlawtech/korean-jangbu-for 와 원저작자 @kimlawtech (SpeciAI) 를 반드시 멘션한다. When to...
1.1K
5173 visual-content kostja94/marketing-skills
Content: Visual Content Guides visual content planning and creation across website, social media, email, and other channels. Images are needed not just for websites—social posts, infographics, and repurposed content all require visuals. Visual-first planning in content calendars improves engagement; cross-channel consistency and repurposing maximize ROI. 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. ...
1.1K
5174 frontend-dev-guidelines sickn33/antigravity-awesome-skills
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
1.1K
5175 prioritization-frameworks phuryn/pm-skills
Prioritization Frameworks Reference A reference guide to help you select and apply the right prioritization framework for your context. Core Principle Never allow customers to design solutions. Prioritize problems (opportunities) , not features. Opportunity Score (Dan Olsen, The Lean Product Playbook ) The recommended framework for prioritizing customer problems. Survey customers on Importance and Satisfaction for each need (normalize to 0–1 scale). Three related formulas: Current value = Import...
1.1K
5176 market-segments phuryn/pm-skills
Market Segments Purpose Identify and analyze 3-5 distinct customer segments for your product, understanding their unique jobs-to-be-done, desired outcomes, pain points, and product fit. Use this skill to evaluate market opportunities, prioritize target audiences, or expand into new market segments. Instructions You are a strategic market research expert skilled in market segmentation, customer profiling, and total addressable market (TAM) analysis. Input Your task is to identify and analyze pote...
1.1K
5177 corporate-registration-consulting nomadamas/k-skill
법인등기 신청 컨설팅 가장 중요한 면책 이 스킬은 참고용 절차 안내와 문서 초안 자동화 도구다. 법률 자문, 세무 자문, 법무사 업무 대행이 아니다. 등기소 보정명령·각하, 세금 산정, 정관 유효성, 업종별 인허가 여부는 사건별로 달라질 수 있으므로 제출 전에는 관할 등기소, 위택스/지방자치단체 세무부서, 세무사, 법무사, 변호사 확인을 권한다. When to use “주식회사 법인 설립등기 처음 하는데 전체 절차 알려줘” “법인명, 이사, 주소를 넣어 정관과 첨부서류 초안을 만들어줘” “등록면허세, 과밀억제권역 중과, 소프트웨어 업종 감면/중과 제외 가능성을 체크해줘” “등기 신청서류를 HWP로 만들어야 해서 rhwp-edit/k-skill-rhwp로 채울 수 있게 준비해줘” 운영 원칙 사용자 결정 사항만 묻고 나머지는 에이전트가 처리한다. 법인명, 본점 주소, 목적, 자본금, 1주의 금액, 발기인/주주, 이사/감사, 공고방법, 결산기, 주금납입 은행, 제출 방식처럼 사용자가 결정...
1.1K
5178 docs-demo remotion-dev/remotion
Adding an Interactive Demo to Docs Interactive demos render a Remotion composition inline in documentation pages using @remotion/player . They live in packages/docs/components/demos/ . Steps Create a component in packages/docs/components/demos/ (e.g. MyDemo.tsx ). It should be a standard React component using Remotion hooks like useCurrentFrame() and useVideoConfig() . Register the demo in packages/docs/components/demos/types.ts : Import the component Export a DemoType object with these fields: ...
1.1K
5179 iros-registry-automation nomadamas/k-skill
인터넷등기소 등기부등본 자동화 What this skill does 대법원 인터넷등기소(IROS, https://www.iros.go.kr )에서 법인/부동산 등기부등본(등기사항증명서) 을 여러 건 발급해야 할 때, 원 저작자 challengekim 의 참고 구현 challengekim/iros-registry-automation (MIT)을 기준으로 안전한 작업 순서와 로컬 실행 방식을 안내한다. 법인등기부등본: 법인등록번호 또는 상호명으로 장바구니에 담고, 사용자가 직접 결제한 뒤 열람·저장한다. 부동산등기부등본: 주소/동호수 목록으로 장바구니에 담되, 결제·열람·다운로드는 인터넷등기소 웹 UI에서 수동으로 처리하는 것을 기본 권장한다. TouchEn nxKey, 공동인증서/간편인증, 카드 결제처럼 사용자 PC·인증수단이 필요한 준비사항을 체크한다. 발급 파일과 입력 목록에 들어가는 개인정보/민감정보를 저장소 밖에서 다루도록 안내한다. Hard limits 로그인은 사용자가 브라...
1.1K
5180 interview-script phuryn/pm-skills
Customer Interview Script Create a structured interview script that surfaces real insights, not just opinions. Follows "The Mom Test" principles — ask about their life, not your idea. Domain Context Customer interviews are one source in Stage 1 (Explore) of continuous discovery. Other sources: stakeholder interviews, usage analytics, data analytics, surveys, market trends, SEO/SEM analysis. The PM needs direct access to users, stakeholders, engineers, and designers — "without proxies." The Produ...
1.1K
5181 brainstorm-experiments-new phuryn/pm-skills
Design Lean Startup Experiments (New Product) Create XYZ hypotheses and design pretotype experiments to validate a new product concept with minimal effort. Context You are helping validate a new product concept: $ARGUMENTS using lean startup methodology. If the user provides files (market research, landing page mockups), read them first. Instructions Create an XYZ Hypothesis in the form: "At least X% of Y will do Z" X% : The percentage of the target market expected to engage Y : The specific tar...
1.1K
5182 sql-queries phuryn/pm-skills
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
1.1K
5183 pestle-analysis phuryn/pm-skills
PESTLE Analysis Metadata Name : pestle-analysis Description : Perform a PESTLE analysis covering Political, Economic, Social, Technological, Legal, and Environmental factors. Use when assessing macro-environment, evaluating market entry risks, or doing strategic planning. Triggers : PESTLE analysis, macro environment, market environment, external factors analysis Instructions You are a strategic analyst conducting a PESTLE analysis for $ARGUMENTS. Your task is to evaluate the macro-environmental...
1.1K
5184 prioritize-features phuryn/pm-skills
Prioritize Feature Backlog Evaluate and rank a backlog of feature ideas to identify the top 5 to pursue. Context You are helping prioritize features for $ARGUMENTS . If the user provides files (spreadsheets, backlogs, opportunity assessments), read and analyze them directly. Domain Context For framework selection guidance, see the prioritization-frameworks skill. Key recommendations: Opportunity Score (Dan Olsen, The Lean Product Playbook ) is recommended for evaluating customer problems: Opport...
1.1K
5185 academic-paper-review bytedance/deer-flow
Academic Paper Review Skill Overview This skill produces structured, peer-review-quality analyses of academic papers and research publications. It follows established academic review standards used by top-tier venues (NeurIPS, ICML, ACL, Nature, IEEE) to provide rigorous, constructive, and balanced assessments. The review covers summary, strengths, weaknesses, methodology assessment, contribution evaluation, literature positioning, and actionable recommendations — all grounded in evidence from t...
1.1K
5186 scan wshobson/agents
Codebase Scanner You are a technical analyst. Your job is to scan the project codebase and produce accurate, project-specific documentation used by all downstream agents. Step 1: Check Optional Plugin Dependencies Check whether the two optional enhancement plugins are available: understand-anything → /plugin list | grep understand-anything context-mode → /plugin list | grep context-mode These plugins are optional . They improve scan quality but are not required: understand-anything (L...
1.1K
5187 zustand vercel-labs/json-render
LobeHub Zustand State Management Action Type Hierarchy 1. Public Actions Main interfaces for UI components: Naming: Verb form ( createTopic , sendMessage ) Responsibilities: Parameter validation, flow orchestration 2. Internal Actions ( internal_* ) Core business logic implementation: Naming: internal_ prefix ( internal_createTopic ) Responsibilities: Optimistic updates, service calls, error handling Should not be called directly by UI 3. Dispatch Methods ( internal_dispatch* ) State update hand...
1.1K
5188 mapbox-cartography mapbox/mapbox-agent-skills
Mapbox Cartography Skill This skill provides expert cartographic knowledge to help you design effective, beautiful, and functional maps using Mapbox. Core Cartographic Principles Visual Hierarchy Maps must guide the viewer's attention to what matters most: Most important : POIs, user location, route highlights Secondary : Major roads, city labels, landmarks Tertiary : Minor streets, administrative boundaries Background : Water, land use, terrain Implementation: Use size, color intensity, and con...
1.1K
5189 mrbeast-perspective alchaincyf/mrbeast-skill
MrBeast · 内容创造操作系统 "I don't think of myself as a YouTuber. I think of myself as someone who is obsessed with making the best possible video." ⚡ 角色扮演规则(最重要) 此Skill激活后,直接以Jimmy/MrBeast的身份回应。 ✅ 用「我」,直接给内容创作建议,语气是一个痴迷于做最好视频的人 ✅ 遇到内容问题,先问「这个能让人点进来吗?点进来后能让人看完吗?」 ✅ 给建议时极其具体——不说「标题要吸引人」,说「把数字放前面,去掉多余的字」 ✅ 免责声明仅首次激活时说一次 (如「我以MrBeast视角和你聊,基于公开言论推断,非本人观点」),后续对话不再重复 ❌ 不说「MrBeast可能会建议...」 ❌ 不给模糊的鼓励(「加油,你可以的!」)——只给可执行的具体建议 退出角色 :用户说「退出」「切回正常」时恢复。 回答工作流(Agentic Protocol) 核心原则:我不猜,我测。在给内容建议之前,先看数据。这个Skill也必须这样。...
1.1K
5190 wordpress-content jezweb/claude-skills
WordPress Content Create, update, and manage WordPress content — posts, pages, media, categories, tags, and menus. Produces live content on the site via WP-CLI or the REST API. Prerequisites Working WP-CLI SSH connection or REST API credentials (use wordpress-setup skill) Site config from wordpress.config.json or wp-cli.yml Workflow Step 1: Determine the Operation Task Best Method Create/edit single post or page WP-CLI wp post create/update Bulk create posts WP-CLI loop or REST API batch Upload ...
1.1K
5191 typescript-security-review giuseppe-trisciuoglio/developer-kit
TypeScript Security Review Overview This skill provides structured, comprehensive security review for TypeScript and Node.js applications. It evaluates code against OWASP Top 10, framework-specific security best practices, and production-readiness security criteria. The review produces actionable findings classified by severity (Critical, High, Medium, Low) with concrete remediation examples. This skill delegates to the typescript-security-expert agent for deep security analysis when invoked thr...
1.1K
5192 connecting-lambda-to-api-gateway aws/agent-toolkit-for-aws
Connecting Lambda to API Gateway Overview Domain expertise for creating Amazon API Gateway REST APIs and connecting them to existing Lambda functions. Covers API creation, resource and method setup, Lambda proxy integration, CORS configuration, security controls, deployment, and testing. Connect a Lambda function to API Gateway To create a REST API and wire it to a Lambda function, follow the procedure exactly. See Lambda to API Gateway connection procedure . The procedure supports configurable ...
1.1K
5193 brand-guidelines getsentry/skills
Anthropic Brand Styling Overview To access Anthropic's official brand identity and style resources, use this skill. Keywords : branding, corporate identity, visual identity, post-processing, styling, brand colors, typography, Anthropic brand, visual formatting, visual design Brand Guidelines Colors Main Colors: Dark: 141413 - Primary text and dark backgrounds Light: faf9f5 - Light backgrounds and text on dark Mid Gray: b0aea5 - Secondary elements Light Gray: e8e6dc - Subtle backgrounds Accent Co...
1.1K
5194 troubleshooting-application-failures aws/agent-toolkit-for-aws
Application Failure Troubleshooting Overview Domain expertise for diagnosing application failures through CloudWatch log analysis. Discovers relevant log groups, searches for error patterns and stack traces, performs root cause analysis, and generates prioritized remediation recommendations. Troubleshoot a failing application To diagnose and resolve application failures using CloudWatch logs, follow the procedure exactly. See Application failure troubleshooting procedure . Troubleshooting No log...
1.1K
5195 asc-id-resolver rudrankriyam/asc-skills
asc id resolver Use this skill to map names to IDs needed by other commands. App ID By bundle ID or name: asc apps list --bundle-id "com.example.app" asc apps list --name "My App" Fetch everything: asc apps --paginate Set default: ASC_APP_ID=... Build ID Latest build: asc builds latest --app "APP_ID" --version "1.2.3" --platform IOS Recent builds: asc builds list --app "APP_ID" --sort -uploadedDate --limit 5 Version ID asc versions list --app "APP_ID" --paginate TestFlight IDs Groups: asc beta-g...
1.1K
5196 growth-loops phuryn/pm-skills
Growth Loops Overview Identify and design growth loops (flywheels) that create sustainable traction. This skill evaluates five proven growth loop mechanisms to reduce reliance on paid acquisition and build product-led growth. When to Use Designing growth mechanisms for a product Building sustainable viral or referral traction Reducing reliance on paid acquisition Analyzing competitor growth strategies Optimizing product for product-led growth The 5 Growth Loop Types 1. Viral Loop Product content...
1.1K
5197 opportunity-solution-tree phuryn/pm-skills
Purpose Guide product managers through creating an Opportunity Solution Tree (OST) by extracting target outcomes from stakeholder requests, generating opportunity options (problems to solve), mapping potential solutions, and selecting the best proof-of-concept (POC) based on feasibility, impact, and market fit. Use this to move from vague product requests to structured discovery, ensuring teams solve the right problems before jumping to solutions—avoiding "feature factory" syndrome and premature...
1.1K
5198 summarize-interview phuryn/pm-skills
Summarize Customer Interview Transform an interview transcript into a structured summary focused on Jobs to Be Done, satisfaction, and action items. Context You are summarizing a customer interview for the product discovery of $ARGUMENTS . The user will provide an interview transcript — either as an attached file (text, PDF, audio transcription) or pasted directly. Read any attached files first. Instructions Read the full transcript carefully before summarizing. Fill in the summary template belo...
1.1K
5199 asc-submission-health rudrankriyam/asc-skills
asc submission health Use this skill to reduce review submission failures and monitor status. Preconditions Auth configured and app/version/build IDs resolved. Build is processed (not in processing state). All required metadata is complete. Pre-submission Checklist 1. Verify Build Status asc builds info --build "BUILD_ID" Check: processingState is VALID usesNonExemptEncryption - if true , requires encryption declaration 2. Encryption Compliance If usesNonExemptEncryption: true : List existing d...
1.1K
5200 kibana-audit elastic/agent-skills
Kibana Audit Logging Enable and configure audit logging for Kibana via kibana.yml . Kibana audit logs cover application-layer security events that Elasticsearch does not see: saved object CRUD (dashboards, visualizations, index patterns, rules, cases), login/logout, session expiry, space operations, and Kibana-level RBAC enforcement. For Elasticsearch audit logging (authentication failures, access grants/denials, security config changes), see elasticsearch-audit . For authentication and API key ...
1.1K