🤖 Data & AI

2034 skills found

anime-mj-prompt-builder.md
1
1 export anime-mj-prompt-builder
2 jawhnycooke from "jawhnycooke/claude-code-anime-mj"
3 Generates anime/manga prompts for Midjourney Niji mode with 30+ artist styles, SREF code library
2026-04-04
databricks-apps-cookie-auth.md
1
1 export databricks-apps-cookie-auth
2 hurtener from "hurtener/penguiflow"
3 A tiny, dependency-light Python library (penguiflow) that lets define typed, concurrent agent pipelines.
2026-04-03
subagent-driven-development.md
1
1 export subagent-driven-development
2 zebbern from "zebbern/skills"
3 Portable VS Code template for AI-assisted development with Claude models - featuring custom agents, MCP servers, prompt files, and Agent Skills
2026-01-22
agent-report.md
1
1 export agent-report
2 OhadRubin from "OhadRubin/skills"
3 Extract and display the final message from a Claude agent JSONL file. Use when the user wants to see an agent report, view agent output, extract agent results, check what an agent produced, or read the final response from a subagent. Triggers on requests like "show me agent report", "what did agent X produce", "extract agent output", "view agent results", or "get the report from agent ad42ecb".
2026-01-05
omnistrate-solutions-architect.md
1
1 export omnistrate-solutions-architect
2 omnistrate-community from "omnistrate-community/kubecon-2025-agent-template"
3 An agentic AI app to jump-start your submissions for the KubeCon 2025 NA Omnistrate challenge
2025-11-20
load-conversation.md
1
1 export load-conversation
2 dhughes from "dhughes/claude-marketplace"
3 Load the full content of a previous Claude Code conversation into current context. Use when user asks to "load conversation <uuid>" or "show me conversation <uuid>" or references loading/viewing a past conversation by its ID.
2026-04-17
skill-vector-rag-tool.md
1
1 export skill-vector-rag-tool
2 dnvriend from "dnvriend/vector-rag-tool"
3 Local RAG with Ollama and FAISS
2026-03-04
hook-creator.md
1
1 export hook-creator
2 RasmusGodske from "RasmusGodske/claude-liv-conventions"
3 Guide for creating Claude Code hooks in the liv-conventions plugin. This skill should be used when users want to create a new hook to validate, block, or guide Claude's tool usage (Write, Bash, Edit, etc.). Covers the HookHandler pattern, PreToolUseInput/Response APIs, glob matching, plugin.json configuration, and testing.
2026-01-24
elo-ratings-math.md
1
1 export elo-ratings-math
2 mcclowes from "mcclowes/elo-elo"
3 An elo rating implementation
2026-01-12
write-blog.md
1
1 export write-blog
2 aheld from "aheld/aaronheld-blog"
3 Collaborative blog writing assistant that helps draft articles in Aaron's voice and style
2026-01-02
resume-creator.md
1
1 export resume-creator
2 Mahir-Isikli from "Mahir-Isikli/life-skills"
3 Claude Code plugin for professional document creation - resumes, cover letters with first-principles thinking and LaTeX formatting
2026-02-25
agent-sop-creator.md
1
1 export agent-sop-creator
2 natsirtguy from "natsirtguy/natsirtguy-skills"
3 Repository for my personal AI skills
2025-12-14
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
pytest-coverage.md
1
1 export pytest-coverage
2 zzuse from "zzuse/SafeFamily"
3 Control Family Activities and Your personal assistant for everything!
2026-04-19
processor.md
1
1 export processor
2 grc-iit from "grc-iit/Phagocyte"
3 An automated workflow that conducts AI-powered research, extracts and acquires academic papers, converts them into structured markdown, and creates a searchable vector database for RAG applications.
2026-03-12
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
codex-discussion.md
1
1 export codex-discussion
2 ntodd from "ntodd/dotfiles"
3 Use OpenAI Codex CLI as a discussion partner to verify ideas, evaluate plans, and improve quality. Automatically triggered during implementation planning, troubleshooting, debugging, or when seeking a second opinion on technical decisions.
2026-03-29
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
example-skill.md
1
1 export example-skill
2 shawn-sandy from "shawn-sandy/claude-code"
3 Claude Code
2025-12-21
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
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
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