SKILL-RADAR · GITHUB

Nützliche Agent Skills, nach echter Nutzung sortiert.

Vergleiche verifizierte Skills aus öffentlichen Repositories nach Aufgabe, Paketinhalt, Installationen und nachvollziehbarer Quelle.

KATALOGUMFANG
VERIFIZIERT
Skills
10.772
Repositories
1711
zuletzt synchronisiert
23.09.2026
10.772 Skills
posthog
Offiziell

turning-engineering-analytics-into-insights

Converts engineering analytics (PR / CI) data into saved PostHog insights, dashboards, and subscriptions, and explains how to query the product data directly with SQL. Covers discovering per-team GitHub warehouse tables via engineering-analytics-sources, replicating curated column semantics in HogQL, reading exposed engineeringanalytics warehouse views where product logic is involved (CI cost, fingerprinted failure lines, commit attribution), saving queries with insight-create, and scheduling delivery with subscriptions-create. Use when asked to "save this as an insight", "put CI health / merge times on a dashboard", "email me PR throughput weekly", "chart CI cost", "track time to first review", "subscribe to these numbers", "alert on CI success rate", or "what data/tables/views does engineering analytics read". For ad-hoc CI and merge questions use diagnosing-ci-and-merge-bottlenecks; to investigate one specific CI failure use investigating-ci-failures.

Installationen
1
GitHub Stars
80
Aktualisiert
4. Sept.
posthog
Offiziell

understanding-billing-usage

Explains PostHog billing usage and spend from the customer's visible Billing MCP tools. Use when the user asks why usage or spend is high, which product or project is driving usage, what a usage type means, how to reduce usage, what changed over time, why they got a usage change alert, or whether a spike/drop alert was real or noisy. Also use before product-specific analytics skills when the user names a billable PostHog product metric such as events, recordings, feature flag requests, exceptions, survey responses, synced rows, logs, AI events, AI credits, or Inbox credits. Starts from Billing usage/spend tools, then routes to customer-visible product MCP surfaces for deeper investigation.

Installationen
1
GitHub Stars
80
Aktualisiert
4. Sept.
posthog
Offiziell

validating-and-publishing-canvases

Validate and publish a canvas source project safely: the source-project shape, declared capabilities, reading the current version pointer, iterating on validation diagnostics, guarded publishing with expectedcurrentversionid, staging a draft build and promoting it, waiting out the queued build, and recovering from a 409 versionconflict or a 429 capacity limit without overwriting concurrent work. Use whenever a canvas edit is ready to save, a draft build is wanted, a canvas publish or build returns diagnostics or a conflict, or a task needs to understand canvas version history.

Installationen
1
GitHub Stars
80
Aktualisiert
4. Sept.
posthog
Offiziell

writing-simplified-technical-english

Write English that a reader cannot misread: one meaning per word, active voice, simple tenses, one idea per sentence, short sentences. Based on ASD-STE100 (Simplified Technical English), the controlled-language standard written for aircraft maintenance manuals. Use it for any prose an agent produces that someone else acts on. That covers reports and findings, PR descriptions and commit messages, instructions handed to another agent, tool descriptions, error messages, status summaries, and prompts. Also use it on request, with triggers like "simplify this", "make this readable", "too dense", "rewrite in STE", "simplified technical english", "ASD-STE100".

Installationen
1
GitHub Stars
80
Aktualisiert
4. Sept.
agent-sh
Community

computer-use-linux

Linux desktop observation and control via native Pi tools or the computer-use-linux MCP server: accessibility trees, screenshots, window targeting, and input synthesis (click, type, scroll).

Installationen
1
GitHub Stars
481
Aktualisiert
3. Sept.
agiprolabs
Community

backtrader

Event-driven backtesting with bar-by-bar execution, complex order types, multiple analyzers, and custom indicators

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

birdeye-api

Solana token market data via Birdeye — prices, OHLCV, trades, token metadata, security checks, and trader activity

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

coingecko-api

Broad crypto market data from CoinGecko covering 13,000+ tokens. Global market stats, historical price data going back years, exchange volumes, trending tokens, and category filters. Best for macro analysis and long-term historical data.

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

defillama-api

Free DeFi analytics across all chains — TVL, token prices, DEX volumes, fees/revenue, stablecoins, and bridges

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

dexscreener-api

Free, no-auth multi-chain DEX pair data — prices, volume, liquidity, transactions, and token profiles

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

exit-strategies

Systematic exit rules, stop-loss methods, take-profit strategies, and trailing stop implementations for crypto trading

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

impermanent-loss

Impermanent loss calculation, modeling, and breakeven analysis for AMM liquidity provision across pool types

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

kalshi-api

Kalshi exchange mechanics — RSA-PSS auth, order schema, YES/NO orderbook convention, WebSocket, and endpoint surface. Market-type-agnostic shared layer for all Kalshi skills.

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

kalshi-weather-markets

Daily temperature high/low bracket and threshold contracts on Kalshi — contract structure, forecast→P(YES) map, settlement rules, cross-venue divergences, and weather-specific pitfalls

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

liquidity-analysis

DEX liquidity depth assessment, slippage estimation, and pool composition analysis for Solana tokens

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

market-microstructure

DEX orderflow analysis, trade classification, buyer/seller pressure, and microstructure signals for Solana tokens

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

mev-analysis

MEV exposure assessment, sandwich attack detection, and protection strategies for Solana DEX trading

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

ohlcv-processing

Market data preparation including OHLCV resampling, gap handling, anomaly detection, normalization, and multi-source merging

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

pandas-ta

Technical analysis with 130+ indicators using pandas-ta for crypto market data

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

polymarket-api

Polymarket exchange mechanics — on-chain Polygon CTF, Gamma/CLOB/Data APIs, EIP-712 auth, identifier model, WebSocket, settlement, and geo/KYC constraint

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

prediction-market-live-ops

Use when building, backtesting, operating, or scaling automated trading on prediction markets (Kalshi or similar) — evidence-gated methodology, live-execution safety rails, and falsification protocols distilled from a real live-money campaign

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

pumpfun-mechanics

PumpFun bonding curve math, graduation mechanics, instruction parsing, and PumpSwap migration

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

regime-detection

Market regime identification using volatility clustering, trend detection, and statistical methods for adaptive trading

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.
agiprolabs
Community

risk-management

Portfolio-level risk controls, drawdown management, exposure limits, and circuit breakers for crypto trading

Installationen
1
GitHub Stars
342
Aktualisiert
3. Sept.