feat: add agent skills post by Daniel Diaz#168
Merged
pabloromeo merged 9 commits intomainfrom Apr 16, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Daniel Diaz’s first DEV.to post introducing VS Code “Agent Skills” and how they fit into Copilot customization, including a minimal SKILL.md example and references to VS Code release notes.
Changes:
- New article describing Agent Skills, their repo layout, and practical usage via
/create-skill. - Includes a minimal
SKILL.mdtemplate example and a customization ecosystem overview. - Adds/uses local assets for header and an in-post diagram.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
remove date key Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
nadcastelli
approved these changes
Apr 15, 2026
joaquinislas-svg
previously approved these changes
Apr 15, 2026
…ptions and punctuation
|
You have used all of your free Bugbot PR reviews. To receive reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial. |
|
Dry-run output: |
pabloromeo
approved these changes
Apr 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First post 🤓
Covers Agent Skills in VS Code — what they are, how to structure a SKILL.md,
and how they fit into the broader Copilot customization ecosystem (instructions,
hooks, MCP, plugins).
References VS Code release notes 1.110 and 1.113 for accuracy.
First in a series on VS Code agent customizations.
Note
Low Risk
Low risk: this PR only adds a new Markdown blog post and does not change application/runtime code paths.
Overview
Adds a new published post,
posts/danieldiaz-qaa/1.agent-skills.md, introducing VS Code Copilot Agent Skills.The article explains the
.github/skills/<name>/SKILL.mdstructure (with a minimal example), how to create skills via/create-skill, and how skills fit into the broader Copilot customization ecosystem (instructions, hooks, MCP servers, plugins), with links and an overview image reference.Reviewed by Cursor Bugbot for commit ae225c6. Bugbot is set up for automated code reviews on this repo. Configure here.