Browse Skills

16146 skills found

architecture-analyzer.md
0
1 export architecture-analyzer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Architecture analysis, violation detection, and pattern validation.USE WHEN: reviewing code architecture, identifying violations,verifying patterns, updating technical documentation.Reference: docs/02-architecture/ARCHITECTURE.mdExamples:<example>Context: User wants to check if code follows architecture.user: "Analyze if the payment module follows our architecture"assistant: "I'll use architecture-analyzer to review against ARCHITECTURE.md."<commentary>Architectural review is architecture-analyzer specialty.</commentary></example><example>Context: Need to identify technical debt.user: "Find architectural violations in the services layer"assistant: "I'll use architecture-analyzer to scan for violations."<commentary>Violation detection is architecture-analyzer responsibility.</commentary></example>
2026-01-05
ftpc-storage.md
0
1 export ftpc-storage
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Read files from remote storage backends (local, FTP, SFTP, S3, Azure). List directories, download files, inspect metadata. Use for reading data from cloud storage, FTP servers, or remote filesystems without making changes.
2026-01-05
principal-workflow.md
0
1 export principal-workflow
2 silver2dream from "silver2dream/ai-workflow-kit"
3 Run the AWK principal workflow (awkit kickoff, principal loop, dispatch worker, check results, review/merge PR). Triggers: awkit kickoff, start-work, NEXT_ACTION, review pr, dispatch worker, autonomous workflow, generate tasks, create task.
2026-01-05
cloudflare-api-orchestration.md
0
1 export cloudflare-api-orchestration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Activates automatically when designing or implementing Cloudflare Workers APIs,orchestrating multi-provider API calls, implementing D1 database operations,or managing KV-based caching strategies.Ensures proper error handling, provider tagging, fallback chains, andorchestration patterns for BooksTrack backend infrastructure.Auto-activates on:- File patterns: *.worker.js, *-api.ts, *-service.ts in backend code- Keywords: "api orchestration", "multi-provider", "fallback chain", "D1 query"- Context: Cloudflare Workers development, API design discussions
2026-01-05
otp-patterns.md
0
1 export otp-patterns
2 layeddie from "layeddie/ai-rules"
3 Implements OTP design patterns including GenServer, Supervisor, and Application behaviors.
2026-01-05
feature-spec-moderator.md
0
1 export feature-spec-moderator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Chief Architect review - critically evaluate peer feedback on an engineering spec. Integrate valid suggestions, push back on scope creep, and maintain alignment with the PRD. Enforce startup simplicity.
2026-01-05
arxiv-research.md
0
1 export arxiv-research
2 Ray0907 from "Ray0907/arxiv-research-skill"
3 Use when searching academic papers on arXiv, understanding research content, building literature reviews, or generating citations for academic writing
2026-01-05
test-driven-development-framework.md
0
1 export test-driven-development-framework
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Practical TDD framework that teaches Red/Green/Refactor, outside-in and inside-out strategies, contract testing, characterization tests for legacy code, UI/API/data layers, concurrency/time/randomness handling, and anti-flakiness techniques. Includes actionable patterns, checklists, and language-specific quick starts.
2026-01-05
docker-troubleshoot.md
0
1 export docker-troubleshoot
2 DaichiHoshina from "DaichiHoshina/ai-tools"
3 Dockerトラブルシュート - lima/Docker Desktop接続エラー、コンテナ起動失敗の診断・解決
2026-01-05
build-tooling.md
0
1 export build-tooling
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Configure Vite for development and production builds. Use when setting up build pipelines, optimizing bundles, or configuring development servers.
2026-01-05
character-designer-agent.md
0
1 export character-designer-agent
2 psh355q-ui from "psh355q-ui/szdi57465yt"
3 Generates NanoBanana PRO image prompts for 3D cat characters. Combines base Pixar style with ticker-specific traits, sector themes, and market-driven expressions. Supports 300+ tickers with fallback logic for unlisted stocks.
2026-01-05
shelby-network-rpc.md
0
1 export shelby-network-rpc
2 gounthar from "gounthar/bazel-riscv"
3 Expert on Shelby Protocol network infrastructure, RPC servers, storage providers, Cavalier implementation, tile architecture, performance optimization, connection management, and DoubleZero private network. Triggers on keywords Shelby RPC, storage provider, Cavalier, tile architecture, private network, DoubleZero, network performance, RPC endpoint, request hedging, connection pooling.
2026-01-05
search-calendar.md
0
1 export search-calendar
2 christopheryeo from "christopheryeo/claude-skills"
3 Search Google Calendar with natural language. Find events by date, title, attendees, or email domains. Optimized for time-based briefings with explicit timestamps and rich event context.Parameters: - date (string): 'tomorrow', 'next Monday', 'Oct 25' - time_range: {start: ISO datetime, end: ISO datetime} - subject (string): Search in event titles - attendees (string[]): Filter by attendee names - emails (string[]): Filter by email/domainsReturns: [{ event_id: string, title: string, start_time: ISO datetime (Asia/Singapore timezone), end_time: ISO datetime (Asia/Singapore timezone), duration_minutes: number, attendees: {name: string, email: string, response_status: string}[], location?: string, description?: string, has_attachments: boolean, prep_needed: boolean, conferencing?: {type: string, url: string}}]
2026-01-05
modal-deployment.md
0
1 export modal-deployment
2 ferdousbhai from "ferdousbhai/modal-deployment"
3 Run Python code in the cloud with serverless containers, GPUs, and autoscaling. Use when deploying ML models, running batch jobs, scheduling tasks, serving APIs with GPU acceleration, or scaling compute-intensive workloads. Triggers on requests for serverless GPU infrastructure, LLM inference, model training/fine-tuning, parallel data processing, cron jobs in the cloud, or deploying Python web endpoints.
2026-01-05
design-philosophy.md
0
1 export design-philosophy
2 sernstberger from "sernstberger/base-joy"
3 Design system philosophy combining Joy UI aesthetics with Base UI accessibility. Use when making design decisions, choosing component patterns, discussing visual hierarchy, or ensuring consistency with the design system.
2026-01-05
web-reference-fetcher.md
0
1 export web-reference-fetcher
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Fetch web content from URLs, extract specific topics using subagents, and save structured summaries as markdown. This skill should be used when other skills or workflows need to retrieve and analyze web documentation. Input is URL(s) and topic names, output is detailed markdown summaries saved to specified paths.
2026-01-05
bug-detective.md
0
1 export bug-detective
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematic bug hunting combining Sherpa's debugging workflow, Julie's execution tracing, and Goldfish's investigation tracking. Activates for bug fixes with methodical reproduction, test capture, fix, and verification. Use when debugging errors or fixing bugs.
2026-01-05
specialized-management.md
0
1 export specialized-management
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-postgresql"
3 Master full-stack development, QA testing, engineering management, product management, and specialized technical leadership roles.
2026-01-05
api-contract.md
0
1 export api-contract
2 dikini from "dikini/scaffold"
3 Generate detailed API contracts and specifications including OpenAPI/Swagger definitions, endpoint documentation, and integration guidelines
2026-01-05
linq-optimization-patterns.md
0
1 export linq-optimization-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Master LINQ and EF Core query optimization including N+1 prevention, eager loading, projections, and performance patterns. Use when: (1) fixing N+1 queries, (2) optimizing slow queries, (3) implementing efficient data access, (4) reducing database load.
2026-01-05
detect-input-type.md
0
1 export detect-input-type
2 nathanvale from "nathanvale/dotfiles"
3 Intelligently detects document type (review, spec, ADR, tech-debt, security, generic) from content and filename to route to appropriate format skill. Use when user says 'detect document type', 'what type of document is this', 'analyze document', 'classify document', or when converting documents without specifying type. Analyzes .md files for type indicators and structural patterns. (plugin:task-streams)
2026-01-05
rag-query.md
0
1 export rag-query
2 aaronbassett from "aaronbassett/midnight-summit-hackathon-2025"
3 This skill should be used when users ask questions about pod network development, pod smart contract language, pod APIs, pod tooling, or pod-specific features. It provides semantic search over the pod network knowledge base to retrieve relevant documentation, code examples, and best practices.
2026-01-05
orchestrating-spec-first-tdd-development.md
0
1 export orchestrating-spec-first-tdd-development
2 kivo360 from "kivo360/quickhooks"
3 Guides agents through SPEC-First TDD workflow with context engineering, TRUST principles, and @TAG traceability. Essential for /alfred:1-plan, /alfred:2-run, /alfred:3-sync commands. Covers EARS requirements, JIT context loading, TDD RED-GREEN-REFACTOR cycle, and TAG chain validation.
2026-01-05
cloudrun-development.md
0
1 export cloudrun-development
2 sycsky from "sycsky/Soncho"
3 CloudBase Run backend development rules (Function mode/Container mode). Use this skill when deploying backend services that require long connections, multi-language support, custom environments, or AI agent development.
2026-01-05