███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10051 | cosmosdb-best-practices | azurecosmosdb/cosmosdb-agent-kit |
Azure Cosmos DB Best Practices Comprehensive performance optimization guide for Azure Cosmos DB applications, containing 45+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Designing data models for Cosmos DB Choosing partition keys Writing or optimizing queries Implementing SDK patterns Reviewing code for performance issues Configuring throughput and scaling Building globally distributed appl...
|
458 |
| 10052 | dsql | awslabs/mcp |
Amazon Aurora DSQL Skill Aurora DSQL is a serverless, PostgreSQL-compatible distributed SQL database with specific constraints. This skill provides direct database interaction via MCP tools, schema management, migration support, and multi-tenant patterns. Key capabilities: Direct query execution via MCP tools Schema management with DSQL constraints Migration support and safe schema evolution Multi-tenant isolation patterns IAM-based authentication Reference Files Load these files as needed f...
|
458 |
| 10053 | slack-gif-creator | sickn33/antigravity-awesome-skills |
Slack GIF Creator A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. Slack Requirements Dimensions: Emoji GIFs: 128x128 (recommended) Message GIFs: 480x480 Parameters: FPS: 10-30 (lower is smaller file size) Colors: 48-128 (fewer = smaller file size) Duration: Keep under 3 seconds for emoji GIFs Core Workflow from core . gif_builder import GIFBuilder from PIL import Image , ImageDraw 1. Create builder builder = GIFBuilder ( width = 128 , height = 128 , f...
|
458 |
| 10054 | backend-dev-guidelines | davila7/claude-code-templates |
Backend Development Guidelines (Node.js · Express · TypeScript · Microservices) You are a senior backend engineer operating production-grade services under strict architectural and reliability constraints. Your goal is to build predictable, observable, and maintainable backend systems using: Layered architecture Explicit error boundaries Strong typing and validation Centralized configuration First-class observability This skill defines how backend code must be written, not merely suggestion...
|
458 |
| 10055 | llamaindex | davila7/claude-code-templates |
LlamaIndex - Data Framework for LLM Applications The leading framework for connecting LLMs with your data. When to use LlamaIndex Use LlamaIndex when: Building RAG (retrieval-augmented generation) applications Need document question-answering over private data Ingesting data from multiple sources (300+ connectors) Creating knowledge bases for LLMs Building chatbots with enterprise data Need structured data extraction from documents Metrics: 45,100+ GitHub stars 23,000+ repositories use Lla...
|
458 |
| 10056 | typescript-expert | davila7/claude-code-templates |
TypeScript Expert You are an advanced TypeScript expert with deep, practical knowledge of type-level programming, performance optimization, and real-world problem solving based on current best practices. When invoked: If the issue requires ultra-specific expertise, recommend switching and stop: Deep webpack/vite/rollup bundler internals → typescript-build-expert Complex ESM/CJS migration or circular dependency analysis → typescript-module-expert Type performance profiling or compiler interna...
|
458 |
| 10057 | qiaomu-opencli-explorer | joeseesun/opencli-skill |
CLI-EXPLORER — 适配器探索式开发完全指南 本文档教你(或 AI Agent)如何为 OpenCLI 添加一个新网站的命令。 从零到发布,覆盖 API 发现、方案选择、适配器编写、测试验证全流程。 [!TIP] 只想为一个具体页面快速生成一个命令? 看 opencli-oneshot skill (~150 行,4 步搞定)。 本文档适合从零探索一个新站点的完整流程。 [!TIP] 想要全自动生成? 直接运行 opencli generate <url> [--goal <goal>] ,内部会自动走完 explore → synthesize → cascade → verify 全流程。 返回 SkillOutput (success / blocked / needs-human-check)。如果自动生成失败或需要人工介入,再按本文档的手动流程继续。 AI Agent 开发者必读:用浏览器探索 [!CAUTION] 你(AI Agent)必须通过浏览器打开目标网站去探索! 不要只靠 opencli explore 命令或静态分析来发现 API。 你拥有浏览器工具,必...
|
458 |
| 10058 | go-functions | cxuu/golang-skills |
Go Function Design When this skill does NOT apply : For functional options constructors ( WithTimeout , WithLogger ), see go-functional-options . For error return conventions, see go-error-handling . For naming functions and methods, see go-naming . Function Grouping and Ordering Organize functions in a file by these rules: Functions sorted in rough call order Functions grouped by receiver Exported functions appear first, after struct / const / var definitions NewXxx / newXxx constructors appear...
|
458 |
| 10059 | 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 → ...
|
457 |
| 10060 | add-audio | opusgamelabs/game-creator |
Performance Notes Take your time to do this thoroughly Quality is more important than speed Do not skip validation steps Add Audio Add procedural music and sound effects to an existing game. BGM uses a Web Audio API step sequencer for looping patterns. SFX use the Web Audio API directly for true one-shot playback. No audio files or npm packages needed — everything is synthesized in the browser. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load t...
|
457 |
| 10061 | agent-skill-creator | francyjglisboa/agent-skill-creator |
Agent Creator - Meta-Skill This skill teaches Claude Code how to autonomously create complete agents with Claude Skills. When to Use This Skill Claude should automatically activate this skill when the user: ✅ Asks to create an agent "Create an agent for [objective]" "I need an agent that [description]" "Develop an agent to automate [workflow]" ✅ Asks to automate a workflow "Automate this process: [description]" "Every day I do [repetitive task], automate this" "Turn this workflow into an ...
|
457 |
| 10062 | no-use-effect | alejandrobailo/no-use-effect |
No useEffect Never call useEffect directly. Use derived state, event handlers, data-fetching libraries, or useMountEffect instead. Quick Reference Lint rule: no-restricted-syntax (configured to ban useEffect ) React docs: You Might Not Need an Effect Origin: https://x.com/alvinsng/status/2033969062834045089 Instead of useEffect for... Use Deriving state from other state/props Inline computation (Rule 1) Fetching data useQuery / data-fetching library (Rule 2) Responding to user actions Event hand...
|
457 |
| 10063 | jest | mindrally/skills |
Jest Testing Best Practices You are an expert in JavaScript, TypeScript, and Jest testing. Core Principles Test Structure Use descriptive test names that clearly explain expected behavior Organize tests using describe blocks for logical grouping Follow the Arrange-Act-Assert (AAA) pattern in each test Keep tests focused on a single behavior or outcome Setup and Teardown Use beforeEach and afterEach for test isolation Use beforeAll and afterAll for expensive setup that can be shared Clean up an...
|
457 |
| 10064 | alphaear-sentiment | rkiding/awesome-finance-skills |
AlphaEar Sentiment Skill Overview This skill provides sentiment analysis capabilities tailored for financial texts, supporting both FinBERT (local model) and LLM-based analysis modes. Capabilities Capabilities 1. Analyze Sentiment (FinBERT / Local) Use scripts/sentiment_tools.py for high-speed, local sentiment analysis using FinBERT. Key Methods: analyze_sentiment(text) : Get sentiment score and label using localized FinBERT model. Returns : {'score': float, 'label': str, 'reason': str} . Score ...
|
457 |
| 10065 | story-collaborator | jwynia/agent-skills |
Story Collaborator: Active Writing Partner Skill You are a writing collaborator. You actively contribute to the creative work—generating prose, dialogue, ideas, and alternatives while working alongside the human writer. The Collaboration Mindset You believe: The writer is the primary creative voice; you amplify, don't replace Offering options is better than singular solutions Your contributions should feel like their story, not your story Collaboration means building on their vision, not red...
|
457 |
| 10066 | bitbucket-workflow | mindrally/skills |
Bitbucket Workflow Best Practices You are an expert in Bitbucket workflows, including pull requests, Bitbucket Pipelines, Jira integration, and Atlassian ecosystem best practices. Core Principles Use pull requests for all code changes with proper review processes Implement CI/CD with Bitbucket Pipelines using bitbucket-pipelines.yml Leverage Jira integration for seamless issue tracking Follow branching models like Gitflow for structured development Maintain security through branch permissions ...
|
457 |
| 10067 | browser automation | web-infra-dev/midscene-skills |
Browser Automation Automate web browser interactions for scraping, testing, and workflow automation. Core Capabilities Navigation navigation : goto : url : "https://example.com" wait_until : "networkidle" timeout : 30000 actions : - wait_for_selector : ".content" - scroll_to_bottom : true - wait_for_navigation : true Element Interaction interactions : click : selector : "button.submit" options : click_count : 1 delay : 100 type : selector : "input[name='email']" text : "user@example.com" options...
|
456 |
| 10068 | modular-code | parcadei/continuous-claude-v3 |
Modular Code Organization Write modular Python code with files sized for maintainability and AI-assisted development. File Size Guidelines Lines Status Action 150-500 Optimal Sweet spot for AI code editors and human comprehension 500-1000 Large Look for natural split points 1000-2000 Too large Refactor into focused modules 2000+ Critical Must split - causes tooling issues and cognitive overload When to Split Split when ANY of these apply: File exceeds 500 lines Multiple unrelated concerns in...
|
456 |
| 10069 | photo-composition-critic | erichowens/some_claude_skills |
Photo Composition Critic Expert photography critic with deep grounding in graduate-level visual aesthetics, computational aesthetics research, and professional image analysis. When to Use This Skill Use for: Evaluating image composition quality Aesthetic scoring with ML models (NIMA, LAION) Photo critique with actionable feedback Analyzing color harmony and visual balance Comparing multiple crop options Understanding photography theory Do NOT use for: Generating images → use Stability AI d...
|
456 |
| 10070 | use-developer-controlled-wallets | circlefin/skills |
Overview Developer-controlled wallets let your application create and manage wallets on behalf of end users, with full custody of private keys secured through an encrypted entity secret. Circle handles security, transaction monitoring, and blockchain infrastructure while you retain programmatic control via the Wallets SDK. Prerequisites / Setup Installation npm install @circle-fin/developer-controlled-wallets Environment Variables CIRCLE_API_KEY= Circle API key (format: PREFIX:ID:SECRET) E...
|
456 |
| 10071 | agent-orchestration | parcadei/continuous-claude-v3 |
Agent Orchestration Comprehensive patterns for building and coordinating AI agents -- from single-agent reasoning loops to multi-agent systems and framework selection. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use Agent Loops 2 HIGH ReAct reasoning, plan-and-execute, self-correction Multi-Agent Coordination 3 CRITICAL Supervisor routing, agent debate, result synthesis Alternative Frameworks 3 HIGH CrewAI crews, AutoGen teams...
|
456 |
| 10072 | project-skill-audit | dimillian/skills |
Project Skill Audit Overview Audit the project's real recurring workflows before recommending skills. Prefer evidence from memory, rollout summaries, existing skill folders, and current repo conventions over generic brainstorming. Recommend updates before new skills when an existing project skill is already close to the needed behavior. Workflow Map the current project surface. Identify the repo root and read the most relevant project guidance first, such as AGENTS.md , README.md , roadmap/ledge...
|
456 |
| 10073 | d3-viz | chrisvoncsefalvay/claude-d3js-skill |
D3.js Visualisation Overview This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js. D3.js (Data-Driven Documents) excels at binding data to DOM elements and applying data-driven transformations to create custom, publication-quality visualisations with precise control over every visual element. The techniques work across any JavaScript environment, including vanilla JavaScript, React, Vue, Svelte, and other frameworks. When to use d3.js Use d3.js for...
|
456 |
| 10074 | pocketbase-best-practices | greendesertsnow/pocketbase-skills |
PocketBase Best Practices 42 rules across 8 categories for PocketBase v0.36+, prioritized by impact. When to Apply Designing collections and schema structures Implementing API rules for access control Setting up authentication (password, OAuth2, MFA) Using the PocketBase JavaScript SDK Optimizing queries with filtering, sorting, and expansion Implementing realtime subscriptions Handling file uploads and storage Deploying PocketBase to production Categories by Priority Priority Category Impact ...
|
456 |
| 10075 | app-store-deployment | aj-geddes/useful-ai-prompts |
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
|
455 |
| 10076 | git-commits | parcadei/continuous-claude-v3 |
Git Commit Rules When the user asks to commit, push, or save changes to git: MUST Use /commit Skill DO NOT run git commit directly. Instead: Skill("commit") The /commit skill: Removes Claude attribution from commits Generates reasoning.md capturing what was tried Clears build attempts for next feature Why This Matters Regular git commit adds "Generated with Claude Code" and Co-Author lines The /commit skill removes these so commits appear user-authored Reasoning capture preserves build hi...
|
455 |
| 10077 | websocket-development | mindrally/skills |
WebSocket Development You are an expert in WebSocket development and real-time communication systems. Follow these best practices when building WebSocket-based applications. Core Principles Think through the implementation step-by-step before writing code Follow the user's requirements carefully and to the letter Prioritize security, scalability, and maintainability throughout Leave NO todos, placeholders, or missing pieces in the implementation Connection Management Establishing Connections A...
|
455 |
| 10078 | sadd:judge-with-debate | neolabhq/context-engineering-kit |
judge-with-debate Pattern: Debate-Based Evaluation This command implements iterative multi-judge debate: Phase 0: Setup mkdir -p .specs/reports │ Phase 1: Independent Analysis ┌─ Judge 1 → {name}.1.md ─┐ Solution ┼─ Judge 2 → {name}.2.md ─┼─┐ └─ Judge 3 → {name}.3.md ─┘ │ │ Phase 2: Debate Round (iterative) │ Each judge reads others' reports │ ↓ │ Argue + Defend + Challenge │ ↓ │ Revise if convinced ─────────────┤ ↓ ...
|
454 |
| 10079 | add-feature | opusgamelabs/game-creator |
Add Feature Add a new feature to your game. Just describe what you want in plain English — for example, "add a double-jump power-up" or "add a high score leaderboard" — and the feature will be built following your game's existing patterns. Instructions The user wants to add: $ARGUMENTS Step 1: Understand the codebase Read package.json to identify the engine (Three.js or Phaser) Read src/core/Constants.js for existing configuration Read src/core/EventBus.js for existing events Read src/core/GameS...
|
454 |
| 10080 | patents-search | yorkeccak/scientific-skills |
Patents Search Search the complete global patent database 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 patent information including claims, descriptions, and technical details Image Links: Includes patent diag...
|
454 |
| 10081 | gpt-image-1-5 | intellectronica/agent-skills |
GPT Image 1.5 - Image Generation & Editing Generate new images or edit existing ones using OpenAI's GPT Image 1.5 model. Generation: Uses the Responses API with image_generation tool Editing: Uses the Image API for reliable mask-based inpainting Usage Run the script using absolute path (do NOT cd to skill directory first): Generate new image: uv run ~/.claude/skills/gpt-image-1-5/scripts/generate_image.py --prompt "your image description" --filename "output-name.png" [--quality low|medium|h...
|
454 |
| 10082 | media-processing | mrgoonie/claudekit-skills |
Media Processing Skill Process video, audio, and images using FFmpeg and ImageMagick command-line tools for conversion, optimization, streaming, and manipulation tasks. When to Use This Skill Use when: Converting media formats (video, audio, images) Encoding video with codecs (H.264, H.265, VP9, AV1) Processing images (resize, crop, effects, watermarks) Extracting audio from video Creating streaming manifests (HLS/DASH) Generating thumbnails and previews Batch processing media files Optimizi...
|
454 |
| 10083 | compose-ui | new-silvermoon/awesome-android-agent-skills |
No SKILL.md available for this skill. View on GitHub
|
454 |
| 10084 | hono-typescript | mindrally/skills |
Hono TypeScript Development You are an expert in Hono and TypeScript development with deep knowledge of building ultrafast, edge-first APIs that run on Cloudflare Workers, Deno, Bun, and Node.js. TypeScript General Guidelines Basic Principles Use English for all code and documentation Always declare types for variables and functions (parameters and return values) Avoid using any type - create necessary types instead Use JSDoc to document public classes and methods Write concise, maintainable, ...
|
454 |
| 10085 | cloudbase-guidelines | tencentcloudbase/skills |
CloudBase Development Guidelines 💡 Recommended: MCP Installation For enhanced CloudBase development experience, we recommend installing CloudBase MCP (Model Context Protocol). CloudBase MCP provides essential tools for CloudBase development, including environment management, function deployment, database operations, and more. While not required, installing MCP will significantly improve your development workflow. MCP Configuration Instructions Most Coding Agents support project-level MCP configu...
|
453 |
| 10086 | git:worktrees | neolabhq/context-engineering-kit |
Git Worktrees Overview Git worktrees enable checking out multiple branches simultaneously in separate directories, all sharing the same repository. Create a worktree instead of stashing changes or cloning separately. Core principle: One worktree per active branch. Switch contexts by changing directories, not branches. Core Concepts Concept Description Main worktree Original working directory from git clone or git init Linked worktree Additional directories created with git worktree add Shared .g...
|
453 |
| 10087 | kaizen:analyse-problem | neolabhq/context-engineering-kit |
A3 Problem Analysis Apply A3 problem-solving format for comprehensive, single-page problem documentation and resolution planning. Description Structured one-page analysis format covering: Background, Current Condition, Goal, Root Cause Analysis, Countermeasures, Implementation Plan, and Follow-up. Named after A3 paper size; emphasizes concise, complete documentation. Usage /analyse-problem [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) OUTPUT_FORMAT: markdo...
|
453 |
| 10088 | logo-design-guide | inference-sh/skills |
Logo Design Guide Design effective logos with AI image generation via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate a logo concept infsh app run falai/flux-dev-lora --input '{ "prompt": "flat vector logo of a mountain peak with a sunrise, minimal geometric style, single color, clean lines, white background", "width": 1024, "height": 1024 }' Logo Types Type Description When to ...
|
453 |
| 10089 | referral-program | sickn33/antigravity-awesome-skills |
Referral & Affiliate Programs You are an expert in viral growth and referral marketing. Your goal is to help design and optimize programs that turn customers into growth engines. Before Starting 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. Gather this context (ask if not...
|
453 |
| 10090 | frontend-mobile-development-component-scaffold | sickn33/antigravity-awesome-skills |
React/React Native Component Scaffolding You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, styles, and documentation following modern best practices. Use this skill when Working on react/react native component scaffolding tasks or workflows Needing guidance, best practices, or checklists for react/react native component scaffolding Do not use this s...
|
453 |
| 10091 | math-help | parcadei/continuous-claude-v3 |
Math Cognitive Stack Guide Cognitive prosthetics for exact mathematical computation. This guide helps you choose the right tool for your math task. Quick Reference I want to... Use this Example Solve equations sympy_compute.py solve solve "x2 - 4 = 0" --var x Integrate/differentiate sympy_compute.py integrate "sin(x)" --var x Compute limits sympy_compute.py limit limit "sin(x)/x" --var x --to 0 Matrix operations sympy_compute.py / numpy_compute.py det "[[1,2],[3,4]]" Verify a reasoning step ma...
|
453 |
| 10092 | code-review | agno-agi/agno |
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
|
453 |
| 10093 | nextjs-app-router-patterns | sickn33/antigravity-awesome-skills |
Next.js App Router Patterns Comprehensive patterns for Next.js 14+ App Router architecture, Server Components, and modern full-stack React development. When to Use This Skill Building new Next.js applications with App Router Migrating from Pages Router to App Router Implementing Server Components and streaming Setting up parallel and intercepting routes Optimizing data fetching and caching Building full-stack features with Server Actions Core Concepts 1. Rendering Modes Mode Where When to Use ...
|
453 |
| 10094 | aso-appstore-screenshots | adamlyttleapps/claude-skill-aso-appstore-screenshots |
You are an expert App Store Optimization (ASO) consultant and screenshot designer. Your job is to help the user create high-converting App Store screenshots for their app. This is a multi-phase process. Follow each phase in order — but ALWAYS check memory first. RECALL (Always Do This First) Before doing ANY codebase analysis, check the Claude Code memory system for all previously saved state for this app. The skill saves progress at each phase, so the user can resume from wherever they left off...
|
453 |
| 10095 | prpl | patternsdev/skills |
PRPL Pattern Making our applications globally accessible can be a challenge! We have to make sure the application is performant on low-end devices and in regions with a poor internet connectivity. In order to make sure our application can load as efficiently as possible in difficult conditions, we can use the PRPL pattern. When to Use Use this when building applications that need to perform well on low-end devices and slow networks This is helpful for optimizing the critical rendering path of we...
|
453 |
| 10096 | customaize-agent:test-skill | neolabhq/context-engineering-kit |
Testing Skills With Subagents Test skill provided by user or developed before. Overview Testing skills is just TDD applied to process documentation. You run scenarios without the skill (RED - watch agent fail), write skill addressing those failures (GREEN - watch agent comply), then close loopholes (REFACTOR - stay compliant). Core principle: If you didn't watch an agent fail without the skill, you don't know if the skill prevents the right failures. REQUIRED BACKGROUND: You MUST understand supe...
|
452 |
| 10097 | qiaomu-opencli-autofix | joeseesun/opencli-skill |
OpenCLI AutoFix — Automatic Adapter Self-Repair When an opencli command fails because a website changed its DOM, API, or response schema, automatically diagnose, fix the adapter, and retry — don't just report the error. Safety Boundaries Before starting any repair, check these hard stops: AUTH_REQUIRED (exit code 77) — STOP. Do not modify code. Tell the user to log into the site in Chrome. BROWSER_CONNECT (exit code 69) — STOP. Do not modify code. Tell the user to run opencli doctor . CAPTCHA / ...
|
452 |
| 10098 | data visualization | aj-geddes/useful-ai-prompts |
Data Visualization Overview Data visualization transforms complex data into clear, compelling visual representations that reveal patterns, trends, and insights for storytelling and decision-making. When to Use Exploratory data analysis and pattern discovery Communicating insights to stakeholders Comparing distributions and relationships Presenting findings in reports and dashboards Identifying outliers and anomalies visually Creating publication-ready charts and graphs Visualization Types Distri...
|
452 |
| 10099 | technical-roadmap-planning | aj-geddes/useful-ai-prompts |
Technical Roadmap Planning Overview A technical roadmap provides a strategic plan for technology evolution, guiding architectural decisions, infrastructure investments, and capability development aligned with business objectives. When to Use Multi-year technology planning Architecture modernization initiatives Platform scaling and reliability improvements Legacy system migration planning Infrastructure upgrade scheduling Technology stack standardization Innovation investment planning Instructi...
|
452 |
| 10100 | tech-earnings-deepdive | star23/day1global-skills |
Tech Stock Earnings Deep Dive Analysis & Multi-Perspective Investment Memo v3.0 Positioning & Design Philosophy You are providing institutional-grade earnings analysis services for a "large retail investor" — someone investing their own capital, with no LPs, who holds tech stock positions on a quarterly and annual basis. Core design principles: Key Forces Driven : First identify 1-3 decisive forces, then prioritize the 16 modules around those forces — deeply examine related modules, provide stan...
|
452 |