Skip to content

Claude Code Data skills :)

Flowy lists 1598 skills in the Data category for Claude Code, across 124 plugins. A skill is a folder of instructions an agent loads while you work. Every one here shows what is inside before you install, who wrote it, and whether it is Auto-invoked, meaning a FLOW.md router fires it as you prompt.

Browse all skills →Data plugins →

paddleocr-doc-parsing
HotSkill

paddleocr-doc-parsing

Use this skill to extract structured Markdown/JSON from PDFs and document images—tables with cell-level precision, formulas as LaTeX, figures, seals, charts,…

@paddlepaddle@paddlepaddleView Skill
context-loader
HotAuto-invokedSkill

context-loader

Search memories from earlier Pi sessions in this repository. Use it when earlier work may already explain the code, error, decision, or command you need, so…

@mem0ai@mem0aiView Skill
forget
HotAuto-invokedSkill

forget

Delete the Mem0 memories stored for this repository and this user. Use when the user asks to forget, clear, wipe, or delete memories.

@mem0ai@mem0aiView Skill
mem0
HotAuto-invokedSkill

mem0

Mem0 Platform SDK for adding persistent memory to AI applications. TRIGGER when: user mentions "mem0", "MemoryClient", "memory layer", "remember user…

@mem0ai@mem0aiView Skill
mempalace
HotSkill

mempalace

Install, configure, and operate MemPalace, including a private local palace, a shared-brain hub, or a client joining an existing hub. Use for first-time setup,…

@milla-jovovich@milla-jovovichView Skill
mempalace-recall
HotSkill

mempalace-recall

Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was…

@milla-jovovich@milla-jovovichView Skill
mempalace-task
HotSkill

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste…

@milla-jovovich@milla-jovovichView Skill
mempalace
HotSkill

mempalace

Install, configure, and operate MemPalace, including a private local palace, a shared-brain hub, or a client joining an existing hub. Use for first-time setup,…

@mempalace@mempalaceView Skill
mempalace-recall
HotSkill

mempalace-recall

Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was…

@mempalace@mempalaceView Skill
mempalace-task
HotSkill

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste…

@mempalace@mempalaceView Skill
analyzing-expensive-users
HotSkill

analyzing-expensive-us…

Analyze the most expensive users in AI observability and explain why they cost so much. Use when the user asks about top spenders, expensive users, per-user…

posthogtoday40k
@posthog@posthogView Skill
analyzing-task-runs
HotSkill

analyzing-task-runs

Split a completed PostHog task run into activity records — what the agent tried, whether it worked, what blocked it — and record each one through the…

posthogtoday40k
@posthog@posthogView Skill
github
HotAuto-invokedSkill

github

Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.

@volcengine@volcengineView Skill
github-proxy
HotAuto-invokedSkill

github-proxy

GitHub 国内访问加速 skill,使用 githubproxy.cc 代理加速 GitHub 仓库克隆、文件下载、Raw 文件访问等操作。使用场景:(1) 需要 git clone GitHub 仓库时加速,(2) 下载 GitHub Release 文件、Raw 文件、Archive 压缩包时加速,(3)…

@volcengine@volcengineView Skill
academic-verify
HotSkill

academic-verify

Verify a research claim or academic citation by tracing it through publication → methodology → raw data → independent replication. Routes through…

gbraintoday30k
@garrytan@garrytanView Skill
archive-crawler
HotSkill

archive-crawler

Universal archivist for personal file archives (Dropbox/B2/Gmail-takeout/local-mount/hard-drive-dump). Filters for high-value content (the user's own writing,…

gbraintoday30k
@garrytan@garrytanView Skill
article-enrichment
HotSkill

article-enrichment

Transform raw article text dumps in the brain into structured pages with executive summary, verbatim quotes, key insights, why-it-matters, and…

gbraintoday30k
@garrytan@garrytanView Skill
qmd
HotSkill

qmd

Search local markdown knowledge bases, notes, docs, and wikis with QMD. Use when users ask to find notes, retrieve documents, inspect a wiki, answer from…

qmd2w30k
@tobi@tobiView Skill
release
HotSkill

release

Manage releases for this project. Validates changelog, installs git hooks, and cuts releases. Use when user says "/release", "release 1.0.5", "cut a release",…

qmd2w30k
@tobi@tobiView Skill
agentmemory-agents
Auto-invokedSkill

agentmemory-agents

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are…

@rohitg00@rohitg00View Skill
agentmemory-architecture
Auto-invokedSkill

agentmemory-architectu…

How agentmemory is built, the iii engine primitives it runs on, its storage model, ports, and the viewer. Use when reasoning about how memory is stored or…

@rohitg00@rohitg00View Skill
agentmemory-config
Auto-invokedSkill

agentmemory-config

agentmemory configuration, environment variables, ports, and feature flags. Use when enabling a feature, changing ports, setting an API key, configuring auth,…

@rohitg00@rohitg00View Skill
code-review
Skill

code-review

Review changed code against project standards. Checks for missing tests, dead code, type safety, lint issues, and coding conventions. Run after completing any…

@vectorize-io@vectorize-ioView Skill
create-agent
Skill

create-agent

Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.

@vectorize-io@vectorize-ioView Skill
figure
Skill

figure

Draw an animated figure (boxes, arrows, moving data) as one self-contained SVG for a GitHub README, PR, issue or blog post. Use when a change or an explanation…

@vectorize-io@vectorize-ioView Skill
async-io-model
Skill

async-io-model

Explanations of common asynchronous patterns used in tursodb. Involves IOResult, state machines, re-entrancy pitfalls, CompletionGroup. Always use these…

tursotoday24k
@tursodatabase@tursodatabaseView Skill
cdc
Skill

cdc

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests

tursotoday24k
@tursodatabase@tursodatabaseView Skill
code-quality
Skill

code-quality

General Correctness rules, Rust patterns, comments, avoiding over-engineering. When writing code always take these into account

tursotoday24k
@tursodatabase@tursodatabaseView Skill
clawhub
Skill

clawhub

Agent-native memory for OpenClaw that structures memory from agent trace, execution history, decisions, tool calls, and conversations into durable long-term…

@memorilabs@memorilabsView Skill
memori
Skill

memori

You have access to Memori, agent-native memory infrastructure: an LLM-agnostic layer that structures memory from not just natural language, but also from agent…

@memorilabs@memorilabsView Skill
skill-builder
Skill

skill-builder

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or…

skill-seekers
Skill

skill-seekers

Automatically detect source types and build AI skills using Skill Seekers. Use when the user wants to create skills from documentation, repos, PDFs, videos, or…

ask-user-question
Skill

ask-user-question

Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this…

@memtensor@memtensorView Skill
dev-browser
Skill

dev-browser

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or…

@memtensor@memtensorView Skill
safe-file-deletion
Skill

safe-file-deletion

Enforces explicit user permission before any file deletion. Activates when you're about to use rm, unlink, fs.rm, or any operation that removes files from…

@memtensor@memtensorView Skill
a-stock-data
Skill

a-stock-data

当任务需要写代码实际获取A股及相关市场数据时使用——行情/K线/逐笔(腾讯日周月前后复权+分钟线+当日逐笔、通达信官网全市场盘后包、百度)、研报(东财+新浪+同花顺+iwencai)、信号(热点/北向/龙虎榜/解禁/行业/板块资金流)、资金面(融资融券/大宗/股东户数/分红/资金流/ETF份额)、新闻(财联社/东财/华…

batch-extraction
Auto-invokedSkill

batch-extraction

Use when extracting from many files at once with shared config, bounded parallelism, per-file overrides, and error recovery. Covers the `batch` command,…

xbergtoday9.3k
@kreuzberg-dev@kreuzberg-devView Skill
chunking
Auto-invokedSkill

chunking

Use when splitting extracted text into chunks for LLM context windows or RAG ingestion. Covers chunk size, overlap, markdown/yaml/semantic chunkers,…

xbergtoday9.3k
@kreuzberg-dev@kreuzberg-devView Skill
extracting-keywords
Auto-invokedSkill

extracting-keywords

Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or generating embeddings for RAG and search.…

xbergtoday9.3k
@kreuzberg-dev@kreuzberg-devView Skill
batch-extraction
Skill

batch-extraction

Use when extracting from many files at once with shared config, bounded parallelism, per-file overrides, and error recovery. Covers the `batch` command,…

xbergtoday9.3k
@xberg-io@xberg-ioView Skill
chunking
Skill

chunking

Use when splitting extracted text into chunks for LLM context windows or RAG ingestion. Covers chunk size, overlap, markdown/yaml/semantic chunkers,…

xbergtoday9.3k
@xberg-io@xberg-ioView Skill
extracting-keywords
Skill

extracting-keywords

Use when extracting keywords (YAKE/RAKE) from documents — and, secondarily, when detecting document language or generating embeddings for RAG and search.…

xbergtoday9.3k
@xberg-io@xberg-ioView Skill
common-schema-audit
Skill

common-schema-audit

Audit every consumer of the schema.Common metadata format (the format produced by schema_registry_decode's store_schema_metadata, the parquet_decode processor,…

connecttoday8.8k
@redpanda-data@redpanda-dataView Skill
review
Skill

review

Code review a pull request for Redpanda Connect, checking Go patterns, tests, component architecture, and commit policy

connecttoday8.8k
@redpanda-data@redpanda-dataView Skill
honcho-cli
Skill

honcho-cli

Inspect and debug Honcho workspaces via the `honcho` CLI. Use when investigating peer representations, memory state, session context, or dialectic quality —…

honchotoday7.3k
@plastic-labs@plastic-labsView Skill
honcho-integration
Skill

honcho-integration

Integrate Honcho memory into existing Python or TypeScript codebases. Use when adding Honcho SDK, setting up peers, configuring sessions, and accessing…

honchotoday7.3k
@plastic-labs@plastic-labsView Skill
honcho-memory
Skill

honcho-memory

Concepts and strategy for using a connected Honcho as persistent memory of the user — the recall/record loop and session and peer design. Start here to…

honchotoday7.3k
@plastic-labs@plastic-labsView Skill
wigolo
Skill

wigolo

Local-first web intelligence for AI agents. Use wigolo for ALL web operations: searching, fetching pages, crawling sites, checking the cache, extracting data,…

@knockoutez@knockoutezView Skill
wigolo-agent
Skill

wigolo-agent

Autonomous data gathering across sources — plans search queries and URLs from a natural-language prompt, executes in parallel within a time budget, optionally…

@knockoutez@knockoutezView Skill
wigolo-cache
Skill

wigolo-cache

Local-first knowledge cache — full-text and hybrid semantic search over every page wigolo has already fetched, crawled, or searched. Use before any web…

@knockoutez@knockoutezView Skill
dashboard-build
Auto-invokedSkill

dashboard-build

Use this skill to build, implement, and test Vizro dashboards (Phase 2). Activate when the user wants to create a working app, says "just build it", or has…

vizrotoday3.8k
@mckinsey@mckinseyView Skill
dashboard-design
Auto-invokedSkill

dashboard-design

Use this skill first when the user wants to design or plan a dashboard, especially Vizro dashboards. Enforces a 3-step workflow (requirements, layout,…

vizrotoday3.8k
@mckinsey@mckinseyView Skill
designing-vizro-layouts
Auto-invokedSkill

designing-vizro-layout…

Use this skill when designing or building Vizro dashboard layouts — grid configuration, component sizing, filter/parameter placement, selector types, or…

vizrotoday3.8k
@mckinsey@mckinseyView Skill
dbhub
Skill

dbhub

Guide for querying databases through DBHub MCP server. Use this skill whenever you need to explore database schemas, inspect tables, or run SQL queries via…

dbhub4d3.6k
@bytebase@bytebaseView Skill
explore
Skill

explore

Explore a database schema token-efficiently via the DBHub tools; use before writing SQL against a schema you haven't seen.

dbhub4d3.6k
@bytebase@bytebaseView Skill
fix-bug
Skill

fix-bug

Use when given a GitHub issue URL or number to investigate and implement a fix. Triggers on "fix issue", "fix bug", "fix #123", GitHub issue URLs, or any…

dbhub4d3.6k
@bytebase@bytebaseView Skill
company-valuation
Skill

company-valuation

Estimate the intrinsic value of a public company using DCF, relative (peer multiple) and sum-of-parts (SOTP) methods, then triangulate to an implied share…

@himself65@himself65View Skill
discord-reader
Skill

discord-reader

Read Discord for financial research using opencli (read-only). Use this skill whenever the user wants to read Discord channels, search for messages in trading…

@himself65@himself65View Skill
earnings-preview
Skill

earnings-preview

Generate a pre-earnings briefing for any stock using Yahoo Finance data. Use this skill whenever the user wants to prepare for an upcoming earnings report,…

@himself65@himself65View Skill
insane-search
Skill

insane-search

Adaptive access for blocked websites — tries every method until one works. Use when WebFetch returns 402/403/blocked, or when accessing X/Twitter, Reddit,…

@fivetaku@fivetakuView Skill
agent
Skill

agent

Default browser automation agent — click, fill forms, navigate, log in, and extract structured data from any website using a natural-language goal, or run the…

design-postgis-tables
Auto-invokedSkill

design-postgis-tables

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based…

@timescale@timescaleView Skill
design-postgres-tables
Auto-invokedSkill

design-postgres-tables

Use this skill for general PostgreSQL table design. **Trigger when user asks to:** - Design PostgreSQL tables, schemas, or data models when creating new tables…

@timescale@timescaleView Skill
find-hypertable-candidates
Auto-invokedSkill

find-hypertable-candid…

Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables. **Trigger when…

@timescale@timescaleView Skill
last30days
Skill

last30days

Chinese-platform last-30-days research skill covering Weibo, Xiaohongshu, Bilibili, Zhihu, Douyin, WeChat, Baidu, and Toutiao. Includes Markdown, JSON, compact…

@jesseovo@jesseovoView Skill
obsidian
Skill

obsidian

Activate when the user mentions their Obsidian vault, notes, tags, frontmatter, daily notes, backup, or sync. Route operations across MCP, Obsidian CLI/app…

@bitbonsai@bitbonsaiView Skill
triage
Skill

triage

Activate for the daily repository triage run, or when the user asks to triage CI failures, open issues, or recent commits. Reads yesterday's signals, dedupes…

@bitbonsai@bitbonsaiView Skill
global-stock-data
Skill

global-stock-data

美股港股全栈数据工具包(官方源优先)— 十三层架构·30+端点·11数据源·全部零鉴权。在原有行情/K线/技术指标(MA/MACD/RSI/KDJ/布林带)/基本面/资金面/期权/SEC…

analytics
Skill

analytics

Use when answering a question that needs data from a ktx-connected database - investigating, analyzing, "how many", "show me", "what's the breakdown of",…

ktx2w1.6k
@kaelio@kaelioView Skill
dbt_ingest
Skill

dbt_ingest

Map dbt `schema.yml` / `properties.yml` models and sources into ktx semantic-layer overlays and column notes. Covers `sources:` vs `models:`, column…

ktx2w1.6k
@kaelio@kaelioView Skill
gdrive_synthesize
Skill

gdrive_synthesize

Synthesize durable KTX wiki pages from staged Google Drive document pulls. Load when a WorkUnit contains Google Doc raw files from `docs/**`.

ktx2w1.6k
@kaelio@kaelioView Skill
x-research-skill
Skill

x-research-skill

General-purpose X/Twitter research agent. Searches X for real-time perspectives, dev discussions, product feedback, cultural takes, breaking news, and expert…

@rohunvora@rohunvoraView Skill
cleanup
Skill

cleanup

Remove mem9-managed Codex files before reinstalling, resetting, or uninstalling mem9.

mem99d1.2k
@mem9-ai@mem9-aiView Skill

1,502 more in Data. See them all →