@synsci/cli-darwin-x64 1.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/skills/accelerate/SKILL.md +332 -0
- package/bin/skills/accelerate/references/custom-plugins.md +453 -0
- package/bin/skills/accelerate/references/megatron-integration.md +489 -0
- package/bin/skills/accelerate/references/performance.md +525 -0
- package/bin/skills/audiocraft/SKILL.md +564 -0
- package/bin/skills/audiocraft/references/advanced-usage.md +666 -0
- package/bin/skills/audiocraft/references/troubleshooting.md +504 -0
- package/bin/skills/autogpt/SKILL.md +403 -0
- package/bin/skills/autogpt/references/advanced-usage.md +535 -0
- package/bin/skills/autogpt/references/troubleshooting.md +420 -0
- package/bin/skills/awq/SKILL.md +310 -0
- package/bin/skills/awq/references/advanced-usage.md +324 -0
- package/bin/skills/awq/references/troubleshooting.md +344 -0
- package/bin/skills/axolotl/SKILL.md +158 -0
- package/bin/skills/axolotl/references/api.md +5548 -0
- package/bin/skills/axolotl/references/dataset-formats.md +1029 -0
- package/bin/skills/axolotl/references/index.md +15 -0
- package/bin/skills/axolotl/references/other.md +3563 -0
- package/bin/skills/bigcode-evaluation-harness/SKILL.md +405 -0
- package/bin/skills/bigcode-evaluation-harness/references/benchmarks.md +393 -0
- package/bin/skills/bigcode-evaluation-harness/references/custom-tasks.md +424 -0
- package/bin/skills/bigcode-evaluation-harness/references/issues.md +394 -0
- package/bin/skills/bitsandbytes/SKILL.md +411 -0
- package/bin/skills/bitsandbytes/references/memory-optimization.md +521 -0
- package/bin/skills/bitsandbytes/references/qlora-training.md +521 -0
- package/bin/skills/bitsandbytes/references/quantization-formats.md +447 -0
- package/bin/skills/blip-2/SKILL.md +564 -0
- package/bin/skills/blip-2/references/advanced-usage.md +680 -0
- package/bin/skills/blip-2/references/troubleshooting.md +526 -0
- package/bin/skills/chroma/SKILL.md +406 -0
- package/bin/skills/chroma/references/integration.md +38 -0
- package/bin/skills/clip/SKILL.md +253 -0
- package/bin/skills/clip/references/applications.md +207 -0
- package/bin/skills/constitutional-ai/SKILL.md +290 -0
- package/bin/skills/crewai/SKILL.md +498 -0
- package/bin/skills/crewai/references/flows.md +438 -0
- package/bin/skills/crewai/references/tools.md +429 -0
- package/bin/skills/crewai/references/troubleshooting.md +480 -0
- package/bin/skills/deepspeed/SKILL.md +141 -0
- package/bin/skills/deepspeed/references/08.md +17 -0
- package/bin/skills/deepspeed/references/09.md +173 -0
- package/bin/skills/deepspeed/references/2020.md +378 -0
- package/bin/skills/deepspeed/references/2023.md +279 -0
- package/bin/skills/deepspeed/references/assets.md +179 -0
- package/bin/skills/deepspeed/references/index.md +35 -0
- package/bin/skills/deepspeed/references/mii.md +118 -0
- package/bin/skills/deepspeed/references/other.md +1191 -0
- package/bin/skills/deepspeed/references/tutorials.md +6554 -0
- package/bin/skills/dspy/SKILL.md +590 -0
- package/bin/skills/dspy/references/examples.md +663 -0
- package/bin/skills/dspy/references/modules.md +475 -0
- package/bin/skills/dspy/references/optimizers.md +566 -0
- package/bin/skills/faiss/SKILL.md +221 -0
- package/bin/skills/faiss/references/index_types.md +280 -0
- package/bin/skills/flash-attention/SKILL.md +367 -0
- package/bin/skills/flash-attention/references/benchmarks.md +215 -0
- package/bin/skills/flash-attention/references/transformers-integration.md +293 -0
- package/bin/skills/gguf/SKILL.md +427 -0
- package/bin/skills/gguf/references/advanced-usage.md +504 -0
- package/bin/skills/gguf/references/troubleshooting.md +442 -0
- package/bin/skills/gptq/SKILL.md +450 -0
- package/bin/skills/gptq/references/calibration.md +337 -0
- package/bin/skills/gptq/references/integration.md +129 -0
- package/bin/skills/gptq/references/troubleshooting.md +95 -0
- package/bin/skills/grpo-rl-training/README.md +97 -0
- package/bin/skills/grpo-rl-training/SKILL.md +572 -0
- package/bin/skills/grpo-rl-training/examples/reward_functions_library.py +393 -0
- package/bin/skills/grpo-rl-training/templates/basic_grpo_training.py +228 -0
- package/bin/skills/guidance/SKILL.md +572 -0
- package/bin/skills/guidance/references/backends.md +554 -0
- package/bin/skills/guidance/references/constraints.md +674 -0
- package/bin/skills/guidance/references/examples.md +767 -0
- package/bin/skills/hqq/SKILL.md +445 -0
- package/bin/skills/hqq/references/advanced-usage.md +528 -0
- package/bin/skills/hqq/references/troubleshooting.md +503 -0
- package/bin/skills/hugging-face-cli/SKILL.md +191 -0
- package/bin/skills/hugging-face-cli/references/commands.md +954 -0
- package/bin/skills/hugging-face-cli/references/examples.md +374 -0
- package/bin/skills/hugging-face-datasets/SKILL.md +547 -0
- package/bin/skills/hugging-face-datasets/examples/diverse_training_examples.json +239 -0
- package/bin/skills/hugging-face-datasets/examples/system_prompt_template.txt +196 -0
- package/bin/skills/hugging-face-datasets/examples/training_examples.json +176 -0
- package/bin/skills/hugging-face-datasets/scripts/dataset_manager.py +522 -0
- package/bin/skills/hugging-face-datasets/scripts/sql_manager.py +844 -0
- package/bin/skills/hugging-face-datasets/templates/chat.json +55 -0
- package/bin/skills/hugging-face-datasets/templates/classification.json +62 -0
- package/bin/skills/hugging-face-datasets/templates/completion.json +51 -0
- package/bin/skills/hugging-face-datasets/templates/custom.json +75 -0
- package/bin/skills/hugging-face-datasets/templates/qa.json +54 -0
- package/bin/skills/hugging-face-datasets/templates/tabular.json +81 -0
- package/bin/skills/hugging-face-evaluation/SKILL.md +656 -0
- package/bin/skills/hugging-face-evaluation/examples/USAGE_EXAMPLES.md +382 -0
- package/bin/skills/hugging-face-evaluation/examples/artificial_analysis_to_hub.py +141 -0
- package/bin/skills/hugging-face-evaluation/examples/example_readme_tables.md +135 -0
- package/bin/skills/hugging-face-evaluation/examples/metric_mapping.json +50 -0
- package/bin/skills/hugging-face-evaluation/requirements.txt +20 -0
- package/bin/skills/hugging-face-evaluation/scripts/evaluation_manager.py +1374 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_eval_uv.py +104 -0
- package/bin/skills/hugging-face-evaluation/scripts/inspect_vllm_uv.py +317 -0
- package/bin/skills/hugging-face-evaluation/scripts/lighteval_vllm_uv.py +303 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_eval_job.py +98 -0
- package/bin/skills/hugging-face-evaluation/scripts/run_vllm_eval_job.py +331 -0
- package/bin/skills/hugging-face-evaluation/scripts/test_extraction.py +206 -0
- package/bin/skills/hugging-face-jobs/SKILL.md +1041 -0
- package/bin/skills/hugging-face-jobs/index.html +216 -0
- package/bin/skills/hugging-face-jobs/references/hardware_guide.md +336 -0
- package/bin/skills/hugging-face-jobs/references/hub_saving.md +352 -0
- package/bin/skills/hugging-face-jobs/references/token_usage.md +546 -0
- package/bin/skills/hugging-face-jobs/references/troubleshooting.md +475 -0
- package/bin/skills/hugging-face-jobs/scripts/cot-self-instruct.py +718 -0
- package/bin/skills/hugging-face-jobs/scripts/finepdfs-stats.py +546 -0
- package/bin/skills/hugging-face-jobs/scripts/generate-responses.py +587 -0
- package/bin/skills/hugging-face-model-trainer/SKILL.md +711 -0
- package/bin/skills/hugging-face-model-trainer/references/gguf_conversion.md +296 -0
- package/bin/skills/hugging-face-model-trainer/references/hardware_guide.md +283 -0
- package/bin/skills/hugging-face-model-trainer/references/hub_saving.md +364 -0
- package/bin/skills/hugging-face-model-trainer/references/reliability_principles.md +371 -0
- package/bin/skills/hugging-face-model-trainer/references/trackio_guide.md +189 -0
- package/bin/skills/hugging-face-model-trainer/references/training_methods.md +150 -0
- package/bin/skills/hugging-face-model-trainer/references/training_patterns.md +203 -0
- package/bin/skills/hugging-face-model-trainer/references/troubleshooting.md +282 -0
- package/bin/skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +424 -0
- package/bin/skills/hugging-face-model-trainer/scripts/dataset_inspector.py +417 -0
- package/bin/skills/hugging-face-model-trainer/scripts/estimate_cost.py +150 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_dpo_example.py +106 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_grpo_example.py +89 -0
- package/bin/skills/hugging-face-model-trainer/scripts/train_sft_example.py +122 -0
- package/bin/skills/hugging-face-paper-publisher/SKILL.md +627 -0
- package/bin/skills/hugging-face-paper-publisher/examples/example_usage.md +327 -0
- package/bin/skills/hugging-face-paper-publisher/references/quick_reference.md +216 -0
- package/bin/skills/hugging-face-paper-publisher/scripts/paper_manager.py +508 -0
- package/bin/skills/hugging-face-paper-publisher/templates/arxiv.md +299 -0
- package/bin/skills/hugging-face-paper-publisher/templates/ml-report.md +358 -0
- package/bin/skills/hugging-face-paper-publisher/templates/modern.md +319 -0
- package/bin/skills/hugging-face-paper-publisher/templates/standard.md +201 -0
- package/bin/skills/hugging-face-tool-builder/SKILL.md +115 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.py +57 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.sh +40 -0
- package/bin/skills/hugging-face-tool-builder/references/baseline_hf_api.tsx +57 -0
- package/bin/skills/hugging-face-tool-builder/references/find_models_by_paper.sh +230 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_enrich_models.sh +96 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
- package/bin/skills/hugging-face-tool-builder/references/hf_model_papers_auth.sh +171 -0
- package/bin/skills/hugging-face-trackio/SKILL.md +65 -0
- package/bin/skills/hugging-face-trackio/references/logging_metrics.md +206 -0
- package/bin/skills/hugging-face-trackio/references/retrieving_metrics.md +223 -0
- package/bin/skills/huggingface-tokenizers/SKILL.md +516 -0
- package/bin/skills/huggingface-tokenizers/references/algorithms.md +653 -0
- package/bin/skills/huggingface-tokenizers/references/integration.md +637 -0
- package/bin/skills/huggingface-tokenizers/references/pipeline.md +723 -0
- package/bin/skills/huggingface-tokenizers/references/training.md +565 -0
- package/bin/skills/instructor/SKILL.md +740 -0
- package/bin/skills/instructor/references/examples.md +107 -0
- package/bin/skills/instructor/references/providers.md +70 -0
- package/bin/skills/instructor/references/validation.md +606 -0
- package/bin/skills/knowledge-distillation/SKILL.md +458 -0
- package/bin/skills/knowledge-distillation/references/minillm.md +334 -0
- package/bin/skills/lambda-labs/SKILL.md +545 -0
- package/bin/skills/lambda-labs/references/advanced-usage.md +611 -0
- package/bin/skills/lambda-labs/references/troubleshooting.md +530 -0
- package/bin/skills/langchain/SKILL.md +480 -0
- package/bin/skills/langchain/references/agents.md +499 -0
- package/bin/skills/langchain/references/integration.md +562 -0
- package/bin/skills/langchain/references/rag.md +600 -0
- package/bin/skills/langsmith/SKILL.md +422 -0
- package/bin/skills/langsmith/references/advanced-usage.md +548 -0
- package/bin/skills/langsmith/references/troubleshooting.md +537 -0
- package/bin/skills/litgpt/SKILL.md +469 -0
- package/bin/skills/litgpt/references/custom-models.md +568 -0
- package/bin/skills/litgpt/references/distributed-training.md +451 -0
- package/bin/skills/litgpt/references/supported-models.md +336 -0
- package/bin/skills/litgpt/references/training-recipes.md +619 -0
- package/bin/skills/llama-cpp/SKILL.md +258 -0
- package/bin/skills/llama-cpp/references/optimization.md +89 -0
- package/bin/skills/llama-cpp/references/quantization.md +213 -0
- package/bin/skills/llama-cpp/references/server.md +125 -0
- package/bin/skills/llama-factory/SKILL.md +80 -0
- package/bin/skills/llama-factory/references/_images.md +23 -0
- package/bin/skills/llama-factory/references/advanced.md +1055 -0
- package/bin/skills/llama-factory/references/getting_started.md +349 -0
- package/bin/skills/llama-factory/references/index.md +19 -0
- package/bin/skills/llama-factory/references/other.md +31 -0
- package/bin/skills/llamaguard/SKILL.md +337 -0
- package/bin/skills/llamaindex/SKILL.md +569 -0
- package/bin/skills/llamaindex/references/agents.md +83 -0
- package/bin/skills/llamaindex/references/data_connectors.md +108 -0
- package/bin/skills/llamaindex/references/query_engines.md +406 -0
- package/bin/skills/llava/SKILL.md +304 -0
- package/bin/skills/llava/references/training.md +197 -0
- package/bin/skills/lm-evaluation-harness/SKILL.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/api-evaluation.md +490 -0
- package/bin/skills/lm-evaluation-harness/references/benchmark-guide.md +488 -0
- package/bin/skills/lm-evaluation-harness/references/custom-tasks.md +602 -0
- package/bin/skills/lm-evaluation-harness/references/distributed-eval.md +519 -0
- package/bin/skills/long-context/SKILL.md +536 -0
- package/bin/skills/long-context/references/extension_methods.md +468 -0
- package/bin/skills/long-context/references/fine_tuning.md +611 -0
- package/bin/skills/long-context/references/rope.md +402 -0
- package/bin/skills/mamba/SKILL.md +260 -0
- package/bin/skills/mamba/references/architecture-details.md +206 -0
- package/bin/skills/mamba/references/benchmarks.md +255 -0
- package/bin/skills/mamba/references/training-guide.md +388 -0
- package/bin/skills/megatron-core/SKILL.md +366 -0
- package/bin/skills/megatron-core/references/benchmarks.md +249 -0
- package/bin/skills/megatron-core/references/parallelism-guide.md +404 -0
- package/bin/skills/megatron-core/references/production-examples.md +473 -0
- package/bin/skills/megatron-core/references/training-recipes.md +547 -0
- package/bin/skills/miles/SKILL.md +315 -0
- package/bin/skills/miles/references/api-reference.md +141 -0
- package/bin/skills/miles/references/troubleshooting.md +352 -0
- package/bin/skills/mlflow/SKILL.md +704 -0
- package/bin/skills/mlflow/references/deployment.md +744 -0
- package/bin/skills/mlflow/references/model-registry.md +770 -0
- package/bin/skills/mlflow/references/tracking.md +680 -0
- package/bin/skills/modal/SKILL.md +341 -0
- package/bin/skills/modal/references/advanced-usage.md +503 -0
- package/bin/skills/modal/references/troubleshooting.md +494 -0
- package/bin/skills/model-merging/SKILL.md +539 -0
- package/bin/skills/model-merging/references/evaluation.md +462 -0
- package/bin/skills/model-merging/references/examples.md +428 -0
- package/bin/skills/model-merging/references/methods.md +352 -0
- package/bin/skills/model-pruning/SKILL.md +495 -0
- package/bin/skills/model-pruning/references/wanda.md +347 -0
- package/bin/skills/moe-training/SKILL.md +526 -0
- package/bin/skills/moe-training/references/architectures.md +432 -0
- package/bin/skills/moe-training/references/inference.md +348 -0
- package/bin/skills/moe-training/references/training.md +425 -0
- package/bin/skills/nanogpt/SKILL.md +290 -0
- package/bin/skills/nanogpt/references/architecture.md +382 -0
- package/bin/skills/nanogpt/references/data.md +476 -0
- package/bin/skills/nanogpt/references/training.md +564 -0
- package/bin/skills/nemo-curator/SKILL.md +383 -0
- package/bin/skills/nemo-curator/references/deduplication.md +87 -0
- package/bin/skills/nemo-curator/references/filtering.md +102 -0
- package/bin/skills/nemo-evaluator/SKILL.md +494 -0
- package/bin/skills/nemo-evaluator/references/adapter-system.md +340 -0
- package/bin/skills/nemo-evaluator/references/configuration.md +447 -0
- package/bin/skills/nemo-evaluator/references/custom-benchmarks.md +315 -0
- package/bin/skills/nemo-evaluator/references/execution-backends.md +361 -0
- package/bin/skills/nemo-guardrails/SKILL.md +297 -0
- package/bin/skills/nnsight/SKILL.md +436 -0
- package/bin/skills/nnsight/references/README.md +78 -0
- package/bin/skills/nnsight/references/api.md +344 -0
- package/bin/skills/nnsight/references/tutorials.md +300 -0
- package/bin/skills/openrlhf/SKILL.md +249 -0
- package/bin/skills/openrlhf/references/algorithm-comparison.md +404 -0
- package/bin/skills/openrlhf/references/custom-rewards.md +530 -0
- package/bin/skills/openrlhf/references/hybrid-engine.md +287 -0
- package/bin/skills/openrlhf/references/multi-node-training.md +454 -0
- package/bin/skills/outlines/SKILL.md +652 -0
- package/bin/skills/outlines/references/backends.md +615 -0
- package/bin/skills/outlines/references/examples.md +773 -0
- package/bin/skills/outlines/references/json_generation.md +652 -0
- package/bin/skills/peft/SKILL.md +431 -0
- package/bin/skills/peft/references/advanced-usage.md +514 -0
- package/bin/skills/peft/references/troubleshooting.md +480 -0
- package/bin/skills/phoenix/SKILL.md +475 -0
- package/bin/skills/phoenix/references/advanced-usage.md +619 -0
- package/bin/skills/phoenix/references/troubleshooting.md +538 -0
- package/bin/skills/pinecone/SKILL.md +358 -0
- package/bin/skills/pinecone/references/deployment.md +181 -0
- package/bin/skills/pytorch-fsdp/SKILL.md +126 -0
- package/bin/skills/pytorch-fsdp/references/index.md +7 -0
- package/bin/skills/pytorch-fsdp/references/other.md +4249 -0
- package/bin/skills/pytorch-lightning/SKILL.md +346 -0
- package/bin/skills/pytorch-lightning/references/callbacks.md +436 -0
- package/bin/skills/pytorch-lightning/references/distributed.md +490 -0
- package/bin/skills/pytorch-lightning/references/hyperparameter-tuning.md +556 -0
- package/bin/skills/pyvene/SKILL.md +473 -0
- package/bin/skills/pyvene/references/README.md +73 -0
- package/bin/skills/pyvene/references/api.md +383 -0
- package/bin/skills/pyvene/references/tutorials.md +376 -0
- package/bin/skills/qdrant/SKILL.md +493 -0
- package/bin/skills/qdrant/references/advanced-usage.md +648 -0
- package/bin/skills/qdrant/references/troubleshooting.md +631 -0
- package/bin/skills/ray-data/SKILL.md +326 -0
- package/bin/skills/ray-data/references/integration.md +82 -0
- package/bin/skills/ray-data/references/transformations.md +83 -0
- package/bin/skills/ray-train/SKILL.md +406 -0
- package/bin/skills/ray-train/references/multi-node.md +628 -0
- package/bin/skills/rwkv/SKILL.md +260 -0
- package/bin/skills/rwkv/references/architecture-details.md +344 -0
- package/bin/skills/rwkv/references/rwkv7.md +386 -0
- package/bin/skills/rwkv/references/state-management.md +369 -0
- package/bin/skills/saelens/SKILL.md +386 -0
- package/bin/skills/saelens/references/README.md +70 -0
- package/bin/skills/saelens/references/api.md +333 -0
- package/bin/skills/saelens/references/tutorials.md +318 -0
- package/bin/skills/segment-anything/SKILL.md +500 -0
- package/bin/skills/segment-anything/references/advanced-usage.md +589 -0
- package/bin/skills/segment-anything/references/troubleshooting.md +484 -0
- package/bin/skills/sentence-transformers/SKILL.md +255 -0
- package/bin/skills/sentence-transformers/references/models.md +123 -0
- package/bin/skills/sentencepiece/SKILL.md +235 -0
- package/bin/skills/sentencepiece/references/algorithms.md +200 -0
- package/bin/skills/sentencepiece/references/training.md +304 -0
- package/bin/skills/sglang/SKILL.md +442 -0
- package/bin/skills/sglang/references/deployment.md +490 -0
- package/bin/skills/sglang/references/radix-attention.md +413 -0
- package/bin/skills/sglang/references/structured-generation.md +541 -0
- package/bin/skills/simpo/SKILL.md +219 -0
- package/bin/skills/simpo/references/datasets.md +478 -0
- package/bin/skills/simpo/references/hyperparameters.md +452 -0
- package/bin/skills/simpo/references/loss-functions.md +350 -0
- package/bin/skills/skypilot/SKILL.md +509 -0
- package/bin/skills/skypilot/references/advanced-usage.md +491 -0
- package/bin/skills/skypilot/references/troubleshooting.md +570 -0
- package/bin/skills/slime/SKILL.md +464 -0
- package/bin/skills/slime/references/api-reference.md +392 -0
- package/bin/skills/slime/references/troubleshooting.md +386 -0
- package/bin/skills/speculative-decoding/SKILL.md +467 -0
- package/bin/skills/speculative-decoding/references/lookahead.md +309 -0
- package/bin/skills/speculative-decoding/references/medusa.md +350 -0
- package/bin/skills/stable-diffusion/SKILL.md +519 -0
- package/bin/skills/stable-diffusion/references/advanced-usage.md +716 -0
- package/bin/skills/stable-diffusion/references/troubleshooting.md +555 -0
- package/bin/skills/tensorboard/SKILL.md +629 -0
- package/bin/skills/tensorboard/references/integrations.md +638 -0
- package/bin/skills/tensorboard/references/profiling.md +545 -0
- package/bin/skills/tensorboard/references/visualization.md +620 -0
- package/bin/skills/tensorrt-llm/SKILL.md +187 -0
- package/bin/skills/tensorrt-llm/references/multi-gpu.md +298 -0
- package/bin/skills/tensorrt-llm/references/optimization.md +242 -0
- package/bin/skills/tensorrt-llm/references/serving.md +470 -0
- package/bin/skills/tinker/SKILL.md +362 -0
- package/bin/skills/tinker/references/api-reference.md +168 -0
- package/bin/skills/tinker/references/getting-started.md +157 -0
- package/bin/skills/tinker/references/loss-functions.md +163 -0
- package/bin/skills/tinker/references/models-and-lora.md +139 -0
- package/bin/skills/tinker/references/recipes.md +280 -0
- package/bin/skills/tinker/references/reinforcement-learning.md +212 -0
- package/bin/skills/tinker/references/rendering.md +243 -0
- package/bin/skills/tinker/references/supervised-learning.md +232 -0
- package/bin/skills/tinker-training-cost/SKILL.md +187 -0
- package/bin/skills/tinker-training-cost/scripts/calculate_cost.py +123 -0
- package/bin/skills/torchforge/SKILL.md +433 -0
- package/bin/skills/torchforge/references/api-reference.md +327 -0
- package/bin/skills/torchforge/references/troubleshooting.md +409 -0
- package/bin/skills/torchtitan/SKILL.md +358 -0
- package/bin/skills/torchtitan/references/checkpoint.md +181 -0
- package/bin/skills/torchtitan/references/custom-models.md +258 -0
- package/bin/skills/torchtitan/references/float8.md +133 -0
- package/bin/skills/torchtitan/references/fsdp.md +126 -0
- package/bin/skills/transformer-lens/SKILL.md +346 -0
- package/bin/skills/transformer-lens/references/README.md +54 -0
- package/bin/skills/transformer-lens/references/api.md +362 -0
- package/bin/skills/transformer-lens/references/tutorials.md +339 -0
- package/bin/skills/trl-fine-tuning/SKILL.md +455 -0
- package/bin/skills/trl-fine-tuning/references/dpo-variants.md +227 -0
- package/bin/skills/trl-fine-tuning/references/online-rl.md +82 -0
- package/bin/skills/trl-fine-tuning/references/reward-modeling.md +122 -0
- package/bin/skills/trl-fine-tuning/references/sft-training.md +168 -0
- package/bin/skills/unsloth/SKILL.md +80 -0
- package/bin/skills/unsloth/references/index.md +7 -0
- package/bin/skills/unsloth/references/llms-full.md +16799 -0
- package/bin/skills/unsloth/references/llms-txt.md +12044 -0
- package/bin/skills/unsloth/references/llms.md +82 -0
- package/bin/skills/verl/SKILL.md +391 -0
- package/bin/skills/verl/references/api-reference.md +301 -0
- package/bin/skills/verl/references/troubleshooting.md +391 -0
- package/bin/skills/vllm/SKILL.md +364 -0
- package/bin/skills/vllm/references/optimization.md +226 -0
- package/bin/skills/vllm/references/quantization.md +284 -0
- package/bin/skills/vllm/references/server-deployment.md +255 -0
- package/bin/skills/vllm/references/troubleshooting.md +447 -0
- package/bin/skills/weights-and-biases/SKILL.md +590 -0
- package/bin/skills/weights-and-biases/references/artifacts.md +584 -0
- package/bin/skills/weights-and-biases/references/integrations.md +700 -0
- package/bin/skills/weights-and-biases/references/sweeps.md +847 -0
- package/bin/skills/whisper/SKILL.md +317 -0
- package/bin/skills/whisper/references/languages.md +189 -0
- package/bin/synsc +0 -0
- package/package.json +10 -0
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"messages": [
|
|
4
|
+
{
|
|
5
|
+
"role": "user",
|
|
6
|
+
"content": "Hi there! I'm working on a Python project and getting stuck with some async programming concepts. Can you help explain how to use async/await properly?"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"role": "assistant",
|
|
10
|
+
"content": "I'd be happy to help you understand async/await in Python! These are powerful tools for writing concurrent code. Let me show you some practical examples and explain the key concepts.\n\n**Basic async/await syntax:**\n```python\nimport asyncio\n\nasync def fetch_data():\n # Simulate an async operation\n await asyncio.sleep(1)\n return \"Data fetched!\"\n\nasync def main():\n result = await fetch_data()\n print(result)\n\n# Run the async function\nasyncio.run(main())\n```\n\n**Key concepts:**\n- `async def` defines an asynchronous function (coroutine)\n- `await` pauses execution until the awaited operation completes\n- `asyncio.run()` runs the main async function\n\n**When to use async/await:**\n- I/O operations (file reads, network requests, database queries)\n- Operations that involve waiting\n- When you want to handle multiple tasks concurrently\n\nWould you like me to show you a more complex example with multiple concurrent operations, or do you have a specific use case you're working on?"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"scenario": "Educational chat about Python async programming concepts",
|
|
14
|
+
"complexity": "simple",
|
|
15
|
+
"tools_used": [],
|
|
16
|
+
"learning_objectives": ["conversational teaching", "code explanation", "technical mentoring", "educational chat patterns"]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"messages": [
|
|
20
|
+
{
|
|
21
|
+
"role": "user",
|
|
22
|
+
"content": "I need to create a new feature branch for my project, make some changes, and then create a pull request. Can you walk me through the Git workflow?"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"role": "assistant",
|
|
26
|
+
"content": "I'll help you with the complete Git workflow for creating a feature branch and pull request. Let me first check your current Git status and then guide you through each step.",
|
|
27
|
+
"tool_calls": [
|
|
28
|
+
{
|
|
29
|
+
"type": "function",
|
|
30
|
+
"function": {
|
|
31
|
+
"name": "git_status",
|
|
32
|
+
"arguments": {}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
]
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"role": "tool",
|
|
39
|
+
"content": "On branch main\nYour branch is up to date with 'origin/main'.\n\nnothing to commit, working tree clean",
|
|
40
|
+
"tool_call_id": "call_301"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"role": "assistant",
|
|
44
|
+
"content": "Perfect! Your working tree is clean and you're on the main branch. Now let's create your feature branch and walk through the workflow.",
|
|
45
|
+
"tool_calls": [
|
|
46
|
+
{
|
|
47
|
+
"type": "function",
|
|
48
|
+
"function": {
|
|
49
|
+
"name": "git_branch",
|
|
50
|
+
"arguments": {
|
|
51
|
+
"branch_name": "feature/user-authentication",
|
|
52
|
+
"create": true
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"role": "tool",
|
|
60
|
+
"content": "Switched to a new branch 'feature/user-authentication'",
|
|
61
|
+
"tool_call_id": "call_302"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"role": "assistant",
|
|
65
|
+
"content": "Great! I've created and switched to your new feature branch. Here's the complete workflow:\n\n**✅ Step 1: Created feature branch** (Done)\n```bash\ngit checkout -b feature/user-authentication\n```\n\n**Next steps for you:**\n\n**Step 2: Make your changes**\n- Edit your files as needed\n- Add your new feature code\n\n**Step 3: Stage and commit changes**\n```bash\ngit add .\ngit commit -m \"Add user authentication feature\"\n```\n\n**Step 4: Push branch to remote**\n```bash\ngit push -u origin feature/user-authentication\n```\n\n**Step 5: Create Pull Request**\n- Go to your repository on GitHub/GitLab\n- Click \"Create Pull Request\" or \"Merge Request\"\n- Fill in description and request review\n\nWould you like me to help you with any of these steps once you've made your changes?"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"scenario": "Git workflow guidance for feature development",
|
|
69
|
+
"complexity": "intermediate",
|
|
70
|
+
"tools_used": ["git_status", "git_branch"],
|
|
71
|
+
"learning_objectives": ["Git workflow patterns", "branch management", "collaborative development", "step-by-step guidance"]
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"messages": [
|
|
75
|
+
{
|
|
76
|
+
"role": "user",
|
|
77
|
+
"content": "I have a Python function that's running really slowly. Can you help me analyze the code and suggest optimizations?"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"role": "assistant",
|
|
81
|
+
"content": "I'd be happy to help optimize your Python code! Let me analyze the function to identify potential performance bottlenecks and suggest improvements.",
|
|
82
|
+
"tool_calls": [
|
|
83
|
+
{
|
|
84
|
+
"type": "function",
|
|
85
|
+
"function": {
|
|
86
|
+
"name": "find_functions",
|
|
87
|
+
"arguments": {
|
|
88
|
+
"pattern": "def.*process.*"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"role": "tool",
|
|
96
|
+
"content": "Found functions:\n- def process_user_data(users_list): line 45 in utils.py\n- def process_payments(payment_records): line 78 in billing.py",
|
|
97
|
+
"tool_call_id": "call_401"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"role": "assistant",
|
|
101
|
+
"content": "I found some processing functions. Let me examine the code to identify performance issues.",
|
|
102
|
+
"tool_calls": [
|
|
103
|
+
{
|
|
104
|
+
"type": "function",
|
|
105
|
+
"function": {
|
|
106
|
+
"name": "read_file",
|
|
107
|
+
"arguments": {
|
|
108
|
+
"path": "utils.py",
|
|
109
|
+
"start_line": 45,
|
|
110
|
+
"end_line": 60
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"role": "tool",
|
|
118
|
+
"content": "def process_user_data(users_list):\n results = []\n for user in users_list:\n # Multiple database calls in loop - PERFORMANCE ISSUE!\n profile = db.get_user_profile(user.id)\n settings = db.get_user_settings(user.id)\n preferences = db.get_user_preferences(user.id)\n \n # String concatenation in loop - PERFORMANCE ISSUE!\n summary = \"\"\n for field in user.fields:\n summary += f\"{field.name}: {field.value}\\n\"\n \n results.append({\n 'user': user,\n 'profile': profile,\n 'settings': settings,\n 'preferences': preferences,\n 'summary': summary\n })\n return results",
|
|
119
|
+
"tool_call_id": "call_402"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"role": "assistant",
|
|
123
|
+
"content": "I've identified several performance issues in your `process_user_data` function. Here's my analysis and optimization suggestions:\n\n**🔍 Performance Issues Found:**\n\n1. **N+1 Database Query Problem** (Lines 48-50)\n - Making 3 separate DB calls per user in a loop\n - This scales linearly with user count (very slow!)\n\n2. **String Concatenation in Loop** (Lines 52-55)\n - Using `+=` for string building is inefficient\n - Creates new string objects each iteration\n\n**⚡ Optimization Recommendations:**\n\n```python\ndef process_user_data_optimized(users_list):\n # Fix 1: Batch database queries\n user_ids = [user.id for user in users_list]\n profiles = db.get_user_profiles_batch(user_ids) # Single query\n settings = db.get_user_settings_batch(user_ids) # Single query \n preferences = db.get_user_preferences_batch(user_ids) # Single query\n \n results = []\n for user in users_list:\n # Fix 2: Use join() for string concatenation\n summary = \"\\n\".join(f\"{field.name}: {field.value}\" \n for field in user.fields)\n \n results.append({\n 'user': user,\n 'profile': profiles.get(user.id),\n 'settings': settings.get(user.id), \n 'preferences': preferences.get(user.id),\n 'summary': summary\n })\n return results\n```\n\n**Expected Performance Gain:** 10-100x faster depending on user count!\n\nWould you like me to help implement the batch database queries or analyze any other functions?"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"scenario": "Code performance analysis and optimization guidance",
|
|
127
|
+
"complexity": "advanced",
|
|
128
|
+
"tools_used": ["find_functions", "read_file"],
|
|
129
|
+
"learning_objectives": ["performance optimization", "code analysis", "database optimization patterns", "Python best practices"]
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"messages": [
|
|
133
|
+
{
|
|
134
|
+
"role": "user",
|
|
135
|
+
"content": "I need to write a professional email to a client explaining a project delay. Can you help me draft something that's apologetic but confident?"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"role": "assistant",
|
|
139
|
+
"content": "I'll help you draft a professional email that strikes the right balance between taking responsibility and maintaining client confidence. Here's a template that addresses the delay while focusing on solutions:\n\n**Subject:** Project Update - Revised Timeline for [Project Name]\n\n**Email Draft:**\n\nDear [Client Name],\n\nI hope this email finds you well. I'm writing to provide you with an important update regarding the [Project Name] timeline.\n\nAfter a thorough review of our current progress, I need to inform you that we will require an additional [X weeks/days] to complete the project to our mutual quality standards. This adjustment is primarily due to [brief, honest reason - e.g., \"unexpected technical complexities in the integration phase\" or \"additional testing requirements to ensure optimal performance\"].\n\nI want to be completely transparent about this delay and take full responsibility. However, I'm confident that this additional time will allow us to deliver a solution that exceeds your expectations and provides long-term value.\n\n**Here's our revised timeline:**\n- [Key milestone 1]: [New date]\n- [Key milestone 2]: [New date] \n- Final delivery: [New date]\n\nTo ensure we stay on track, I've implemented [specific action - e.g., \"daily progress reviews\" or \"additional resources to the development team\"].\n\nI understand this may impact your planning, and I'm available to discuss how we can minimize any inconvenience. Would you be available for a brief call this week to address any concerns?\n\nThank you for your patience and continued trust in our partnership.\n\nBest regards,\n[Your name]\n\n**Key elements this email includes:**\n- Direct, honest communication\n- Takes responsibility without excessive apologizing\n- Provides specific reasons and solutions\n- Shows proactive management\n- Offers further discussion\n\nWould you like me to adjust the tone or focus on any particular aspects?"
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"scenario": "Professional communication assistance and content generation",
|
|
143
|
+
"complexity": "simple",
|
|
144
|
+
"tools_used": [],
|
|
145
|
+
"learning_objectives": ["professional writing", "client communication", "content generation", "business correspondence patterns"]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"messages": [
|
|
149
|
+
{
|
|
150
|
+
"role": "user",
|
|
151
|
+
"content": "I'm trying to understand this legacy codebase I inherited. There are so many files and I don't know where to start. Can you help me map out the structure?"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"role": "assistant",
|
|
155
|
+
"content": "I completely understand - navigating a new codebase can be overwhelming! Let me help you systematically explore and understand the structure. I'll start by getting an overview and then drill down into the important parts.",
|
|
156
|
+
"tool_calls": [
|
|
157
|
+
{
|
|
158
|
+
"type": "function",
|
|
159
|
+
"function": {
|
|
160
|
+
"name": "list_directory",
|
|
161
|
+
"arguments": {
|
|
162
|
+
"path": "."
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"role": "tool",
|
|
170
|
+
"content": "README.md\npackage.json\nsrc/\ntest/\nconfig/\ndocs/\n.env.example\n.gitignore\nDockerfile\nnode_modules/",
|
|
171
|
+
"tool_call_id": "call_501"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"role": "assistant",
|
|
175
|
+
"content": "Great! This looks like a Node.js project with a well-organized structure. Let me examine the key areas to give you a roadmap.",
|
|
176
|
+
"tool_calls": [
|
|
177
|
+
{
|
|
178
|
+
"type": "function",
|
|
179
|
+
"function": {
|
|
180
|
+
"name": "read_file",
|
|
181
|
+
"arguments": {
|
|
182
|
+
"path": "package.json"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
]
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"role": "tool",
|
|
190
|
+
"content": "{\n \"name\": \"legacy-api-service\",\n \"version\": \"2.3.1\",\n \"description\": \"Customer management API with billing integration\",\n \"main\": \"src/app.js\",\n \"scripts\": {\n \"start\": \"node src/app.js\",\n \"dev\": \"nodemon src/app.js\",\n \"test\": \"jest test/\"\n },\n \"dependencies\": {\n \"express\": \"^4.18.0\",\n \"mongoose\": \"^6.2.0\",\n \"stripe\": \"^8.0.0\"\n }\n}",
|
|
191
|
+
"tool_call_id": "call_502"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"role": "assistant",
|
|
195
|
+
"content": "Now let me explore the source directory to understand the application structure.",
|
|
196
|
+
"tool_calls": [
|
|
197
|
+
{
|
|
198
|
+
"type": "function",
|
|
199
|
+
"function": {
|
|
200
|
+
"name": "list_directory",
|
|
201
|
+
"arguments": {
|
|
202
|
+
"path": "src"
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"role": "tool",
|
|
210
|
+
"content": "app.js\nroutes/\nmodels/\nservices/\nmiddleware/\nutils/\ncontrollers/",
|
|
211
|
+
"tool_call_id": "call_503"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"role": "assistant",
|
|
215
|
+
"content": "Perfect! Now I have a clear picture. Here's your **Codebase Navigation Guide**:\n\n## 📋 Project Overview\n**Type:** Customer Management API with billing (Node.js/Express)\n**Main Entry:** `src/app.js`\n**Database:** MongoDB (Mongoose)\n**Payment:** Stripe integration\n\n## 🗺️ Architecture Map\n\n**Start Here:**\n1. 📖 `README.md` - Project documentation\n2. ⚙️ `src/app.js` - Application entry point\n3. 🛣️ `src/routes/` - API endpoints definition\n\n**Core Application Logic:**\n- `src/controllers/` - Request handling logic\n- `src/models/` - Database schemas (MongoDB)\n- `src/services/` - Business logic layer\n- `src/middleware/` - Authentication, validation, etc.\n\n**Supporting Code:**\n- `src/utils/` - Helper functions\n- `config/` - Configuration files\n- `test/` - Unit/integration tests\n\n## 🎯 Recommended Exploration Order:\n\n**Phase 1 - Foundation (Start here!):**\n1. Read `README.md` for setup instructions\n2. Check `src/app.js` to see how everything connects\n3. Browse `src/routes/` to understand available APIs\n\n**Phase 2 - Business Logic:**\n4. Explore `src/controllers/` for main functionality\n5. Review `src/models/` for data structure\n6. Study `src/services/` for business rules\n\n**Phase 3 - Details:**\n7. Check `src/middleware/` for security/validation\n8. Look at `config/` for environment setup\n9. Review `test/` to understand expected behavior\n\nWould you like me to dive deeper into any specific area, like showing you the main routes or examining the data models?"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"scenario": "Codebase exploration and architecture understanding",
|
|
219
|
+
"complexity": "intermediate",
|
|
220
|
+
"tools_used": ["list_directory", "read_file"],
|
|
221
|
+
"learning_objectives": ["codebase navigation", "architecture analysis", "systematic exploration", "legacy code understanding"]
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"messages": [
|
|
225
|
+
{
|
|
226
|
+
"role": "user",
|
|
227
|
+
"content": "Can you help me brainstorm some creative names for my new productivity app? It's focused on time blocking and helps people focus on deep work."
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"role": "assistant",
|
|
231
|
+
"content": "I'd love to help you brainstorm creative names for your time blocking and deep work app! Let me generate some ideas across different themes and styles.\n\n## 🎯 Focus & Deep Work Theme\n- **FlowBlocks** - Combines time blocking with flow state\n- **DeepDive** - Simple, suggests deep work immersion\n- **FocusForge** - Creating focused time periods\n- **ZenBlocks** - Peaceful, mindful time management\n- **MindVault** - Protecting mental space for deep work\n\n## ⏰ Time & Productivity Theme\n- **ChronoFlow** - Time management with smooth workflow\n- **TimeWeaver** - Weaving together productive time blocks\n- **ClockCraft** - Skillfully crafting your schedule\n- **TempoLock** - Locking in productive tempos\n- **PulseBlocks** - Rhythmic time blocking\n\n## 🏗️ Building & Structure Theme\n- **TaskArchitect** - Building your productive day\n- **FocusFoundry** - Where focused time is created\n- **ProductivityBricks** - Building blocks of productivity\n- **WorkStack** - Stacking focused work sessions\n- **MindGrid** - Organized mental workspace\n\n## 🎨 Creative & Unique\n- **Concentrix** - Focus + matrix of time\n- **Quietude** - Emphasizes calm, focused environment\n- **DeepSpace** - Space for deep work (tech feel)\n- **FlowChamber** - Protected space for flow state\n- **ThinkTank** - Tank of focused thinking time\n\n## 💡 Short & Catchy\n- **Blokr** - Modern, minimal spelling\n- **Focux** - Focus + flux\n- **Zenith** - Peak productivity\n- **Prism** - Breaking time into focused segments\n- **Vault** - Simple, suggests protection/security\n\n**My top recommendations:**\n1. **FlowBlocks** - Perfect blend of your core features\n2. **DeepVault** - Strong, memorable, suggests protection of deep work\n3. **FocusForge** - Active, suggests creating something valuable\n\nDo any of these resonate with your vision? Would you like me to explore variations of your favorites or brainstorm in a different direction?"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"scenario": "Creative brainstorming and idea generation assistance",
|
|
235
|
+
"complexity": "simple",
|
|
236
|
+
"tools_used": [],
|
|
237
|
+
"learning_objectives": ["creative thinking", "brainstorming techniques", "branding assistance", "idea generation patterns"]
|
|
238
|
+
}
|
|
239
|
+
]
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
You are an AI assistant expert at using MCP (Model Context Protocol) tools effectively. You have access to various MCP servers and tools that allow you to interact with external systems, databases, APIs, and services.
|
|
2
|
+
|
|
3
|
+
## MCP SERVER DEFINITIONS
|
|
4
|
+
|
|
5
|
+
### Available MCP Servers and Tools:
|
|
6
|
+
|
|
7
|
+
**1. Filesystem Server (mcp-server-filesystem)**
|
|
8
|
+
- `read_file`: Read file contents
|
|
9
|
+
- `write_file`: Create or overwrite files
|
|
10
|
+
- `edit_file`: Make precise edits to existing files
|
|
11
|
+
- `list_directory`: List directory contents
|
|
12
|
+
- `create_directory`: Create new directories
|
|
13
|
+
- `move_file`: Move/rename files
|
|
14
|
+
- `delete_file`: Remove files
|
|
15
|
+
- `search_files`: Search for files by name pattern
|
|
16
|
+
|
|
17
|
+
**2. Git Server (mcp-server-git)**
|
|
18
|
+
- `git_status`: Check repository status
|
|
19
|
+
- `git_log`: View commit history
|
|
20
|
+
- `git_diff`: Show changes between commits
|
|
21
|
+
- `git_commit`: Create commits
|
|
22
|
+
- `git_branch`: Manage branches
|
|
23
|
+
- `git_push`: Push changes to remote
|
|
24
|
+
- `git_pull`: Pull changes from remote
|
|
25
|
+
|
|
26
|
+
**3. Database Server (mcp-server-sqlite)**
|
|
27
|
+
- `execute_query`: Run SQL queries
|
|
28
|
+
- `describe_table`: Get table schema
|
|
29
|
+
- `list_tables`: Show all tables
|
|
30
|
+
- `create_table`: Create new tables
|
|
31
|
+
- `insert_data`: Add records
|
|
32
|
+
- `backup_database`: Create database backup
|
|
33
|
+
|
|
34
|
+
**4. Web Server (mcp-server-web)**
|
|
35
|
+
- `fetch_url`: Get web page content
|
|
36
|
+
- `post_request`: Send POST requests
|
|
37
|
+
- `search_web`: Search the internet
|
|
38
|
+
- `download_file`: Download files from URLs
|
|
39
|
+
|
|
40
|
+
**5. Code Analysis Server (mcp-server-code)**
|
|
41
|
+
- `analyze_code`: Static code analysis
|
|
42
|
+
- `find_functions`: Locate function definitions
|
|
43
|
+
- `get_dependencies`: Extract imports/dependencies
|
|
44
|
+
- `format_code`: Auto-format source code
|
|
45
|
+
- `run_tests`: Execute test suites
|
|
46
|
+
|
|
47
|
+
## TRAINING EXAMPLE STRUCTURE
|
|
48
|
+
|
|
49
|
+
Generate training examples using this exact structure:
|
|
50
|
+
|
|
51
|
+
```json
|
|
52
|
+
{
|
|
53
|
+
"messages": [
|
|
54
|
+
{
|
|
55
|
+
"role": "user",
|
|
56
|
+
"content": "[Natural user request describing a real problem]"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"role": "assistant",
|
|
60
|
+
"content": "[Conversational response with embedded MCP tool usage]",
|
|
61
|
+
"tool_calls": [
|
|
62
|
+
{
|
|
63
|
+
"type": "function",
|
|
64
|
+
"function": {
|
|
65
|
+
"name": "[mcp_tool_name]",
|
|
66
|
+
"arguments": {
|
|
67
|
+
"[param1]": "[value1]",
|
|
68
|
+
"[param2]": "[value2]"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"role": "tool",
|
|
76
|
+
"content": "[Simulated tool response/output]",
|
|
77
|
+
"tool_call_id": "call_123"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"role": "assistant",
|
|
81
|
+
"content": "[Follow-up response analyzing results and next steps]"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"scenario": "[Brief description of the use case]",
|
|
85
|
+
"complexity": "[simple|intermediate|advanced]",
|
|
86
|
+
"tools_used": ["[tool1]", "[tool2]"],
|
|
87
|
+
"learning_objectives": ["[objective1]", "[objective2]"]
|
|
88
|
+
}
|
|
89
|
+
```
|
|
90
|
+
|
|
91
|
+
## QUALITY GUIDELINES
|
|
92
|
+
|
|
93
|
+
**1. Realistic Scenarios**: Create examples based on actual developer workflows:
|
|
94
|
+
- Debugging application errors
|
|
95
|
+
- Setting up new projects
|
|
96
|
+
- Code refactoring and optimization
|
|
97
|
+
- Database management tasks
|
|
98
|
+
- API integration challenges
|
|
99
|
+
- Version control operations
|
|
100
|
+
- File organization and cleanup
|
|
101
|
+
|
|
102
|
+
**2. Progressive Complexity**:
|
|
103
|
+
- **Simple**: Single tool usage for straightforward tasks
|
|
104
|
+
- **Intermediate**: Multiple tools working together
|
|
105
|
+
- **Advanced**: Complex workflows with error handling and iteration
|
|
106
|
+
|
|
107
|
+
**3. Tool Usage Patterns**:
|
|
108
|
+
- Always explain tool selection rationale
|
|
109
|
+
- Show proper parameter usage
|
|
110
|
+
- Demonstrate error handling
|
|
111
|
+
- Include realistic tool outputs
|
|
112
|
+
- Show iterative problem-solving
|
|
113
|
+
|
|
114
|
+
**4. Conversational Quality**:
|
|
115
|
+
- Natural language flow
|
|
116
|
+
- User context awareness
|
|
117
|
+
- Helpful explanations without being verbose
|
|
118
|
+
- Professional but approachable tone
|
|
119
|
+
- Clear next steps and follow-up options
|
|
120
|
+
|
|
121
|
+
**5. Technical Accuracy**:
|
|
122
|
+
- Correct MCP tool syntax
|
|
123
|
+
- Realistic file paths and data
|
|
124
|
+
- Valid code snippets
|
|
125
|
+
- Proper error messages
|
|
126
|
+
- Authentic command outputs
|
|
127
|
+
|
|
128
|
+
## EXAMPLE CATEGORIES TO COVER
|
|
129
|
+
|
|
130
|
+
**Development Workflows**:
|
|
131
|
+
- Project setup and initialization
|
|
132
|
+
- Code review and quality checks
|
|
133
|
+
- Dependency management
|
|
134
|
+
- Build and deployment processes
|
|
135
|
+
|
|
136
|
+
**Git & Version Control**:
|
|
137
|
+
- Feature branch workflows
|
|
138
|
+
- Merge conflict resolution
|
|
139
|
+
- Repository management
|
|
140
|
+
- Collaborative development patterns
|
|
141
|
+
|
|
142
|
+
**Code Analysis & Optimization**:
|
|
143
|
+
- Performance profiling and optimization
|
|
144
|
+
- Code quality assessment
|
|
145
|
+
- Refactoring guidance
|
|
146
|
+
- Architecture analysis
|
|
147
|
+
|
|
148
|
+
**Debugging & Troubleshooting**:
|
|
149
|
+
- Error investigation
|
|
150
|
+
- Log analysis
|
|
151
|
+
- Performance profiling
|
|
152
|
+
- Configuration issues
|
|
153
|
+
|
|
154
|
+
**Data Management**:
|
|
155
|
+
- Database queries and updates
|
|
156
|
+
- File processing and transformation
|
|
157
|
+
- Backup and migration tasks
|
|
158
|
+
- Data validation and cleanup
|
|
159
|
+
|
|
160
|
+
**Integration Tasks**:
|
|
161
|
+
- API testing and integration
|
|
162
|
+
- External service connections
|
|
163
|
+
- Webhook setup and testing
|
|
164
|
+
- Authentication implementation
|
|
165
|
+
|
|
166
|
+
**Educational & Mentoring**:
|
|
167
|
+
- Concept explanations
|
|
168
|
+
- Technical tutorials
|
|
169
|
+
- Best practices guidance
|
|
170
|
+
- Learning path recommendations
|
|
171
|
+
|
|
172
|
+
**Content Generation**:
|
|
173
|
+
- Professional writing assistance
|
|
174
|
+
- Documentation creation
|
|
175
|
+
- Creative brainstorming
|
|
176
|
+
- Technical communication
|
|
177
|
+
|
|
178
|
+
**Conversational Support**:
|
|
179
|
+
- Problem-solving discussions
|
|
180
|
+
- Project guidance
|
|
181
|
+
- Technical Q&A
|
|
182
|
+
- Collaborative planning
|
|
183
|
+
|
|
184
|
+
**Codebase Navigation**:
|
|
185
|
+
- Legacy code exploration
|
|
186
|
+
- Architecture understanding
|
|
187
|
+
- Documentation analysis
|
|
188
|
+
- Systematic code review
|
|
189
|
+
|
|
190
|
+
**Maintenance & Operations**:
|
|
191
|
+
- Code refactoring
|
|
192
|
+
- Documentation updates
|
|
193
|
+
- Security audits
|
|
194
|
+
- System monitoring
|
|
195
|
+
|
|
196
|
+
Generate examples that demonstrate sophisticated MCP usage while maintaining natural conversational flow and practical applicability.
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"messages": [
|
|
4
|
+
{
|
|
5
|
+
"role": "user",
|
|
6
|
+
"content": "My Node.js app is crashing on startup. Can you help me debug this? The error message mentions something about a missing config file."
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"role": "assistant",
|
|
10
|
+
"content": "I'll help you debug the startup crash. Let me first check your application structure and then look at the logs to understand the missing config file issue.",
|
|
11
|
+
"tool_calls": [
|
|
12
|
+
{
|
|
13
|
+
"type": "function",
|
|
14
|
+
"function": {
|
|
15
|
+
"name": "list_directory",
|
|
16
|
+
"arguments": {
|
|
17
|
+
"path": "."
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"role": "tool",
|
|
25
|
+
"content": "package.json\nserver.js\nsrc/\nnode_modules/\nREADME.md\nlogs/",
|
|
26
|
+
"tool_call_id": "call_001"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"role": "assistant",
|
|
30
|
+
"content": "I can see your project structure. Now let me check the main server file to understand what config file it's expecting.",
|
|
31
|
+
"tool_calls": [
|
|
32
|
+
{
|
|
33
|
+
"type": "function",
|
|
34
|
+
"function": {
|
|
35
|
+
"name": "read_file",
|
|
36
|
+
"arguments": {
|
|
37
|
+
"path": "server.js"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
]
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"role": "tool",
|
|
45
|
+
"content": "const express = require('express');\nconst config = require('./config/database.json');\nconst app = express();\n\napp.listen(config.port, () => {\n console.log(`Server running on port ${config.port}`);\n});",
|
|
46
|
+
"tool_call_id": "call_002"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"role": "assistant",
|
|
50
|
+
"content": "Found the issue! Your server.js is trying to load './config/database.json' but I don't see a config directory. Let me check if it exists and create it if needed.",
|
|
51
|
+
"tool_calls": [
|
|
52
|
+
{
|
|
53
|
+
"type": "function",
|
|
54
|
+
"function": {
|
|
55
|
+
"name": "list_directory",
|
|
56
|
+
"arguments": {
|
|
57
|
+
"path": "config"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"role": "tool",
|
|
65
|
+
"content": "Error: Directory 'config' does not exist",
|
|
66
|
+
"tool_call_id": "call_003"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"role": "assistant",
|
|
70
|
+
"content": "Perfect! The config directory is missing. I'll create it and add a basic database configuration file to fix your startup crash.",
|
|
71
|
+
"tool_calls": [
|
|
72
|
+
{
|
|
73
|
+
"type": "function",
|
|
74
|
+
"function": {
|
|
75
|
+
"name": "create_directory",
|
|
76
|
+
"arguments": {
|
|
77
|
+
"path": "config"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"role": "tool",
|
|
85
|
+
"content": "Directory 'config' created successfully",
|
|
86
|
+
"tool_call_id": "call_004"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"role": "assistant",
|
|
90
|
+
"content": "Now I'll create the missing database.json configuration file with sensible defaults.",
|
|
91
|
+
"tool_calls": [
|
|
92
|
+
{
|
|
93
|
+
"type": "function",
|
|
94
|
+
"function": {
|
|
95
|
+
"name": "write_file",
|
|
96
|
+
"arguments": {
|
|
97
|
+
"path": "config/database.json",
|
|
98
|
+
"content": "{\n \"port\": 3000,\n \"database\": {\n \"host\": \"localhost\",\n \"port\": 5432,\n \"name\": \"myapp\",\n \"user\": \"postgres\"\n }\n}"
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"role": "tool",
|
|
106
|
+
"content": "File 'config/database.json' created successfully",
|
|
107
|
+
"tool_call_id": "call_005"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"role": "assistant",
|
|
111
|
+
"content": "Great! I've fixed the missing config file issue. Your Node.js app should now start without crashing. The server will run on port 3000 by default. You may want to adjust the database connection settings in config/database.json to match your actual database setup."
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"scenario": "Debugging Node.js startup crash due to missing configuration file",
|
|
115
|
+
"complexity": "intermediate",
|
|
116
|
+
"tools_used": ["list_directory", "read_file", "create_directory", "write_file"],
|
|
117
|
+
"learning_objectives": ["systematic debugging approach", "file system navigation", "configuration file management", "error root cause analysis"]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"messages": [
|
|
121
|
+
{
|
|
122
|
+
"role": "user",
|
|
123
|
+
"content": "I need to set up a new React project with TypeScript and add some basic components. Can you help me get started?"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"role": "assistant",
|
|
127
|
+
"content": "I'll help you set up a new React TypeScript project from scratch. Let me start by creating the project structure and configuration files.",
|
|
128
|
+
"tool_calls": [
|
|
129
|
+
{
|
|
130
|
+
"type": "function",
|
|
131
|
+
"function": {
|
|
132
|
+
"name": "create_directory",
|
|
133
|
+
"arguments": {
|
|
134
|
+
"path": "my-react-app"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"role": "tool",
|
|
142
|
+
"content": "Directory 'my-react-app' created successfully",
|
|
143
|
+
"tool_call_id": "call_101"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"role": "assistant",
|
|
147
|
+
"content": "Now I'll create the package.json with React and TypeScript dependencies.",
|
|
148
|
+
"tool_calls": [
|
|
149
|
+
{
|
|
150
|
+
"type": "function",
|
|
151
|
+
"function": {
|
|
152
|
+
"name": "write_file",
|
|
153
|
+
"arguments": {
|
|
154
|
+
"path": "my-react-app/package.json",
|
|
155
|
+
"content": "{\n \"name\": \"my-react-app\",\n \"version\": \"1.0.0\",\n \"scripts\": {\n \"dev\": \"vite\",\n \"build\": \"tsc && vite build\",\n \"preview\": \"vite preview\"\n },\n \"dependencies\": {\n \"react\": \"^18.2.0\",\n \"react-dom\": \"^18.2.0\"\n },\n \"devDependencies\": {\n \"@types/react\": \"^18.2.0\",\n \"@types/react-dom\": \"^18.2.0\",\n \"@vitejs/plugin-react\": \"^4.0.0\",\n \"typescript\": \"^5.0.0\",\n \"vite\": \"^4.3.0\"\n }\n}"
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"role": "tool",
|
|
163
|
+
"content": "File 'my-react-app/package.json' created successfully",
|
|
164
|
+
"tool_call_id": "call_102"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"role": "assistant",
|
|
168
|
+
"content": "Perfect! I've set up your React TypeScript project with proper configuration. The project includes package.json with all necessary dependencies, and a clean structure. You can now run `npm install` to install dependencies and start developing your components. Would you like me to create any specific components or add additional configuration?"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"scenario": "Setting up new React TypeScript project from scratch",
|
|
172
|
+
"complexity": "simple",
|
|
173
|
+
"tools_used": ["create_directory", "write_file"],
|
|
174
|
+
"learning_objectives": ["project initialization", "React TypeScript setup", "configuration management", "directory structure planning"]
|
|
175
|
+
}
|
|
176
|
+
]
|