Browse Skills

2258 skills found

lightning-wallet.md
0
1 export lightning-wallet
2 PerceptLabs from "PerceptLabs/nostril"
3 Use when implementing a standalone Lightning wallet using Cashu mints - provides complete patterns for minting (receiving Lightning payments), melting (sending Lightning payments), mint management, transaction history, and integrating with Lightning addresses and invoices
2026-01-05
lockplane.md
0
1 export lockplane
2 lockplane from "lockplane/lockplane"
3 Use Lockplane for safe database schema management - define schemas in .lp.sql files, validate, and apply with shadow DB testing
2026-01-05
csharp-project-expert.md
0
1 export csharp-project-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 ALWAYS use for ANY C# operation: renaming (files/classes/methods/properties/namespaces), finding references/usages ("where is X used"), finding definitions ("where is X defined"), understanding code structure (hierarchies/dependencies/relationships). Roslyn-powered semantic analysis ensures all references are updated correctly across the entire solution.
2026-01-05
ds-brainstorm.md
0
1 export ds-brainstorm
2 edwinhu from "edwinhu/workflows"
3 This skill should be used when the user asks to "define the analysis", "clarify objectives", "understand the data question", or as Phase 1 of the /ds workflow. Uses Socratic questioning to clarify goals, data sources, and constraints.
2026-01-05
domain-modeling.md
0
1 export domain-modeling
2 YosrBennagra from "YosrBennagra/3SC"
3 Model core domain concepts for the widget host app: entities, value objects, aggregates, invariants, and domain services. Use when defining the domain layer, enforcing rules, or refactoring business logic out of UI/application layers.
2026-01-05
brutalist-academic-ui.md
0
1 export brutalist-academic-ui
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Skriptoteket-specific brutalist/academic UI design. Use for Vue/Vite SPA and SSR templates when you want grid-based layouts, systematic typography, and high-contrast “academic” aesthetics, while staying compatible with Skriptoteket’s pure-CSS + HuleEdu token stack (no Tailwind).
2026-01-05
bi-fundamentals.md
0
1 export bi-fundamentals
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-sql"
3 BI fundamentals with metric definition, KPI calculation, dimensional modeling, dashboard optimization, and data storytelling. 40+ metric examples and calculation patterns.
2026-01-05
moqui-service-writer.md
0
1 export moqui-service-writer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 This skill should be used when users need to create, validate, or modify Moqui framework services, entities, and queries. It provides comprehensive guidance for writing correct Moqui XML definitions, following framework patterns and conventions.
2026-01-05
skill-creator.md
0
1 export skill-creator
2 swarm-agent from "swarm-agent/swarm"
3 Help create new custom skills for swarm. Use when the user wants to create, set up, or define a new skill, or asks about skills.
2026-01-05
rust-backend-auth.md
0
1 export rust-backend-auth
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Implements authentication and authorization for Rust backend services using JWT, password hashing, sessions, and middleware patterns. Use when building auth systems, implementing login/logout, protecting routes, hashing passwords, or working with JWT tokens in Axum/Tower applications.
2026-01-05
error-handling.md
0
1 export error-handling
2 adaptive-enforcement-lab from "adaptive-enforcement-lab/claude-skills"
3 Handle token failures, API rate limits, and permission errors in GitHub Actions workflows with retry logic, validation checks, and actionable error messages.
2026-01-05
dor-validator.md
0
1 export dor-validator
2 LaunchCG from "LaunchCG/claude-marketplace-pub"
3 Validates user stories against Definition of Ready checklist to ensure they are ready for development
2026-01-05
serena-symbols.md
0
1 export serena-symbols
2 cmtkdot from "cmtkdot/xanbzs-toolkit"
3 Symbol-based refactoring via MCP for TypeScript/JavaScript. Use for finding references, renaming symbols, safe refactoring, and type updates. Trigger with "find usages", "rename across codebase", "update type definition", "what calls this", "refactor safely". PROACTIVELY use before any symbol manipulation.
2026-01-05
symbols.md
0
1 export symbols
2 miethe from "miethe/deal-brain"
3 Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
2026-01-05
backend-api.md
0
1 export backend-api
2 SpacePlushy from "SpacePlushy/portfolio"
3 Design and implement RESTful API endpoints with proper HTTP methods, status codes, and consistent naming conventions. Use this skill when creating or modifying API routes, endpoints, or server-side request handlers. When working on files in src/pages/api/, files containing API route definitions, files implementing REST endpoints, files handling HTTP requests and responses, server middleware for API requests, API authentication and authorization logic, and files defining API versioning strategies. When designing URL structures for resources, implementing query parameter handling for filtering/sorting/pagination, setting up rate limiting for API endpoints, or configuring CORS and API security headers.
2026-01-05
barqnet-backend.md
0
1 export barqnet-backend
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Specialized agent for BarqNet backend development. Focuses on Go backend API development, PostgreSQL database management, authentication systems, JWT tokens, OpenVPN integration, and production-ready backend architecture. Use this skill when working on server-side code, API endpoints, database migrations, or backend infrastructure.
2026-01-05
session-management-ssg-ssr.md
0
1 export session-management-ssg-ssr
2 MuhammedSuhaib from "MuhammedSuhaib/LevelUpSpeckit-Plus"
3 Expert skill for implementing session management in SSG (Static Site Generation) and SSR (Server-Side Rendering) contexts. Covers stateless authentication with JWT, database session management, client-side session handling, and security best practices for different rendering strategies. Use when implementing session management in static sites (SSG), handling authentication in server-side rendered applications (SSR), or implementing stateless authentication with JWT tokens.
2026-01-05
creating-agents-automatically.md
0
1 export creating-agents-automatically
2 CodeTonight-SA from "CodeTonight-SA/cips"
3 Recursive meta-skill that detects workflow patterns and automatically generates Claude Code agent definitions. Use when user invokes /create-agent or patterns warrant new agent.
2026-01-05
fastapi-security-expert.md
0
1 export fastapi-security-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert in securing FastAPI applications with JWT tokens and Better Auth. Use this when implementing authentication middleware, route protection, and user isolation.
2026-01-05
dotnet-async-patterns.md
0
1 export dotnet-async-patterns
2 thapaliyabikendra from "thapaliyabikendra/ai-artifacts"
3 Master .NET async/await patterns including Task-based Asynchronous Pattern (TAP), ValueTask optimization, ConfigureAwait usage, cancellation tokens, parallel processing, and avoiding deadlocks in ASP.NET Core applications for maximum performance and responsiveness.
2026-01-05
torchtext.md
0
1 export torchtext
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Natural Language Processing utilities for PyTorch (Legacy). Includes tokenizers, vocabulary building, and DataPipe-based dataset handling for text processing pipelines. (torchtext, tokenizer, vocab, datapipe, regextokenizer, nlp-pipeline)
2026-01-05
notion-md-sync.md
0
1 export notion-md-sync
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Batch upload local Markdown files to Notion via Python script. Optimized for single or multiple files with zero token cost. Direct script execution bypasses LLM parsing, saving significant tokens on large files while preserving formatting (tables, code blocks, rich text).
2026-01-05
code-conventions.md
0
1 export code-conventions
2 shiroinock from "shiroinock/ts-template"
3 Defines project-wide code conventions for magic number elimination, constant usage, performance optimization, and type safety. Use when implementing, testing, or reviewing code to ensure consistency across the codebase.
2026-01-05
implement-feature.md
0
1 export implement-feature
2 foolishimp from "foolishimp/ai_sdlc_method"
3 Implement feature code to make BDD scenarios pass. Write production code that satisfies Given/When/Then scenarios. Use after implement-step-definitions when step definitions exist but scenarios are failing.
2026-01-05