Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-code-toolkit

يحتوي claude-code-toolkit على 11 من skills المجمعة من stefan-jansen، مع تغطية مهنية على مستوى المستودع وصفحات 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