🤖 Data & AI
2581 skills found
logseq-outline.md
2
1
export
logseq-outline
2
from
"kerim/logseq-outline-skill"
from
"kerim/logseq-outline-skill"
3
Format any content as a Logseq-compatible outline using nested bullets (no markdown headers, no bold). Works in both Claude Code and Claude Desktop.
2026-02-02
write.md
2
1
export
write
2
from
"waynesutton/waynesutton-ai"
from
"waynesutton/waynesutton-ai"
3
Expert writing for technical content, social media, and developer documentation. Use when asked to write tweets, LinkedIn posts, blog posts, READMEs, commit messages, feature announcements, or any written content. Optimized to avoid AI detection patterns.
2026-02-16
image-workflows.md
2
1
export
image-workflows
2
from
"TeamFlojo/FloImg"
from
"TeamFlojo/FloImg"
3
Composable image workflow engine - any source → any transforms → any destination
2026-02-07
summoning-the-user.md
2
1
export
summoning-the-user
2
from
"britt/claude-code-skills"
from
"britt/claude-code-skills"
3
Some skills for Claude
2026-02-04
writing-skills.md
2
1
export
writing-skills
2
from
"DYAI2025/Stoppclock-page"
from
"DYAI2025/Stoppclock-page"
3
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization
2026-02-14
rspec-testing.md
2
1
export
rspec-testing
2
from
"hoblin/claude-code-rails-skills"
from
"hoblin/claude-code-rails-skills"
3
Auto-activating Claude Code skills for Rails development. Best practices and ready-to-use patterns.
2026-01-03
blog-polisher.md
2
1
export
blog-polisher
2
from
"unix2dos/skills"
from
"unix2dos/skills"
3
A collection of modular AI agent skills with standardized interfaces
2026-02-15
data-analysis.md
2
1
export
data-analysis
2
from
"kitproj/coding-context-cli"
from
"kitproj/coding-context-cli"
3
Get the session context for a coding agent.
2026-02-18
multi-tenant-postgres.md
2
1
export
multi-tenant-postgres
2
from
"raphaelmansuy/k8s-agent-stack"
from
"raphaelmansuy/k8s-agent-stack"
3
A production-ready, batteries-included platform for building, deploying, and scaling AI agents on Kubernetes. Get your agentic workloads running in 5 minutes.
2025-12-19
ai-image-asset-generator.md
2
1
export
ai-image-asset-generator
2
from
"Kartikk-26/Claude-Code-Skills"
from
"Kartikk-26/Claude-Code-Skills"
3
This repository contains Claude Code skills for automating production-ready development tasks such as Docker containerization and agentic app workflows
2025-12-17
rules-migration.md
2
1
export
rules-migration
2
from
"lisaross/claude-code-plugins"
from
"lisaross/claude-code-plugins"
3
MIGRATE CLAUDE.md into modular `.claude/rules/` directory structure following Claude Code's rules system. Converts monolithic CLAUDE.md into organized, path-specific rule files with glob patterns. Use when migrating to rules system, modularizing project instructions, splitting CLAUDE.md, organizing memory files. Triggers on "migrate claudemd to rules", "convert claude.md to rules", "modularize claude.md", "split claude.md into rules", "migrate to rules system".
2026-01-25
get-web-page-raw.md
2
1
export
get-web-page-raw
2
from
"dudarev/ai-assisted-software-development"
from
"dudarev/ai-assisted-software-development"
3
Capture a web page as raw material (extracted text/Markdown) with metadata, storing it in the raw/ directory for later distillation.
2026-02-21
markdown-writer.md
2
1
export
markdown-writer
2
from
"robertbagge/claude-starter"
from
"robertbagge/claude-starter"
3
Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts.
2025-11-27
git-commit.md
2
1
export
git-commit
2
from
"jbuckmccready/dotfiles"
from
"jbuckmccready/dotfiles"
3
MUST use when committing changes to a git repository, contains guidelines for creating git commit messages
2026-02-26
energize-denver.md
2
1
export
energize-denver
2
from
"mbcoalson/skills"
from
"mbcoalson/skills"
3
Use when working with Denver's Energize Denver Article XIV building performance regulations. Provides compliance requirements, pathways, deadlines, penalties, MAI production efficiency metrics, benchmarking rules, and performance targets for commercial and multifamily buildings in Denver. Use when the user mentions Energize Denver, Denver Article XIV, MAI buildings, compliance pathways, performance targets, or Denver building performance requirements.
2026-02-03
dumbwaiter-mcp.md
2
1
export
dumbwaiter-mcp
2
from
"lambdamechanic/sk"
from
"lambdamechanic/sk"
3
Provider-agnostic wait-for-change skill that uses the Dumbwaiter MCP server to wait on PR events (GitHub first) via wait.start/status/cancel/await, with progress notifications and durable state.
2026-02-12
cloudflare-api-orchestration.md
2
1
export
cloudflare-api-orchestration
2
from
"jukasdrj/books-v3"
from
"jukasdrj/books-v3"
3
BooksTracker v2 - Sprint 1: Diversity tracking and reading session management (iOS 26, Swift 6)
2026-02-20
claude-md-manager.md
2
1
export
claude-md-manager
2
from
"buvis/home"
from
"buvis/home"
3
Bob's Universal and Very Intelligent System home directory
2026-02-24
gmailarchiver-patterns.md
2
1
export
gmailarchiver-patterns
2
from
"tumma72/GMailArchiver"
from
"tumma72/GMailArchiver"
3
A CLI to perform local archiving of GMail emails in mbox format. It keeps GMail clean and tidy, while allowing local search for older emails
2025-12-23
typo3-ckeditor5.md
2
1
export
typo3-ckeditor5
2
from
"netresearch/typo3-ckeditor5-skill"
from
"netresearch/typo3-ckeditor5-skill"
3
Agent Skill: CKEditor 5 development patterns for TYPO3 | Claude Code compatible
2026-02-25
complete-test.md
2
1
export
complete-test
2
from
"alvis/.claude"
from
"alvis/.claude"
3
Achieves 100% test coverage with minimal redundancy through progressive test writing. Writes tests one-at-a-time with immediate coverage verification, removes redundant tests while maintaining coverage, fixes standards violations, restructures fixtures. Use when creating test suites for existing code, or optimizing test efficiency
2026-02-18
metool.md
2
1
export
metool
2
from
"mbailey/metool"
from
"mbailey/metool"
3
Package management for modular code organization. This skill should be used when creating, installing, or modifying metool packages, working with package structure conventions, or adding Claude Code skills to packages.
2026-01-27
guide.md
2
1
export
guide
2
from
"XiaoLFeng/claude-marketplace"
from
"XiaoLFeng/claude-marketplace"
3
claude 应用市场
2026-01-14
research-pdf.md
2
1
export
research-pdf
2
from
"jontsai/claude-plugins"
from
"jontsai/claude-plugins"
3
Curated Claude Code plugins for research, productivity, and development workflows
2026-02-20