Coding
73 skills in this category
anthropics
Passed
Jdtls Lsp
This skill provides setup instructions for Eclipse JDT.LS, a Java language server that enables code intelligence, refactoring, and enhanced editing support for .java files in Claude Code. Requires Java 17+ and manual jdtls installation.
JavaLanguage ServerCode Intelligence+3
20692.1k
anthropics
Passed
Csharp Lsp
This skill provides instructions for installing the csharp-ls language server, which enables C# code intelligence, diagnostics, and language server features in Claude Code for .cs files.
CsharpCsharpLanguage Server+3
6172.1k
anthropics
Passed
Kotlin Lsp
Provides documentation for integrating Kotlin language server with Claude Code. Requires installing kotlin-lsp CLI separately via Homebrew. Enables code intelligence, refactoring, and analysis for .kt and .kts files.
KotlinLanguage ServerCode Intelligence+2
7102.1k
anthropics
Passed
Swift Lsp
Swift Lsp is a documentation skill that provides setup instructions for using SourceKit-LSP with Claude Code. It guides users on installing the Swift toolchain (via Xcode on macOS or from swift.org on Linux) to enable Swift code intelligence for .swift files.
SwiftLspCode Intelligence+2
8832.1k
anthropics
Passed
Php Lsp
A documentation skill that provides installation instructions for the Intelephense PHP language server. It enables PHP code intelligence and diagnostics in Claude Code through the globally installed Intelephense package.
PhpLspLanguage Server+3
1712.1k
anthropics
Passed
Clangd Lsp
A reference skill that provides installation instructions and documentation for the clangd Language Server Protocol, which enables code intelligence, diagnostics, and formatting for C/C++ projects in Claude Code.
DocumentationC CppLsp+3
4642.1k
anthropics
Passed
Rust Analyzer Lsp
Provides installation instructions for rust-analyzer, the Rust language server that enables code intelligence, autocomplete, and analysis features for .rs files in Claude Code. Requires manual installation of the rust-analyzer binary.
RustLspLanguage Server+2
5132.1k
anthropics
Passed
Gopls Lsp
Provides instructions for setting up gopls, the official Go language server that offers code intelligence, refactoring, and analysis features for .go files in Claude Code.
GoGolangLsp+3
15742.1k
anthropics
Passed
Pyright Lsp
Integrates the Pyright language server to provide static type checking and code intelligence for Python files. Adds support for .py and .pyi extensions with advanced type analysis.
PythonType CheckingLsp+2
1242.1k
anthropics
Passed
Typescript Lsp
This skill provides setup instructions for the TypeScript Language Server, which adds code intelligence features like go-to-definition, find references, and error checking for TypeScript and JavaScript files in Claude Code.
TypescriptJavascriptLsp+2
2922.1k
anthropics
Passed
MCP Integration
This skill provides complete guidance for integrating MCP (Model Context Protocol) servers into Claude Code plugins. It covers all four server types (stdio, SSE, HTTP, WebSocket), authentication patterns (OAuth, tokens, environment variables), tool naming conventions, and security best practices for connecting plugins to external services.
McpModel Context ProtocolPlugin Development+3
3412.1k
anthropics
Passed
Command Development
This skill provides comprehensive guidance on creating Claude Code slash commands, including YAML frontmatter configuration, dynamic arguments ($1, $2, $ARGUMENTS), file references with @ syntax, bash execution, and plugin-specific features like ${CLAUDE_PLUGIN_ROOT}. It covers interactive commands using AskUserQuestion, multi-step workflows, testing strategies, and marketplace distribution considerations.
Slash CommandsClaude CodePlugin Development+3
6652.1k
anthropics
Passed
Hook Development
A comprehensive guide for creating Claude Code plugin hooks that automate validation, context loading, and workflow enforcement. Includes working example scripts for validating file writes and bash commands, plus utility scripts for testing and linting hook implementations before deployment.
HooksPlugin DevelopmentClaude Code+3
2592.1k
trailofbits
Passed
Modern Python
A comprehensive guide for modern Python development using uv, ruff, ty, and pytest. It covers project setup, dependency management, testing, security tooling (pre-commit hooks, secret detection, vulnerability scanning), and migration from legacy tools like pip, black, mypy, and pre-commit.
PythonUvRuff+3
392.1k
trailofbits
Passed
Dwarf Expert
This skill provides technical knowledge about the DWARF debugging standard (versions 3-5) used in compiled binaries. It helps with parsing DWARF debug information using tools like dwarfdump and readelf, answering questions about the DWARF specification, and writing code that interacts with DWARF data using libraries like pyelftools (Python), gimli (Rust), or libdwarf (C/C++).
DebuggingBinary AnalysisDwarf+3
702.1k
pchalasani
Passed
Code Walk Thru
Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.
Code ReviewEditor IntegrationWalkthrough+2
784894
glittercowboy
Passed
Debug Like Expert
Deep analysis debugging mode for complex issues. Activates methodical investigation protocol with evidence gathering, hypothesis testing, and rigorous verification. Use when standard troubleshooting fails or when issues require systematic root cause analysis.
DebuggingInvestigationHypothesis Testing+3
546858
glittercowboy
Passed
Create Agent Skills
Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.
Skill AuthoringMeta SkillDocumentation+3
182858
ZhangHanDong
Passed
Robius State Management
This skill provides best practices and code patterns for state management in Makepad applications. It covers app state structure, persistence with serde, theme switching, global widget registry, and state machine patterns derived from production codebases like Robrix and Moly.
MakepadRobiusState Management+3
414695
ZhangHanDong
Passed
Robius App Architecture
Provides comprehensive architecture patterns and best practices for building Makepad applications using the Robius framework. Covers Tokio async runtime integration, UI-thread communication patterns, lock-free update queues, and cross-platform (native + WASM) async patterns derived from production codebases Robrix and Moly.
RustMakepadAsync+3
86695
ZhangHanDong
Passed
Makepad Splash
This skill provides comprehensive documentation for Makepad's Splash scripting language. It covers language basics (variables, functions, control flow), built-in APIs (console, HTTP, timers, UI interaction), async/await patterns, and AI-assisted workflow integration for dynamic UI generation.
MakepadSplashScripting+3
86695
alinaqi
Passed
Typescript
This skill provides comprehensive TypeScript development guidelines including strict compiler configuration, ESLint setup with type checking, Jest testing patterns, GitHub Actions CI/CD workflows, and pre-commit hooks. It documents best practices and anti-patterns to help maintain high code quality in TypeScript projects.
TypescriptEslintJest+3
77453
alinaqi
Passed
Python
A Python development guide that teaches best practices for type hints, testing with pytest, linting with ruff, and strict type checking with mypy. Includes project structure recommendations, CI/CD configurations, pre-commit hooks, and design patterns like dependency injection and the Result pattern.
PythonTestingType Safety+3
63453
alinaqi
Passed
Gemini Review
A comprehensive guide for integrating Google Gemini CLI into your code review workflow. Covers installation, authentication options, interactive and headless usage modes, and CI/CD integration with GitHub Actions and GitLab. Leverages Gemini 2.5 Pro's 1M token context window for analyzing large codebases.
Code ReviewGeminiGoogle+3
377453
alinaqi
Passed
Codex Review
This skill provides comprehensive documentation for using OpenAI's Codex CLI to perform automated code reviews. It covers installation, authentication, interactive and headless usage modes, and includes ready-to-use CI/CD integration examples for GitHub Actions, GitLab CI, and Jenkins pipelines.
Code ReviewOpenaiCodex+3
507453
alinaqi
Passed
Code Deduplication
A methodology skill that helps prevent semantic code duplication by maintaining a CODE_INDEX.md capability index. It provides guidelines for checking existing code before writing new functions, documenting files and functions properly, and periodically auditing for duplicate functionality.
Code QualityDocumentationRefactoring+3
353453
alinaqi
Passed
Base
Base defines universal coding patterns, strict complexity limits (20 lines/function, 200 lines/file), and enforces Test-Driven Development workflows. It provides templates for atomic todos, bug tracking, session management, and automatically triggers iterative TDD loops for non-trivial tasks.
TddCoding StandardsWorkflow+3
231453
alinaqi
Passed
Android Kotlin
A comprehensive reference guide for Android Kotlin development covering project structure, Gradle configuration, Coroutines with Flow, Jetpack Compose UI patterns, Hilt dependency injection, and MockK testing. Includes anti-patterns to avoid and CI/CD configuration examples.
AndroidKotlinJetpack Compose+3
2904453
NeoLabHQ
Passed
Software Architecture
This skill provides comprehensive guidance for software development following Clean Architecture and Domain-Driven Design principles. It covers code style rules, naming conventions, anti-patterns to avoid, and emphasizes a library-first approach where developers should leverage existing solutions before writing custom code.
ArchitectureClean CodeDdd+3
557345
fcakyon
Passed
Plugin Settings
This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.
Plugin DevelopmentConfigurationYaml+3
80283