███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10651 | thinking-in-bets | pmprompt/claude-plugin-product-management |
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve Thinking in Bets What It Is Thinking in Bets is a framework for improving decision quality by separating decisions...
|
106 |
| 10652 | stealth-browser | changeflowhq/skills |
stealth-browser Invisible Chrome automation via CDP. Launches your real Chrome hidden, sends commands via Chrome DevTools Protocol. Sites see a normal browser - no detectable automation. macOS only. Uses AppleScript and open -g to hide Chrome. Memory Read ~/.claude/skills/stealth-browser/LEARNED.md at the start of every task. If it doesn't exist, create it with a Learned header. Capture learnings when you detect: Domain quirks: sites that need extra wait time, cookie dismissal, specific interac...
|
106 |
| 10653 | design | rshankras/claude-code-apple-skills |
Design: Build It With a Point of View Prefix your first line with 🥷 inline, not as its own paragraph. If it could have been generated by a default prompt, it is not good enough. Lock the Direction First Before writing any code, ask the user directly, using the environment's native question or approval mechanism if it has one: Who uses this, and in what context? Analyst dashboard differs from landing page or onboarding flow. See "App shell exception" below if the answer is a sidebar + main worksp...
|
106 |
| 10654 | ios-device-screenshot | 0xbigboss/claude-code |
iOS Device Screenshot Take screenshots from physical iOS devices connected via USB using pymobiledevice3. Installation Install pymobiledevice3 using uv (recommended) uv tool install pymobiledevice3 Or with pipx pipx install pymobiledevice3 Prerequisites Physical iOS device connected via USB Developer Mode enabled on the device (Settings > Privacy & Security > Developer Mode) Device trusted - approve "Trust This Computer" prompt on device Usage For iOS 17+ (including iOS 26+) iOS 17+ requi...
|
106 |
| 10655 | redmine-issue-manager | api/git |
No SKILL.md available for this skill. View on GitHub
|
106 |
| 10656 | add-components-to-registry | tambo-ai/tambo |
Add Components to Registry Convert existing React components into Tambo-registered components that AI can render. Quick Start Point to a component file or folder /add-components-to-registry src/components/ProductCard.tsx /add-components-to-registry src/components/cards/ Workflow Read component(s) - Analyze props, types, and purpose Generate Zod schema - Create propsSchema from prop types Write description - Help AI know when to use it Add to registry - Update lib/tambo.ts Step 1: Analyze Compon...
|
106 |
| 10657 | vsl-storyboard-writer | ncklrs/startup-os-skills |
Expert video sales letter and product marketing script writer specializing in high-converting video content that drives action. This skill bridges copywriting and video production, creating storyboard scripts ready for motion design implementation. Philosophy Great video sales scripts combine three elements: - Sales psychology — Understanding what drives decisions at each stage - Visual storytelling — Every scene advances both narrative and conversion - Production readiness — Scripts that ...
|
106 |
| 10658 | skill-development | aiskillstore/marketplace |
Skill Development for Claude Code Plugins This skill provides guidance for creating effective skills for Claude Code plugins. About Skills Skills are modular, self-contained packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks—they transform Claude from a general-purpose agent into a specialized agent equipped with procedural knowledge that no model can fully possess. What Skills Pr...
|
106 |
| 10659 | tooluniverse-gwas-snp-interpretation | mims-harvard/tooluniverse |
GWAS SNP Interpretation Skill Overview Interpret genetic variants (SNPs) from GWAS studies by aggregating evidence from multiple sources to provide comprehensive clinical and biological context. Use Cases: "Interpret rs7903146" (TCF7L2 diabetes variant) "What diseases is rs429358 associated with?" (APOE Alzheimer's variant) "Clinical significance of rs1801133" (MTHFR variant) "Is rs12913832 in any fine-mapped loci?" (Eye color variant) What It Does The skill provides a comprehensive interpretati...
|
106 |
| 10660 | flutter-bloc-development | abdelhakrazi/flutter-bloc-clean-architecture-skill |
Flutter BLoC Development This skill enforces BLoC state management, strict layer separation, and mandatory use of design system constants for all Flutter development in this codebase. Decision Tree: Choosing Your Approach User task → What are they building? │ ├─ New screen/feature → Full stack implementation: │ 1. Define BLoC (events, states, bloc) │ 2. Create/update data layer (repository, datasource) │ 3. Build UI with design system │ ├─ New widget only → Pr...
|
106 |
| 10661 | customer-success-manager | alirezarezvani/claude-skills |
Customer Success Manager Production-grade customer success analytics with multi-dimensional health scoring, churn risk prediction, and expansion opportunity identification. Three Python CLI tools provide deterministic, repeatable analysis using standard library only -- no external dependencies, no API calls, no ML models. Table of Contents Capabilities Input Requirements Output Formats How to Use Scripts Reference Guides Templates Best Practices Limitations Capabilities Customer Health Scoring :...
|
106 |
| 10662 | bun-file-io | anomalyco/opencode |
Use this when Editing file I/O or scans in packages/opencode Handling directory operations or external tools Bun file APIs (from Bun docs) Bun.file(path) is lazy; call text, json, stream, arrayBuffer, bytes, exists to read. Metadata: file.size, file.type, file.name. Bun.write(dest, input) writes strings, buffers, Blobs, Responses, or files. Bun.file(...).delete() deletes a file. file.writer() returns a FileSink for incremental writes. Bun.Glob + Array.fromAsync(glob.scan({ cwd, absolute, onlyFil...
|
106 |
| 10663 | byterover | junsuzuki1973/openclaw-skill-byterover |
ByteRover CLI - Context Engineering Platform ByteRover is a context engineering platform that lets you curate context for your coding agents—patterns, decisions, and learnings. It automatically syncs context across team members and eliminates manual markdown file management. Configuration API credentials are stored in ~/.clawdbot/byterover-config.json : { "apiKey" : "your_byterover_api_key_here" , "team" : "your_team_name" , "space" : "your_space_name" } Docker-Based Usage ByteRover CLI requires...
|
106 |
| 10664 | java-architect | 404kidwiz/claude-supercode-skills |
Java Architect Senior Java architect with deep expertise in enterprise-grade Spring Boot applications, microservices architecture, and cloud-native development. Role Definition You are a senior Java architect with 15+ years of enterprise Java experience. You specialize in Spring Boot 3.x, Java 21 LTS, reactive programming with Project Reactor, and building scalable microservices. You apply Clean Architecture, SOLID principles, and production-ready patterns. When to Use This Skill Building Sp...
|
106 |
| 10665 | wechat-daily-report | advisorydz/wechat-daily-report-skill |
微信群聊日报生成 Skill 工作流程 1. 运行 analyze_chat.py 分析聊天记录 ↓ 2. AI 根据聊天文本生成内容 (ai_content.json) ↓ 3. 运行 generate_report.py 生成日报图片 (.png) ⚠️ 最终输出是 PNG 图片 ,不是 HTML。确保 --output 参数使用 .png 后缀。 使用步骤 1. 分析聊天记录 python scripts/analyze_chat.py < 聊天记录.json > --output-stats stats.json --output-text simplified_chat.txt 输出 : stats.json - 统计数据(话唠榜、熬夜冠军、词云等) simplified_chat.txt - 压缩格式聊天文本,供 AI 分析 格式: [时间段] 发言人A:内容 | 发言人B:内容/内容/内容 | 分隔不同发言人, / 分隔同一人连续消息 如消息量大(超过1800行),自动拆分为 simplified_chat_1.txt , simplified_chat_2.txt 等多...
|
106 |
| 10666 | webapp-testing | vudovn/antigravity-kit |
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
|
106 |
| 10667 | busybox-on-windows | davila7/claude-code-templates |
BusyBox is a single binary that implements many common Unix tools. Use this skill only on Windows. If you are on UNIX, then stop here. Run the following steps only if you cannot find a busybox.exe file in the same directory as this document is. These are PowerShell commands, if you have a classic cmd.exe terminal, then you must use powershell -Command "..." to run them. Print the type of CPU: Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed Print t...
|
106 |
| 10668 | find-skills | nkchivas/openclaw-skill-find-skills |
Find Skills This skill helps you discover and install skills from the open agent skills ecosystem. When to Use This Skill Use this skill when the user: Asks "how do I do X" where X might be a common task with an existing skill Says "find a skill for X" or "is there a skill for X" Asks "can you do X" where X is a specialized capability Expresses interest in extending agent capabilities Wants to search for tools, templates, or workflows Mentions they wish they had help with a specific domain (desi...
|
106 |
| 10669 | business-model-auditor | shipshitdev/library |
Business Model Auditor - Scale Stress Test Overview You are a business model auditor specializing in Alex Hormozi's scale and leverage principles. You help indie founders identify fatal flaws in their business model before they kill the business. Your job is to execute a stress test—not just advise—by exposing bottlenecks, calculating unit economics, and designing for scale. Hormozi's Core Principle: "A business model is only as good as its constraints. Can this scale without me?" When This A...
|
106 |
| 10670 | fal-workflow | fal-ai-community/skills |
fal.ai Workflow Generator Generate 100% working, production-ready fal.ai workflow JSON files . Workflows chain multiple AI models together for complex generation pipelines. References: Model Reference - Detailed model configurations Common Patterns - Reusable workflow patterns Code Examples - Code snippets and partial examples Troubleshooting Reference: Complete Workflows - Working JSON examples for debugging (use ONLY when user reports errors) Core Architecture Valid Node Types ⚠️ ONLY TWO VALI...
|
106 |
| 10671 | team-coordination | alinaqi/claude-bootstrap |
*Load with: base.md* Purpose: Enable multiple Claude Code sessions across a team to coordinate and work together without conflicts. Manages shared state, todo claiming, decision syncing, and session awareness. Core Philosophy ``` ┌─────────────────────────────────────────────────────────────────┐ │ TEAM CLAUDE CODE │ │ ───────────────────────────────────────────────────────────── │ │ Multiple devs, multiple Claude sessions, one codebase. ...
|
106 |
| 10672 | ai-ml-data-science | vasilyu1983/ai-agents-public |
Data Science Engineering Suite - Quick Reference This skill turns raw data and questions into validated, documented models ready for production: EDA workflows: Structured exploration with drift detection Feature engineering: Reproducible feature pipelines with leakage prevention and train/serve parity Model selection: Baselines first; strong tabular defaults; escalate complexity only when justified Evaluation & reporting: Slice analysis, uncertainty, model cards, production metrics SQL transfo...
|
106 |
| 10673 | widget-generator | f/prompts.chat |
Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . Widgets are injected into prompt feeds to display promotional content, sponsor cards, or custom interactive components. Overview Widgets support two rendering modes: Standard prompt widget - Uses default PromptCard styling (like coderabbit.ts ) Custom render widget - Full custom React component (like book.tsx ) Prerequisites Before creating a widget, gather from the user: Parameter Required Description Widget ...
|
106 |
| 10674 | trigger-dev-tasks | triggerdotdev/trigger.dev |
Trigger.dev Task Expert You are an expert Trigger.dev developer specializing in building production-grade background job systems. Tasks deployed to Trigger.dev run in Node.js 21+ and use the @trigger.dev/sdk package. Critical Rules Always use @trigger.dev/sdk - Never use @trigger.dev/sdk/v3 or deprecated client.defineJob pattern Never use node-fetch - Use the built-in fetch function Export all tasks - Every task must be exported, including subtasks Never wrap wait/trigger calls in Promise.all ...
|
106 |
| 10675 | ctf-rev | cyberkaida/reverse-engineering-assistant |
You are a CTF reverse engineering solver. Your goal is to understand what a program does and extract the flag/key/password through systematic analysis. CTF reverse engineering is fundamentally about comprehension under constraints: - Limited time (competition pressure) - Unknown problem structure (what technique is being tested?) - Minimal documentation (that's the challenge!) - Goal-oriented (find the flag, not perfect understanding) Unlike malware analysis or vulnerability research, CTF ...
|
106 |
| 10676 | builder | aj-geddes/claude-code-bmad-skills |
Builder Role: Builder Module specialist Function: Create custom agents, workflows, and templates for specialized domains Responsibilities Guide users in creating custom agents Generate workflow commands Create domain-specific templates Customize BMAD for specific use cases Extend BMAD functionality Core Principles User-Driven - Build what the user needs, not what exists Template-Based - Follow BMAD patterns and conventions Token-Optimized - Use helper references, avoid redundancy Functional -...
|
106 |
| 10677 | evolink-image | evolinkai/image-generation-skill-for-openclaw |
Evolink Image — AI Image Generation & Editing Generate and edit AI images with 19 models including GPT Image 1.5, GPT-4o Image, Seedream, Qwen, WAN, and Gemini — all through one API. Image-focused view of evolink-media . Install the full skill for video and music too. After Installation When this skill is first loaded, greet the user: MCP tools + API key ready: "Hi! I'm your AI image studio — 19 models ready. What would you like to create?" MCP tools + no API key: "You'll need an EvoLink API key...
|
106 |
| 10678 | nsfc-research-foundation-writer | huangwb8/chineseresearchlatex |
见:[references/dod_checklist.md](https://github.com/huangwb8/chineseresearchlatex/blob/main/skills/nsfc-research-foundation-writer/references/dod_checklist.md) 常见问题与边缘情况 Q1: 项目目录中没有 `extraTex/` 目录怎么办? A: 本技能会自动尝试创建 `extraTex/` 目录。如果失败,请手动创建: ``` mkdir -p projects/NSFC_Young/extraTex ``` Q2: 我还没有写 `2.1 研究内容`,可以直接写 `3.1 研究基础` 吗? A: 不建议。`3.2 工作条件` 需要与 `2.1` 的关键任务对齐。建议先使用 `nsfc-research-content-writer` 完成 `2.1`。 Q3: 信息表中的某些内容我不方便公开怎么办? A: 可以提供"可核验线索"而非完整内容。例如: - ❌ "我们在 Nature 上发表了论文 XXX...
|
106 |
| 10679 | clanker | bankrbot/openclaw-skills |
Clanker SDK Deploy production-ready ERC20 tokens with built-in liquidity pools using the official Clanker TypeScript SDK. Overview Clanker is a token deployment protocol that creates ERC20 tokens with Uniswap V4 liquidity pools in a single transaction. The SDK provides a TypeScript interface for deploying tokens with advanced features like vesting, airdrops, and customizable reward distribution. Quick Start Installation npm install clanker-sdk viem or yarn add clanker-sdk viem or pnpm add clan...
|
106 |
| 10680 | frontend-architecture | manutej/luxor-claude-marketplace |
Frontend Architecture Skill When to Use This Skill Use this skill when you need to: Design scalable application architecture - Structure large-scale frontend applications with maintainable patterns Choose architectural patterns - Select appropriate design patterns (MVC, MVVM, Flux) for your use case Implement state management - Design state architecture for complex applications Structure component hierarchies - Create reusable, composable component systems Optimize build processes - Configure ...
|
106 |
| 10681 | requirements-engineering | jasonkneen/kiro |
Requirements Engineering Master the art of capturing what needs to be built before diving into how to build it. This skill teaches the EARS (Easy Approach to Requirements Syntax) format for creating clear, testable requirements. When to Use This Skill Use requirements engineering when: Starting any new feature or project Clarifying ambiguous stakeholder requests Creating acceptance criteria for user stories Documenting system behavior for testing Ensuring all team members share understanding...
|
106 |
| 10682 | web-design-studio | xiaodong-wu/web-design-studio |
This skill combines frontend design expertise with AI image generation to create complete, production-ready web pages with all visual elements included. When to Use This Skill Use this skill when the user asks for: Complete websites or landing pages Web dashboards or applications Product pages or portfolios Marketing pages with banners/hero sections Blog or content layouts with featured images Any web interface that needs visual assets How This Skill Works This skill performs a two-step proc...
|
106 |
| 10683 | yuque-personal-style-extract | yuque/yuque-plugin |
Style Extract — Yuque Document Writing Style Analysis Analyze one or more Yuque documents to extract writing style characteristics, helping users learn from excellent documents or maintain consistent writing style. When to Use User wants to analyze the writing style of a specific document User says "分析一下这篇文档的写作风格", "extract the style", "学习这篇文档的风格" User wants to maintain consistent style across documents User says "帮我总结一下我的写作特点", "我想保持和这篇一样的风格" Required MCP Tools All tools are from the yuque-mcp ...
|
106 |
| 10684 | writing-x-posts | jamesgray007/hoai-course |
Writing X Posts Create engaging X (Twitter) posts and threads that capture attention, drive engagement, and grow your audience. Core Principles Brevity is Power X rewards concise, punchy content. Every word must earn its place. If you can say it in fewer words, do it. One Idea Per Tweet Single tweets should contain one complete thought. Threads expand on ideas but each tweet should still stand alone. Hook or Die You have ~1 second to stop the scroll. The first line determines everything—e...
|
106 |
| 10685 | convex security audit | waynesutton/convexskills |
Convex Security Audit Comprehensive security review patterns for Convex applications including authorization logic, data access boundaries, action isolation, rate limiting, and protecting sensitive operations. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth/functions-auth Production Security: https://docs.convex.dev/production For broader context: https://docs.convex.dev/llms.txt Instructions Security Audit Areas Aut...
|
105 |
| 10686 | codebase-summarizer | patricio0312rev/skills |
Codebase Summarizer Generate comprehensive architecture documentation from repository analysis. Core Workflow Scan structure: Recursively analyze folder tree and file organization Identify patterns: Detect framework, architecture style, key directories Map entry points: Find main files, routes, APIs, CLI commands Trace data flow: Follow requests through layers (controllers → services → models) Document modules: Explain purpose and responsibilities of each directory Create navigation: Build "ho...
|
105 |
| 10687 | spring-boot-development | manutej/luxor-claude-marketplace |
Spring Boot Development Skill This skill provides comprehensive guidance for building modern Spring Boot applications using auto-configuration, dependency injection, REST APIs, Spring Data, Spring Security, and enterprise Java patterns based on official Spring Boot documentation. When to Use This Skill Use this skill when: Building enterprise REST APIs and microservices Creating web applications with Spring MVC Developing data-driven applications with JPA and databases Implementing authentic...
|
105 |
| 10688 | github-pr-merge | fvadicamo/dev-agent-skills |
Merges Pull Requests after validating pre-merge checklist and handling post-merge cleanup. Quick Start ``` 1. Get PR info PR=$(gh pr view --json number -q '.number') REPO=$(gh repo view --json nameWithOwner -q '.nameWithOwner') 2. Run pre-merge checklist make test && make lint && gh pr checks $PR 3. Verify all comments replied gh api repos/$REPO/pulls/$PR/comments --jq '[.[] | select(.in_reply_to_id == null)] | length' 4. Merge with concise message (--delete-branch auto-deletes remote)...
|
105 |
| 10689 | algorithmic-art | skillcreatorai/ai-agent-skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
105 |
| 10690 | favicon | brianlovin/claude-config |
Generate a complete set of favicons from the source image at $1 and update the project's HTML with the appropriate link tags. Prerequisites First, verify ImageMagick v7+ is installed by running: which magick If not found, stop and instruct the user to install it: macOS : brew install imagemagick Linux : sudo apt install imagemagick Step 1: Validate Source Image Verify the source image exists at the provided path: $1 Check the file extension is a supported format (PNG, JPG, JPEG, SVG, WEBP, GIF) ...
|
105 |
| 10691 | deslop | cursor/plugins |
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
|
105 |
| 10692 | bun-expert | lammesen/skills |
Bun Expert Skill You are an expert Bun developer with deep knowledge of the Bun runtime, package manager, test runner, and bundler. You help users build high-performance JavaScript/TypeScript applications using Bun's native APIs and guide migrations from Node.js. Core Expertise Areas 1. Bun Runtime APIs HTTP Server & Networking: Bun.serve(options) - High-performance HTTP/WebSocket server (2.5x faster than Node.js) Bun.fetch(url) - Extended Web Fetch API Bun.connect() / Bun.listen() - TCP/UDP...
|
105 |
| 10693 | async-programming | martinholovsky/claude-skills-generator |
Async Programming Skill File Organization SKILL.md: Core principles, patterns, essential security (this file) references/security-examples.md: Race condition and resource safety examples references/advanced-patterns.md: Advanced async patterns and optimization Validation Gates Gate 0.1: Domain Expertise Validation Status: PASSED Expertise Areas: asyncio, Tokio, race conditions, resource management, concurrent safety Gate 0.2: Vulnerability Research Status: PASSED (3+ issues for MEDIUM-RISK) Rese...
|
105 |
| 10694 | convex security check | waynesutton/convexskills |
Convex Security Check A quick security audit checklist for Convex applications covering authentication, function exposure, argument validation, row-level access control, and environment variable handling. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/auth Production Security: https://docs.convex.dev/production Functions Auth: https://docs.convex.dev/auth/functions-auth For broader context: https://docs.convex.dev/llms.t...
|
105 |
| 10695 | web-scraping | yfe404/web-scraper |
Web scraping methodology Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling. Scraping cascade architecture Implement multiple extraction strategies with automatic fallback: from abc import ABC , abstractmethod from typing import Optional import requests from bs4 import BeautifulSoup import trafilatura for .py files from playwright . sync_api import sync_playwright from playwright_stealth import stealth_sync for .ipynb files import asyncio from playwright ....
|
105 |
| 10696 | nano-banana-prompt | giulioco/skills |
Nano Banana Pro excels at: - Photorealistic rendering with accurate textures, lighting, and materials - Identity preservation - maintaining facial features across transformations - Complex compositions - multiple subjects, detailed environments, layered effects - Technical precision - specific camera specs, lighting setups, era aesthetics - Creative experiments - surreal compositions, 3D effects, recursive visuals Key success factors: - Specificity over brevity - Detailed prompts yield be...
|
105 |
| 10697 | customer-support-builder | daffy0208/ai-dev-standards |
Customer Support Builder Build scalable customer support systems that grow with your product without requiring linear hiring increases. Core Principle Support should scale sub-linearly with users. As you grow from 100 to 10,000 users, support volume shouldn't increase 100x. Good self-service systems can keep support needs growing at only 10-20x while user base grows 100x. Support Maturity Model Stage 1: Founder-Led (0-100 users) Founders answer every question personally Learn what users actu...
|
105 |
| 10698 | clawsec-clawhub-checker | prompt-security/clawsec |
ClawSec ClawHub Checker Enhances the ClawSec suite's guarded skill installer with ClawHub reputation checks. Adds a second layer of security by checking VirusTotal Code Insight scores and other reputation signals before allowing skill installation. What It Does Wraps clawhub install - Intercepts skill installation requests Checks VirusTotal reputation - Uses ClawHub's built-in VirusTotal Code Insight Adds double confirmation - For suspicious skills (reputation score below threshold) Integrates w...
|
105 |
| 10699 | senior-frontend | borghei/claude-skills |
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
|
105 |
| 10700 | openbb-app-builder | openbb-finance/backends-for-openbb |
OpenBB App Builder You are an expert OpenBB app developer. This skill handles the complete pipeline for building OpenBB Workspace apps - from requirements gathering to tested deployment. Quick Reference Command Action "Build an OpenBB app for X" Full pipeline "Convert this Streamlit app" Reference-based build "Quick mode: build X" Minimal questions Execution Modes Mode Triggers Behavior Standard (default) Confirm at each phase, detailed explanations Quick "quick mode", "fast", "minimal" Sensib...
|
105 |