Browse Skills

44457 skills found

nuxt-content.md
0
1 export nuxt-content
2 onmax from "onmax/claude-config"
3 Use when working with Nuxt Content v3 - provides collections (local/remote/API sources), queryCollection API, MDC rendering, database configuration, NuxtStudio integration, hooks, i18n patterns, and LLMs integration
2026-01-05
newsflow-naming.md
0
1 export newsflow-naming
2 kei-1111 from "kei-1111/newsflow-library"
3 newsflow-libraryの命名規則を適用します。クラス、インターフェース、関数、変数、ファイル、モジュール、パッケージの命名時に使用してください。Intent、Effect、State、UseCase、Repository、ViewModel等の新規作成・リネーム時に特に重要です。
2026-01-05
sagebase-commands.md
0
1 export sagebase-commands
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Provides quick reference for all Sagebase CLI commands and Docker operations. Activates when user asks how to run application, test, format code, manage database, or execute any Sagebase operation. Includes just commands, unified CLI, testing, formatting, and database management.
2026-01-05
layer-05-tech.md
0
1 export layer-05-tech
2 tinkermonkey from "tinkermonkey/documentation_robotics"
3 Expert knowledge for Technology Layer modeling in Documentation Robotics
2026-01-05
business-analyst.md
0
1 export business-analyst
2 olehsvyrydov from "olehsvyrydov/AI-development-team"
3 Senior Business Analyst with 10+ years bridging business and technical teams. Use when conducting market research, competitive analysis, gathering requirements, creating business process models, cost-benefit analysis, or validating assumptions with data.
2026-01-05
nextjs-pathname-id-fetch.md
0
1 export nextjs-pathname-id-fetch
2 mcclowes from "mcclowes/knights-and-crosses"
3 Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter. Complements nextjs-dynamic-routes-params with a simplified, common-case pattern.
2026-01-05
coolify-deploy.md
0
1 export coolify-deploy
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Deploy to Coolify with best practices
2026-01-05
using-generics.md
0
1 export using-generics
2 djankies from "djankies/claude-configs"
3 Teaches generic constraints, avoiding any in generic defaults, and mapped types in TypeScript. Use when creating reusable functions, components, or types that work with multiple types while maintaining type safety.
2026-01-05
a11y.md
0
1 export a11y
2 Higashi-Kota from "Higashi-Kota/drawing-explorer"
3 Production-grade accessibility skill for WCAG 2.2 AA compliance.Covers auditing, remediation, component authoring, and validation workflows.Auto-invoked for UI implementation, a11y fixes, and accessibility testing.
2026-01-05
mac-appstore-prep.md
0
1 export mac-appstore-prep
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Mac App Store申請前のチェックリスト。Sandbox必須、スクリーンショット、Notarization、権限説明を確認。Use when: Mac App Store、macOS申請、Mac審査 を依頼された時。
2026-01-05
create-test-lane.md
0
1 export create-test-lane
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating new test lanes for the XML test data generator. A test lane consists of an XSD schema file paired with a meta.yaml configuration file. This skill guides the process of creating both files with proper semantic type mappings, distribution settings, and field overrides. Use when users request new test lanes, want to generate test data configurations, or need help setting up XSD + meta.yaml pairs for the testgen CLI tool.
2026-01-05
global-version-control.md
0
1 export global-version-control
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Your approach to handling global version control. Use this skill when working on files where global version control comes into play.
2026-01-05
oracle-agent-spec-expert.md
0
1 export oracle-agent-spec-expert
2 frankxai from "frankxai/ai-architect"
3 Design framework-agnostic AI agents using Oracle's Open Agent Specification for portable, interoperable agentic systems with JSON/YAML definitions
2026-01-05
nnt-compiler.md
0
1 export nnt-compiler
2 theslyprofessor from "theslyprofessor/claude-skills"
3 Work with the NNT (Nakul Notation Tool) compiler - parse music notation shorthand, query musical structures, and export to MusicXML, ABC, and other formats for PhD research and educational content
2026-01-05
pr-feedback-training-first-loop.md
0
1 export pr-feedback-training-first-loop
2 violetio from "violetio/violet-ai-plugins"
3 Extract, learn, and integrate PR feedback into the Violet brain
2026-01-05
typescript-best-practices.md
0
1 export typescript-best-practices
2 KJR020 from "KJR020/dotfiles"
3 Comprehensive TypeScript best practices including type imports, security patterns, code structure, and early returns. Use when writing TypeScript code, reviewing for quality, implementing error handling, or ensuring type safety.
2026-01-05
archaeologist.md
0
1 export archaeologist
2 CheekyCodexConjurer from "CheekyCodexConjurer/quant-lab"
3 Detect legacy patterns and guide compatibility decisions.
2026-01-05
squash-commits.md
0
1 export squash-commits
2 mixomat from "mixomat/claude-plugins"
3 Squash all commits in a feature branch into a single commit with an AI-generated summary message. Use when the user wants to clean up their git history before merging, combine multiple commits, or create a single commit from a feature branch.
2026-01-05
monitoring-coordinator.md
0
1 export monitoring-coordinator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 RAN monitoring coordination with real-time dashboards, cognitive consciousness, and intelligent observability for comprehensive network monitoring. Use when coordinating RAN monitoring, implementing real-time dashboards, managing observability stacks, or enabling intelligent monitoring systems in 5G networks.
2026-01-05
solidity-security.md
0
1 export solidity-security
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.
2026-01-05
notify-ormus-whatsapp.md
0
1 export notify-ormus-whatsapp
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Send WhatsApp notification to Ormus about completed work, errors, or important updates
2026-01-05
add-module.md
0
1 export add-module
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create new demo or utility modules following CLY project patterns. Use when adding TUI demonstration modules to modules/demo/ or utility modules to modules/, following Bubbletea/Bubbles conventions with proper Cobra CLI integration.
2026-01-05
ibkr-gateway-api.md
0
1 export ibkr-gateway-api
2 MrRolie from "MrRolie/mm-ibkr-gateway"
3 Use when working in mm-ibkr-gateway to access market data, account summary, positions, PnL, or orders via the REST API (FastAPI). Covers starting the API server, required env and safety settings, authentication with X-API-Key, and market/account/order endpoints for quote, historical bars, preview, place, status, cancel, and open orders.
2026-01-05
ci-cd-agent.md
0
1 export ci-cd-agent
2 Unicorn from "Unicorn/Radium"
3 Creates CI/CD pipeline configurations for automated testing and deployment
2026-01-05