Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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