Browse Skills

44895 skills found

gemini-ai.md
0
1 export gemini-ai
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Integrates Gemini AI for content generation. Use when adding AI features, generating project descriptions, implementing rate limiting, or working with geminiService.ts. Includes prompting guidelines and error handling.
2026-01-05
instance-resource-design.md
0
1 export instance-resource-design
2 colingwuyu from "colingwuyu/optaic-trading"
3 Guide for designing Instance resources in OptAIC. Use when creating DatasetInstance, SignalInstance, ExperimentInstance, ModelInstance, PortfolioOptimizerInstance, or BacktestInstance. Covers definition references, config patterns, composition, flow execution pairing, and scheduling.
2026-01-05
holistic-orchestrator-mode.md
0
1 export holistic-orchestrator-mode
2 elevanaltd from "elevanaltd/hestai"
3 HO lane discipline enforcement. Coordination-only tools. Prevents direct code implementation, enforces delegation to specialists. Auto-loads on /role ho activation. CRITICAL for preventing orchestrator drift into implementation.
2026-01-05
dillion-portfolio.md
0
1 export dillion-portfolio
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Minimalist developer portfolio with blog, work timeline, and project showcase using Next.js 14.
2026-01-05
install-skill-tracker.md
0
1 export install-skill-tracker
2 vishalsachdev from "vishalsachdev/database-management"
3 This skill installs a complete Claude Code skill tracking system using hooks to automatically log skill usage, execution duration, token usage, and user prompts for later analysis. Use this skill when setting up activity tracking in a Claude Code project to identify patterns, monitor costs, and discover opportunities for new skills.
2026-01-05
plan-driven-workflow.md
0
1 export plan-driven-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Follow plan.md-driven development workflow with strict TDD discipline. Use when the user says "go", references plan.md, asks to proceed with next test or task, create implementation plan, or needs step-by-step test-driven development from a plan file. Enforces one test at a time with explicit user control.
2026-01-05
pytorch-lightning.md
0
1 export pytorch-lightning
2 majiayu000 from "majiayu000/claude-skill-registry"
3 High-level training framework for PyTorch that abstracts boilerplate while maintaining flexibility. Includes the Trainer, LightningModule, and support for multi-GPU scaling and reproducibility. (lightning, pytorch-lightning, lightningmodule, trainer, callback, ddp, fast_dev_run, seed_everything)
2026-01-05
app-integrations-setup.md
0
1 export app-integrations-setup
2 nathanonn from "nathanonn/next-sololedger"
3 This skill should be used when setting up organization-level app integrations (Reddit, Notion, LinkedIn, WordPress) with OAuth flows, encrypted token storage, API client wrappers, and usage logging in a Next.js App Router application. Use this skill when implementing external provider connections for a multi-tenant app with secure credential management, token refresh, and admin-controlled integration features.
2026-01-05
compact.md
0
1 export compact
2 FractionEstate from "FractionEstate/midnight-dev-skills"
3 Write privacy-preserving smart contracts in Compact (Minokawa) for Midnight Network. Use when creating contracts, defining types, using standard library functions, or implementing ZK patterns. Triggers on Compact language, circuits, ledger state, hashing, or zero-knowledge contract questions.
2026-01-05
wpf-project-structure.md
0
1 export wpf-project-structure
2 majiayu000 from "majiayu000/claude-skill-registry"
3 WPF 솔루션 및 프로젝트 구조 설계 가이드 (Abstractions, Core, ViewModels, Services)
2026-01-05
implementation-guidance.md
0
1 export implementation-guidance
2 GodSpeedAI from "GodSpeedAI/VibesPro"
3 Provides detailed guidance on how to implement a single plan step while adhering to architecture and quality standards.
2026-01-05
mobile.md
0
1 export mobile
2 miles990 from "miles990/claude-software-skills"
3 Mobile development with React Native, Flutter, and native patterns
2026-01-05
bug-fixer-batch-test-failure-resolution.md
0
1 export bug-fixer-batch-test-failure-resolution
2 Proaptus from "Proaptus/proagentic-dfx"
3 Efficiently fix large batches (10-15+) of existing bugs by reading failing tests, fixing code in batches, and validating once per batch. Use when user has multiple failing tests, says "fix bugs/failing tests", or bug report shows many issues. NOT for test-first development (use TDD skill instead).
2026-01-05
frontend-design.md
0
1 export frontend-design
2 thiagovelsa from "thiagovelsa/ApostaCertaBeta"
3 Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
2026-01-05
bigquery-etl-core.md
0
1 export bigquery-etl-core
2 majiayu000 from "majiayu000/claude-skill-registry"
3 The core skill for working within the bigquery-etl repository. Use this skill when understanding project structure, conventions, and common patterns. Works with model-requirements, query-writer, metadata-manager, sql-test-generator, and bigconfig-generator skills.
2026-01-05
vector-databases.md
0
1 export vector-databases
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Vector database selection, indexing strategies, and semantic search optimization.
2026-01-05
asset-manager.md
0
1 export asset-manager
2 sunholo-data from "sunholo-data/stapledons_voyage"
3 Generate and manage game image assets using AI. Use when user asks to create sprites, tiles, backgrounds, portraits, or other visual assets for the game. Handles isometric formatting, style consistency, and manifest updates. (project)
2026-01-05
dependency-guardian.md
0
1 export dependency-guardian
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Reading from node_modules or dependency folders
2026-01-05
platform-mechanics.md
0
1 export platform-mechanics
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Convert verified algorithmic research into structured, machine-readable frameworks describing how social media platforms rank, reward, and penalize content. Provides factual, updatable platform rules for strategy agents (social-media, content, brand) to reference when developing or evaluating strategic decisions. Use this skill when needing to extract algorithmic mechanics from research, create posting playbooks, or validate content strategies against current platform rules.
2026-01-05
localizing-variables.md
0
1 export localizing-variables
2 barrydobson from "barrydobson/dotfiles_extra"
3 Declare variables in smallest possible scope, initialize close to first use, minimize span and live time
2026-01-05
seongjin-book-prep.md
0
1 export seongjin-book-prep
2 tjdwls101010 from "tjdwls101010/Seongjin_Obsidian-ClaudeCode"
3 Prepares PDF books for LLM analysis. Creates analysis-ready chunks through TOC-based splitting and markdown conversion while preventing Context Overflow. Use when you need PDF book analysis, chapter-based splitting, or markdown conversion.
2026-01-05
setup-python-lib.md
0
1 export setup-python-lib
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Sets up a new Python library project using uv in the current directory. Creates project structure, installs dev dependencies, and optionally configures git remote. Use when the user wants to initialise a Python library, package, or project with uv.
2026-01-05
release.md
0
1 export release
2 intrusive-memory from "intrusive-memory/skills"
3 Release a merged PR by tagging and creating a GitHub release. Use when asked to "release", "tag", or "create a release".
2026-01-05
reedom-ghcreate-draft-pr.md
0
1 export reedom-ghcreate-draft-pr
2 reedom from "reedom/claude-code-commands"
3 Prepare complete PR content ready for creation via reedom-gh:pr-maker agent.
2026-01-05