技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 10,772
- 仓库
- 1711
- 最近同步
- 2026年9月23日
langfusechangelog-writing
Shared workflow for writing Langfuse changelog entries after a feature is complete. Use when a branch is ready for merge and a changelog entry or changelog draft is needed.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseclickhouse-best-practices
MUST USE when reviewing ClickHouse schemas, queries, or configurations. Contains 28 rules that MUST be checked before providing recommendations. Always read relevant rule files and cite specific rules in responses.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusecode-review
Review Langfuse code changes for correctness, regressions, and best practices.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusecreate-repo-agent
Design, implement, review, or harden Langfuse repo-owned autonomous agents. Use for LLM-powered GitHub Actions, scheduled or dispatched agents, agent-created PRs, prompts, allowlists, tokens, untrusted content, or self-updating instructions.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusedatadog-query-recipes
Research Langfuse production telemetry with reusable Datadog queries. Use for tenant or project activity, API usage, queue behavior, spans, logs, metrics, or ad hoc measurements across production regions; pair with debug-issue-with-datadog for root-cause analysis.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusedebug-issue-with-datadog
Establish root cause by combining Datadog telemetry with the Langfuse repo. Use when investigating or triaging a user report, Linear or GitHub issue, incident, or pasted production error.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusefrontend-browser-review
Shared workflow for browser-based review of user-visible frontend changes in Langfuse. Use when a change affects UI behavior, layout, styling, navigation, or browser-visible regressions and should be checked with available browser automation before signoff.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusefrontend-large-feature-architecture
Architect large or state-heavy Langfuse frontend features. Use for virtualized lists, large tables, controllers, Zustand stores, row selection, high-frequency state, rendering performance, or before adding useEffect, useMemo, useCallback, or form defaults derived from loaded data.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusegit-workflow
Langfuse repo Git, GitHub, commit, branch, pull request, issue search, release, and production-promotion workflow. Use when staging, committing, pushing, opening PRs, choosing a Linear git branch name, handling Claude, Greptile, or Codex review comments, searching GitHub issues, or changing release/promotion behavior.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusehousekeeping
Triage an engineer's work queue across Linear, Pylon, and GitHub. Use for assigned, urgent, waiting, or stale issues, support follow-ups, and PR reviews.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseincident-alert-tickets
Read and record root causes in the Linear incident-alert knowledge base. Use before and after investigating a named Datadog monitor, incident.io alert or incident, or on-call page to find or record root causes.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseinfra-scaling
Tune and review Langfuse autoscaling for web, web-iso, and web-ingestion. Use for Terraform scale settings, RPM targets, scaling bounds, task counts, cost/performance tradeoffs, or Datadog evidence in the infrastructure repo.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuselangfuse-codebase-navigator
Navigate Langfuse repositories, code areas, and agent skills. Use to locate code, choose the right repo or skill, search across the Langfuse organization, or orient before implementation, debugging, documentation, support, or operations.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuselangfuse-onboarding
Configure an agent for whoever is using it — outside contributor or Langfuse maintainer, which areas they work on, and whether Linear answers. On Cursor Cloud, identify the run owner (not Cloud gh permissions) and treat missing Linear as a LINEARAPIKEY secret to set. Use on "onboard me", "I'm new here", "what do I need to set up", "am I set up correctly", "why can't you see my tickets", "what should I do today" when me.md is missing, whenever you need someone's role and no identity file exists yet, and when a workspace-scoped harness (OpenCode) prompts on ~/.config or other user-dir paths.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuselangfuse-previews
Use Langfuse's disposable per-PR previews at pr-N.preview.langfuse.com (synthetic data only). Use for preview access, failed deployments, test-data seeding, kubectl debugging, or waking sleeping previews.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusepnpm-upgrade-package
- Upgrade pnpm workspace dependencies to target/latest versions: direct/transitive bumps, release-age checks, temporary overrides, minimumReleaseAgeExclude, lockfile/dedupe verification.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseposthog-instrumentation
Product analytics with posthog. Use when adding a meaningful user action or feature in web/, touching PostHog capture code, changing session replay or its privacy boundaries, or answering product-usage questions.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusepr-stack-workflow
Split a large change into a chained stack of small, independently reviewable pull requests, and verify each branch on its own. Use when a change is too large for one PR, when splitting a long-lived branch into PRs, when deciding whether work needs a planning stage at all, when landing or propagating a fix through a stack, or when every check is green on a stack and the change is still wrong.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfusesecurity-review
Review Langfuse changes for SSRF, tenant isolation, secret handling, unsafe redirects or uploads, RBAC drift, and client telemetry privacy. Use when a design or change accepts URLs or host fields, handles secrets or cross-tenant data, makes outbound requests, adds an integration, follows redirects, widens permissions, or can send customer-controlled UI data through analytics, monitoring, or session replay.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseseed-test-data
Seed reproducible local Langfuse data in ClickHouse and Postgres. Use for complex traces, long sessions, v3/v4 events, bulk list data, or frontend rendering and performance tests; never use ad hoc scripts or raw inserts.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseturborepo
Configure and troubleshoot Turborepo monorepos. Use for turbo.json, task pipelines, dependsOn, caching, filters, affected packages, CI optimization, environment variables, package boundaries, or shared internal packages.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
langfuseweekly-production-review
Prepare Langfuse weekly production reviews covering failures, fixes, open issues, and tracking gaps. Use for "what broke last week," production bugs, Datadog alerts or error patterns, incident.io activity, or pager load.
- 安装量
- 1
- GitHub Stars
- 3.4万
- 最近更新
- 9月10日
githubpenpot-uiux-design
Comprehensive guide for creating professional UI/UX designs in Penpot using MCP tools. Use this skill when: (1) Creating new UI/UX designs for web, mobile, or desktop applications, (2) Building design systems with components and tokens, (3) Designing dashboards, forms, navigation, or landing pages, (4) Applying accessibility standards and best practices, (5) Following platform guidelines (iOS, Android, Material Design), (6) Reviewing or improving existing Penpot designs for usability. Triggers: "design a UI", "create interface", "build layout", "design dashboard", "create form", "design landing page", "make it accessible", "design system", "component library".
- 安装量
- 1
- GitHub Stars
- 3.9万
- 最近更新
- 9月10日
affaan-mliving-docs-governance
Keep a long-lived project's documentation from rotting by assigning existing project docs clear constitution, map, status, and history roles, then wiring the active agent harness to those canonical sources. Use in the maintain phase when docs drift from code, agents lose context between sessions, or intentional removals keep being recreated. Prefer adopting the repository's current docs structure over creating new root files. 中文触发:文档治理、活文档、项目状态追踪、防文档漂移、项目地图、健康仪表盘、删除区、长期项目治理
- 安装量
- 1
- GitHub Stars
- 25.6万
- 最近更新
- 9月10日