with one click
skill-creator
// Use this skill to create new Agent Skills for GitHub Copilot. It guides you through the process of setting up the directory structure and the SKILL.md file.
// Use this skill to create new Agent Skills for GitHub Copilot. It guides you through the process of setting up the directory structure and the SKILL.md file.
Master SOTA data prep for Kaggle comps: automated EDA (Sweetviz), cleaning (Pyjanitor), and feature selection (Polars + XGBoost) for medium datasets (100MB–5GB) in Colab.
Guide for using and supporting the AGENTS.md standard in VS Code. Use this when asked about AGENTS.md, custom instructions, or repo-level AI agent configuration.
Use this skill for systematic problem-solving through structured, iterative thinking. Break down complex problems, iterate on understanding, catch edge cases, and validate solutions comprehensively.
| name | skill-creator |
| description | Use this skill to create new Agent Skills for GitHub Copilot. It guides you through the process of setting up the directory structure and the SKILL.md file. |
This skill helps you create new Agent Skills for this repository. Agent Skills are specialized, repeatable tasks that GitHub Copilot can handle in agent mode.
Agent Skills are repository-level extensions.
.github/skills/.SKILL.md with YAML frontmatter (name, description) and a Markdown body.my-new-skill)..github/skills/<skill-name>/.SKILL.md file inside that directory.name and description.
name: The name of the skill (same as the directory name).description: A clear, prompt-aligned description (e.g., "Use for debugging failing GitHub Actions").---
name: <skill-name>
description: <clear-description-of-the-skill>
---
<instructions-and-examples-go-here>
copilot.chat.debug=true./explain to see how the skill is being applied.