🛠️

工具

開發工具、實用程式和生產力輔助

17720 skills in this category

systematic-debugging

4-phase systematic debugging methodology with root cause analysis and evidence-based verification. Use when debugging complex issues.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

langchain

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

git-worktrees

Git worktrees for isolated parallel development on multiple branches simultaneously.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

deployment-procedures

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

executing-plans

Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches

mneves75/dnschat
62
6
更新於 3d ago

using-superpowers

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

mneves75/dnschat
62
6
更新於 3d ago

react-patterns

Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

app-builder

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

vulnerability-scanner

Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

sglang

Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

onboarding

Personalize COG for your workflow - creates profile, interests, and watchlist files with guided setup (run this first!)

huytieu/COG-second-brain
62
6
更新於 3d ago

llava

Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

huggingface-accelerate

Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

parallel-agents

Native multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

tdd-workflow

Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

clip

OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

game-design

Game design principles. GDD structure, balancing, player psychology, progression.

xenitV1/claude-code-maestro
62
15
更新於 3d ago

whisper

OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.

zechenzhangAGI/AI-research-SKILLs
62
2
更新於 3d ago

github

Use gh CLI for all GitHub operations like PRs, issues, workflows, releases. Always prefer gh commands over web URLs or API calls.

kaushikgopal/dotfiles
61
5
更新於 3d ago

decomp-permuter

Decomp-Permuter is a tool that automatically permutes C files to better match a target binary. Use this skill when you are decompiling a function and it is almost matching except for some register differences (i.e. 95%+). Or if you are otherwise unable to make progress on a function decompilation. Do not use it when there are control flow or functional differences; it's often easy to resolve those by hand, and neither the scorer nor the randomizer tends to play well with them.

cdlewis/snowboardkids2-decomp
61
2
更新於 3d ago