Browse Skills
4429 skills found
agent-observability.md
1
1
export
agent-observability
2
from
"rafaelcalleja/claude-market-place"
from
"rafaelcalleja/claude-market-place"
3
Real-time observability dashboard for multi-agent Claude Code sessions.Visualize agent interactions, tool usage, and session flows in real-time through a web dashboard. Track multiple agents running in parallel with swim lane visualization, event filtering, and live charts.**Key Features:**- 🔴 Real-time event streaming via WebSocket- 📊 Agent swim lanes showing parallel execution- 🔍 Event filtering by agent, session, event type- 📈 Live charts for tool usage patterns- 💾 Filesystem-based (no database required)**Inspired by [@indydevdan](https://github.com/indydevdan)**'s work on multi-agent observability.**Our approach:** Filesystem + in-memory streaming vs. indydevdan's SQLite database approach.
2026-01-05
building-logseq-plugins.md
1
1
export
building-logseq-plugins
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert guidance for building Logseq plugins compatible with the new DB architecture. Auto-invokes when users want to create Logseq plugins, work with the Logseq Plugin API, extend Logseq functionality, or need help with plugin development for DB-based graphs. Covers plugin structure, API usage, and DB-specific considerations.
2026-01-05
commit.md
1
1
export
commit
2
from
"kristofferremback/threa"
from
"kristofferremback/threa"
3
Create a git commit with proper message formatting. Use when asked to commit changes, handles sandbox heredoc limitations.
2026-01-05
databases.md
1
1
export
databases
2
from
"pluginagentmarketplace/custom-plugin-server-side-game-dev"
from
"pluginagentmarketplace/custom-plugin-server-side-game-dev"
3
Game data persistence with player profiles, leaderboards, inventory systems using Redis and PostgreSQL
2026-01-05
database-orm.md
1
1
export
database-orm
2
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
from
"AbdulSamad94/Hackhaton-SpecsKitPlus"
3
Interaction with NeonDB Postgres using Drizzle ORM.
2026-01-05
blog-workflow.md
1
1
export
blog-workflow
2
from
"greatSumini/cc-workflow-in-action"
from
"greatSumini/cc-workflow-in-action"
3
유튜브 채널 기반 기술 블로그 컨텐츠 생성 워크플로우. 채널에서 컨텐츠 수집, 인사이트 추출, 글 작성까지 전체 프로세스 지원. /collect, /insights, /select, /research, /outline, /feedback, /write, /status 명령어로 워크플로우 실행.
2026-01-05
supabase-engineer.md
1
1
export
supabase-engineer
2
from
"totalaudiopromo/totalaud.io"
from
"totalaudiopromo/totalaud.io"
3
Database specialist - handles RLS policies, migrations, type generation, and Supabase integration patterns.
2026-01-05
frappe-report-generator.md
1
1
export
frappe-report-generator
2
from
"Venkateshvenki404224/frappe-apps-manager"
from
"Venkateshvenki404224/frappe-apps-manager"
3
Generate custom reports, query reports, and script reports for Frappe applications. Use when creating data analysis and reporting features.
2026-01-05
google-gemini-embeddings.md
1
1
export
google-gemini-embeddings
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build RAG systems, semantic search, and document clustering with Gemini embeddings API (gemini-embedding-001). Generate 768-3072 dimension embeddings for vector search, integrate with Cloudflare Vectorize, and use 8 task types (RETRIEVAL_QUERY, RETRIEVAL_DOCUMENT, SEMANTIC_SIMILARITY) for optimized retrieval.Use when: implementing vector search with Google embeddings, building retrieval-augmented generation systems, creating semantic search features, clustering documents by meaning, integrating embeddings with Cloudflare Vectorize, optimizing dimension sizes (128-3072), or troubleshooting dimension mismatch errors, incorrect task type selections, rate limit issues (100 RPM free tier), vector normalization mistakes, or text truncation errors (2,048 token limit).
2026-01-05
supabase.md
1
1
export
supabase
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Supabase 관련 컨벤션 및 코드 생성 지원. Use when (1) "Supabase 테이블 생성",(2) "RLS 정책 추가", (3) "마이그레이션 작성", (4) "Edge Function 생성",(5) Supabase 관련 코드 리뷰/생성.
2026-01-05
faber-coordinator.md
1
1
export
faber-coordinator
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Coordinate FABER-DB operations within FABER workflow phases
2026-01-05
streaming-llm-responses.md
1
1
export
streaming-llm-responses
2
from
"mjunaidca/mjs-agent-skills"
from
"mjunaidca/mjs-agent-skills"
3
Implement real-time streaming UI patterns for AI chat applications. Use when adding responselifecycle handlers, progress indicators, client effects, or thread state synchronization.Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools.NOT when building basic chat without real-time feedback.
2026-01-05
arch-wiki.md
1
1
export
arch-wiki
2
from
"SkogAI/skogai"
from
"SkogAI/skogai"
3
Use when debugging crashes on Arch Linux (gdb, backtraces), resolving pacman errors (conflicting files, failed to commit, locked database), installing AUR packages, configuring system services (systemd), setting up desktop environments (MATE, window managers), troubleshooting hardware (GPU, audio), or managing packages - provides official Arch Wiki commands and patterns
2026-01-05
database-administrator.md
1
1
export
database-administrator
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Copilot agent that assists with database operations, performance tuning, backup/recovery, monitoring, and high availability configurationTrigger terms: database administration, DBA, database tuning, performance tuning, backup recovery, high availability, database monitoring, query optimization, index optimizationUse when: User requests involve database administrator tasks.
2026-01-05
using-firebase.md
1
1
export
using-firebase
2
from
"SpillwaveSolutions/using-firebase"
from
"SpillwaveSolutions/using-firebase"
3
Comprehensive Firebase development guidance for GCP-hosted applications. Covers Firestore database operations (CRUD, queries, transactions, data modeling), Cloud Functions (1st and 2nd generation, TypeScript and Python, all trigger types), Firebase CLI operations, emulator setup and data persistence, security rules (Firestore and Storage), authentication integration, hosting configuration, and GCP service integration. Use when working with Firebase projects, deploying Cloud Functions, querying Firestore, setting up triggers (Firestore, Auth, Storage, HTTP, Callable, Scheduled, Pub/Sub), managing security rules, configuring hosting rewrites/headers, managing secrets, or integrating with GCP services like BigQuery and Cloud Tasks. Triggers include firebase, firestore, cloud functions, firebase functions, firebase hosting, firebase auth, firebase storage, firebase emulator, firebase deploy, firebase init, firebase rules, callable function, scheduled function, onDocumentCreated, onRequest, onCall, onSchedule.
2026-01-05
caching.md
1
1
export
caching
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers caching conventions when implementing cache layers using React cache(), Next.js unstable_cache, Upstash Redis, and Cloudinary. This skill ensures consistent patterns for cache keys, tags, TTL configuration, cache invalidation, and domain-specific CacheService helpers.
2026-01-05
research-lookup.md
1
1
export
research-lookup
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Look up current research information using Perplexity's Sonar Pro or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.
2026-01-05
remediation-injection.md
1
1
export
remediation-injection
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
Security fix patterns for injection vulnerabilities (SQL, Command, XSS). Provides language-specific code examples showing vulnerable and secure implementations.
2026-01-05
orchestrator-observability.md
1
1
export
orchestrator-observability
2
from
"MaciWP/CV_Astro"
from
"MaciWP/CV_Astro"
3
Monitor orchestrator performance, track prompt enhancement scores, detect workflow bottlenecks, and export metrics to PostgreSQL with WebSocket broadcasting. Keywords - monitoring, metrics, performance, observability, track metrics, workflow bottleneck, performance monitoring, orchestrator metrics
2026-01-05
facade-layer.md
1
1
export
facade-layer
2
from
"JasonPaff/head-shakers"
from
"JasonPaff/head-shakers"
3
Enforces Head Shakers facade layer coding conventions when creating or modifying business logic facades. This skill ensures consistent patterns for transaction handling, error management, cache integration, query coordination, and cross-service orchestration.
2026-01-05
creating-feedback-loops.md
1
1
export
creating-feedback-loops
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert at creating continuous improvement feedback loops for Claude's responses. Use when establishing self-improvement processes, tracking progress over time, or implementing iterative refinement workflows.
2026-01-05
memgraph-aco-queries.md
1
1
export
memgraph-aco-queries
2
from
"tonyoconnell/crackrsa32"
from
"tonyoconnell/crackrsa32"
3
Query and analyze ACO pheromone graphs in Memgraph. Use for prime candidate queries, pheromone analysis, path validation, and convergence monitoring.
2026-01-05
debugging.md
1
1
export
debugging
2
from
"pluginagentmarketplace/custom-plugin-python"
from
"pluginagentmarketplace/custom-plugin-python"
3
Python debugging techniques, pdb, and IDE debugging tools
2026-01-05
performance-optimizer.md
1
1
export
performance-optimizer
2
from
"nahisaho/CodeGraphMCPServer"
from
"nahisaho/CodeGraphMCPServer"
3
Copilot agent that assists with performance analysis, bottleneck detection, optimization strategies, and benchmarkingTrigger terms: performance optimization, performance tuning, profiling, benchmark, bottleneck analysis, scalability, latency optimization, memory optimization, query optimizationUse when: User requests involve performance optimizer tasks.
2026-01-05