███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 14851 | health-data | glebis/claude-skills |
Query and analyze health data from the local SQLite database containing 6.3M+ records across 43 health metrics. Database Location ``` ~/data/health.db ``` Query Methods 1. Python Script (Recommended for Common Queries) Use `scripts/health_query.py` for pre-built queries with automatic formatting: ``` Daily summary python ~/.claude/skills/health-data/scripts/health_query.py --format markdown daily --date 2025-11-29 Weekly trends python ~/.claude/skills/health-data/scripts/health_quer...
|
50 |
| 14852 | transform-maps | groeimetai/snow-flow |
Transform Maps control how data from import sets is mapped and transformed into ServiceNow tables. Import Architecture ``` Data Source (CSV, LDAP, JDBC, REST) ↓ Import Set Table (staging) ↓ Transform Map (mapping rules) ↓ Target Table (final destination) ``` Key Components | Data Source | sys_data_source | Connection configuration | Import Set Table | sys_db_object | Staging table | Import Set | sys_import_set | Import run record | Transform...
|
50 |
| 14853 | k8s-security-policies | oimiragieo/agent-studio |
Kubernetes Security Policies Comprehensive guide for implementing NetworkPolicy, PodSecurityPolicy, RBAC, and Pod Security Standards in Kubernetes. Do not use this skill when The task is unrelated to kubernetes security policies You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implemen...
|
50 |
| 14854 | clarify:metamedium | team-attention/workshop-upstage |
Metamedium: Content vs Form Lens Distinguish content (what is being said/built) from form (the medium/structure it's delivered through) to surface whether the real leverage is in optimizing content or inventing a new form. Based on Alan Kay's metamedium concept. "A change of perspective is worth 80 IQ points." — Alan Kay Core Concept Most people only change content — what they say, write, or build. The real leverage comes from changing form — the medium, format, or structure itself. Content (wha...
|
50 |
| 14855 | design-system-adoption | owl-listener/designer-skills |
Design System Adoption You are an expert in driving design system adoption across design and engineering teams. What You Do You create strategies and materials that help teams adopt and consistently use a design system. Adoption Strategy Awareness Launch announcements and demos Documentation site with search and examples Regular updates and changelog communication Showcase projects that use the system well Education Getting started guides for designers and developers Component usage guidelines w...
|
50 |
| 14856 | urlsession-code-review | existential-birds/beagle |
URLSession Code Review Quick Reference Topic Reference Async/Await async-networking.md Requests request-building.md Errors error-handling.md Caching caching.md Review Checklist Response Validation HTTP status codes validated - URLSession does NOT throw on 404/500 Response cast to HTTPURLResponse before checking status Both transport errors (URLError) and HTTP errors handled Memory & Resources Downloaded files moved/deleted (async API doesn't auto-delete) Sessions with delegates call finishT...
|
50 |
| 14857 | mental-models | abdullahbeam/nexus-design-abdullah |
Apply structured thinking frameworks to decisions, problems, and planning. When This Triggers - "Help me think through X" - "What mental model should I use?" - "Apply first principles to this" - "Do a pre-mortem on this plan" - "I need to analyze this decision" - Any specific model name (SWOT, 5 Whys, etc.) Workflow Step 1: Run Mental Models Scanner Run the script to get all available models: ``` python 00-system/mental-models/scripts/select_mental_models.py --format brief ``` Th...
|
50 |
| 14858 | windows-remote-desktop-connection-doctor | daymade/claude-code-skills |
Windows Remote Desktop Connection Doctor Diagnose and fix Windows App (AVD/WVD/W365) connection quality issues on macOS, with focus on transport protocol optimization. Background Azure Virtual Desktop transport priority: UDP Shortpath > TCP > WebSocket . UDP Shortpath provides the best experience (lowest latency, supports UDP Multicast). When it fails, the client falls back to WebSocket over TCP 443 through the gateway, adding significant latency overhead. Diagnostic Workflow Step 1: Collect Con...
|
50 |
| 14859 | research-archival | terrylica/cc-skills |
Research Archival Scrape AI research conversations (ChatGPT, Gemini, Claude) and web pages, archive them as markdown files with YAML frontmatter, and create cross-referenced GitHub Issues — with mandatory identity verification at every step. FIRST - TodoWrite Task Templates MANDATORY : Select and load the appropriate template before any archival work. Template A - Full Archival (scrape + save + issue) 1. Identity preflight — verify GH_ACCOUNT or resolve via curl /user 2. Scrape URL — route to Fi...
|
50 |
| 14860 | context-mode | mksglu/claude-context-mode |
Context Mode: Default for All Large Output MANDATORY RULE <context_mode_logic> <mandatory_rule> Default to context-mode for ALL commands. Only use Bash for guaranteed-small-output operations. </mandatory_rule> </context_mode_logic> Bash whitelist (safe to run directly): File mutations : mkdir , mv , cp , rm , touch , chmod Git writes : git add , git commit , git push , git checkout , git branch , git merge Navigation : cd , pwd , which Process control : kill , pkill Package management : npm inst...
|
50 |
| 14861 | jobs-to-be-done | owl-listener/designer-skills |
Purpose Systematically explore what customers are trying to accomplish (functional, social, emotional jobs), the pains they experience, and the gains they seek. Use this framework to uncover unmet needs, validate product ideas, and ensure your solution addresses real motivations—not just surface-level feature requests. This is not a survey—it's a structured lens for understanding why customers "hire" your product and what would make them "fire" it. Key Concepts The Jobs-to-be-Done Framework Infl...
|
50 |
| 14862 | blueprint-feature-tracker-sync | laurigates/claude-plugins |
Synchronize the feature tracker JSON with TODO.md and manage task progress. Note : As of v1.1.0, feature-tracker.json is the single source of truth for progress tracking. The tasks section replaces work-overview.md. Usage : /blueprint:feature-tracker-sync [--summary] Flags : Flag Description --summary Generate human-readable markdown summary (stdout only, no file) Mode: Generate Summary ( --summary ) When --summary is provided, generate a human-readable progress report without modifying any file...
|
50 |
| 14863 | swift_swiftui | swiftzilla/skills |
SwiftUI This skill covers SwiftUI framework concepts for building declarative user interfaces. Overview SwiftUI is Apple's modern declarative framework for building user interfaces across all Apple platforms using a reactive, state-driven approach. Available References Property Wrappers - @State, @Binding, @ObservedObject, @StateObject, @Environment Quick Reference State Management Decision Tree Need local mutable state? ├── YES → Is it a value type? │ ├── YES → Use @State │ └── NO → Use @St...
|
50 |
| 14864 | founder-playbook | tenequm/claude-plugins |
Founder Playbook Last updated: November 2025. Statistics and ecosystem data reflect this period. A structured thinking partner for startup founders. Use this to pressure-test decisions, validate your next steps, and think through challenges using proven frameworks (GROW, Solution-Focused) with deep knowledge of 2025 startup realities and crypto/web3 ecosystem specifics. Core Approach: Genuine Empowerment Through Honest Partnership Your job is to make founders more capable, confident, and clear-h...
|
50 |
| 14865 | aws-solution-architect | borghei/claude-skills |
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
|
50 |
| 14866 | canvas-design | guanyang/antigravity-skills |
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
|
50 |
| 14867 | vibe-coding | jamditis/claude-skills-journalism |
Vibe Coding Help the user build software using AI tools and natural language, using frameworks and insights from 3 product leaders. How to Help When the user asks for help with vibe coding: Understand the goal - Ask what they're trying to build and who it's for (prototype, internal tool, production app) Guide the approach - Help them break down the problem into smaller pieces for iterative AI prompts Set expectations - Discuss what vibe coding is good for (prototypes, MVPs) versus when professio...
|
50 |
| 14868 | pueue-job-orchestration | terrylica/cc-skills |
Pueue Job Orchestration Universal CLI telemetry layer and job management — every command routed through pueue gets precise timing, exit code capture, full stdout/stderr logs, environment snapshots, and callback-on-completion. Overview Pueue is a Rust CLI tool for managing shell command queues. It provides: Daemon persistence - Survives SSH disconnects, crashes, reboots Disk-backed queue - Auto-resumes after any failure Group-based parallelism - Control concurrent jobs per group Easy failure reco...
|
50 |
| 14869 | tool-search | oimiragieo/agent-studio |
References (archive): SCAFFOLD_SKILLS_ARCHIVE_MAP.md — embedding/semantic tool discovery from everything-claude-code backend-patterns, tdd-workflow. Tool Search Skill Identity Tool Search - Provides semantic tool discovery using embeddings to scale from dozens to thousands of tools with 90%+ context reduction. Capabilities Semantic Tool Search : Find relevant tools based on task context Embedding-Based Matching : Use embeddings for accurate tool discovery On-Demand Loading : Load tools only when...
|
50 |
| 14870 | aws-advisor | tech-leads-club/agent-skills |
AWS Advisor Expert AWS consulting with accuracy-first approach using MCP tools. Core Principles Search Before Answer : Always use MCP tools to verify information No Guessing : Uncertain? Search documentation first Context-Aware : Adapt recommendations to user's stack, preferences, and constraints Security by Default : Every recommendation considers security No Lock-in : Present multiple options with trade-offs, let user decide Adaptive Behavior Before recommending tools/frameworks , understand t...
|
50 |
| 14871 | ai-workflow-automation | omer-metin/skills-for-antigravity |
Ai Workflow Automation Identity You are an AI workflow architect who has built content automation systems that generate, review, approve, and distribute thousands of pieces of content across multiple channels—all while maintaining brand consistency, quality standards, and human oversight at critical decision points. You understand that the hard part isn't getting AI to generate content—it's building systems that consistently produce on-brand, high-quality content at scale. You've seen workflow...
|
50 |
| 14872 | grpc-golang | sickn33/antigravity-awesome-skills |
gRPC Golang (gRPC-Go) Overview Comprehensive guide for designing and implementing production-grade gRPC services in Go. Covers contract standardization with Buf, transport layer security via mTLS, and deep observability with OpenTelemetry interceptors. Use this skill when Designing microservices communication with gRPC in Go. Building high-performance internal APIs using Protobuf. Implementing streaming workloads (unidirectional or bidirectional). Standardizing API contracts using Protobuf and B...
|
50 |
| 14873 | bun sveltekit | secondsky/claude-skills |
Bun SvelteKit Run SvelteKit applications with Bun for faster development and builds. Quick Start Create new SvelteKit project bunx sv create my-app cd my-app Install dependencies bun install Development bun run dev Build bun run build Preview bun run preview Project Setup package.json { "scripts" : { "dev" : "vite dev" , "build" : "vite build" , "preview" : "vite preview" } , "devDependencies" : { "@sveltejs/adapter-auto" : "^7.0.0" , "@sveltejs/kit" : "^2.0.0" , "svelte" : "^5.0.0" , "vite...
|
50 |
| 14874 | sap-ai-core | secondsky/sap-skills |
SAP AI Core is a service on SAP Business Technology Platform (BTP) that manages AI asset execution in a standardized, scalable, hyperscaler-agnostic manner. SAP AI Launchpad provides the management UI for AI runtimes including the Generative AI Hub. Core Capabilities | Generative AI Hub | Access to LLMs from multiple providers with unified API | Orchestration | Modular pipeline for templating, filtering, grounding, masking | ML Training | Argo Workflows-based batch pipelines for model ...
|
50 |
| 14875 | task-management-protocol | oimiragieo/agent-studio |
Task Management Protocol Standardized protocol for task synchronization, progress tracking, and context handoff between agents and sessions using Claude Code's native task tools. Problem Statement Background agents complete work but main sessions don't receive notifications. Agents don't update task descriptions with findings. No protocol exists for structured context handoff between agents or sessions. This skill solves: Lost context when sessions end or agents complete Background agent finding...
|
50 |
| 14876 | laravel:tdd-with-pest | jpcaparas/superpowers-laravel |
Write the test first. Watch it fail. Write minimal code to pass. Keep tests fast and realistic. Test Runner ``` Sail sail artisan test --parallel Non-Sail php artisan test --parallel ``` Prefer Pest (default in new Laravel apps). PHPUnit is fine if your project uses it. RED – Write a failing test - Use model factories; avoid heavy mocking - Feature tests for HTTP/controllers; unit tests for pure services - Name tests by behavior Example (feature): ``` it('rejects empty email on si...
|
50 |
| 14877 | analyze-crypto | jssfy/k-skills |
Analyze Crypto — 一键加密货币综合分析 输入代币名称或符号,自动并行采集五个维度的数据,综合分析后输出标准报告。 When to Use 当用户请求以下操作时触发: "分析BTC" / "分析以太坊" / "分析SOL" "analyze BTC" / "analyze Ethereum" "比特币怎么样" / "ETH最近为什么涨/跌" "帮我看看SOL" / "DOGE值得买吗" Phase 0: 解析输入 根据用户输入,识别以下信息: 代币名称映射 (常用代币中英文对照) 比特币/Bitcoin → BTC 以太坊/Ethereum → ETH 索拉纳/Solana → SOL 瑞波/Ripple → XRP 币安币/BNB Chain → BNB 艾达/Cardano → ADA 狗狗币/Dogecoin → DOGE 波卡/Polkadot → DOT 雪崩/Avalanche → AVAX 马蹄/Polygon → POL 链接/Chainlink → LINK 莱特币/Litecoin → LTC Uniswap → UNI Aave → AAVE Ton...
|
50 |
| 14878 | journey-map | owl-listener/designer-skills |
Journey Map Create a comprehensive user journey map for product design and UX analysis. Context You are a senior UX researcher helping a design team map the user journey for $ARGUMENTS. If the user provides files (research data, personas, analytics), read them first. Domain Context Journey Mapping (Jim Kalbach, Mapping Experiences): Visualizing the end-to-end experience across stages, touchpoints, channels, emotions, and pain points. Each stage should capture: user goals, actions, touchpoints, e...
|
50 |
| 14879 | data-metabase | vasilyu1983/ai-agents-public |
Metabase Automate Metabase via API: reports (cards), dashboards, and chart settings. Quick Start Inputs (env vars) METABASE_URL (e.g., https://metabase.example.com) Preferred: METABASE_API_KEY Fallback: METABASE_USERNAME + METABASE_PASSWORD Sanity checks python3 frameworks/shared-skills/skills/data-metabase/scripts/metabase_api.py health python3 frameworks/shared-skills/skills/data-metabase/scripts/metabase_api.py whoami Live API documentation Your Metabase instance serves OpenAPI docs at /a...
|
50 |
| 14880 | azure-mgmt-mongodbatlas-dotnet | sickn33/antigravity-awesome-skills |
Azure.ResourceManager.MongoDBAtlas SDK Manage MongoDB Atlas Organizations as Azure ARM resources with unified billing through Azure Marketplace. Package Information Property Value Package Azure.ResourceManager.MongoDBAtlas Version 1.0.0 (GA) API Version 2025-06-01 Resource Type MongoDB.Atlas/organizations NuGet Azure.ResourceManager.MongoDBAtlas Installation dotnet add package Azure.ResourceManager.MongoDBAtlas dotnet add package Azure.Identity dotnet add package Azure.ResourceManager Important ...
|
50 |
| 14881 | defense-in-depth | zenobi-us/dotfiles |
Defense-in-Depth Validation Overview When you fix a bug caused by invalid data, adding validation at one place feels sufficient. But that single check can be bypassed by different code paths, refactoring, or mocks. Core principle: Validate at EVERY layer data passes through. Make the bug structurally impossible. Why Multiple Layers Single validation: "We fixed the bug" Multiple layers: "We made the bug impossible" Different layers catch different cases: Entry validation catches most bugs Busines...
|
50 |
| 14882 | better-auth-best-practices | connorads/dotfiles |
Better Auth Integration Guide Always consult better-auth.com/docs for code examples and latest API. Setup Workflow Install: npm install better-auth Set env vars: BETTER_AUTH_SECRET and BETTER_AUTH_URL Create auth.ts with database + config Create route handler for your framework Run npx @better-auth/cli@latest migrate Verify: call GET /api/auth/ok — should return { status: "ok" } Quick Reference Environment Variables BETTER_AUTH_SECRET - Encryption secret (min 32 chars). Generate: openssl rand -b...
|
50 |
| 14883 | backtest-expert | nicepkg/ai-workflow |
Backtest Expert Systematic approach to backtesting trading strategies based on professional methodology that prioritizes robustness over optimistic results. Core Philosophy Goal : Find strategies that "break the least", not strategies that "profit the most" on paper. Principle : Add friction, stress test assumptions, and see what survives. If a strategy holds up under pessimistic conditions, it's more likely to work in live trading. When to Use This Skill Use this skill when: Developing or valid...
|
50 |
| 14884 | service-integration | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-services.sh references/ service-patterns.md Service Integration Implementation This skill guides you through integrating external services into applications, from service selection to production deployment. It leverages GoodVibes precision tools for type-safe, resilient service integrations with proper error handling and testing. When to Use This Skill Use this skill when you need to: Integrate email providers (Resend, SendGrid, Postmark) Set up content management sys...
|
50 |
| 14885 | opencode | volcengine/openviking |
OpenCode Skill Use helper scripts to manage your OpenCode instances. Helper Scripts All scripts are in the workspace skills directory. Run them with: uv run python skills/opencode/script_name.py Note: Do not kill the opencode process. Scripts list_sessions.py Listing all OpenCode sessions Example: uv run python skills/opencode/list_sessions.py list_messages_of_session.py Listing latest OpenCode messages by session_id Example: uv run python skills/opencode/list_sessions.py {session_id} Session St...
|
50 |
| 14886 | ios-design-system | pproenca/dot-skills |
Airbnb iOS Design System Best Practices Opinionated, strict design system engineering for SwiftUI iOS 26 / Swift 6.2 apps. Contains 50 rules across 8 categories, prioritized by impact. Derived from Airbnb's Design Language System (DLS), Airbnb Swift Style Guide, Apple Human Interface Guidelines, and WWDC sessions. Mandates @Equatable on every view, @Observable for state, and style protocols as the primary component API. Mandated Architecture Alignment This skill is designed to work alongside swi...
|
50 |
| 14887 | code-review | unclecatvn/agent-skills |
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...
|
50 |
| 14888 | workers-migration | secondsky/claude-skills |
Migrate existing applications to Cloudflare Workers from various platforms. Migration Decision Tree ``` What are you migrating from? ├── AWS Lambda │ └── Node.js handler? → Lambda adapter pattern │ └── Python? → Consider Python Workers │ └── Container/custom runtime? → May need rewrite ├── Vercel/Next.js │ └── API routes? → Minimal changes with adapter │ └── Full Next.js app? → Use OpenNext adapter │ └── Middleware? → Direct Workers equivalent ├── Express/Node.js │ └── Simple AP...
|
50 |
| 14889 | code-simplifier | aktsmm/agent-skills |
You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. This is a balance that you have mastered as a result your years as an expert software engineer. You will analyze recently modified code and apply refin...
|
50 |
| 14890 | domain-classifier | huangserva/skill-prompt-generator |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 14891 | project-test-loop | laurigates/claude-plugins |
Run automated TDD cycle: test → fix → refactor. Note : Configure project-specific test/build commands in CLAUDE.md or .claude/rules/ for automatic detection. Steps : Detect test command (if not already configured): Check package.json for scripts.test (Node.js) Check for pytest or python -m unittest (Python) Check for cargo test (Rust) Check for go test ./... (Go) Check Makefile for test target If not found, ask user how to run tests Run test suite : Run detected test command [ test_command ] An...
|
50 |
| 14892 | api-architect | erichowens/some_claude_skills |
API Architect Expert API designer specializing in REST, GraphQL, gRPC, and WebSocket architectures. Activation Triggers Activate on: "API design", "REST API", "GraphQL schema", "gRPC service", "OpenAPI", "Swagger", "API versioning", "endpoint design", "rate limiting", "OAuth flow", "API gateway" NOT for: Database schema → data-pipeline-engineer | Frontend consumption → web-design-expert | Deployment → devops-automator Quick Start Define API contract first (API-first design) Choose paradigm:...
|
50 |
| 14893 | dataset-comparer | dkyazzentwatwa/chatgpt-skills |
Dataset Comparer Compare two CSV/Excel datasets to identify differences, additions, deletions, and value changes. Features Row Comparison: Find added, removed, and matching rows Value Changes: Detect changed values in matching rows Column Comparison: Identify schema differences Statistics: Summary of differences Diff Reports: HTML, CSV, and JSON output Flexible Matching: Compare by key columns or row position Quick Start from dataset_comparer import DatasetComparer comparer = DatasetComparer(...
|
50 |
| 14894 | api-design | mgd34msu/goodvibes-plugin |
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
|
50 |
| 14895 | template-renderer | oimiragieo/agent-studio |
Template Renderer Step 1: Validate Inputs (SECURITY - MANDATORY) Template Path Validation (SEC-SPEC-002): Verify template file exists within PROJECT_ROOT Reject any path traversal attempts (../) Only allow templates from .claude/templates/ Token Whitelist Validation (SEC-SPEC-003): // Allowed tokens by template type const SPEC_TOKENS = [ 'FEATURE_NAME' , 'VERSION' , 'AUTHOR' , 'DATE' , 'STATUS' , 'ACCEPTANCE_CRITERIA_1' , 'ACCEPTANCE_CRITERIA_2' , 'ACCEPTANCE_CRITERIA_3' , 'TERM_1' , 'TERM_2' , ...
|
50 |
| 14896 | carousels-sliders | dylantarre/animation-principles |
Carousel & Slider Animation Principles Apply Disney's 12 principles to carousels and sliders for smooth, intuitive navigation. Principles Applied to Carousels 1. Squash & Stretch Slides can slightly compress in scroll direction during fast swipes. Expands perception of speed and momentum. 2. Anticipation Before slide change, current slide can shift 5-10px in direction of navigation. Button can depress before triggering. 3. Staging Current/active slide should be prominently displayed: larg...
|
50 |
| 14897 | csm-patterns | groeimetai/snow-flow |
Customer Service Management for ServiceNow CSM enables organizations to deliver exceptional customer service through cases, accounts, and self-service. CSM Architecture Account (customer_account) ├── Contacts (customer_contact) ├── Contracts (ast_contract) │ └── Entitlements (service_entitlement) ├── Assets (alm_asset) └── Cases (sn_customerservice_case) ├── Case Tasks └── Communications Key Tables Table Purpose customer_account Customer accounts customer...
|
50 |
| 14898 | write-blog | openclaudia/openclaudia-skills |
Write Blog Post Skill You are an expert SEO content writer. Create comprehensive, well-researched blog posts optimized for both search engines and readers. Follow the E-E-A-T framework (Experience, Expertise, Authoritativeness, Trustworthiness). Blog Writing Process Step 1: Research & Briefing Before writing a single word, gather intelligence: 1A. Understand the keyword Ask or infer: Target keyword: Primary keyword to rank for Secondary keywords: 3-5 related terms to include naturally Search int...
|
50 |
| 14899 | prospect-research-compiler | onewave-ai/claude-skills |
Prospect Research Compiler Aggregate prospect intelligence from multiple sources including news, social media, company websites, and financial data. Instructions You are an expert at prospect research and intelligence gathering. Compile comprehensive prospect profiles from multiple sources with actionable insights for outreach. Output Format Prospect Research Compiler Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] ...
|
50 |
| 14900 | linear-search | finesssee/linear-cli |
Linear Search Search Linear.app issues and projects using linear-cli . Search Issues Search by text linear-cli s issues "authentication bug" Limit results linear-cli s issues "login" --limit 5 JSON output for parsing linear-cli s issues "error" --output json With specific fields linear-cli s issues "crash" --output json --fields identifier,title,state.name Search Projects Search projects linear-cli s projects "backend" Limit results linear-cli s projects "api" --limit 10 JSON output linea...
|
50 |