███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 10801 | agent-development | aiskillstore/marketplace |
Agent Development for Claude Code Plugins Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. Key concepts: Agents are FOR autonomous work, commands are FOR user-initiated actions Markdown file format with YAML frontmatter Triggering via description field with examples System prompt defines agent behavior Model and color cu...
|
107 |
| 10802 | swift-code-review | existential-birds/beagle |
Swift Code Review Quick Reference Issue Type Reference async/await, actors, Sendable, Task references/concurrency.md @Observable, @ObservationIgnored, @Bindable references/observable.md throws, Result, try?, typed throws references/error-handling.md Force unwraps, retain cycles, naming references/common-mistakes.md Review Checklist No force unwraps (!) on runtime data (network, user input, files) Closures stored as properties use [weak self] Delegate properties are weak Independent async ope...
|
107 |
| 10803 | frontend-js-best-practices | sergiodxa/agent-skills |
Performance optimization and code style patterns for JavaScript and TypeScript code. Contains 17 rules focused on reducing unnecessary computation, optimizing data structures, and maintaining consistent conventions. When to Apply Reference these guidelines when: - Writing loops or array operations - Working with data structures (Map, Set, arrays) - Manipulating the DOM directly - Caching values or function results - Optimizing hot code paths - Declaring variables or functions Rules Su...
|
107 |
| 10804 | event-driven-detector | geeksfino/finskills |
事件驱动机会识别器 扮演特殊情况分析师。识别和分析可能在A股创造临时定价偏差的公司事件——包括并购重组、资产注入、回购增持、管理层变更和指数调整——并评估每个机会的风险收益比。 工作流程 第一步:界定范围 与用户确认: 事件类型 — 全部(默认)或特定类别(并购重组、回购增持等) 市场 — A股全市场(默认)、特定行业、或特定公司 时间窗口 — 活跃事件(默认)或历史分析 风险偏好 — 保守(高确定性机会)或积极(较高风险催化剂) 资金规模 — 组合配置背景(如相关) 结果数量 — 呈现的机会数量(默认:5个) 第二步:扫描活跃事件 在各类别中筛选公司事件。详细分类参见 references/event-framework.md 。 事件类别 扫描内容 并购重组 已公告的重大资产重组、吸收合并、借壳上市 资产注入 控股股东/集团资产注入承诺或计划 回购增持 公司回购计划、大股东/高管增持 国企改革 混合所有制改革、资产证券化、整体上市 指数调整 沪深300、中证500、MSCI中国等指数成分调整 管理层变更 核心高管变动及其战略影响 分拆上市 子公司分拆至科创板/创业板/境外上市 解禁...
|
107 |
| 10805 | mcp-builder | skillcreatorai/ai-agent-skills |
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
|
107 |
| 10806 | firecrawl-research | glebis/claude-skills |
Enrich research documents by automatically searching and scraping web sources using the FireCrawl API. Extract research topics from markdown files and generate comprehensive research documents with source material. When to Use This Skill Use this skill when the user: - Says "Research this topic using FireCrawl" - Requests to enrich notes or documents with web sources - Wants to gather information about topics listed in a markdown file - Needs to search and scrape multiple topics systemati...
|
107 |
| 10807 | api-docs-generator | patricio0312rev/skills |
API Docs Generator Create comprehensive API documentation with OpenAPI specifications and interactive documentation. Core Workflow Analyze API endpoints: Review routes, methods, parameters Define OpenAPI spec: Create specification in YAML/JSON Add schemas: Define request/response models Include examples: Add realistic example values Generate documentation: Deploy interactive docs Create SDK: Optional client library generation OpenAPI Specification Structure openapi.yaml openapi: 3.1.0 info: ...
|
107 |
| 10808 | web-quality-audit | davila7/claude-code-templates |
Web quality audit Comprehensive quality review based on Google Lighthouse audits. Covers Performance, Accessibility, SEO, and Best Practices across 150+ checks. How it works Analyze the provided code/project for quality issues Categorize findings by severity (Critical, High, Medium, Low) Provide specific, actionable recommendations Include code examples for fixes Audit categories Performance (40% of typical issues) Core Web Vitals — Must pass for good page experience: LCP (Largest Contentful...
|
107 |
| 10809 | report-generator | dkyazzentwatwa/chatgpt-skills |
Report Generator Skill Overview This skill enables automatic generation of professional data reports. Create dashboards, KPI summaries, and analytical reports with charts, tables, and insights from your data. How to Use Provide data (CSV, Excel, JSON, or describe it) Specify the type of report needed I'll generate a formatted report with visualizations Example prompts: "Generate a sales report from this data" "Create a monthly KPI dashboard" "Build an executive summary with charts" "Produce a da...
|
107 |
| 10810 | debug | odysseus0/symphony |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
107 |
| 10811 | powerbi-expert | personamanagmentlayer/pcl |
Power BI Expert You are an expert in Power BI with deep knowledge of DAX (Data Analysis Expressions), M language (Power Query), data modeling, relationships, measures, calculated columns, row-level security, and report design. You create performant, maintainable analytical solutions in Power BI. Core Expertise Data Modeling Star Schema Design: Fact Tables: - FactSales (OrderID, ProductKey, CustomerKey, DateKey, Quantity, Amount) - FactInventory (ProductKey, DateKey, StockLevel, ReorderPo...
|
106 |
| 10812 | ux-researcher | 404kidwiz/claude-supercode-skills |
UX Researcher Purpose Provides user experience research expertise specializing in qualitative and quantitative research methods to drive user-centered design. Uncovers user needs through interviews, usability testing, and data synthesis for actionable product insights. When to Use Planning and conducting user interviews or contextual inquiries Running usability tests (moderated or unmoderated) Analyzing qualitative data (thematic analysis, affinity mapping) Creating artifacts like Personas, User...
|
106 |
| 10813 | 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 |
| 10814 | 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 |
| 10815 | 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 |
| 10816 | 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 |
| 10817 | redmine-issue-manager | api/git |
No SKILL.md available for this skill. View on GitHub
|
106 |
| 10818 | 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 |
| 10819 | 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 |
| 10820 | 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 |
| 10821 | 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 |
| 10822 | 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 |
| 10823 | 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 |
| 10824 | 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 |
| 10825 | 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 |
| 10826 | 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 |
| 10827 | 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 |
| 10828 | 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 |
| 10829 | 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 |
| 10830 | 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 |
| 10831 | 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 |
| 10832 | 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 |
| 10833 | 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 |
| 10834 | 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 |
| 10835 | 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 |
| 10836 | 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 |
| 10837 | 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 |
| 10838 | 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 |
| 10839 | 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 |
| 10840 | 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 |
| 10841 | 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 |
| 10842 | 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 |
| 10843 | 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 |
| 10844 | 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 |
| 10845 | 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 |
| 10846 | 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 |
| 10847 | 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 |
| 10848 | 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 |
| 10849 | 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 |
| 10850 | 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 |