Browse Skills
20307 skills found
python-developer.md
0
1
export
python-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Эксперт Python разработки. Используй для Python best practices, async, typing и ecosystem.
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write self-documenting code with minimal, helpful comments that explain logic rather than changes. Use this skill when adding comments to TypeScript files, writing JSDoc documentation, deciding whether code needs commenting, or reviewing existing comments. Apply when writing n8n node code, helper functions, or any code where you need to balance clarity with comment density.
2026-01-05
repository-expert.md
0
1
export
repository-expert
2
from
"ryu-qqq/setof-commerce"
from
"ryu-qqq/setof-commerce"
3
Repository 전문가. JpaRepository(Command: save/delete), QueryDslRepository(Query: 4개 메서드),AdminQueryDslRepository(Join 허용, DTO Projection), LockRepository(Pessimistic Lock).Entity 직접 반환 금지, N+1은 Application Layer에서 해결. JPQL 금지, Lazy Loading 의존 금지.
2026-01-05
skill-creator.md
0
1
export
skill-creator
2
from
"d-oit/do-novelist-ai"
from
"d-oit/do-novelist-ai"
3
Create new Claude Code skills with proper structure, modular organization, and performance optimization. Use when building new skills, refactoring existing skills, or improving skill maintainability.
2026-01-05
pentest-coordinator.md
0
1
export
pentest-coordinator
2
from
"CharlesKozel/vulhub_automated_pentester"
from
"CharlesKozel/vulhub_automated_pentester"
3
Autonomous penetration testing coordinator using ReAct methodology. Automatically activates when user provides a target IP or asks to start penetration testing. Orchestrates reconnaissance, exploitation, and privilege escalation until both user and root flags are captured. (project)
2026-01-05
coeditor.md
0
1
export
coeditor
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build React applications with CopilotKit and LangGraph for AI-powered collaborative editing. Creates production-ready editor applications (text, document, or node-based) with real-time AI assistance, shared state management, and agentic workflows. Use this skill when users want to build intelligent editing interfaces with AI collaboration features.
2026-01-05
ios-watch-logs.md
0
1
export
ios-watch-logs
2
from
"asnar00/miso"
from
"asnar00/miso"
3
Start real-time log streaming from connected iPhone to console and file. Shows only app's explicit log messages with [APP] prefix. Use when monitoring app behavior, debugging, or viewing logs.
2026-01-05
langchain.md
0
1
export
langchain
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
LangChain high-level agent framework. Build agents with tools, memory, and streaming in under 10 lines of code.
2026-01-05
multiplatform-dev-excellence.md
0
1
export
multiplatform-dev-excellence
2
from
"Jeffchoux/LeKlub-AI"
from
"Jeffchoux/LeKlub-AI"
3
Expert-level guidance for developing secure, clean, and refactored code across web (React/Next.js/Node.js), iOS (Swift/SwiftUI), and Android (Kotlin/Jetpack Compose) platforms. Use when working on complex multi-platform projects requiring exceptional code quality, security best practices, architecture patterns, and maintainable codebases. Includes advanced patterns for state management, API design, authentication, testing, and cross-platform consistency.
2026-01-05
eld-model-law-card.md
0
1
export
eld-model-law-card
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
LDE(Law-Driven Engineering)のLaw Card作成スキル。ビジネス上の「守るべき条件」を標準フォーマットで文書化する。使用タイミング: (1) 新しいLawを追加する時、(2) 既存Lawを更新する時、(3) Law Catalogに新規エントリを追加する時、(4) Grounding Mapを更新する時
2026-01-05
llm-caching-patterns.md
0
1
export
llm-caching-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Multi-level caching strategies for LLM applications - semantic caching (Redis), prompt caching (Claude/OpenAI native), cache hierarchies, cost optimization, and Langfuse cost tracking with hierarchical trace rollup for 70-95% cost reduction
2026-01-05
system-design.md
0
1
export
system-design
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
Master system design for scalable, reliable applications.
2026-01-05
detecting-buffer-overflows.md
0
1
export
detecting-buffer-overflows
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Detects stack and heap buffer overflow vulnerabilities in binary code by identifying unsafe memory operations. Use when analyzing buffer handling, string manipulation functions, or investigating memory corruption vulnerabilities.
2026-01-05
test-driven-development.md
0
1
export
test-driven-development
2
from
"astrosteveo/dev-marketplace"
from
"astrosteveo/dev-marketplace"
3
This skill should be used when Claude needs to determine what to test, design test structures, follow TDD practices, or decide when to skip tests. Trigger phrases include "write tests", "TDD approach", "test coverage", "what should I test", "testable vs non-testable".
2026-01-05
e2b-sandbox.md
0
1
export
e2b-sandbox
2
from
"padak/ng_component"
from
"padak/ng_component"
3
Execute AI-generated code in secure isolated E2B cloud sandboxes with advanced monitoring, MCP gateway integration (200+ tools), and multi-language support. Use for running Python/JavaScript/TypeScript/Bash code, managing sandbox lifecycle (create, pause, resume, kill, list, connect), monitoring metrics (CPU, memory, disk), handling lifecycle events, uploading/downloading files, streaming command output, environment variable management, and integrating LLMs with code execution capabilities.
2026-01-05
brazilian-financial-integration.md
0
1
export
brazilian-financial-integration
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement Brazilian financial system integrations including Boleto generation, PIX payments, parcelamento (installments), CPF/CNPJ validation, and Banco do Brasil API integration. Use this skill when building fintech applications, payment processing systems, or any system requiring Brazilian banking compliance.
2026-01-05
typescript-strict-guard.md
0
1
export
typescript-strict-guard
2
from
"Barnhardt-Enterprises-Inc/quetrex-plugin"
from
"Barnhardt-Enterprises-Inc/quetrex-plugin"
3
Use when writing or reviewing TypeScript code. Enforces strict mode standards, explicit typing, and best practices. Prevents 'any' types, @ts-ignore comments, and non-null assertions. This is a COMPREHENSIVE skill - consult the detailed guides before writing any TypeScript code.
2026-01-05
looking-up-docs.md
0
1
export
looking-up-docs
2
from
"julianobarbosa/claude-code-skills"
from
"julianobarbosa/claude-code-skills"
3
Look up library documentation using Context7. Use when needing API reference, library docs, framework documentation, or technical documentation lookup. Provides up-to-date, version-specific docs and code examples.
2026-01-05
review-helper.md
0
1
export
review-helper
2
from
"jibaxZZZ/codex-root-configuration"
from
"jibaxZZZ/codex-root-configuration"
3
Perform a code review focused on bugs, risks, regressions, and missing tests.
2026-01-05
django-workflows.md
0
1
export
django-workflows
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master Django-FixiPlug integration workflows. Learn how to build full-stack CRUD applications by orchestrating table, form, state, and fx-attribute plugins together. Essential for working with dj-fixi backends.
2026-01-05
ppt.md
0
1
export
ppt
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate PowerPoint presentations programmatically. Use this skill when the user wants to create a new PPT project, plan presentation content, scrape source materials from the web, generate slides, draw shapes/flowcharts, or review rendered slide images. Handles the full workflow from content planning to final output.
2026-01-05
bot-developer.md
0
1
export
bot-developer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert bot developer specializing in Discord, Telegram, Slack automation with deep knowledge of rate limiting, state machines, event sourcing, moderation systems, and conversational AI integration. Activate on 'Discord bot', 'Telegram bot', 'Slack bot', 'chat automation', 'moderation system'. NOT for web APIs (use backend-architect), general automation scripts (use python-pro), or frontend chat widgets (use frontend-developer).
2026-01-05
create-skill.md
0
1
export
create-skill
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Create a new Claude Code agent skill with proper folder structure and SKILL.md format. Use when the user wants to add a model-invoked skill that Claude uses autonomously based on context. Handles skill folder creation with SKILL.md and optional reference files.
2026-01-05
nextjs-dynamic-routes-params.md
0
1
export
nextjs-dynamic-routes-params
2
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
from
"MuhammedSuhaib/LevelUpSpeckit-Plus"
3
Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the `params` prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., `app/[id]` instead of `app/products/[id]` unless the URL calls for it).
2026-01-05