数据库
数据库管理与查询
json-repair
Ven0m0
Use the json_repair Python library to fix invalid/malformed JSON, especially output from LLMs. Trigger this skill whenever you encounter broken JSON strings, need to parse unreliable JSON from model outputs, want a drop-in replacement for json.loads() that auto-repairs, or are building pipelines that consume LLM-generated JSON. Also use when the user mentions "json repair", "fix json", "malformed json", "invalid json from LLM", or needs to robustly parse JSON that may have missing quotes, trailing commas, unescaped characters, or other common LLM output defects.
type-bridge
CaliLuke
Use the type-bridge Python ORM for TypeDB. Covers defining entities, relations, attributes, CRUD operations, queries, expressions, and schema management. Use when working with TypeDB in Python projects.
kb-meta-fetch
tiangong-ai
Fetch journal articles from Crossref published after a user-specified date and insert them into PostgreSQL journals with DOI deduplication. Use when incrementally ingesting journal metadata from journals_issn into journals.
testing-rules
rocky2431
Ultra Builder Pro testing discipline rules
CloudToLocalLLM Avatar Personality
CloudToLocalLLM-online
Requests evolution when ready (via self-reflection)
wp-performance-review
elvismdev
WordPress performance code review and optimization analysis. Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, checking code before launch, or detecting anti-patterns, or when user mentions "performance review", "optimization audit", "slow WordPress", "slow queries", "high-traffic", "scale WordPress", "code review", "timeout", "500 error", "out of memory", or "site won't load". Detects anti-patterns in database queries, hooks, object caching, AJAX, and template loading.
migrate-filemaker
solutionscay
Guide complete FileMaker Pro migrations from DDR XML to verified discovery, schema, authorization, business-logic, API, UI, and cutover artifacts. Use when analyzing FileMaker Database Design Report XML or parsed specs, comparing implementations, recovering scripts/calculations/layout/security semantics, recommending a replacement architecture, or planning and validating a FileMaker rebuild.
mysql
chaterm
MySQL 数据库管理与运维
tar-compression
chaterm
归档与压缩
compose
chaterm
Docker Compose 编排
create-subagent
ronnycoding
Guide for creating specialized Claude Code subagents with proper YAML frontmatter, focused descriptions, system prompts, and tool configurations. Use when the user wants to create a new subagent, custom agent, specialized AI assistant, or mentions creating/designing/building agents or subagents.
salvo-path-syntax
salvo-rs
Path parameter syntax guide for Salvo routing. Explains the {} syntax (v0.76+) vs deprecated <> syntax, with migration examples.
salvo-database
salvo-rs
Integrate databases with Salvo using SQLx, Diesel, SeaORM, or other ORMs. Use for persistent data storage and database operations.
url-state-management
andrelandgraf
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
ai-chat
andrelandgraf
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
llm-obsidian-wiki
ignromanov
"Karpathy's LLM Wiki pattern, built for Claude Code. Long-term memory for Claude via Obsidian: captures URLs, PDFs, GitHub, YouTube and compiles them into a structured Obsidian vault with citations that grows smarter every session. Second brain, zettelkasten, and autonomous research assistant in one. Keywords: llm-wiki, obsidian-plugin, knowledge-base, compounding-knowledge, claude-code, pkm, llm-memory."
testing
andrelandgraf
Complete testing setup with Neon database branching, Playwright browser tests, integration tests, and unit tests. Isolated branches with automatic TTL cleanup.
stripe-subscriptions
andrelandgraf
Complete subscription billing system with Stripe integration, feature flags for plan gating, webhook handling, and billing portal.
ai-agent-workflow
andrelandgraf
Build resumable multi-agent workflows with durable execution, tool loops, and automatic stream recovery on client reconnection.
base-app-setup
andrelandgraf
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
result-backend-patterns
vanman2024
Result backend configuration patterns for Celery including Redis, Database, and RPC backends with serialization, expiration policies, and performance optimization. Use when configuring result storage, troubleshooting result persistence, implementing custom serializers, migrating between backends, optimizing result expiration, or when user mentions result backends, task results, Redis backend, PostgreSQL results, result serialization, or backend migration.
agent-coordination
ils15
"Master guide to orchestrating the multi-agent system for rapid, TDD-driven feature development with guaranteed code quality and audit trails"
nextjs-seo-optimization
ils15
Implement SEO best practices in Next.js applications. Includes metadata, Open Graph tags, canonical URLs, sitemap generation, schema markup, and performance optimization for search ranking.
performance-optimization
ils15
"Performance optimization - query analysis, N+1 detection, caching, indexing strategies"