Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

pbdeuchler/llm-plugins

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
9 indexed skills0 stars

coding-effectively
Indexed

ALWAYS use this skill when writing or refactoring code. Includes context-dependent sub-skills to empower different coding styles across languages and runtimes.

View indexed skill

defense-in-depth
Indexed

Use when invalid data causes failures deep in execution - validates at every layer data passes through to make bugs structurally impossible rather than temporarily fixed

View indexed skill

functional-core-imperative-shell
Indexed

Use when writing or refactoring code, before creating files - enforces separation of pure business logic (Functional Core) from side effects (Imperative Shell) using FCIS pattern with mandatory file classification

View indexed skill

howto-ast-grep
Indexed

Use when searching for or transforming code patterns structurally - provides ast-grep CLI syntax, metavariable patterns, and language-specific examples for precise AST-based code search and rewriting

View indexed skill

howto-develop-with-postgres
Indexed

Use when writing database access code, creating schemas, or managing transactions with PostgreSQL - enforces transaction safety with TX_ naming, read-write separation, type safety for UUIDs/JSONB, and snake_case conventions to prevent data corruption and type errors

View indexed skill

howto-qmd
Indexed

Use when searching markdown knowledge bases, documentation, or notes for relevant context - provides qmd CLI syntax for keyword, semantic, and hybrid search across indexed collections

View indexed skill

property-based-testing
Indexed

Use when writing tests for serialization, validation, normalization, or pure functions - provides property catalog, pattern detection, and library reference for property-based testing

View indexed skill

writing-for-a-technical-audience
Indexed

Use when writing documentation, guides, API references, or technical content for developers - enforces clarity, conciseness, and authenticity while avoiding AI writing patterns that signal inauthenticity

View indexed skill

writing-good-tests
Indexed

Use when writing or reviewing tests - covers test philosophy, condition-based waiting, mocking strategy, and test isolation

View indexed skill