Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-code-toolkit

claude-code-toolkit 收录了来自 stefan-jansen 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
80
更新
2026-01-05
Forks
24
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

project-setup
其他计算机职业

Initialize Claude Code framework infrastructure for any project

2026-01-05
plain-language
技术写作员

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
技术写作员

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

2025-11-25
scqa-framework
技术写作员

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

2025-11-25
shared-setup-patterns
其他计算机职业

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
软件开发工程师

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
网络与计算机系统管理员

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
数据库架构师

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
数据科学家

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
数据科学家

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
数据科学家

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