Browse Skills — Page 114
21,804 public skills · showing 11,301–11,400
- 100/100
langgraph-v2
diegosouzapw/awesome-omni-skills
LangGraph workflow skill. Use this skill when the user needs Expert in LangGraph - the production-grade framework for building and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
langgraph-v3
diegosouzapw/awesome-omni-skills
LangGraph workflow skill. Use this skill when the user needs Expert in LangGraph - the production-grade framework for building and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
langsmith
langchain-ai/docs
Trace, evaluate, and deploy AI agents and LLM applications with LangSmith. Use when adding observability, running evaluations, engineering prompts, or deploying agents to production.
- 100/100
langsmith-code-eval
langchain-ai/lca-skills
Creates code-based evaluators for LangSmith-traced agents. Use when building custom evaluation logic, testing tool usage patterns, or scoring agent outputs programmatically. Triggers on requests to evaluate agents, create evaluators, or run experiments against LangSmith datasets.
- 100/100
langsmith-dataset
langchain-ai/skills-benchmarks
"INVOKE THIS SKILL when creating evaluation datasets, uploading datasets to LangSmith, or managing existing datasets. Covers dataset types (final_response, single_step, trajectory, RAG), CLI management commands, SDK-based creation, and example management. Uses the langsmith CLI tool."
- 100/100
langsmith-evaluator
langchain-ai/skills-benchmarks
INVOKE THIS SKILL when building evaluation pipelines for LangSmith. Covers three core components: (1) Creating Evaluators - LLM-as-Judge, custom code; (2) Defining Run Functions - how to capture outputs and trajectories from your agent; (3) Running Evaluations - locally with evaluate() or auto-run via LangSmith. Uses the langsmith CLI tool.
- 100/100
langsmith-fetch
ComposioHQ/awesome-claude-skills
Debug LangChain and LangGraph agents by fetching execution traces from LangSmith Studio. Use when debugging agent behavior, investigating errors, analyzing tool calls, checking memory operations, or examining agent performance. Automatically fetches recent traces and analyzes execution patterns. Requires langsmith-fetch CLI installed.
- 100/100
langsmith-observability
Orchestra-Research/AI-Research-SKILLs
LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.
- 100/100
langsmith-trace
langchain-ai/deepagentsjs
"INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool."
- 100/100
langtrace
TerminalSkills/skills
>-
- 100/100
language-audit
indranilbanerjee/digital-marketing-pro
Audit multilingual content consistency. Use when: checking language parity, regional compliance, or translation quality.
- 100/100
language-config
indranilbanerjee/digital-marketing-pro
Configure language settings. Use when: setting primary languages, do-not-translate terms, or locale formatting.
- 100/100
laravel
TerminalSkills/skills
>-
- 100/100
laravel-api
HoangNguyen0403/agent-skills-standard
Build REST endpoints with API Resources, Sanctum authentication, and versioned route groups in Laravel. Use when creating JsonResource classes, adding token-based auth, or defining rate-limited API routes.
- 100/100
laravel-architecture
HoangNguyen0403/agent-skills-standard
Enforce core architectural standards for scalable Laravel applications. Use when structuring controllers, service layers, action classes, Form Requests, or Service Container bindings in Laravel projects.
- 100/100
laravel-background-processing
HoangNguyen0403/agent-skills-standard
Build scalable asynchronous workflows using Queues, Jobs, and Events in Laravel. Use when implementing queued jobs, event-driven workflows, or async processing in Laravel.
- 100/100
laravel-clean-architecture
HoangNguyen0403/agent-skills-standard
Implement Domain-Driven Design with typed DTOs, repository interfaces, and single-responsibility Action classes in Laravel. Use when creating domain folders, binding repository contracts in providers, or passing DTOs between layers.
- 100/100
laravel-database-expert
HoangNguyen0403/agent-skills-standard
Optimize Laravel queries with subqueries, joinSub, Redis cache-aside patterns, and read/write connection splitting. Use when writing complex joins, implementing Cache::remember with tags, or configuring database read replicas.
- 100/100
laravel-eloquent
HoangNguyen0403/agent-skills-standard
Write performant Eloquent queries with eager loading, reusable scopes, and strict lazy-loading prevention in Laravel. Use when defining model relationships, creating query scopes, or processing large datasets with chunk/cursor.
- 100/100
laravel-expert
diegosouzapw/awesome-omni-skills
Laravel Expert workflow skill. Use this skill when the user needs Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance, and modern standards (Laravel 10/11+) and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
laravel-expert-v2
diegosouzapw/awesome-omni-skills
Laravel Expert workflow skill. Use this skill when the user needs Senior Laravel Engineer role for production-grade, maintainable, and idiomatic Laravel solutions. Focuses on clean architecture, security, performance, and modern standards (Laravel 10/11+) and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
laravel-patterns
affaan-m/ECC
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
- 100/100
laravel-plugin-discovery
affaan-m/ECC
Discover and evaluate Laravel packages via LaraPlugins.io MCP. Use when the user wants to find plugins, check package health, or assess Laravel/PHP compatibility.
- 90/100
laravel-security
affaan-m/ECC
Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.
- 100/100
laravel-security-audit
diegosouzapw/awesome-omni-skills
Laravel Security Audit workflow skill. Use this skill when the user needs Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel security best practices and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
laravel-security-audit-v2
diegosouzapw/awesome-omni-skills
Laravel Security Audit workflow skill. Use this skill when the user needs Security auditor for Laravel applications. Analyzes code for vulnerabilities, misconfigurations, and insecure practices using OWASP standards and Laravel security best practices and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
laravel-sessions-middleware
HoangNguyen0403/agent-skills-standard
Configure Redis session drivers, register security-header middleware, and prevent session fixation in Laravel. Use when switching session drivers, adding HSTS/CSP headers via middleware, or regenerating sessions after login.
- 100/100
laravel-tdd
affaan-m/ECC
Test-driven development for Laravel with PHPUnit and Pest, factories, database testing, fakes, and coverage targets.
- 100/100
laravel-testing
HoangNguyen0403/agent-skills-standard
Write Pest feature tests with RefreshDatabase, mock external services, and create test data with Eloquent Factories in Laravel. Use when adding HTTP tests, configuring SQLite in-memory test database, or mocking payment services.
- 100/100
laravel-tooling
HoangNguyen0403/agent-skills-standard
Configure Laravel ecosystem with custom Artisan commands, Vite asset bundling, Pint code styling, and Horizon queue monitoring. Use when creating Artisan commands, migrating from Mix to Vite, or configuring Pint code standards.
- 100/100
laravel-verification
affaan-m/ECC
Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.
- 0/100
lark
vm0-ai/vm0-skills
Lark/Feishu API for collaboration. Use when user mentions "Lark", "Feishu",
- 100/100
lark-approval
larksuite/cli
飞书审批 API:审批实例、审批任务管理。
- 100/100
lark-apps
larksuite/cli
把本地 HTML 文件或目录部署到飞书妙搭(Miaoda),生成一个公网可访问的应用及其链接(URL)。当用户要创建 HTML 或要把 HTML、静态网站或 Web demo 发布成公网可访问的链接 / 可分享链接、设置应用共享范围,或提到妙搭 / Miaoda 时使用。凡产出可独立访问的 HTML 产物都属本 skill 的潜在归宿,是否真要部署由 skill 内部协议判断。不用于:上传普通文件到云空间/云盘/云存储(用 lark-drive)、编辑飞书云文档内容(用 lark-doc)、创建飞书原生幻灯片 / 演示文稿(用 lark-slides)。
- 100/100
lark-attendance
larksuite/cli
飞书考勤打卡:查询自己的考勤打卡记录
- 100/100
lark-base
larksuite/cli
当需要用 lark-cli 操作飞书多维表格(Base)时调用:搜索 Base、建表、字段管理、记录读写、记录分享链接、视图配置、历史查询,以及角色/表单/仪表盘管理/工作流;也适用于把旧的 +table / +field / +record 写法改成当前命令写法。涉及字段设计、公式字段、查找引用、跨表计算、行级派生指标、数据分析需求时也必须使用本 skill。
- 100/100
lark-calendar
larksuite/cli
飞书日历(calendar):提供日历与日程(会议)的全面管理能力。核心场景包括:查看/搜索日程、创建/更新日程、管理参会人、查询忙闲状态及推荐空闲时段、查询/搜索与预定会议室。注意:涉及【预约日程/会议】或【查询/预定会议室】时,必须先读取 references/lark-calendar-schedule-meeting.md 工作流!高频操作请优先使用 Shortcuts:+agenda(快速概览今日/近期行程)、+create(创建日程并按需邀请参会人及预定会议室)、+update(更新既有日程字段,或独立增删参会人/会议室)、+freebusy(查询用户主日历的忙闲信息和rsvp的状态)、+rsvp(回复日程邀请)
- 100/100
lark-contact
larksuite/cli
飞书 / Lark 通讯录,用于按姓名 / 邮箱把员工解析成 open_id,以及按 open_id 反查员工的姓名 / 部门 / 邮箱 / 联系方式。当用户说出某人姓名而下一步需要发消息 / 加群 / 排日程时,先用本 skill 把姓名换成 ID;当输出里出现 open_id 需要展示成姓名给用户看,或用户直接询问某人的部门 / 邮箱 / 联系方式时,用本 skill 查。不负责部门树遍历、按部门列员工、组织架构图,这类需求走原生 OpenAPI。
- 100/100
lark-doc
larksuite/cli
飞书云文档 / Docx / 知识库 Wiki 文档(v2):创建、打开、读取、获取、查看、总结、整理、改写、翻译、审阅和编辑飞书文档内容。当用户给出飞书文档 URL/token,或说查看/读取/打开某个文档、提取文档内容、总结文档、生成/创建文档、追加/替换/删除/移动内容、调整排版、插入或下载文档图片/附件/素材/画板缩略图时使用。文档内容中出现嵌入电子表格、多维表格、需要将重要信息可视化为画板(含 SVG 画板)、引用或同步块时,也先用本 skill 读取和提取 token,再切到对应 skill 下钻。使用本 skill 时,docs +create、docs +fetch、docs +update 必须携带 --api-version v2;默认使用 DocxXML,也支持 Markdown。当用户给出 doubao.com 的 /docx/ 或 /wiki/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
- 100/100
lark-drive
larksuite/cli
飞书云空间(云盘/云存储):管理云空间(云盘/云存储)中的文件和文件夹。上传和下载文件、创建文件夹、复制/移动/删除文件、查看文件元数据、管理文档评论、管理文档权限、订阅用户评论变更事件、修改文件标题(docx、sheet、bitable、file、folder、wiki);也负责把本地 Word/Markdown/Excel/CSV/PPTX 以及 Base 快照(.base)导入为飞书在线云文档(docx、sheet、bitable、slides)。当用户需要上传或下载文件、整理云空间(云盘/云存储)目录、查看文件详情、管理评论、管理文档权限、修改文件标题、订阅用户评论变更事件,或要把本地文件导入成新版文档、电子表格、多维表格/Base/幻灯片 时使用。\"云空间\"、\"云盘\"和\"云存储\"是同一概念,用户说\"云盘\"、\"云存储\"、\"网盘\"、\"我的空间\"时均路由到本 skill。当用户给出 doubao.com 的云空间资源 URL/token,或明确提到豆包里的 file/folder/docx/sheet/bitable/wiki 资源时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是资源类型、URL 路径模式和 token,而不是域名。
- 100/100
lark-event
larksuite/cli
Lark/Feishu real-time event listening / subscribing / consuming: stream events as NDJSON via `lark-cli event consume <EventKey>` (covers IM messages/reactions/chat changes, VC meeting ended, Minutes generated, etc.). Use for Lark bots, real-time message processing, long-running subscribers, streaming webhook/push handlers. Supports `--max-events` / `--timeout` bounded runs and a stderr ready-marker contract — designed for AI agents running as subprocesses.
- 100/100
lark-im
larksuite/cli
飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件(支持大文件分片下载)、管理表情回复、发送应用内/短信/电话加急。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据时使用。
- 80/100
lark-mail
larksuite/cli
飞书邮箱 — draft, compose, send, reply, forward, read, and search emails; manage drafts, folders, labels, contacts, attachments, and mail rules. Use when user mentions 起草邮件, 写一封邮件, 拟邮件, 草稿, 发通知邮件, 发送邮件, 发邮件, 回复邮件, 转发邮件, 查看邮件, 看邮件, 读邮件, 搜索邮件, 查邮件, 收件箱, 邮件会话, 编辑草稿, 管理草稿, 下载附件, 邮件文件夹, 邮件标签, 邮件联系人, 监听新邮件, 收信规则, 邮件规则, draft, compose, send email, reply, forward, inbox, mail thread, mail rules.
- 100/100
lark-markdown
larksuite/cli
飞书 Markdown:查看、创建、上传、编辑和比较 Markdown 文件。当用户需要创建或编辑 Markdown 文件、读取、修改、局部 patch 或比较差异时使用。
- 100/100
lark-minutes
larksuite/cli
飞书妙记:妙记相关基本功能。1.查询妙记列表(按关键词/所有者/参与者/时间范围);2.获取妙记基础信息(标题、封面、时长 等);3.下载妙记音视频文件;4.获取妙记相关 AI 产物(总结、待办、章节);5.上传音视频生成妙记,也支持将本地音视频文件转成纪要、逐字稿、文字稿、撰写文字等产物;6.更新妙记标题(重命名妙记);7.替换妙记逐字稿中的说话人。遇到这类请求时,应优先使用本 skill。飞书妙记 URL 格式: http(s)://<host>/minutes/<minute-token>
- 100/100
lark-okr
larksuite/cli
飞书 OKR:管理目标与关键结果。查看和编辑 OKR 周期、目标(Objective)、关键结果(Key Result)、对齐关系、量化指标和进展记录。当用户需要查看或创建 OKR、管理目标和关键结果、查看对齐关系时使用。
- 100/100
lark-openapi-explorer
larksuite/cli
飞书/Lark 原生 OpenAPI 探索:从官方文档库中挖掘未经 CLI 封装的原生 OpenAPI 接口。当用户的需求无法被现有 lark-* skill 或 lark-cli 已注册命令满足,需要查找并调用原生飞书 OpenAPI 时使用。
- 100/100
lark-shared
larksuite/cli
Use when first setting up lark-cli, running auth login, switching user/bot identity (--as), handling permission denied or scope errors, needing to update lark-cli, or seeing _notice in JSON output.
- 100/100
lark-sheets
larksuite/cli
飞书电子表格:创建和操作电子表格。支持创建表格、创建/复制/删除/更新工作表、读写单元格、追加行数据、查找内容、导出文件。当用户需要创建电子表格、管理工作表、批量读写数据、在已知表格中查找内容、导出或下载表格时使用。若用户是想按名称或关键词搜索云空间(云盘/云存储)里的表格文件,请改用 lark-drive 的 drive +search 先定位资源。当用户给出 doubao.com 的 /sheets/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
- 100/100
lark-skill-maker
larksuite/cli
创建 lark-cli 的自定义 Skill。当用户需要把飞书 API 操作封装成可复用的 Skill(包装原子 API 或编排多步流程)时使用。
- 100/100
lark-slides
larksuite/cli
飞书幻灯片:创建和编辑幻灯片,接口通过 XML 协议通信。创建演示文稿、读取幻灯片内容、管理幻灯片页面(创建、删除、读取、局部替换)。当用户需要创建或编辑幻灯片、读取或修改单个页面时使用。当用户给出 doubao.com 的 /slides/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
- 100/100
lark-task
larksuite/cli
飞书任务:管理任务、清单和任务智能体。创建待办任务、查看和更新任务状态、拆分子任务、组织任务清单、分配协作成员、上传任务附件、注册或注销任务智能体、更新任务智能体的主页数据、写入智能体任务记录。当用户需要创建待办事项、查看任务列表、跟踪任务进度、管理项目清单或给他人分配任务、为任务上传附件文件、注册注销任务智能体、更新智能体主页数据、写入任务记录时使用。
- 100/100
lark-vc
larksuite/cli
飞书视频会议:搜索历史会议、查询会议纪要产物(总结、待办、章节、逐字稿)、查询会议参会人快照。1. 查询已经结束的会议数量或详情时使用本技能(如历史日期|昨天|上周|今天已经开过的会议等场景),查询未开始的会议日程使用 lark-calendar 技能。2. 支持通过关键词、时间范围、组织者、参与者、会议室等筛选条件搜索会议。3. 获取或整理会议纪要、逐字稿、录制产物时使用本技能。4. 查询“谁参加过某会议”“参会人列表”等参会人快照信息用 vc meeting get --with-participants(任意时点可查,含已结束会议)。注意:**Agent 真实入会/离会、感知正在进行中会议的实时事件**请使用 lark-vc-agent 技能,本技能不覆盖写操作和会中事件流。
- 100/100
lark-vc-agent
larksuite/cli
飞书视频会议:让机器人代当前用户加入/离开正在进行的会议,并读取会议期间的实时事件(参会人加入与离开、发言、聊天、屏幕共享等)。1. 用户提供 9 位会议号、要求代为入会或离会时使用 +meeting-join / +meeting-leave——会真实产生入会/离会记录。2. 会议进行中用户想知道“谁加入了”“谁离开了”“谁在发言”“有人共享屏幕吗”等会中动态时,机器人入会后用 +meeting-events 读取事件时间线。3. 典型场景:参会机器人、会中助手、代为旁听、代为参会。前提:机器人只能读到它自己参会过且仍在进行中的会议的事件;查询已结束会议的参会名单、纪要或逐字稿请使用 lark-vc 技能。
- 100/100
lark-whiteboard
larksuite/cli
>
- 100/100
lark-wiki
larksuite/cli
飞书知识库:管理知识空间、空间成员和文档节点。创建和查询知识空间、查看和管理空间成员、管理节点层级结构、在知识库中组织文档和快捷方式。当用户需要在知识库中查找或创建文档、浏览知识空间结构、查看或管理空间成员、移动或复制节点时使用。当用户给出 doubao.com 的 /wiki/ URL/token 时,也应直接使用本 skill,不要因为域名不是飞书而回退到 WebFetch;路由依据是 URL 路径模式和 token,而不是域名。
- 100/100
lark-workflow-meeting-summary
larksuite/cli
会议纪要整理工作流:汇总指定时间范围内的会议纪要并生成结构化报告。当用户需要整理会议纪要、生成会议周报、回顾一段时间内的会议内容时使用。
- 100/100
lark-workflow-standup-report
larksuite/cli
日程待办摘要:编排 calendar +agenda 和 task +get-my-tasks,生成指定日期的日程与未完成任务摘要。适用于了解今天/明天/本周的安排。
- 25/100
Last 30 Days
aaronjmars/aeon
Cross-platform social research — narrative-first intelligence on what people are saying about a topic across Reddit, X, HN, Polymarket, and the web over the last 30 days
- 100/100
last-30-days-research
mohitagw15856/pm-claude-skills
Multi-platform research skill that gathers recent (last 30 days) opinions, sentiment, and signal on any topic from Reddit, X/Twitter, and the web. Cuts through SEO-stuffed results to surface what real people are actually saying.
- 80/100
last30days
diegosouzapw/awesome-omni-skills
last30days: Research Any Topic from the Last 30 Days workflow skill. Use this skill when the user needs Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 80/100
last30days
trailofbits/skills-curated
"Researches a topic from the last 30 days on Reddit, X, and the web. Surfaces real community discussions with engagement metrics and synthesizes findings into actionable insights. Use when the user wants to know what people are saying about a topic right now."
- 100/100
last30days-skill
TerminalSkills/skills
>-
- 100/100
lastpass-automation
ComposioHQ/awesome-claude-skills
"Automate Lastpass tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
lat-md
vercel-labs/vercel-openclaw
>-
- 100/100
latchbio-integration
K-Dense-AI/scientific-agent-skills
Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir, Nextflow/Snakemake integration.
- 100/100
latent-briefing
guanyang/antigravity-skills
This skill should be used when the user asks to "share memory between agents", "KV cache compaction for multi-agent", "orchestrator worker context", "latent briefing", "reduce worker tokens", "cross-agent memory without summarization", or discusses Attention Matching compaction, recursive language models with workers, or token explosion in hierarchical agents.
- 100/100
lateral-escape
yogsoth-ai/de-anthropocentric-research-engine
de Bono lateral escape sequence — identify dominant idea, generate provocations (escape/reversal/exaggeration/distortion), follow consequences to extract new framings. Breaks paradigm lock-in.
- 100/100
lateral-movement
wgpsec/AboutSecurity
横向移动技术。当已获取凭据(密码/哈希/密钥/票据)需要从当前主机移动到其他主机时使用。覆盖 SSH、RDP、WMI、PSExec、PTH、PTT、DCOM 等技术。根据目标操作系统和可用凭据类型选择最佳移动方式
- 100/100
lateral-synthesis
yogsoth-ai/de-anthropocentric-research-engine
Synthesize all lateral thinking intermediate outputs into a structured idea report.
- 100/100
lateral-thinking
yogsoth-ai/de-anthropocentric-research-engine
Lateral Thinking Campaign — escape logical thinking tracks via PO/movement, random entry, concept fan, challenge, and six hats (de Bono)
- 100/100
latex-build
terrylica/cc-skills
LaTeX builds with latexmk and live preview. TRIGGERS - latexmk, LaTeX build, live preview, compilation.
- 100/100
latex-manuscript-format-converter
aipoch/medical-research-skills
Converts existing manuscript content into LaTeX format aligned with a target journal, conference, or template while preserving manuscript meaning and structural integrity.
- 100/100
latex-paper-conversion
diegosouzapw/awesome-omni-skills
LaTeX Paper Conversion workflow skill. Use this skill when the user needs This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE, Nature). It automates extraction, injection, fixing formatting, and compiling and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
latex-paper-conversion-v2
diegosouzapw/awesome-omni-skills
LaTeX Paper Conversion workflow skill. Use this skill when the user needs This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE, Nature). It automates extraction, injection, fixing formatting, and compiling and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
latex-posters
K-Dense-AI/scientific-agent-skills
Create professional research posters in LaTeX using beamerposter, tikzposter, or baposter. Support for conference presentations, academic posters, and scientific communication. Includes layout design, color schemes, multi-column formats, figure integration, and poster-specific best practices for visual communication.
- 100/100
latex-setup
terrylica/cc-skills
LaTeX environment setup on macOS. TRIGGERS - install LaTeX, MacTeX, Skim viewer, SyncTeX setup.
- 100/100
latex-tables
terrylica/cc-skills
LaTeX tables with tabularray package. TRIGGERS - LaTeX table, tabularray, fixed-width columns, table alignment.
- 100/100
microsoft/launch
microsoft/vscode
Launch Code OSS (VS Code from sources) into an isolated throwaway profile with unique debug ports so you can drive it with @playwright/cli AND attach a Node debugger via dap-cli in the same session. Use when working on VS Code itself and you want to interact with the running workbench, automate chat or UI flows, test UI features, take screenshots, set breakpoints in the renderer / extension host / main process, or combine UI driving with debugging.
- 100/100
terrylica/launch
terrylica/cc-skills
Launch FloatingClock. Prefers the installed /Applications version; falls back to the local build. Use when the user wants to open the.
- 100/100
coreyhaines31/launch
coreyhaines31/marketingskills
When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' 'product update,' 'how do I launch this,' 'launch checklist,' 'GTM plan,' or 'we're about to ship.' Use this whenever someone is preparing to release something publicly. For ongoing marketing after launch, see marketing-ideas. For the offer being launched (bonuses, guarantees, scarcity, naming), see offers.
- 100/100
Launch a Subscription Store
vercel-labs/academy-skills
Companion skill for the [Launch a Subscription Store](https://vercel.com/academy/subscription-store) course. Build a production-ready subscription storefront with Next.js 16, Supabase Auth, and Stripe.
- 100/100
launch_darkly-automation
ComposioHQ/awesome-claude-skills
"Automate LaunchDarkly tasks via Rube MCP (Composio): feature flags, environments, segments, and rollout management. Always search tools first for current schemas."
- 100/100
launch-ad-campaign
indranilbanerjee/digital-marketing-pro
Launch paid ad campaigns. Use when: deploying ads on Google, Meta, LinkedIn, or TikTok with targeting and safeguards.
- 100/100
launch-formula
guia-matthieu/clawfu-skills
"Turn your marketing into an event that makes people beg to buy before you even release the product Use when: **Launching a new product or course** and want to maximize first-day sales; **Building anticipation** for an upcoming offer instead of \"surprise\" launching; **Growing your email list** while simultaneously warming them up to buy; **Creating urgency without being sleazy** with legitimate scarcity; **Turning skeptics into buyers** through sequenced value delivery"
- 100/100
launch-plan
indranilbanerjee/digital-marketing-pro
Build product launch playbooks. Use when: planning pre-launch, launch day, or post-launch phases.
- 100/100
launch-positioning-builder
gooseworks-ai/goose-skills
>
- 100/100
launch-pruefung
Klotzkette/claude-fuer-deutsches-recht
Vollständige rechtliche Freigabeprüfung eines Produkt-Launches gegen das konfigurierte Prüfrahmenwerk und die betriebliche Risikokalibrierung. Lädt, wenn der Nutzer „Produkt-Launch prüfen\", „CE-Konformität prüfen\", „Markteinführung freigeben\", „produktrechtliche Prüfung\" oder eine Produkt-Launch-Checkliste bzw. ein PRD mit Freigabebedarf nennt.
- 100/100
launch-radar
aaronjmars/aeon
Weekly competitive scan — searches ProductHunt, HN Show HN, and GitHub Trending for product launches matching the operator's startup idea backlog. Flags when someone ships an idea from the list.
- 100/100
launch-readiness
mohitagw15856/pm-claude-skills
Run a comprehensive pre-launch readiness assessment across all functions. Use when asked to assess launch readiness, run a pre-launch review, create a go/no-go recommendation, or check if a product or feature is ready to ship. Produces a function-by-function readiness status, blockers list, risk register, and an explicit Go / Conditional Go / No-Go recommendation.
launch-readiness-orchestrator
openai/plugins
>
- 100/100
launch-review
anthropics/claude-for-legal
>
- 100/100
launch-strategy
alirezarezvani/claude-skills
When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,' 'beta launch,' 'early access,' 'waitlist,' 'product update,' 'GTM plan,' 'launch checklist,' or 'launch momentum.' This skill covers phased launches, channel strategy, and ongoing launch momentum.
- 100/100
launch-strategy-v2
diegosouzapw/awesome-omni-skills
Launch Strategy workflow skill. Use this skill when the user needs You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
launch-strategy-v3
diegosouzapw/awesome-omni-skills
Launch Strategy workflow skill. Use this skill when the user needs You are an expert in SaaS product launches and feature announcements. Your goal is to help users plan launches that build momentum, capture attention, and convert interest into users and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
launch-verify-debug
vercel-labs/vercel-openclaw
Launch verification and remote smoke debugging for vercel-openclaw: preflight, queue ping, ensureRunning, chatCompletions, wakeFromSleep, restorePrepared, channelReadiness, NDJSON progress, and vclaw create readiness. Use when launch verification, vclaw create validation, or remote smoke checks fail.
- 100/100
launch-your-agent
anthropics/launch-your-agent
Help a technical founder build whatever they want on Claude Managed Agents — an internal worker, a piece of their product, a customer-facing agent. Find out what they want to build, scope a v0, launch it in their account, grade it, iterate, and (if it should run on a clock) put it on a scheduled deployment, with everything bigger laid out as v1/v2. Use when a founder says "launch my agent", "/launch-your-agent", "build me a managed agent", or wants to build something on CMA. Keywords: managed agents, CMA, founder, launch, scheduled deployment, outcome rubric.
- 100/100
launchdarkly
TerminalSkills/skills
>-
- 100/100
LaunchDarkly Automation
ComposioHQ/awesome-claude-skills
"Automate LaunchDarkly feature flag management -- list projects and environments, create and delete trigger workflows, and track code references via the Composio MCP integration."
- 80/100
launching-evals
NVIDIA/skills
Run, monitor, analyze, and debug LLM evaluations via nemo-evaluator-launcher. Covers running evaluations, checking status and live progress, debugging failed runs, exporting artifacts and logs, and analyzing results. ALWAYS triggers on mentions of running evaluations, checking progress, debugging failed evals, analyzing or analysing runs or results, run directories or artifact paths on clusters, Slurm job issues, invocation IDs, or inspecting logs (client logs, server logs, SSH to cluster, tail logs, grep logs). Do NOT use for creating or modifying evaluation configs.
Page 114 of 219