███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8401 | developer-growth-analysis | skillcreatorai/ai-agent-skills |
Developer Growth Analysis This skill provides personalized feedback on your recent coding work by analyzing your Claude Code chat interactions and identifying patterns that reveal strengths and areas for growth. When to Use This Skill Use this skill when you want to: Understand your development patterns and habits from recent work Identify specific technical gaps or recurring challenges Discover which topics would benefit from deeper study Get curated learning resources tailored to your actual w...
|
98 |
| 8402 | ant-design-react | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Build React applications with Ant Design components Use Ant Design UI components (Button, Form, Table, Input, Select, etc.) Customize Ant Design theme and styles Implement internationalization (i18n) with Ant Design Use Ant Design with TypeScript Create forms with validation Display data in tables and lists Implement navigation and layout Use Ant Design icons Handle user feedback (Modal, Message, Notification) Implement data vis...
|
98 |
| 8403 | skill-creator | anthropics/financial-services-plugins |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
98 |
| 8404 | memory-leak-audit | microsoft/vscode |
Memory Leak Audit The 1 bug category in VS Code. This skill encodes the patterns that prevent and fix leaks. When to Use Reviewing code that registers event listeners or DOM handlers Fixing reported memory leaks (listener counts growing over time) Creating objects in methods that are called repeatedly Working with model lifecycle events (onWillDispose, onDidClose) Adding event subscriptions in constructors or setup methods Audit Checklist Work through each check in order. A single missed pattern...
|
98 |
| 8405 | paseo-handoff | getpaseo/paseo |
Handoff Skill You are handing off the current task to another agent. Your job is to write a comprehensive handoff prompt and launch the agent via Paseo CLI. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Handoff A handoff transfers your current task — including all context, decisions, failed attempts, and constraints — to a fresh agent that will carry it to completion. The handoff prompt is the most importan...
|
98 |
| 8406 | snapshot-testing | aaronontheweb/dotnet-skills |
Use snapshot testing when: - Verifying rendered output (HTML emails, reports, generated code) - Approving public API surfaces for breaking change detection - Testing HTTP response bodies and headers - Validating serialization output - Catching unintended changes in complex objects What is Snapshot Testing? Snapshot testing captures output and compares it against a human-approved baseline: - First run: Test generates a `.received.` file with actual output - Human review: Developer appro...
|
98 |
| 8407 | electron-development | mindrally/skills |
Electron Development Guidelines You are an expert in Electron development for building cross-platform desktop applications. Core Principles Follow security best practices for Electron apps Separate main and renderer process concerns Use IPC for process communication Implement proper window management Project Structure src/ ├── main/ Main process code │ ├── index.ts Entry point │ ├── ipc/ IPC handlers │ └── utils/ Utilities ├── renderer/ Ren...
|
98 |
| 8408 | search-layer | blessonism/openclaw-search-skills |
Search Layer v2.2 — 意图感知多源检索协议 四源同级:Brave ( web_search ) + Exa + Tavily + Grok。按意图自动选策略、调权重、做合成。 执行流程 用户查询 ↓ [Phase 1] 意图分类 → 确定搜索策略 ↓ [Phase 2] 查询分解 & 扩展 → 生成子查询 ↓ [Phase 3] 多源并行检索 → Brave + search.py (Exa + Tavily + Grok) ↓ [Phase 4] 结果合并 & 排序 → 去重 + 意图加权评分 ↓ [Phase 5] 知识合成 → 结构化输出 Phase 1: 意图分类 收到搜索请求后, 先判断意图类型 ,再决定搜索策略。不要问用户用哪种模式。 意图 识别信号 Mode Freshness 权重偏向 Factual "什么是 X"、"X 的定义"、"What is X" answer — 权威 0.5 Status "X 最新进展"、"X 现状"、"latest X" deep pw/pm 新鲜度 0.5 Comparison "X vs Y"、"X 和 Y 区别"...
|
98 |
| 8409 | architecture | markdown-viewer/skills |
Architecture Decision Framework "Requirements drive architecture. Trade-offs inform decisions. ADRs capture rationale." 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read context-discovery.md Questions to ask, project classification Starting architecture design trade-off-analysis.md ADR templates, trade-off framework Documenting decisions pattern-selection.md Decision trees, anti-patterns Choosing patterns ex...
|
98 |
| 8410 | rams | artivilla/agents-config |
Rams Design Review You are Rams, an expert design engineer reviewing code for accessibility and visual design issues. Mode If $ARGUMENTS is provided, analyze that specific file. If $ARGUMENTS is empty, ask the user which file(s) to review, or offer to scan the project for component files. 1. Accessibility Review (WCAG 2.1) Critical (Must Fix) Check WCAG What to look for Images without alt 1.1.1 <img> without alt attribute Icon-only buttons 4.1.2 <button> with only SVG/icon, no aria-label For...
|
98 |
| 8411 | scroll-animations | dylantarre/animation-principles |
Scroll Animations Apply Disney's 12 principles to scroll-triggered motion. Principle Application Squash & Stretch: Elements can compress slightly while scrolling fast, settle when stopped. Anticipation: Content should be slightly visible before full reveal. Start animations at 10-20% visibility. Staging: Reveal content in reading order. Top-to-bottom, left-to-right progression. Straight Ahead vs Pose-to-Pose: Define clear "hidden" and "revealed" poses. Scroll position interpolates between ...
|
98 |
| 8412 | comprehensive-review-pr-enhance | sickn33/antigravity-awesome-skills |
Pull Request Enhancement You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability. Use this skill when Writing or improving PR descriptions Summarizing changes for faster reviews Organizing tests, risks, and rollout notes Reducing PR size or improving reviewability Do not use this skill whe...
|
98 |
| 8413 | framework-migration-legacy-modernize | sickn33/antigravity-awesome-skills |
Legacy Code Modernization Workflow Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through expert agent coordination. [Extended thinking: The strangler fig pattern, named after the tropical fig tree that gradually envelops and replaces its host, represents the gold standard for risk-managed legacy modernization. This workflow implements a systematic approa...
|
98 |
| 8414 | ln-644-dependency-graph-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Dependency Graph Auditor L3 Worker that builds and analyzes the module dependency graph to enforce architectural boundaries. Purpose & Scope Worker in ln-640 coordinator pipeline - invoked by ln-640-pattern-evolution-auditor Build module dependency graph from import statements (Python, TS/JS, C, Java) Detect circular depend...
|
98 |
| 8415 | user-feedback-synthesizer | 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 User Feedback Synthesizer When to Use After conducting user interviews or surveys When you have a backlog of suppo...
|
98 |
| 8416 | python backend architecture review | rknall/claude-skills |
This skill provides comprehensive architecture review capabilities for Python backend applications, covering all aspects of system design from infrastructure to code organization. When to Use This Skill Activate this skill when the user requests: - Review of a backend architecture design document - Feedback on system design for a Python application - Analysis of scalability patterns and approaches - Security review of backend architecture - Database design evaluation - API design assess...
|
98 |
| 8417 | gsd-2-agent-framework | aradotso/trending-skills |
GSD 2 — Autonomous Spec-Driven Agent Framework Skill by ara.so — Daily 2026 Skills collection GSD 2 is a standalone CLI that turns a structured spec into running software autonomously. It controls the agent harness directly — managing fresh context windows per task, git worktree isolation, crash recovery, cost tracking, and stuck detection — rather than relying on LLM self-loops. One command, walk away, come back to a built project with clean git history. Installation npm install -g gsd-pi Requi...
|
98 |
| 8418 | github-actions-creator | davila7/claude-code-templates |
GitHub Actions Creator You are an expert at creating GitHub Actions workflows. When the user asks you to create a GitHub Action, follow this structured process to deliver a production-ready workflow file. Workflow Creation Process Step 1: Analyze the Project Before writing any YAML, scan the project to understand the stack: Check for language/framework indicators: package.json → Node.js (check for React, Next.js, Vue, Angular, Svelte, etc.) requirements.txt / pyproject.toml / setup.py → Python g...
|
98 |
| 8419 | meeting-minutes-taker | daymade/claude-code-skills |
Meeting Minutes Taker Transform raw meeting transcripts into comprehensive, evidence-based meeting minutes through iterative review. Quick Start Pre-processing (Optional but Recommended): Document conversion: Use markdown-tools skill to convert .docx/.pdf to Markdown first (preserves tables/images) Transcript cleanup: Use transcript-fixer skill to fix ASR/STT errors if transcript quality is poor Context file: Prepare context.md with team directory for accurate speaker identification Core Wo...
|
98 |
| 8420 | paseo-loop | getpaseo/paseo |
Loop Skill You are setting up an autonomous loop. An agent runs repeatedly until an exit condition is met. User's arguments: $ARGUMENTS Prerequisites Load the Paseo skill first — it contains the CLI reference for all agent commands. What Is a Loop A loop runs an agent repeatedly until it's done. There are two modes: Self-terminating (no verifier) A single worker agent runs each iteration. It returns { done: boolean, reason: string } via structured output. The loop exits when done is true. Worker...
|
98 |
| 8421 | deepseek | vm0-ai/vm0-skills |
DeepSeek API Use the DeepSeek API via direct curl calls to access powerful AI language models for chat, reasoning, and code generation. Official docs: https://api-docs.deepseek.com/ When to Use Use this skill when you need to: Chat completions with DeepSeek-V3.2 model Deep reasoning tasks using the reasoning model Code generation and completion (FIM - Fill-in-the-Middle) OpenAI-compatible API as a cost-effective alternative Prerequisites Sign up at DeepSeek Platform and create an account Go...
|
98 |
| 8422 | compensation-benchmarking | anthropics/knowledge-work-plugins |
Compensation Benchmarking Help benchmark compensation against market data for hiring, retention, and equity planning. Framework Components of Total Compensation Base salary : Cash compensation Equity : RSUs, stock options, or other equity Bonus : Annual target bonus, signing bonus Benefits : Health, retirement, perks (harder to quantify) Key Variables Role : Function and specialization Level : IC levels, management levels Location : Geographic pay adjustments Company stage : Startup vs. growth v...
|
98 |
| 8423 | obsidian-cli | jackal092927/obsidian-official-cli-skills |
Obsidian CLI Use the obsidian CLI to interact with a running Obsidian instance. Requires Obsidian to be open. Command reference Run obsidian help to see all available commands. This is always up to date. Full docs: https://help.obsidian.md/cli Syntax Parameters take a value with = . Quote values with spaces: obsidian create name = "My Note" content = "Hello world" Flags are boolean switches with no value: obsidian create name = "My Note" silent overwrite For multiline content use \n for newline ...
|
98 |
| 8424 | yfinance-data | himself65/finance-skills |
yfinance Data Skill Fetches financial and market data from Yahoo Finance using the yfinance Python library. Important : yfinance is not affiliated with Yahoo, Inc. Data is for research and educational purposes. Step 1: Ensure yfinance Is Available Before running any code, install yfinance if needed: import subprocess , sys subprocess . check_call ( [ sys . executable , "-m" , "pip" , "install" , "-q" , "yfinance" ] ) Always include this at the top of your script. Step 2: Identify What the User N...
|
98 |
| 8425 | nlp-engineer | 404kidwiz/claude-supercode-skills |
Provides expertise in Natural Language Processing systems design and implementation. Specializes in text classification, named entity recognition, sentiment analysis, and integrating modern LLMs using frameworks like Hugging Face, spaCy, and LangChain. When to Use - Building text classification systems - Implementing named entity recognition (NER) - Creating sentiment analysis pipelines - Fine-tuning transformer models - Designing LLM-powered features - Implementing text preprocessing pi...
|
98 |
| 8426 | stock-qualitative-analysis | fakehank/stock_qualitative_analysis_skills |
Use this skill when a user asks for a qualitative stock analysis report (定性分析) that must be evidence-based and formatted as a structured report. This skill emphasizes strict citations and non-hallucination behavior. Inputs - Company name (required) - Ticker / exchange (optional but recommended) - Market context (US / HK / CN / other) - Time window (e.g., FY2015–FY2024; latest quarterly) - Language preference (Chinese default; English if requested) - Sources: User-provided filings (PDF o...
|
98 |
| 8427 | markdown-formatter | markpitt/claude-skills |
Markdown Formatter This skill provides modular, categorized formatting guidance for markdown documents. Load resources by formatting area as needed. Quick Reference: When to Load Which Resource Formatting Area Load Resource Common Issues Headers, document structure, hierarchy resources/headers-hierarchy.md Skipped levels, underline-style, spacing Lists, nesting, indentation resources/lists-nesting.md Inconsistent markers, wrong indentation Code blocks, inline code, emphasis resources/code-emph...
|
98 |
| 8428 | claude-memory | melvynx/aiblueprint |
<core_principle> Memory files consume tokens from the context window. ~100-150 instruction slots available for your customizations. Keep files minimal — only include what the agent cannot discover on its own. Two approaches: CLAUDE.md — Single file, best for small projects (< 100 lines) .claude/rules/ — Modular files with optional path-scoping, best for large projects </core_principle> <quick_start> Run /init to auto-generate a CLAUDE.md. Or create manually: Project Name Tech Stack - [Primary ...
|
98 |
| 8429 | quality-auditor | daffy0208/ai-dev-standards |
Quality Auditor You are a Quality Auditor - an expert in evaluating tools, frameworks, systems, and codebases against the highest industry standards. Core Competencies You evaluate across 12 critical dimensions: Code Quality - Structure, patterns, maintainability Architecture - Design, scalability, modularity Documentation - Completeness, clarity, accuracy Usability - User experience, learning curve, ergonomics Performance - Speed, efficiency, resource usage Security - Vulnerabilities, best ...
|
98 |
| 8430 | github-automation | sickn33/antigravity-awesome-skills |
GitHub Automation via Rube MCP Automate GitHub repository management, issue tracking, pull request workflows, branch operations, and CI/CD through Composio's GitHub toolkit. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active GitHub connection via RUBE_MANAGE_CONNECTIONS with toolkit github Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just...
|
98 |
| 8431 | senpi-getting-started-guide | senpi-ai/senpi-skills |
Getting Started: Your First Trade Guide users through their first complete trade on Hyperliquid via Senpi. This skill teaches the core loop: discover top traders → create a strategy that mirrors a chosen trader → monitor → close strategy . Prerequisites (agent-only): Senpi MCP connected. Onboarding complete (see state check below). Wallet funded for creating a strategy; if not yet funded, show a funding reminder and do not start until balance ≥ $100 or user confirms they funded. User-facing rule...
|
98 |
| 8432 | asc-whats-new-writer | rudrankriyam/app-store-connect-cli-skills |
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally via asc migrate export or asc localizations download (for keyword reading). OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for tone, structure, and e...
|
98 |
| 8433 | memory-safety-patterns | sickn33/antigravity-awesome-skills |
Memory Safety Patterns Cross-language patterns for memory-safe programming including RAII, ownership, smart pointers, and resource management. When to Use This Skill Writing memory-safe systems code Managing resources (files, sockets, memory) Preventing use-after-free and leaks Implementing RAII patterns Choosing between languages for safety Debugging memory issues Core Concepts 1. Memory Bug Categories Bug Type Description Prevention Use-after-free Access freed memory Ownership, RAII Double-fre...
|
98 |
| 8434 | refactoring-specialist | 404kidwiz/claude-supercode-skills |
Refactoring Specialist Expert guidance on refactoring code to improve structure, readability, and maintainability while preserving functionality. When This Skill Activates Activates when you: Ask to refactor code Request cleanup or improvement Mention "technical debt" or "code smell" Want to improve code quality Refactoring Principles Preserve Behavior : Refactoring must not change external behavior Small Steps : Make small, incremental changes Test Coverage : Ensure tests pass before and after ...
|
98 |
| 8435 | metal-kernel | pytorch/pytorch |
Metal Kernel Writing Guide This skill guides you through implementing Metal kernels for PyTorch operators on Apple Silicon. Important: The goal of this skill is to use native Metal capabilities via the c10/metal/ infrastructure, NOT MPSGraph. Native Metal kernels provide better control, performance, and maintainability. Overview There are two workflows covered by this skill: Adding new MPS support - Implementing a new operator from scratch Migrating from MPSGraph - Converting existing MPSGr...
|
98 |
| 8436 | docx | rysweet/amplihack |
DOCX creation, editing, and analysis Overview A .docx file is a ZIP archive containing XML files. Quick Reference Task Approach Read/analyze content pandoc or unpack for raw XML Create new document Use docx-js - see Creating New Documents below Edit existing document Unpack → edit XML → repack - see Editing Existing Documents below Converting .doc to .docx Legacy .doc files must be converted before editing: python scripts/office/soffice.py --headless --convert-to docx document.doc Reading Conten...
|
98 |
| 8437 | visual designer | daffy0208/ai-dev-standards |
Visual Designer Great design is invisible - users notice when it's bad, not when it's good. Core Principle Consistency over creativity. Visual design serves the user experience. Every color, font, and spacing decision should have a purpose. Phase 1: Color Systems Color Theory Basics Color Wheel: Complementary: Opposite colors (blue + orange) - high contrast Analogous: Adjacent colors (blue + green + teal) - harmonious Triadic: Three evenly spaced colors - balanced Monochromatic: Shades of one co...
|
98 |
| 8438 | react-native-ease-refactor | appandflow/react-native-ease |
react-native-ease refactor You are a migration assistant that converts react-native-reanimated and React Native's built-in Animated API code to react-native-ease EaseView components. Follow these 6 phases exactly. Do not skip phases or reorder them. Phase 1: Discovery Scan the user's project for animation code: Use Grep to find all files importing from react-native-reanimated : Pattern: from ['"]react-native-reanimated['"] Search in /*.{ts,tsx,js,jsx} Use Grep to find all files using React Nativ...
|
98 |
| 8439 | second-brain | sean-esk/second-brain-gtd |
Second Brain A personal knowledge management and productivity system for Obsidian, combining: GTD (Getting Things Done) - Task and project management Zettelkasten - Atomic note-taking for knowledge building PARA Method - Folder organization (Projects, Areas, Resources, Archives) Configuration (MEMORY-BASED) CRITICAL FIRST STEP: Before any operation, check for configuration in Claude's Memory. How Configuration Works Configuration is stored in Claude's Memory feature and persists across all sessi...
|
98 |
| 8440 | dingtalk-ai-table | breath57/dingtalk-skills |
钉钉 AI 表格操作 通过 MCP 协议连接钉钉 AI 表格 API,执行表格和数据操作。 ⚠️ 安全须知 安装前请阅读: 本技能需要外部 CLI 工具 - 需安装 mcporter (npm/bun 全局安装) 需要配置认证凭证 - Streamable HTTP URL 包含访问令牌,请妥善保管 脚本审查建议 - scripts/ 目录包含 Python 辅助脚本,建议先审查再运行 测试环境优先 - 首次使用建议在测试表格中验证,确认无误后再操作生产数据 🔒 安全加固措施(v0.3.4+) 脚本已实施以下安全保护: 保护措施 说明 路径沙箱 resolve_safe_path() 防止目录遍历攻击,限制文件访问在 OPENCLAW_WORKSPACE 内 dentryUuid 验证 验证 API 返回的 dentryUuid 格式,兼容平台返回的合法 ID,防止空值和明显异常输入 文件扩展名白名单 仅允许 .json / .csv 文件 文件大小限制 JSON 最大 10MB,CSV 最大 50MB,防止 DoS 字段类型白名单 仅允许预定义的字段类型 命令超时 mcporter ...
|
98 |
| 8441 | rust-backend | windmill-labs/windmill |
Rust Backend Coding Guidelines Apply these patterns when writing or modifying Rust code in the backend/ directory. Data Structure Design Choose between struct , enum , or newtype based on domain needs: Use enum for state machines instead of boolean flags or loosely related fields Model invariants explicitly using types (e.g., NonZeroU32 , Duration , custom enums) Consider ownership of each field: Use &str vs String , slices vs vectors Use Arc<T> when sharing across threads Use Cow<'a, T> for fle...
|
98 |
| 8442 | supabase-audit-auth-config | yoanbernabeu/supabase-pentest-skills |
Authentication Configuration Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each setting analyzed Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill anal...
|
98 |
| 8443 | modern-frontend-design | deveshpunjabi/modern-frontend-skill |
Modern Frontend Design You are not just writing code. You are a senior frontend developer, a UI/UX designer, a product designer, and a visual design strategist — all at once. Your mission is to transform any user prompt, idea, or product concept into a visually stunning, modern, premium-quality website or web application. Why this matters: most AI-generated frontends look generic, use dated patterns, and ignore the product context entirely. The result should resemble high-end SaaS products, mode...
|
98 |
| 8444 | seedance-video-creator | wwwzhouhui/skills_collection |
Seedance 2.0 分镜视频创作工具 将创意想法转化为专业分镜提示词,通过即梦 API 先生成参考图,再基于图片+提示词生成视频、自动下载。 前置条件 使用本技能前,确保以下服务可用: jimeng-free-api-all 服务运行中 (默认端口 8000) Docker 部署 docker run -it -d --init --name jimeng-free-api-all \ -p 8000 :8000 -e TZ = Asia/Shanghai \ wwwzhouhui569/jimeng-free-api-all:latest 获取 SessionID : 打开 https://jimeng.jianying.com 并登录 F12 → Application → Cookies → 复制 sessionid 值 环境变量 (可选,也可在交互中指定): JIMENG_API_URL :API 基础地址(默认 http://127.0.0.1:8000 ), 注意只填基础地址,不要包含路径部分 。如使用 duckcloud 服务则为 https://jimeng.d...
|
98 |
| 8445 | saas-platforms | miles990/claude-software-skills |
SaaS Platform Development Overview Building Software-as-a-Service applications with multi-tenancy, subscription billing, and user management. Multi-Tenancy Database Strategies // Strategy 1: Shared database with tenant_id column interface TenantEntity { tenantId: string; // ... other fields } // Middleware to inject tenant context function tenantMiddleware(req: Request, res: Response, next: NextFunction) { const tenantId = req.headers['x-tenant-id'] || req.user?.tenantId; if (!tenant...
|
98 |
| 8446 | paseo | getpaseo/paseo |
Paseo CLI Commands Use these CLI commands to manage agents: List agents (directory-scoped by default) paseo ls Only shows agents for current directory paseo ls -g All agents across all projects (global) paseo ls --json JSON output for parsing Create and run an agent (blocks until completion by default, no timeout) paseo run --mode bypass "<prompt>" paseo run --mode bypass --name "Task Name" "<prompt>" paseo run --mode bypass --model opus "<prompt>" paseo run --mode full-access --provider co...
|
98 |
| 8447 | kafka-development | mindrally/skills |
Kafka Development You are an expert in Apache Kafka event streaming and distributed messaging systems. Follow these best practices when building Kafka-based applications. Core Principles Kafka is a distributed event streaming platform for high-throughput, fault-tolerant messaging Unlike traditional pub/sub, Kafka uses a pull model - consumers pull messages from partitions Design for scalability, durability, and exactly-once semantics where needed Leave NO todos, placeholders, or missing pieces...
|
98 |
| 8448 | reclaude | brianlovin/claude-config |
reclaude Refactor CLAUDE.md files to follow progressive disclosure principles. Prompt I want you to refactor my CLAUDE.md file to follow progressive disclosure principles. Follow these steps: Find contradictions: Identify any instructions that conflict with each other. For each contradiction, ask me which version I want to keep. Identify the essentials: Extract only what belongs in the root CLAUDE.md: One-sentence project description Package manager (if not npm) Non-standard build/typeche...
|
98 |
| 8449 | plugin-structure | aiskillstore/marketplace |
Plugin Structure for Claude Code Overview Claude Code plugins follow a standardized directory structure with automatic component discovery. Understanding this structure enables creating well-organized, maintainable plugins that integrate seamlessly with Claude Code. Key concepts: Conventional directory layout for automatic discovery Manifest-driven configuration in .claude-plugin/plugin.json Component-based organization (commands, agents, skills, hooks) Portable path references using ${CLAUDE_PL...
|
98 |
| 8450 | running-a-base-node | base/skills |
Running a Base Node For production apps requiring reliable, unlimited RPC access. Security Restrict RPC access — bind to 127.0.0.1 or a private interface, never expose RPC ports ( 8545 / 8546 ) to the public internet without authentication Firewall rules — only open ports 9222 (Discovery v5) and 30303 (P2P) to the public; block all other inbound traffic Run as a non-root user with minimal filesystem permissions Use TLS termination (reverse proxy with nginx/caddy) if exposing the RPC endpoint to ...
|
98 |