🤖 Data & AI

2034 skills found

spec-driven-dev.md
1
1 export spec-driven-dev
2 ThilinaTLM from "ThilinaTLM/claude-plugins"
3 Reusable skills for AI coding assistants
2026-04-10
flask-smorest-api.md
1
1 export flask-smorest-api
2 jmazzahacks from "jmazzahacks/byteforge-claude-skills"
3 Collection of Claude Code skills that codify best practices and reusable patterns for software development
2026-04-16
transcribe-vaam-video-with-gemini.md
1
1 export transcribe-vaam-video-with-gemini
2 hmps from "hmps/claude-marketplace"
3 Transcribe Vaam videos using Google Gemini AI. Takes a Vaam share URL, downloads the video, and returns a full text transcription. Supports any language without translation.
2025-12-27
dzmm-builder.md
1
1 export dzmm-builder
2 waylon256yhw from "waylon256yhw/dzmm-builder"
3 Comprehensive skill for building, debugging, and optimizing DZMM.AI applications. Use this skill when users request creating interactive web apps on the DZMM platform, need guidance on DZMM API usage, or require help with existing DZMM applications. Covers AI-driven chatbots, visual novels, dating sims, content generators, RPG games, content platforms, and visual effect systems. Includes state management games, message management (reroll/edit/delete), multi-opening systems, rich text rendering, modular prompt engineering, resource reuse strategies, React/Vue to DZMM migration, and responsive mobile design.
2025-12-04
surrealdartb.md
1
1 export surrealdartb
2 cotw-fabier from "cotw-fabier/surrealdartb"
3 A dart wrapper for SurrealDB’s
2026-03-02
testing-patterns.md
1
1 export testing-patterns
2 emvnuel from "emvnuel/SKILL.md"
3 REST integration testing patterns with JUnit 5, Mockito, RestAssured. Use when writing integration tests that mock external dependencies, use Testcontainers/H2 for databases, and test endpoints with raw JSON bodies.
2026-01-29
neovim-expert.md
1
1 export neovim-expert
2 edheltzel from "edheltzel/neoed"
3 🛠️ NEO.ED my Neovim config powered by LazyVim, centered around web development. It's a git submodule that lives inside of my dotfiles.
2026-04-14
adaptivex-brand-guidelines.md
1
1 export adaptivex-brand-guidelines
2 adaptiveX-gh from "adaptiveX-gh/coursekit-mcp"
3 Applies AdaptiveX's official brand colors and typography to any sort of artifact that may benefit from having AdaptiveX's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply for AdaptiveX training and consulting materials.
2025-12-18
using-ask-question-cli.md
1
1 export using-ask-question-cli
2 johnnymo87 from "johnnymo87/chatgpt-relay"
3 A CLI for headlessly prompting your ChatGPT web UI
2026-03-07
qa-code-review-checklist.md
1
1 export qa-code-review-checklist
2 takemi-ohama from "takemi-ohama/ai-agent-marketplace"
3 Comprehensive code review checklist covering readability, maintainability, performance, security, and best practices. Use when reviewing code or conducting quality checks.This skill provides systematic code review guidance:- Language-specific best practices (JavaScript, Python, Java, etc.)- Security checklist (OWASP Top 10)- Performance optimization points- Maintainability and readability checks- Automated review integration (Codex CLI MCP)Triggers: "code review", "review checklist", "quality check", "check code", "コードレビュー", "品質チェック", "レビュー観点"
2026-01-19
skill-developer.md
1
1 export skill-developer
2 roman from "roman/claude-skill-activation.nix"
3 A flake with a home-manager module to manage skill activations
2026-03-14
subagent-orchestration.md
1
1 export subagent-orchestration
2 DieGopherLT from "DieGopherLT/claude-kit"
3 Backup of my Claude Code configurations.
2026-04-17
worktree-manager.md
1
1 export worktree-manager
2 zircote from "zircote/claude-spec"
3 Claude Code plugin for project specification and implementation lifecycle management. Socratic planning, progress tracking, and retrospectives.
2026-02-23
example-skill.md
1
1 export example-skill
2 shawn-sandy from "shawn-sandy/claude-code"
3 Claude Code
2025-12-21
ramp-vendor-analysis.md
1
1 export ramp-vendor-analysis
2 ramp-public from "ramp-public/mcp-skills"
3 Analyzes vendor spend data from Ramp and exports to connected systems. Use when user asks to "analyze vendor spend", "build vendor database", "update managed vendors", "top vendors report", "show vendors over X spend", "vendor spend analysis", "vendor renewals", "contract end dates", or asks about vendor spending patterns, vendor owners, purchase orders, or department-level vendor data.
2026-04-15
ai-multimodal.md
1
1 export ai-multimodal
2 nb150301 from "nb150301/voice-training-app"
3 Duolingo-style voice training app to help improve voice (deeper tone for males) with daily practice, gamification, and progress tracking. React + Go + PostgreSQL.
2026-02-20
org-mode-file-generation-and-editing.md
1
1 export org-mode-file-generation-and-editing
2 majorgreys from "majorgreys/dotfiles"
3 Comprehensive org-mode file generation and editing with proper syntax, formatting, and structure.Use when Claude needs to work with org-mode files (.org) for: (1) Creating new org-mode documents,(2) Editing existing org files while preserving formatting, (3) Converting content to org-mode format,(4) Ensuring correct org-mode syntax for headlines, properties, links, timestamps, and other elements.IMPORTANT: This skill is for general org-mode files. For org-roam notes (files in roam/ directory),use the org-roam-skill instead.
2026-04-12
workspace-blazor-mvvm.md
1
1 export workspace-blazor-mvvm
2 lionfire from "lionfire/Core"
3 Core frameworks for other LionFire packages: service hosting, environment, command line interfaces
2026-02-10
pdf.md
1
1 export pdf
2 oferhalevi from "oferhalevi/codex-skills-integration"
3 Integrate Anthropic's Claude Skills with Codex CLI using progressive discovery and project-specific configuration
2026-01-17
software-architect.md
1
1 export software-architect
2 PearlThoughts from "PearlThoughts/CodeCompass"
3 CodeCompass - Enterprise-grade code intelligence platform (public filtered version)
2025-12-24
golang.md
1
1 export golang
2 KubrickCode from "KubrickCode/workflow-toolkit"
3 Provides idiomatic Go programming expertise and best practices. Ensures clean, efficient, and maintainable code following official Go conventions. Specializes in concurrent programming patterns, interface design, error handling strategies, and performance optimization. Masters standard library usage and ecosystem integration.Use when: writing Go code (.go files), designing interfaces and struct types, implementing concurrent patterns (goroutines/channels), handling errors idiomatically, writing table-driven tests, creating Go modules, optimizing performance-critical code, managing dependencies with go.mod, implementing HTTP servers and clients, working with context propagation, or designing package APIs for public libraries.
2025-12-03
grimoire.md
1
1 export grimoire
2 ericksoa from "ericksoa/grimoire"
3 Skill manager for Claude Code. Use when users want to list, search, install, update, remove, or create skills. Activated by requests like "install a skill", "what skills do I have", "find skills for X", "create a new skill", or "update my skills".
2026-02-14
vsa-pattern-selector.md
1
1 export vsa-pattern-selector
2 akiramei from "akiramei/blazor-enterprise-architecture-poc"
3 Blazor VSA パターンカタログからの適切なパターン選択支援。新機能追加、 CRUD 操作、クエリ実装、状態遷移、バウンダリー設計などの文脈で、 catalog/index.json の ai_decision_matrix に基づいて最適なパターンを 提案する。Feature Slice、Pipeline Behavior、Domain Pattern、 Query Pattern などから文脈に応じたパターンを選択。
2025-12-24
deckrd-coder.md
1
1 export deckrd-coder
2 aglabo from "aglabo/deckrd"
3 Document-Driven Development framework for AI-assisted BDD workflows
2026-04-01