All authors
stefan-jansen avatar

Claude Skills by stefan-jansen

github.com/stefan-jansen
11 skillsA× 9B× 1C× 10 installs4 views
Plain LanguageA

Simplification and readability techniques. Use when writing for broad audiences or simplifying complex content. Covers active voice, short sentences, jargon elimination, and accessibility principles from the Plain Language Movement.

ai-agentsgoreact
0
85
Pyramid PrincipleA

Hierarchical content structure - answer first, then supporting arguments, then details

ai-agentsgotesting
0
85
Scqa FrameworkA

Narrative structure for complex topics - Situation, Complication, Question, Answer

ai-agentsrustgo
0
85
Shared Setup PatternsB

Shared configuration patterns for project setup commands. Provides security hooks, Claude framework structure templates, and framework detection patterns used across multiple setup commands.

developmentjavascripttypescript
0
85
Project SetupA

Initialize Claude Code framework infrastructure for any project

ai-agentsjavascriptpython
0
85
Api AuthenticationA

API authentication patterns including JWT, OAuth 2.0, API keys, and session-based auth. Covers token generation, validation, refresh strategies, security best practices, and when to use each pattern. Use when implementing API authentication, choosing auth strategy, securing endpoints, or debugging auth issues. Prevents common vulnerabilities like token theft, replay attacks, and insecure storage.

ai-agentsjavascriptpython
0
85
Docker OptimizationC

Docker image optimization patterns including multi-stage builds, layer caching, security hardening, and size reduction techniques. Use when building Docker images, optimizing container size, improving build performance, or implementing Docker security best practices. Reduces image sizes by 70-90% and build times by 50-80%.

ai-agentspythongo
0
85
Sql OptimizationA

SQL query optimization patterns including EXPLAIN plan analysis, index strategies, query rewriting, and N+1 query prevention. Use when optimizing slow database queries, analyzing query performance, designing indexes, or debugging database bottlenecks. Works with PostgreSQL, MySQL, SQLite, and other SQL databases. Typical improvements: 10x-1000x query speedup.

ai-agentspythongo
0
85
Huggingface TransformersA

Hugging Face Transformers best practices including model loading, tokenization, fine-tuning workflows, and inference optimization. Use when working with transformer models, fine-tuning LLMs, implementing NLP tasks, or optimizing transformer inference.

ai-agentspythonfastapi
0
85
Llm EvaluationA

LLM evaluation and testing patterns including prompt testing, hallucination detection, benchmark creation, and quality metrics. Use when testing LLM applications, validating prompt quality, implementing systematic evaluation, or measuring LLM performance.

ai-agentspythonrust
0
85
Rag ImplementationA

Comprehensive guide to implementing RAG systems including vector database selection, chunking strategies, embedding models, and retrieval optimization. Use when building RAG systems, implementing semantic search, optimizing retrieval quality, or debugging RAG performance issues.

ai-agentspythonrust
0
85