🤖 Data & AI
2580 skills found
zed-editor.md
4
1
export
zed-editor
2
from
"chronista-club/unison"
from
"chronista-club/unison"
3
🎵 Unison Protocol - KDL-based type-safe communication framework
2026-02-23
typo3-docs.md
4
1
export
typo3-docs
2
from
"netresearch/typo3-docs-skill"
from
"netresearch/typo3-docs-skill"
3
Agent Skill for creating and maintaining TYPO3 extension documentation | Claude Code compatible
2026-02-25
patent-reviewer.md
4
1
export
patent-reviewer
2
from
"RobThePCGuy/utility-patent-reviewer"
from
"RobThePCGuy/utility-patent-reviewer"
3
A work-in-progress USPTO patent examiner utilizing Claude Code and natural language processing.
2026-02-22
copilot-mcp-server.md
4
1
export
copilot-mcp-server
2
from
"Aykahshi/copilot-mcp-tool"
from
"Aykahshi/copilot-mcp-tool"
3
MCP server that enables AI assistants to interact with Github Copilot cli, leveraging copilot massive token window for large file analysis and codebase understanding
2026-02-24
medallion-architecture.md
4
1
export
medallion-architecture
2
from
"vivekgana/databricks-platform-marketplace"
from
"vivekgana/databricks-platform-marketplace"
3
Bronze/Silver/Gold layer design patterns and templates for building scalable data lakehouse architectures. Includes incremental processing, data quality checks, and optimization strategies.
2026-02-13
github-actions-container-build.md
4
1
export
github-actions-container-build
2
from
"pigfoot/claude-code-hubs"
from
"pigfoot/claude-code-hubs"
3
Personal's Claude Code hubs, including skill marketplaces and configurations
2026-02-25
cpp-basics.md
4
1
export
cpp-basics
2
from
"pluginagentmarketplace/custom-plugin-cpp"
from
"pluginagentmarketplace/custom-plugin-cpp"
3
C++ programming language roadmap plugin for Claude
2026-02-08
codetographer.md
4
1
export
codetographer
2
from
"Kelvination/codetographer"
from
"Kelvination/codetographer"
3
Generates interactive code flow diagrams (.cgraph files).Invoke when users ask: "how does X work", "show me the flow of Y","visualize the architecture", "diagram the data flow","create a graph of the codebase", or similar queries aboutunderstanding code structure and relationships.
2026-01-21
task-cleanup.md
4
1
export
task-cleanup
2
from
"cowwoc/styler"
from
"cowwoc/styler"
3
Your style. Their style. Same codebase.
2026-01-26
ctxparallel-expert.md
4
1
export
ctxparallel-expert
2
from
"Shakes-tzd/contextune"
from
"Shakes-tzd/contextune"
3
Precision-tuned context engineering for Claude Code. Optimize context flow with modular plans (95% fewer tokens), parallel workflows (81% cost reduction), and zero-transformation architecture.
2026-02-25
conductor.md
4
1
export
conductor
2
from
"pythrick/codex-conductor"
from
"pythrick/codex-conductor"
3
Codex skill for Conductor compatibility
2026-02-05
excalidraw.md
4
1
export
excalidraw
2
from
"ryanquinn3/dotfiles"
from
"ryanquinn3/dotfiles"
3
Shell setup utilities
2026-02-26
email-sender.md
4
1
export
email-sender
2
from
"sfmskywalker/agentskillsdotnet"
from
"sfmskywalker/agentskillsdotnet"
3
A .NET implementation of the agentskills standard by Anthropic
2026-02-14
jmap-email.md
4
1
export
jmap-email
2
from
"jacobrask/claude-skills"
from
"jacobrask/claude-skills"
3
Collection of Claude Code skills
2026-01-10
typo3-extension-upgrade.md
4
1
export
typo3-extension-upgrade
2
from
"netresearch/typo3-extension-upgrade-skill"
from
"netresearch/typo3-extension-upgrade-skill"
3
Agent Skill for systematically upgrading TYPO3 extensions to newer LTS versions | Claude Code compatible
2026-02-25
check-live-stations.md
4
1
export
check-live-stations
2
from
"pwittchen/varun.surf"
from
"pwittchen/varun.surf"
3
🏄 kite spots database and weather forecast for kitesurfers on the web
2026-02-27
mcp-fortress.md
4
1
export
mcp-fortress
2
from
"mcp-fortress/mcp-fortress"
from
"mcp-fortress/mcp-fortress"
3
Security scanner and install and runtime protection suite for Model Context Protocol (MCP) servers
2026-02-12
json-formatter.md
4
1
export
json-formatter
2
from
"thomasholknielsen/claude-code-config"
from
"thomasholknielsen/claude-code-config"
3
Contains Claude.md, permissions, subagents, slash commands and more
2025-11-18
intellij-plugin-builder.md
4
1
export
intellij-plugin-builder
2
from
"titonio/opencode-jb"
from
"titonio/opencode-jb"
3
JetBrains IDE plugin for OpenCode - the open source AI coding agent. Seamlessly integrate OpenCode terminal, sessions, and file context into IntelliJ IDEA and other JetBrains IDEs.
2026-02-08
codex.md
4
1
export
codex
2
from
"ashchupliak/dream-team"
from
"ashchupliak/dream-team"
3
Delegate coding tasks to Codex CLI (OpenAI gpt-5-codex via JetBrains AI). Use when a task involves repetitive code generation, refactoring, or analysis that can be offloaded.
2026-02-24
stock-data-fetcher.md
4
1
export
stock-data-fetcher
2
from
"RoacherM/StockMastar"
from
"RoacherM/StockMastar"
3
获取A股数据(baostock)并缓存到本地CSV文件,避免MCP返回大量数据占用上下文。触发场景:(1)获取超过100条的K线数据 (2)需要多次查询同一股票数据 (3)需要用grep/awk分析数据 (4)用户提到"保存数据"或"缓存数据"
2026-01-13
testability-scoring.md
4
1
export
testability-scoring
2
from
"jjohare/minimoonoir"
from
"jjohare/minimoonoir"
3
chat client for organising and booking within the website
2026-01-06
backend-dev-guidelines.md
4
1
export
backend-dev-guidelines
2
from
"emilyantosch/hestia_tauri"
from
"emilyantosch/hestia_tauri"
3
Comprehensive Rust backend development guide for Tauri applications. Use when creating Tauri commands, database operations, error handling, state management, or async patterns. Covers layered architecture (commands → services → operations → database), Result-based error handling, SeaORM patterns, tokio async/await, testing with cargo test, and type-driven design principles.
2026-01-19
worktree-guide.md
4
1
export
worktree-guide
2
from
"poindexter12/waypoint"
from
"poindexter12/waypoint"
3
Git worktree patterns, best practices, templates, and quick reference. Use when user asks about "worktree best practices", "worktree patterns", "git worktree help", "worktree template", "worktree mode semantics", "what are worktree modes", "explain worktree metadata", or needs guidance on worktree organization and workflows.
2026-01-27