███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 24251 | writing-skills | zenobi-us/dotfiles |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
43 |
| 24252 | supabase-admin | erichowens/some_claude_skills |
Supabase Administration Expert Master Supabase schema design, Row Level Security policies, migrations, and performance optimization for production applications. When to Use ✅ USE this skill for: Row Level Security (RLS) policy design and debugging Database migrations and schema changes Auth integration (triggers, profile creation) Query performance optimization Supabase-specific SQL patterns (auth.uid(), auth.jwt()) ❌ DO NOT use for: Supabase Auth UI configuration → use Supabase dashboard ...
|
43 |
| 24253 | codex-cli-specialist | borghei/claude-skills |
Codex CLI Specialist Expert-level guidance for OpenAI Codex CLI: installation, configuration, skill authoring, cross-platform compatibility with Claude Code, and productivity workflows. Keywords codex, codex-cli, openai, skill authoring, agents/openai.yaml, cross-platform skills, claude code, skill conversion, skill index, multi-agent, ai cli tools, developer productivity, codex configuration, skill management Table of Contents Quick Start Tools Overview Core Workflows Codex CLI Configuration De...
|
43 |
| 24254 | candid-init | ron-myers/candid |
Technical.md and Config Generator You are a senior technical architect conducting a thorough codebase audit. Your job is to generate a Technical.md that: References specific files and paths from this project Captures architecture decisions and how to enforce them Documents actual patterns found in the code with examples Identifies gaps between current state and best practices The output should feel like it was written by someone who spent days understanding THIS specific codebase - not a gene...
|
43 |
| 24255 | accessibility-engineer | mae616/design-skills |
Accessibility Engineer Skill When to Apply Apply this skill when the request involves: Accessibility, a11y, WAI-ARIA, screen reader support, semantic HTML, keyboard navigation, focus management アクセシビリティ対応、WAI-ARIA、スクリーンリーダー対応、セマンティックHTML、キーボード操作、フォーカス管理 Any UI implementation (should be applied alongside other skills) Core Principles (Most Important) Native elements first. Solve with proper HTML elements ( button , a , label , input , etc.) before reaching for ARIA. ARIA is minimal. Don't add rol...
|
43 |
| 24256 | go-skills | llama-farm/llamafarm |
Go Skills for LlamaFarm CLI Shared Go best practices for LlamaFarm CLI development. These guidelines ensure idiomatic, maintainable, and secure Go code. Tech Stack Go 1.24+ Cobra (CLI framework) Bubbletea (TUI framework) Lipgloss (terminal styling) Directory Structure cli/ cmd/ Command implementations config/ Configuration types and loading orchestrator/ Service management utils/ Shared utilities version/ Version and upgrade handling internal/ ...
|
43 |
| 24257 | api-design | travisjneuman/.claude |
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: ...
|
43 |
| 24258 | team-iterdev | catlog22/claude-code-workflow |
Team IterDev Iterative development team skill. Generator-Critic loops (developer<->reviewer, max 3 rounds), task ledger (task-ledger.json) for real-time progress, shared memory (cross-sprint learning), and dynamic pipeline selection for incremental delivery. Architecture Skill(skill="team-iterdev", args="task description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coo...
|
43 |
| 24259 | frontend-design | dejanvasic85/williamstownsc |
This skill guides creation of distinctive, production-grade frontend interfaces that avoid generic "AI slop" aesthetics. Implement real working code with exceptional attention to aesthetic details and creative choices. The user provides frontend requirements: a component, page, application, or interface to build. They may include context about the purpose, audience, or technical constraints. Design Thinking Before coding, understand the context and commit to a BOLD aesthetic direction: Purpose :...
|
43 |
| 24260 | job-description-generator | dengineproblem/agents-monorepo |
Job Description Generator Expert in creating compelling, comprehensive, and legally compliant job descriptions. Core Writing Principles Inclusive Language Guidelines Replace gendered terms ("they" instead of "he/she") Avoid biased descriptors like "rockstar", "ninja", "young and dynamic" Focus on skills over personality traits Use gender-neutral job titles Avoid age-coded language ("digital native", "recent graduate") Clarity Standards Maintain 8th-grade reading level for accessibility Use bulle...
|
43 |
| 24261 | skills-vetter | kevinsong0/skills-vetter |
Skills Vetter - 技能安全审核工具 概述 Skills Vetter 是一个安全审核工具,用于验证 Claude Code skills 的安全性。在安装或使用新技能前,自动检查以下安全风险: 检查类别 风险等级 检查内容 恶意代码 🔴 严重 系统命令执行、文件删除、网络攻击 敏感信息 🔴 严重 API Key、密码、Token 硬编码 危险操作 🟠 高危 无限制文件操作、Shell 执行 数据泄露 🟡 中危 外发数据、日志上传 资源滥用 🟡 中危 无限循环、内存泄漏、CPU 占用 使用方法 1. 审核单个技能 审核本地技能 skills-vetter check ~/.claude/skills/my-skill/ 审核远程技能(GitHub) skills-vetter check https://github.com/user/skill-repo 2. 批量审核 审核所有已安装技能 skills-vetter check-all 审核指定目录 skills-vetter check-dir ~/.claude/skills/ 3. 生成报告 生成详细报告...
|
43 |
| 24262 | abp-infrastructure-patterns | thapaliyabikendra/ai-artifacts |
Cross-cutting concerns and infrastructure patterns for ABP Framework. Authorization & Permissions Define Permissions ``` // Domain.Shared/Permissions/ClinicPermissions.cs public static class ClinicPermissions { public const string GroupName = "Clinic"; public static class Patients { public const string Default = GroupName + ".Patients"; public const string Create = Default + ".Create"; public const string Edit = Default + ".Edit"; public const st...
|
43 |
| 24263 | vertical-slice-delivery | jjenzz/agent-skills |
Vertical Slice Delivery Vertical slice delivery structures work as a sequence of small, end-to-end behaviors that each deliver real value on their own. This skill defines how work should be conceptualized and planned. When to Apply Apply this skill when: Designing or delivering a feature Breaking down a multi-step change into meaningful units Estimating progress in terms of user-visible behavior Resuming delivery work after a pause Coordinating multiple changes that must evolve together Key...
|
43 |
| 24264 | openrouter | rawveg/skillsforge-marketplace |
OpenRouter - Unified AI API Gateway Overview OpenRouter provides a single API to access 200+ language models from OpenAI, Anthropic, Google, Meta, Mistral, and more. It offers intelligent routing, streaming, cost optimization, and standardized OpenAI-compatible interface. Key Features: Access 200+ models through one API OpenAI-compatible interface (drop-in replacement) Intelligent model routing and fallbacks Real-time streaming responses Cost tracking and optimization Model performance analyt...
|
43 |
| 24265 | automating-calendar | spillwavesolutions/automating-mac-apps-plugin |
Automating Calendar (JXA with AppleScript Discovery) Contents Relationship to the macOS automation skill Core Framing Workflow (default) Core Examples What to load Relationship to the macOS automation skill Use automating-mac-apps for general app permissions, shell commands, UI scripting, and cross-app automation patterns. This skill focuses specifically on Calendar events, calendars, and EventKit bridge functionality. PyXA Installation: To use PyXA examples in this skill, see the installation i...
|
43 |
| 24266 | git-workflow | vasilyu1983/ai-agents-public |
Git Workflow When to use this skill Creating meaningful commit messages Managing branches Merging code Resolving conflicts Collaborating with team Git best practices Instructions Step 1: Branch management Create feature branch : Create and switch to new branch git checkout -b feature/feature-name Or create from specific commit git checkout -b feature/feature-name < commit-hash > Naming conventions : feature/description : New features bugfix/description : Bug fixes hotfix/description : Urgent f...
|
43 |
| 24267 | generate-status-report | atlassian/atlassian-mcp-server |
Generate Status Report Keywords status report, project status, weekly update, daily standup, Jira report, project summary, blockers, progress update, Confluence report, sprint report, project update, publish to Confluence, write to Confluence, post report Automatically query Jira for project status, analyze issues, and generate formatted status reports published to Confluence. CRITICAL : This skill should be interactive . Always clarify scope (time period, audience, Confluence destination) with ...
|
43 |
| 24268 | erpnext-errors-hooks | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Hooks - Error Handling This skill covers error handling patterns for hooks.py configurations. For syntax, see erpnext-syntax-hooks . For implementation workflows, see erpnext-impl-hooks . Version : v14/v15/v16 compatible Hooks Error Handling Overview ┌─────────────────────────────────────────────────────────────────────┐ │ HOOKS HAVE UNIQUE ERROR HANDLING CHARACTERISTICS │ ├─────────────────────────────────────────────────────────────────────┤ │ ...
|
43 |
| 24269 | browser-max-automation | aktsmm/agent-skills |
Browser Max Automation Browser automation via Playwright MCP. When to use Automating browser-based workflows or QA checks Verifying UI states, DOM changes, or visual regressions Filling forms, clicking elements, or capturing screenshots Prerequisites Configure .vscode/mcp.json: { "servers": { "playwright": { "command": "npx", "args": ["@anthropic-ai/mcp-playwright@latest", "--browser", "chrome"] } } } Quick Reference Command Purpose browser_navigate Open URL browser_...
|
43 |
| 24270 | altinity-expert-clickhouse-storage | altinity/skills |
Diagnose disk usage, compression efficiency, part sizes, and storage bottlenecks. Diagnostics Run all queries from the file checks.sql and analyze the results. Ad-Hoc Query Guidelines Required Safeguards ``` -- Always limit results limit 100 -- For part_log where event_date >= today() - 1 ``` Key Tables - `system.disks` - Disk configuration - `system.parts` - Part storage details - `system.columns` - Column compression - `system.storage_policies` - Tiered storage - `system.detac...
|
43 |
| 24271 | stream-chain | ruvnet/claude-flow |
Stream-Chain Skill Execute sophisticated multi-step workflows where each agent's output flows into the next, enabling complex data transformations and sequential processing pipelines. Overview Stream-Chain provides two powerful modes for orchestrating multi-agent workflows: Custom Chains ( run ): Execute custom prompt sequences with full control Predefined Pipelines ( pipeline ): Use battle-tested workflows for common tasks Each step in a chain receives the complete output from the previous step...
|
43 |
| 24272 | content-marketing | dengineproblem/agents-monorepo |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
43 |
| 24273 | godot-genre-moba | thedivergentai/gd-agentic-skills |
Genre: MOBA (Multiplayer Online Battle Arena) Expert blueprint for MOBAs emphasizing competitive balance and strategic depth. NEVER Do NEVER client-side damage calculation — Client says "I cast Q at direction V", server calculates damage. Otherwise hacking trivializes game. NEVER ignore snowballing — Winning team gets too strong. Implement comeback mechanics (kill bounties, catchup XP). NEVER pathfind all minions every frame — 100+ minions cause lag. Time-slice pathfinding over multiple frames. ...
|
43 |
| 24274 | api-tutorial-writer | dengineproblem/agents-monorepo |
API Tutorial Writer эксперт Вы эксперт по созданию исчерпывающих, дружелюбных для разработчиков API-туториалов и документации. Вы специализируетесь на трансформации сложных API-концепций в понятные, практические руководства, которые помогают разработчикам успешно интегрировать и использовать API. Ваши туториалы сочетают теоретическое понимание с практическими, рабочими примерами, которые разработчики могут немедленно реализовать. Основные принципы структуры туториала Подход прогрессивной сложнос...
|
43 |
| 24275 | spec-workflow | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for structured development workflow when you need to: Develop new features from scratch Design complex architecture Integrate multiple modules Work on projects involving database design Work on projects involving UI design Ensure high-quality requirement analysis and acceptance criteria Do NOT use for: Simple bug fixes Documentation updates Configuration changes Code refactoring (unless explicitly requested) How to use this skill (for a coding agent) Follow ...
|
43 |
| 24276 | swift-development | rshankras/claude-code-apple-skills |
Swift Development Swift language-level guidance that applies across all Apple platforms. When This Skill Activates Use this skill when the user: Asks about Swift concurrency (async/await, actors, Sendable, TaskGroup) Needs help with Swift 6 strict concurrency migration Has data race or actor isolation errors Asks about InlineArray , Span , or low-level memory performance Wants to eliminate heap allocations or replace unsafe pointers Asks about modern Swift patterns independent of any specific pl...
|
43 |
| 24277 | godot-genre-metroidvania | thedivergentai/gd-agentic-skills |
Genre: Metroidvania Expert blueprint for Metroidvanias balancing exploration, progression, and backtracking rewards. NEVER Do NEVER allow soft-locks — Players must always have ability to backtrack. Design "valves" (one-way drops) carefully with escape routes. NEVER make empty dead ends — Every path should have a reward (upgrade, lore, currency). Empty rooms waste player time. NEVER make backtracking tedious — New abilities should speed traversal (dash, teleport). Or unlock shortcuts connecting d...
|
43 |
| 24278 | verification-before-completion | guanyang/antigravity-skills |
Verification Before Completion Overview Claiming work is complete without verification is dishonesty, not efficiency. Core principle: Evidence before claims, always. Violating the letter of this rule is violating the spirit of this rule. The Iron Law NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE If you haven't run the verification command in this message, you cannot claim it passes. The Gate Function BEFORE claiming any status or expressing satisfaction: 1. IDENTIFY: What command prov...
|
43 |
| 24279 | erpnext-impl-serverscripts | openaec-foundation/erpnext_anthropic_claude_development_skill_package |
ERPNext Server Scripts - Implementation This skill helps you determine HOW to implement server-side features. For exact syntax, see erpnext-syntax-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitation ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ ALL IMPORTS BLOCKED IN SERVER SCRIPTS │ ├─────────────────────────────────────────────────────────────────────┤ │ import json → ImportError: __import__ not fou...
|
43 |
| 24280 | super-skills | clawdbot-skills/task-decomposer |
Super Skills Quick Reference ┌─────────────────────────────────────────────────────────────┐ │ 🎯 Core: Understand → Plan → Execute → Iterate │ │ 🚨 Rule: Problem → Analyze → Solve → Continue (NEVER WAIT) │ │ 📊 Complexity: 4-8 Direct | 9-14 Staged | 15-20 Iterative │ └─────────────────────────────────────────────────────────────┘ Core Philosophy Principle Description Understand First Deeply analyze requirements before acting Incremental Delivery Produce verifiable intermediate resu...
|
43 |
| 24281 | code-review-expert | helloggx/skill |
Code Review Expert Overview Perform a structured review of the current git changes with focus on SOLID, architecture, removal candidates, and security risks. Default to review-only output unless the user asks to implement changes. Severity Levels Level Name Description Action P0 Critical Security vulnerability, data loss risk, correctness bug Must block merge P1 High Logic error, significant SOLID violation, performance regression Should fix before merge P2 Medium Code smell, maintainability con...
|
43 |
| 24282 | anticipation-mastery | dylantarre/animation-principles |
Anticipation Mastery The Setup Principle Anticipation prepares the audience for action. Discovered through theatrical observation, Disney animators found that without a preparatory movement, actions appeared to happen "out of nowhere"—confusing rather than exciting. The principle: before any significant action, there must be a counter-movement. Core Theory Newton's Third Law, Visualized: Physical actions require preparation. A pitcher winds up before throwing. A cat crouches before pouncing. ...
|
43 |
| 24283 | theme-audit | chmouel/lazyworktree |
Theme Audit Audit theme definitions and usage across the codebase. Theme definitions ! cat internal/theme/theme.go | head -200 Theme usage in UI ! grep -r "theme\." internal/app/ --include="*.go" | head -50 Potential hardcoded colours ! grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30 Audit themes for: Missing colour fields that UI code expects Unused theme values that can be removed Hardcoded colours in UI code that should use theme fields ...
|
43 |
| 24284 | slow-in-out-mastery | dylantarre/animation-principles |
Slow In / Slow Out Mastery The Physics Principle Objects in the real world don't move at constant speeds—they accelerate from rest and decelerate to stops. Slow in/slow out (also called ease in/ease out) captures this fundamental truth. Without it, animation looks mechanical. With it, motion feels alive. Core Theory Slow Out (Ease Out): More drawings clustered at the start of a movement. The object accelerates away from its starting position gradually. Slow In (Ease In): More drawings cluste...
|
43 |
| 24285 | linear-triage | finesssee/linear-cli |
Triage List triage issues (unassigned, no project) linear-cli tr list linear-cli tr list -t ENG Filter by team linear-cli tr list --output json Claim issue (assign to self, move to backlog) linear-cli tr claim LIN-123 Snooze issue linear-cli tr snooze LIN-123 --duration 1d Snooze 1 day linear-cli tr snooze LIN-123 --duration 1w Snooze 1 week Duration Shortcuts 1d , 2d , 1w , 2w , 1m Flags Flag Purpose --output json JSON output
|
43 |
| 24286 | memory-capture | catlog22/claude-code-workflow |
Memory Capture Skill Unified memory capture skill that routes to two execution modes: Compact : Compress full session memory into structured text for recovery Tips : Quick note-taking for ideas, snippets, and insights Architecture Overview ┌─────────────────────────────────────────────────────┐ │ Memory Capture (Router) │ │ → Parse input → Detect mode → Route to phase │ └───────────────┬─────────────────────────────────────┘ │ ┌───────┴───────┐ ↓ ...
|
43 |
| 24287 | javascript-expert | personamanagmentlayer/pcl |
JavaScript Development Expert 1. Overview You are an elite JavaScript developer with deep expertise in: Modern JavaScript: ES6+, ESNext features, module systems (ESM, CommonJS) Async Patterns: Promises, async/await, event loop, callback patterns Runtime Environments: Node.js, browser APIs, Deno, Bun Functional Programming: Higher-order functions, closures, immutability Object-Oriented: Prototypes, classes, inheritance patterns Performance: Memory management, optimization, bundling, tree-shakin...
|
43 |
| 24288 | phone-number-formatter | dkyazzentwatwa/chatgpt-skills |
Standardize and format phone numbers with validation. Features - Format Standardization: Convert to E.164, national, international - Validation: Check valid phone numbers - Country Detection: Auto-detect country codes - Batch Processing: Format multiple numbers - Carrier Info: Extract carrier/type information - CSV Support: Process phone columns CLI Usage ``` python phone_number_formatter.py --input phones.csv --column phone --format international --output formatted.csv ``` Depende...
|
43 |
| 24289 | macos-hig-designer | designnotdrum/skills |
macOS HIG Designer Design native macOS applications following Apple's Human Interface Guidelines with macOS Tahoe's Liquid Glass design system. Workflow Decision Tree User Request │ ├─► "Review my macOS UI code" │ └─► Run HIG Compliance Check (Section 11) │ └─► Report violations with fixes │ ├─► "Modernize this macOS code" │ └─► Identify deprecated APIs │ └─► Apply Modern API Replacements (Section 10) │ └─► "Build [feature] for macOS" └─► Design with HIG principle...
|
43 |
| 24290 | build | redisearch/redisearch |
build — implement spec Single-thread native plan→execute. You are main Claude. No swarm. LOAD Read SPEC.md . If missing → tell user to invoke the spec skill first. Stop. Read FORMAT.md once if not loaded. Parse invocation args: §T.n → that task only --next → lowest-numbered row with status . or ~ --all or empty → every . row in §T order PLAN Native plan mode. For chosen task(s): Cite every §V invariant that applies. Plan must respect all. Cite every §I interface touched. Plan must preserve shape...
|
43 |
| 24291 | chanjing-avatar | chanjing-ai/chan-skills |
Chanjing Avatar (Lip-Syncing) When to Use This Skill Use this skill when the user needs to create lip-syncing videos (digital avatar videos) with synchronized mouth movements. Chanjing Avatar supports: Text-driven or audio-driven lip-syncing Multiple system voices for TTS Video resolution customization Task status polling and callback How to Use This Skill Multiple APIs need to be invoked. All share the domain: " https://open-api.chanjing.cc ". All requests communicate using json. You should use...
|
43 |
| 24292 | project-memory | spillwavesolutions/project-memory |
Project Memory Table of Contents Overview When to Use This Skill Core Capabilities 1. Initial Setup - Create Memory Infrastructure 2. Configure CLAUDE.md - Memory-Aware Behavior 3. Configure AGENTS.md - Multi-Tool Support 4. Searching Memory Files 5. Updating Memory Files 6. Memory File Maintenance Templates and References Example Workflows Integration with Other Skills Success Criteria Overview Maintain institutional knowledge for projects by establishing a structured memory system in docs/proj...
|
43 |
| 24293 | calm-relaxation | dylantarre/animation-principles |
Calm & Relaxation Animation Create animations that soothe, settle, and create peaceful user experiences. Emotional Goal Calm emerges from slow, gentle, predictable motion. Relaxation comes from animations that breathe, flow naturally, and never demand attention or create tension. Disney Principles for Calm Squash & Stretch Very subtle (2-5%). Gentle breathing or pulsing rather than bouncing. Soft, organic deformation like clouds or water. Anticipation Long, gradual preparation (200-400ms)...
|
43 |
| 24294 | performance-optimizer | sickn33/antigravity-awesome-skills |
Performance Optimizer Find and fix performance bottlenecks. Measure, optimize, verify. Make it fast. When to Use This Skill App is slow or laggy User complains about performance Page load times are high API responses are slow Database queries take too long User mentions "slow", "lag", "performance", or "optimize" The Optimization Process 1. Measure First Never optimize without measuring: // Measure execution time console . time ( 'operation' ) ; await slowOperation ( ) ; console . timeEnd ( 'ope...
|
43 |
| 24295 | pachca-bots | pachca/openapi |
pachca-bots Quick start Ask user for Pachca token (bot: Automations → Integrations → API, or user: Automations → API). Run commands with npx @pachca/cli and --token flag: npx @pachca/cli <command> --token $PACHCA_TOKEN Or set PACHCA_TOKEN for multiple commands: export PACHCA_TOKEN=<token> npx @pachca/cli <command> Help: npx @pachca/cli --help | Scenarios: npx @pachca/cli guide After successful use, suggest installing CLI globally: npm install -g @pachca/cli && pachca auth login --token $PACHCA_T...
|
43 |
| 24296 | account-executive | ncklrs/startup-os-skills |
Account Executive Expert-level sales execution for revenue growth. Core Competencies Pipeline management Discovery and qualification Solution selling Negotiation Deal closing Account planning Forecasting Relationship building Sales Process Sales Stages STAGE 1: PROSPECT (10%) ├── Lead identified ├── Initial outreach └── Meeting scheduled STAGE 2: DISCOVERY (20%) ├── Pain points identified ├── Budget confirmed ├── Decision process understood └── Timeline established STAGE 3: DEMO/EVALUATION (...
|
43 |
| 24297 | pilotty | msmps/pilotty |
Terminal Automation with pilotty Quick start pilotty spawn vim file.txt Start TUI app in managed session pilotty wait-for "file.txt" Wait for app to be ready pilotty snapshot Get screen state with cursor position pilotty key i Enter insert mode pilotty type "Hello, World!" Type text pilotty key Escape Exit insert mode pilotty kill End session Core workflow Spawn: pilotty spawn <command> starts the ...
|
43 |
| 24298 | rate-limiting-abuse-protection | patricio0312rev/skills |
Rate Limiting & Abuse Protection Protect APIs from abuse with intelligent rate limiting. Rate Limit Strategies Fixed Window: 100 requests per hour Sliding Window: More accurate, prevents bursts Token Bucket: Allow bursts up to limit Leaky Bucket: Smooth request rate Implementation (Express) import rateLimit from "express-rate-limit"; // Global rate limit const globalLimiter = rateLimit({ windowMs: 15 * 60 * 1000, // 15 minutes max: 100, // 100 requests per window message: "Too many re...
|
43 |
| 24299 | product-discovery | ncklrs/startup-os-skills |
Product Discovery Run structured discovery to identify high-value opportunities and de-risk product bets. When To Use Use this skill for: Opportunity Solution Tree facilitation Assumption mapping and test planning Problem validation interviews and evidence synthesis Solution validation with prototypes/experiments Discovery sprint planning and outputs Core Discovery Workflow Define desired outcome Set one measurable outcome to improve. Establish baseline and target horizon. Show more
|
43 |
| 24300 | embedding-tauri-sidecars | dchuk/claude-code-tauri-skills |
This skill covers embedding and executing external binaries (sidecars) in Tauri applications, including configuration, cross-platform considerations, and execution from Rust and JavaScript. Overview Sidecars are external binaries embedded within Tauri applications to extend functionality or eliminate the need for users to install dependencies. They can be executables written in any programming language. Common Use Cases: - Python CLI applications packaged with PyInstaller - Go or Rust comp...
|
43 |