Browse Skills

22656 skills found

prd-creator.md
0
1 export prd-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when creating, validating, or converting Product Requirements Documents (PRDs) to LLM-native format. Use this skill when the user asks to write a PRD, review a PRD for compliance, convert an existing PRD to machine-readable format, or ensure PRD quality for AI agent consumption. This skill is optimized for users working with agentic coding frameworks who need strict requirement specifications to prevent context poisoning, hallucination, and mesa-optimization.
2026-01-05
storage-debug-instrumentation.md
0
1 export storage-debug-instrumentation
2 BenderFendor from "BenderFendor/Thesis"
3 Add comprehensive debugging and observability tooling for backend storage layers (PostgreSQL, ChromaDB) and startup metrics. Includes storage drift detection, raw data inspection endpoints, and a Next.js admin dashboard.
2026-01-05
eda-drc.md
0
1 export eda-drc
2 l3wi from "l3wi/claude-eda"
3 Design validation and review. Run DRC/ERC checks, verify against constraints, check component availability, and prepare comprehensive validation reports.
2026-01-05
markdown-expert.md
0
1 export markdown-expert
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Enforce markdown linting standards for all documentation to prevent common AI mistakes like missing code language tags, emphasis as headings, and missing blank lines
2026-01-05
backend-feature.md
0
1 export backend-feature
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Scaffolds backend features including new domain entities, new properties on existing entities, and new business operations. Use when creating a new domain entity, extending an existing entity with new properties, or adding new business features/commands.
2026-01-05
dtcg-format.md
0
1 export dtcg-format
2 osama-eldrieny from "osama-eldrieny/design-token-generator"
3 Exports design tokens in Design Tokens Community Group (DTCG) format with Figma extensions for variable metadata. Use when creating DTCG-compliant token files, integrating with tools that support the standard, or exporting tokens with Figma variable information.
2026-01-05
hubble-cloud-api.md
0
1 export hubble-cloud-api
2 HubbleNetwork from "HubbleNetwork/agent-plugins"
3 Integrate with Hubble Network Platform API for device management, packet retrieval with streaming, webhook configuration, metrics tracking, user management, and billing. Use when working with Hubble IoT devices, retrieving packet data, setting up webhooks, or managing deployments on Hubble Network.
2026-01-05
docx.md
0
1 export docx
2 Snoopiam from "Snoopiam/claude_all_skills"
3 Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
generating-nest-servers.md
0
1 export generating-nest-servers
2 lenneTech from "lenneTech/claude-code"
3 PRIMARY expert for ALL NestJS and @lenne.tech/nest-server tasks. ALWAYS use this skill when working in projects with @lenne.tech/nest-server in package.json dependencies (supports monorepos with projects/*, packages/*, apps/* structure), or when asked about NestJS modules, services, controllers, resolvers, models, objects, tests, server creation, debugging, or any NestJS/nest-server development task. Handles lt server commands, security analysis, test creation, and all backend development. ALWAYS reads CrudService base class before working with Services.
2026-01-05
querying-web-search-agent.md
0
1 export querying-web-search-agent
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill guides the process of creating context-free queries for a web search agent (another Claude instance with web search tools). Use this when you need expert guidance from web research but the search agent has no access to the codebase or conversation history.
2026-01-05
system-integration-validator.md
0
1 export system-integration-validator
2 BarisSozen from "BarisSozen/claude"
3 Validates system integration before deployment. Use when checking ports, database connections, frontend-backend APIs, or debugging blocked/stuck workflows. Detects dead ends, bottlenecks, circular dependencies.
2026-01-05
change-logger.md
0
1 export change-logger
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate and maintain the root CHANGELOG.md in a beginner-friendly, analogy-rich format from git state or a commit range.
2026-01-05
claude-skill-builder.md
0
1 export claude-skill-builder
2 sebc-dev from "sebc-dev/alexandria"
3 Interactive skill creator for Claude Code. Triggers when user mentions creating skills, building skills, skill templates, skill frontmatter, allowed-tools, or wants to scaffold a new skill.
2026-01-05
gemini.md
0
1 export gemini
2 johnlindquist from "johnlindquist/claude"
3 Use Gemini AI for research, analysis, summarization, web search, and complex reasoning. Use when you need AI-powered research, code analysis, content summarization, or web search with synthesis.
2026-01-05
auth-handler.md
0
1 export auth-handler
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manage authentication, authorization, and user sessions. Use when dealing with login, sign-up, API protection, middleware, or user data fetching.
2026-01-05
training-code-verification.md
0
1 export training-code-verification
2 smith6jt-cop from "smith6jt-cop/Skills_Registry"
3 Checklist for editing training code. Trigger when: (1) modifying training notebook, (2) changing GPUEnvConfig, (3) changing reward functions, (4) ANY training-related code changes.
2026-01-05
sdlc.md
0
1 export sdlc
2 wlstory from "wlstory/PilatesOnPhx"
3 Complete Software Development Life Cycle workflow for Linear issues. Coordinates requirements analysis, TDD setup, implementation, testing, and PR creation through agent chaining. Use when starting work on Linear issues, implementing features from Linear, or when user mentions SDLC workflow, Linear issue development, test-driven development, or feature implementation workflow.
2026-01-05
iris-autonomous-intelligence-platform.md
0
1 export iris-autonomous-intelligence-platform
2 scan-iq from "scan-iq/FoxRuv-Trading"
3 Official skill for @foxruv/iris. Handles installation, configuration, optimization (Ax/DSPy), multi-agent context generation, and natural language reporting.
2026-01-05
testing-python.md
0
1 export testing-python
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Python testing best practices with pytest. Covers unit, integration, async tests, mocking, fixtures.Triggers: "напиши тесты", "write tests", "add tests", "test coverage", "pytest"
2026-01-05
rust-development.md
0
1 export rust-development
2 HARU-Leit from "HARU-Leit/misskey-rs"
3 Modern Rust development best practices for 2025. Use when working on Rust projects including: (1) Project setup and Cargo.toml configuration, (2) Clippy/rustfmt linting and formatting, (3) Error handling with thiserror/anyhow, (4) Async programming with Tokio, (5) Testing strategies (unit, integration, property-based), (6) CI/CD pipelines and security scanning, (7) Performance optimization and profiling, (8) Observability with tracing, (9) Unsafe code review.
2026-01-05
frontend-design.md
0
1 export frontend-design
2 djtroymx1 from "djtroymx1/Digital-VisionWorks"
3 Creates distinctive, production-grade web interfaces that avoid generic AI aesthetics. Use when building components, pages, or applications that need bold, intentional design with character. Triggers on requests for UI design, component styling, landing pages, or visual improvements.
2026-01-05
railway.md
0
1 export railway
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when user mentions Railway deployment, production environment issues, environment variables, database migrations, deployment failures, or Railway CLI commands - provides Railway.com platform integration for Next.js with PostgreSQL operations, monitoring, and troubleshooting
2026-01-05
magnus-the-world-builder.md
0
1 export magnus-the-world-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 World-building companion for the Aphebis platform that helps users explore, discuss, and extend fictional worlds. Use when users want to browse existing worlds/areas/locations, brainstorm world expansion ideas, create new worlds, or understand how fictional locations interconnect narratively. Provides collaborative world-building with discovery-first approach, creative philosophy guidance, and structured workflows for incremental building.
2026-01-05
observability-skill.md
0
1 export observability-skill
2 GodSpeedAI from "GodSpeedAI/VibesPro"
3 Manage full-stack observability using Logfire (logging/tracing) and OpenObserve (storage/visualization).
2026-01-05