Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-code-toolkit

claude-code-toolkit contains 11 collected skills from stefan-jansen, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
80
updated
2026-01-05
Forks
24
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

project-setup
computer-occupations-all-other

Initialize Claude Code framework infrastructure for any project

2026-01-05
plain-language
technical-writers

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.

2025-11-25
pyramid-principle
technical-writers

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

2025-11-25
scqa-framework
technical-writers

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

2025-11-25
shared-setup-patterns
computer-occupations-all-other

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

2025-11-15
api-authentication
software-developers

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.

2025-11-01
docker-optimization
network-and-computer-systems-administrators

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%.

2025-11-01
sql-optimization
database-architects

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.

2025-11-01
huggingface-transformers
data-scientists-152051

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.

2025-11-01
llm-evaluation
data-scientists-152051

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.

2025-11-01
rag-implementation
data-scientists-152051

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.

2025-11-01