coding▌
22 indexed skills · max 10 per page
efficient-fable
BuilderIO/skills · productivity
Optimize Claude Fable's efficiency by using cheaper subagents for heavy tasks.
java-coding-standards
affaan-m/everything-claude-code · Backend
Coding standards for readable, maintainable Java 17+ in Spring Boot services. \n \n Covers naming conventions (PascalCase for classes, camelCase for methods, UPPER_SNAKE_CASE for constants), immutability patterns with records and final fields, and Optional usage with map/flatMap \n Establishes best practices for streams, exception handling with domain-specific exceptions, and type-safe generics \n Includes project structure guidance (Maven/Gradle layout), formatting rules, and code smells to avo
coding-tutor
everyinc/compound-engineering-plugin · Productivity
This skill creates personalized coding tutorials that evolve with the learner. Each tutorial builds on previous ones, uses real examples from the current codebase, and maintains a persistent record of concepts mastered.
karpathy-guidelines
unknown/karpathy-guidelines · code
Behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity and clarity in coding practices.
modern-csharp-coding-standards
aaronontheweb/dotnet-skills · Productivity
Modern C# coding standards covering records, pattern matching, value objects, async/await, and high-performance patterns. \n \n Use record types for immutable DTOs and domain entities; readonly record struct for value objects with zero-allocation semantics \n Leverage pattern matching with switch expressions, nullable reference types, and composition over inheritance for cleaner, type-safe code \n Apply async/await throughout with mandatory CancellationToken parameters; use Span<T> , Memory
coding
davidkiss/smart-ai-skills · Productivity
This skill provides a set of core principles and practices for software development. Use this when implementing new features, refactoring existing code, or reviewing code to ensure high quality and maintainability.
context-engineering
OWNER/REPO · productivity
Optimizes agent context setup for improved output quality during coding sessions.
source-driven-development
OWNER/REPO · code
Grounds every implementation decision in official documentation for authoritative, source-cited code.
adhd
UditAkhourii/adhd · productivity
Parallel divergent ideation for coding agents to explore creative solutions.
documentation-and-adrs
OWNER/REPO · productivity
Records decisions and documentation for architectural choices, public APIs, and feature shipping to aid future engineers and agents.