███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 20401 | github-actions-cicd | hack23/homepage |
GitHub Actions CI/CD Skill Purpose Defines CI/CD pipeline best practices using GitHub Actions for automated testing, security scanning, and deployment. Rules Workflow Structure MUST INCLUDE: Code quality checks (linting, formatting) Security scanning (CodeQL, Dependabot, ZAP) Performance audits (Lighthouse) Build and minification Deployment (with approval for production) Example Workflow: name : CI/CD Pipeline on : push : branches : [ main ] pull_request : branches : [ main ] permissions : conte...
|
42 |
| 20402 | api-security-hardener | patricio0312rev/skills |
API Security Hardener Implement comprehensive security measures for production APIs. Core Workflow Input validation: Sanitize and validate all input Authentication: Secure identity verification Authorization: Role-based access control Rate limiting: Prevent abuse Security headers: HTTP header protection Logging & monitoring: Detect threats Input Validation Zod Schema Validation // validation/schemas.ts import { z } from 'zod'; // Common schemas export const emailSchema = z.string().email().to...
|
42 |
| 20403 | aqr-factor-investing | copyleftdev/sk1llz |
AQR Capital Management Style Guide Overview AQR (Applied Quantitative Research), founded by Cliff Asness and other academics from Goldman Sachs, is a quantitative investment firm managing ~$100B. Known for bringing academic factor research to practical investing, they emphasize transpare...
|
42 |
| 20404 | content-harvest | qodex-ai/ai-agent-skills |
Article Extractor This skill extracts the main content from web articles and blog posts, removing navigation, ads, newsletter signups, and other clutter. Saves clean, readable text. When to Use This Skill Activate when the user: Provides an article/blog URL and wants the text content Asks to "download this article" Wants to "extract the content from [URL]" Asks to "save this blog post as text" Needs clean article text without distractions How It Works Priority Order: Check if tools are insta...
|
42 |
| 20405 | reference-docs | existential-birds/beagle |
Reference Documentation Patterns Reference documentation is information-oriented - helping experienced users find precise technical details quickly. This skill provides patterns for writing clear, scannable reference pages. Dependency: Always use this skill in conjunction with docs-style for core writing principles. Purpose and Audience Who: Experienced users seeking specific information Goal: Quick lookup of technical details Mode: Not for learning, for looking up Expectation: Brevity, consi...
|
42 |
| 20406 | gmail-automation | davepoon/buildwithclaude |
Gmail Lightweight Gmail integration with standalone OAuth authentication. No MCP server required. ⚠️ Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, read, or send Gmail messages from the command line without an MCP server. You are automating inbox workflows for a Google Workspace account. You want a lightweight Gmail integration backed by standalone OAuth scripts. First-Time Setup Authenticate with Google (opens browser): python scrip...
|
42 |
| 20407 | router-startup | vasilyu1983/ai-agents-public |
Router: Startup Routes startup, business, marketing, and business-document work to the most relevant skills and chains. For implementation, testing, and deployment, hand off to the other routers. Routing Workflow Identify the user's outcome (decide, plan, create, grow, raise). Detect the stage (discovery, validation, market, business model, GTM, fundraising, support). Pick 1 primary skill and up to 2 supporting skills (sequential or parallel). If confidence is below 0.8 or multiple stages tie,...
|
42 |
| 20408 | agent-workflow-automation | ruvnet/claude-flow |
name: workflow-automation description: GitHub Actions workflow automation agent that creates intelligent, self-organizing CI/CD pipelines with adaptive multi-agent coordination and automated optimization type: automation color: "E74C3C" tools: mcp__github__create_workflow mcp__github__update_workflow mcp__github__list_workflows mcp__github__get_workflow_runs mcp__github__create_workflow_dispatch mcp__claude-flow__swarm_init mcp__claude-flow__agent_spawn mcp__claude-flow__task_orchestrate mcp__cl...
|
42 |
| 20409 | skill-creator | zaggino/z-schema |
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...
|
42 |
| 20410 | owasp-top-10 | yonatangross/orchestkit |
OWASP Top 10 Security Vulnerabilities Expert guidance for identifying, preventing, and remediating the most critical web application security risks based on OWASP Top 10 2021. When to Use This Skill Conducting security audits and code reviews Implementing secure coding practices in new features Reviewing authentication and authorization systems Assessing input validation and sanitization Evaluating third-party dependencies for vulnerabilities Designing security controls and defense-in-depth st...
|
42 |
| 20411 | magento-ui-component-developer | maxnorm/magento2-agent-skills |
Magento 2 UI Component Developer Expert specialist in creating sophisticated, data-driven interfaces using Magento's powerful UI Component framework for both admin and frontend applications. When to Use Creating admin grids and forms Building data-driven interfaces Developing custom UI components Implementing complex forms with validation Creating modal dialogs and popups Building reporting and analytics interfaces UI Component Architecture Component Hierarchy : Master parent-child component rel...
|
42 |
| 20412 | create-new-bun-package-repo | zenobi-us/dotfiles |
Expert guide for creating new Bun packages from the zenobi-us/bun-module template repository. Automates repository creation, cloning, and setup using GitHub CLI. Important: Setup runs with defaults (not interactive prompts). Overview This skill provides a complete workflow for bootstrapping new Bun packages using the bun-module template. The template includes TypeScript configuration, testing setup, and standardized module structure. The workflow handles repository creation via GitHub CLI, cl...
|
42 |
| 20413 | azure-storage-blob-rust | sickn33/antigravity-awesome-skills |
Azure Blob Storage SDK for Rust Client library for Azure Blob Storage — Microsoft's object storage solution for the cloud. Installation cargo add azure_storage_blob azure_identity Environment Variables AZURE_STORAGE_ACCOUNT_NAME = < storage-account-name > Endpoint: https://<account>.blob.core.windows.net/ Authentication use azure_identity :: DeveloperToolsCredential ; use azure_storage_blob :: { BlobClient , BlobClientOptions } ; let credential = DeveloperToolsCredential :: new ( None ) ? ; let...
|
42 |
| 20414 | accessibility-advocate | dylantarre/animation-principles |
Accessibility Advocate: Inclusive Animation Design You are an accessibility advocate ensuring animation works for everyone. Apply Disney's 12 principles through an inclusive design lens. The 12 Principles for Accessible Animation 1. Squash and Stretch Accessibility Consideration: Elastic motion can trigger vestibular responses. Offer reduced-motion alternative with static state changes. Inclusive Implementation: Keep stretch subtle (<10% distortion). Provide instant state change for prefers-r...
|
42 |
| 20415 | verification-before-completion | zenobi-us/dotfiles |
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...
|
42 |
| 20416 | cio | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
42 |
| 20417 | team-brainstorm | catlog22/claude-code-workflow |
Team Brainstorm Orchestrate multi-agent brainstorming: generate ideas → challenge assumptions → synthesize → evaluate. Supports Quick, Deep, and Full pipelines with Generator-Critic loop. Architecture Skill(skill="team-brainstorm", args="topic description") | SKILL.md (this file) = Router | +--------------+--------------+ | | no --role flag --role <name> | | Coordinator Worker roles/coordinator/role.md roles...
|
42 |
| 20418 | azure-ai-voicelive-java | sickn33/antigravity-awesome-skills |
Azure AI VoiceLive SDK for Java Real-time, bidirectional voice conversations with AI assistants using WebSocket technology. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-voicelive </ artifactId > < version > 1.0.0-beta.2 </ version > </ dependency > Environment Variables AZURE_VOICELIVE_ENDPOINT = https:// < resource > .openai.azure.com/ AZURE_VOICELIVE_API_KEY = < your-api-key > Authentication API Key import com . azure . ai . voicelive . VoiceLiveAsyncC...
|
42 |
| 20419 | schema | simota/agent-skills |
Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. Initial Assessment Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered...
|
42 |
| 20420 | spec-test-bug | zixun-github/aisdlc |
Spec 缺陷报告(Vx:Bug Report Drafting) 本技能用于在 verification 阶段生成 结构化缺陷报告正文 (面向 Jira/禅道/Linear/GitHub Issue 等外部系统),并确保缺陷信息可以回流到 Spec Pack 的 report-*.md (作为交付阻断与风险证据)。 重要边界: 禁止 在 Spec Pack 内新增 verification/bugs/ 或任何 bug 文件/目录。 本技能的输出主要是“对话输出”,用于粘贴到外部缺陷系统;外部缺陷创建后,需把编号/链接等信息回写到 report-*.md 的“缺陷清单”。 输入与门禁(必须遵守) REQUIRED SUB-SKILL:正在执行 spec-context 获取上下文,并在对话中回显 FEATURE_DIR=... (允许 (reuse) )。 先定位再回写 :若需要把缺陷编号/链接回写到 report-*.md ,必须先通过 spec-context 获取 FEATURE_DIR ;失败即停止,禁止猜路径。 必读项目级 memory : project/memory/pr...
|
42 |
| 20421 | preqstation | sonim1/preqstation-skill |
This is the agent-side lifecycle skill. The OpenClaw launcher skill is separate and should be named preqstation-dispatch . Environment PREQSTATION_API_URL : PREQSTATION API base URL (example: https://mypreqstation.vercel.app ) PREQSTATION_TOKEN : PREQSTATION Bearer token (generated in PREQSTATION /api-keys ) PREQSTATION_ENGINE (optional): fallback engine ( claude | codex | gemini ) when client auto-detection is unavailable Agent Identity & Engine Mapping Each agent must identify itself and use t...
|
42 |
| 20422 | setup-build-tools | aaddrick/claude-desktop-debian |
Install the build dependencies required to run build.sh and create .deb/.AppImage packages. Your Task Run the build tools installation script to ensure all required tools are available: bash " $CLAUDE_PROJECT_DIR /.claude/hooks/install-build-tools.sh" Tools Installed This script installs: Tool Package Purpose 7z p7zip-full Extract Windows installers and nupkg archives wget wget Download Claude Desktop installers wrestool icoutils Extract icons from Windows executables convert imagemagick Process...
|
42 |
| 20423 | slidev-code-blocks | yoanbernabeu/slidev-skills |
This skill covers everything about displaying code in Slidev presentations, including syntax highlighting with Shiki, line highlighting, code groups, and importing external snippets. When to Use This Skill - Displaying code snippets in presentations - Highlighting specific lines of code - Creating step-by-step code reveals - Showing code comparisons - Importing code from external files Basic Code Blocks Simple Code Block ``` ```javascript function greet(name) { return `Hello, ${nam...
|
42 |
| 20424 | working-with-jj | ypares/agent-skills |
See `references/revsets.md` for comprehensive revset patterns. Common Pitfalls 1. Use `-r` not `--revisions` ``` jj log -r xyz ✅ jj log --revisions xyz ❌ ``` 2. Use `--no-edit` for parallel branches ``` jj new parent -m "A"; jj new -m "B" ❌ B is child of A! jj new --no-edit parent -m "A"; jj new --no-edit parent -m "B" ✅ Both children of parent ``` 3. Quote revsets in shell ``` jj log -r 'description(substring:"[todo]")' ✅ ``` 4. Use ...
|
42 |
| 20425 | review-diff | nesnilnehc/ai-cortex |
Skill: Review Diff Purpose Review only the current change (git diff, staged and unstaged) along a single dimension: scope = diff . Cover intent and impact, regression and correctness, breaking changes and compatibility, side effects and idempotency, and observability. Emit a findings list in the standard format so a meta skill (e.g. review-code ) can aggregate with language, framework, and cognitive skills. Do not perform architecture, security, or language-specific analysis; those are separate ...
|
42 |
| 20426 | azure-identity-py | sickn33/antigravity-awesome-skills |
Azure Identity SDK for Python Authentication library for Azure SDK clients using Microsoft Entra ID (formerly Azure AD). Installation pip install azure-identity Environment Variables Service Principal (for production/CI) AZURE_TENANT_ID = < your-tenant-id > AZURE_CLIENT_ID = < your-client-id > AZURE_CLIENT_SECRET = < your-client-secret > User-assigned Managed Identity (optional) AZURE_CLIENT_ID = < managed-identity-client-id > DefaultAzureCredential The recommended credential for most scenario...
|
42 |
| 20427 | google-maps | aws-samples/sample-strands-agent-with-agentcore |
Google Maps Available Tools search_places(query, location?, radius?, type?, open_now?, language?) : Search for places using text query. query (string, required): Search text (e.g., "restaurants in Seoul") location (string, optional): Center location as "lat,lng" (e.g., "37.5665,126.9780") radius (integer, optional): Search radius in meters (max 50,000) type (string, optional): Place type filter (e.g., "restaurant", "tourist_attraction", "hotel") open_now (boolean, optional, default: false): Only...
|
42 |
| 20428 | post | tryshift-sh/skills-store |
X Post Use this managed skill when the user wants to post on X, reply to a post, quote a post, or delete a post. This skill uses Shift's local Skill Router. Do not ask the user to paste credentials into chat. Invocation Base URL: SHIFT_LOCAL_GATEWAY Endpoint: POST /skill-router/invoke Request body for a new tweet: { "skillProvider" : "x" , "skill" : "post" , "action" : "create" , "input" : { "text" : "Hello from Shift" } } Request body for a reply: { "skillProvider" : "x" , "skill" : "post" , "a...
|
42 |
| 20429 | time-series-decomposer | dkyazzentwatwa/chatgpt-skills |
Extract trend, seasonal, and residual components from time series data with visualization and basic forecasting. Features - Decomposition: Additive and multiplicative models - Trend Extraction: Moving averages, polynomial fitting - Seasonality Detection: Auto-detect and extract periodic patterns - Residual Analysis: Identify anomalies in residuals - Visualization: Component plots, ACF/PACF - Basic Forecasting: Trend extrapolation, seasonal naive Quick Start ``` from ts_decomposer impo...
|
42 |
| 20430 | scheduled-task | netease-youdao/lobsterai |
定时任务 Skill ⚠️ 核心原则 原则一:优先修改已有任务 当用户说"修改/更改/调整某个定时任务"时, 绝对不要创建新任务 。 正确流程:① 列出任务 → ② 找到目标任务 ID → ③ 调用 update 脚本修改 原则二:IM 发送 = 通知平台,不是 prompt 当用户说"发到钉钉/飞书/企业微信/Telegram/Discord"时,这是 通知投递需求 ,应设置 notifyPlatforms 字段, 不要 写进 prompt 。 任务完成后,系统会 自动 将 Claude 的执行结果发送到指定 IM 平台,无需在 prompt 中额外指示"发送到 XX"。 正确做法: prompt : "查询今天的天气并整理成报告" — 只描述要执行的动作 notifyPlatforms : ["dingtalk"] — 系统自动把结果发到钉钉 错误做法: prompt : "查询今天的天气并发送到钉钉群" — ❌ 不要把 IM 发送写进 prompt 常见触发词映射: 用户说的 对应 notifyPlatforms 值 发到钉钉/钉钉群/DingTalk "dingtalk" 发到...
|
42 |
| 20431 | typescript-strict-migrator | patricio0312rev/skills |
TypeScript Strict Migrator Incrementally migrate to TypeScript strict mode for maximum type safety. Core Workflow Audit current state: Check existing type errors Enable incrementally: One flag at a time Fix errors: Systematic approach per flag Add type guards: Runtime type checking Use utility types: Proper type transformations Document patterns: Team guidelines Strict Mode Flags // tsconfig.json - Full strict mode { "compilerOptions": { // Master flag (enables all below) "strict": t...
|
42 |
| 20432 | career-document-architect | lyndonkl/claude |
Career Document Architect Table of Contents Purpose When to Use Core Principles Workflow Document Frameworks Writing Strategies Guardrails Quick Reference Purpose This skill guides the creation of career documents for academic advancement including research statements, teaching statements, diversity statements, CVs, and biosketches. These documents require strategic positioning, narrative coherence, and alignment with institutional expectations while authentically representing the candidate's c...
|
42 |
| 20433 | astro-expert | oimiragieo/agent-studio |
Astro Expert astro build and deployment When reviewing or writing code, apply these guidelines: Build and Deployment Optimize the build process using Astro's build command. Implement proper environment variable handling for different environments. Use static hosting platforms compatible with Astro (Netlify, Vercel, etc.). Implement proper CI/CD pipelines for automated builds and deployments. astro component development When reviewing or writing code, apply these guidelines: Component Develo...
|
42 |
| 20434 | cloudrun-development | tencentcloudbase/cloudbase-mcp |
When to use this skill Use this skill for CloudBase Run backend service development when you need: Long connection capabilities: WebSocket / SSE / server push Long-running or persistent processes: tasks that are not suitable for cloud functions, background jobs Custom runtime environments/system dependencies: custom images, specific system libraries Multi-language/arbitrary frameworks: Java, Go, PHP, .NET, Python, Node.js, etc. Stable external services with elastic scaling: pay-as-you-go, can sc...
|
42 |
| 20435 | cron-job-scheduler | jeremylongshore/claude-code-plugins-plus-skills |
Cron Job Scheduler Purpose This skill provides automated assistance for cron job scheduler tasks within the Backend Development domain. When to Use This skill activates automatically when you: Mention "cron job scheduler" in your request Ask about cron job scheduler patterns or best practices Need help with backend skills covering node.js, python, go, database design, caching, messaging, and microservices architecture. Capabilities Provides step-by-step guidance for cron job scheduler Follows in...
|
42 |
| 20436 | promptify | ravnhq/ai-toolkit |
Promptify Transform user requests into detailed, precise prompts optimised for AI model consumption. Core Task Rewrite the user's request as a clear, specific, and complete prompt that guides an AI model to produce the desired output without ambiguity. Treat the output as specification language, not casual natural language. Process Read and understand - Read the user's request carefully to understand the full context, intent, and all details Plan the rewrite - Consider what specific informat...
|
42 |
| 20437 | ui-ux-pro-max | jmerta/codex-skills |
UI/UX Pro Max - Design Intelligence Comprehensive design guide for web and mobile applications. Contains 50+ styles, 161 color palettes, 57 font pairings, 161 product types with reasoning rules, 99 UX guidelines, and 25 chart types across 10 technology stacks. Searchable database with priority-based recommendations. When to Apply This Skill should be used when the task involves UI structure, visual design decisions, interaction patterns, or user experience quality control . Must Use This Skill m...
|
42 |
| 20438 | quicknode-skill | quiknode-labs/blockchain-skills |
Quicknode Blockchain Infrastructure Intake Questions Which chain and network should Quicknode target? Is this read-only or should I create infrastructure (streams, webhooks, IPFS writes)? Does this require real-time streaming (gRPC/Yellowstone/Hypercore) or standard RPC? What endpoint or API key should I use (default: QUICKNODE_RPC_URL , optional QUICKNODE_WSS_URL / QUICKNODE_API_KEY )? Any constraints (latency, regions, throughput, destinations)? Safety Defaults Default to testnet/devnet when a...
|
42 |
| 20439 | color-palette-extractor | dkyazzentwatwa/chatgpt-skills |
Color Palette Extractor Extract and generate color palettes from images, websites, and designs. Instructions When a user needs to extract colors from a source: Identify Source Type: Image file (PNG, JPG, SVG) Website URL Screenshot Design mockup Existing color code to build palette from Extract Colors: From Image: Analyze pixel data Identify dominant colors Group similar shades Calculate color frequency Sort by prominence From Website: Fetch and parse CSS Extract color values from styl...
|
42 |
| 20440 | retain | simota/agent-skills |
Retain Use Retain when the task is to understand churn, improve retention, design re-engagement, optimize onboarding, or shape habit-forming loops. Trigger Guidance Use for cohort retention reviews, churn prediction, health score design, and retention KPI interpretation. Use for dormant-user recovery, onboarding rescue, subscription save flows, and lifecycle intervention design. Use for habit loops, streaks, loyalty programs, or gamification ideas that support real product value. Route to Pulse ...
|
42 |
| 20441 | code-simplifier | sickn33/antigravity-awesome-skills |
Code Simplifier You are an expert code simplification specialist focused on enhancing code clarity, consistency, and maintainability while preserving exact functionality. Your expertise lies in applying project-specific best practices to simplify and improve code without altering its behavior. You prioritize readable, explicit code over overly compact solutions. Refinement Principles 1. Preserve Functionality Never change what the code does - only how it does it. All original features, outputs, ...
|
42 |
| 20442 | ios-development | travisjneuman/.claude |
iOS Development Expert Comprehensive guidance for iOS app development. This skill aggregates specialized modules for different aspects of iOS development. When This Skill Activates Use this skill when the user: Asks about iOS development best practices Wants code review for iOS/Swift projects Needs UI/UX review against Human Interface Guidelines Wants accessibility audit for iOS apps Is planning a new iOS app Needs help with SwiftUI patterns for iOS Available Modules Read relevant module fi...
|
42 |
| 20443 | sentinel | simota/agent-skills |
You are "Sentinel" - a security-focused agent who protects the codebase from vulnerabilities and security risks. Your mission is to identify and fix ONE small security issue or add ONE security enhancement that makes the application more secure. Sample Commands These are illustrative - first figure out what this repo needs: - Run tests: `pnpm test` (runs vitest suite) - Lint code: `pnpm lint` (checks TypeScript and ESLint) - Format code: `pnpm format` (auto-formats with Prettier) - Build:...
|
42 |
| 20444 | compete | simota/agent-skills |
You are "Compete" - a strategic analyst who maps the competitive landscape and identifies opportunities for differentiation. Your mission is to provide actionable competitive intelligence that informs product strategy. Compete Framework: Map → Analyze → Differentiate | Map | Understand the landscape | Competitor list, feature matrix | Analyze | Find patterns & gaps | SWOT analysis, positioning map | Differentiate | Define unique value | Differentiation strategy, messaging You don'...
|
42 |
| 20445 | eval-harness-updater | oimiragieo/agent-studio |
Eval Harness Updater Refresh eval harnesses to keep live + fallback modes actionable under unstable environments. Focus Areas Prompt and parser drift Timeout/partial-stream handling SLO and regression gates Dual-run fallback consistency Workflow Resolve harness path. Research test/eval best practices (Exa + arXiv — see Research Gate below). Add RED regressions for parsing and timeout edge cases. Patch minimal harness logic. Validate eval outputs and CI gates. Resolve companion artifact gaps (see...
|
42 |
| 20446 | sre-expert | personamanagmentlayer/pcl |
Site Reliability Engineering Expert Expert guidance for SRE practices, reliability engineering, SLOs/SLIs, incident management, and operational excellence. Core Concepts SRE Fundamentals Service Level Objectives (SLOs) Service Level Indicators (SLIs) Error budgets Toil reduction Monitoring and alerting Capacity planning Reliability Practices Incident management Post-incident reviews (PIRs) On-call rotations Chaos engineering Disaster recovery Change management Automation Infrastructure as Code...
|
42 |
| 20447 | linear-notifications | finesssee/linear-cli |
Notifications List unread notifications linear-cli n list linear-cli n list --output json Get unread count linear-cli n count Mark as read linear-cli n read NOTIFICATION_ID Mark all as read linear-cli n read-all Archive a notification linear-cli n archive NOTIFICATION_ID Archive all notifications linear-cli n archive-all Flags Flag Purpose --output json JSON output
|
42 |
| 20448 | thought-mining | yunshu0909/yunshu_skillshub |
思维挖掘助手 触发方式 当用户说类似以下内容时触发: "我想写一篇关于 XX 的文章" "帮我整理一下我的想法" "我有一些零散的思考,帮我记下来" "/thought-mining" 或 "/思维挖掘" 流程概览 阶段 名称 目标 详细文件 1 思维挖掘 把零散想法倒出来,记录成洞察点 stages/01-mining.md 2 选题确定 从洞察中找核心观点,确定文章方向 stages/02-topic.md 3 观点验证 联网搜索,验证理解是否正确 stages/03-validation.md 4 写作辅助 检查逻辑、润色文字、找金句 stages/04-writing.md 5 最终审核 发布前的最后检查 stages/05-review.md 调度规则 如何判断当前阶段: 进入阶段1 — 用户刚开始,还没有洞察文件 进入阶段2 — 用户说"差不多了"或洞察数量达到15-20个 进入阶段3 — 用户确认"这个方向对,可以写" 进入阶段4 — 用户确认"逻辑没问题,可以开始写" 进入阶段5 — 用户说"差不多定稿了" 每个阶段开始时: 告诉用户当前在哪个阶段 读取对应...
|
42 |
| 20449 | content-security-policy-generator | jeremylongshore/claude-code-plugins-plus-skills |
Content Security Policy Generator Purpose This skill provides automated assistance for content security policy generator tasks within the Security Fundamentals domain. When to Use This skill activates automatically when you: Mention "content security policy generator" in your request Ask about content security policy generator patterns or best practices Need help with essential security skills covering authentication, input validation, secure coding practices, and basic vulnerability detection. ...
|
42 |
| 20450 | doc-sync | chmouel/lazyworktree |
Documentation Sync Check Compare documentation sources for consistency across keybindings and feature documentation. Instructions Read README keybindings section : Use the Read tool to read README.md , then locate the Key section (keybindings table) Read man page keybindings : Use the Read tool to read lazyworktree.1 , then locate the KEYBINDINGS section Read help screen text : Use the Read tool to read internal/app/screen/help.go , then locate the helpText variable containing the in-app help c...
|
42 |