Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
troubleshoot
Investigate unexpected chat agent behavior by analyzing direct debug logs in JSONL files. Use when users ask why something happened, why a request was slow, why tools or subagents were used or skipped, or why instructions/skills/agents did not load.
microsoft/vscode 183,714
-
install-vscode-extension
How to install a VS Code extension from an extension ID. Useful when the user wants to add new capabilities to their VS Code environment by installing extensions.
microsoft/vscode 183,714
-
create-instructions
Create an instructions file (.instructions.md) for a project rule or convention.
microsoft/vscode 183,714
-
create-agent
Create a custom agent (.agent.md) for a specific job.
microsoft/vscode 183,714
-
create-skill
Create a reusable skill (SKILL.md) that packages a workflow.
microsoft/vscode 183,714
-
init
Generate or update chat customization files for AI coding agents
microsoft/vscode 183,714
-
agent-customization
**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md, copilot-instructions.md, AGENTS.md). USE FOR: saving coding preferences; troubleshooting why instructions/skills/agents are ignored or not invoked; configuring applyTo patterns; defining tool restrictions; creating custom agent modes or specialized workflows; packaging domain knowledge; fixing YAML frontmatter syntax. DO NOT USE FOR: general coding questions (use default agent); runtime debugging or error diagnosis; MCP server configuration (use MCP docs directly); VS Code extension development. INVOKES: file system tools (read/write customization files), ask-questions tool (interview user for requirements), subagents for codebase exploration. FOR SINGLE OPERATIONS: For quick YAML frontmatter fixes or creating a single file from a known pattern, edit the file directly — no skill needed.
microsoft/vscode 183,714
-
create-hook
Create a hook (.json) to enforce policy or automate agent lifecycle events.
microsoft/vscode 183,714
-
project-setup-info-local
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); initializing Model Context Protocol (MCP) servers with full structure; creating VS Code extensions with proper scaffolding; setting up Next.js, Vite, or other framework-based projects; user asks for "new project", "create a workspace", "set up a [framework] project"; need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: creating single files or small code snippets; adding individual files to existing projects; making modifications to existing codebases; user asks to "create a file" or "add a component"; simple code examples or demonstrations; debugging or fixing existing code. This tool provides complete project setup including: folder structure creation; package.json and dependency management; configuration files (tsconfig, eslint, etc.); initial boilerplate code; development environment setup; build and run instructions. Use other file creation tools for individual files within existing projects.
microsoft/vscode 183,714
-
get-search-view-results
Get the current search results from the Search view in VS Code
microsoft/vscode 183,714
-
generate-run-commands
Generate or modify run commands for the current session. Use when the user wants to set up or update run commands that appear in the session's Run button.
microsoft/vscode 183,714
-
sync
Sync the current session branch with its upstream branch, or publish the current session branch to a remote. Use when the user asks to sync a branch, pull latest changes, rebase onto upstream, push current branch, publish branch, or set upstream.
microsoft/vscode 183,714
-
commit
Commit staged or unstaged changes with an AI-generated commit message that matches the repository's existing commit style. Use when the user asks to 'commit', 'commit changes', 'create a commit', 'save my work', or 'check in code'.
microsoft/vscode 183,714
-
update-pr
Update the pull request for the current session. Use when the user wants to push new changes to an existing PR.
microsoft/vscode 183,714
-
act-on-feedback
Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.
microsoft/vscode 183,714
-
sync-upstream
Update a stale session branch by rebasing onto the latest origin. Use when the upstream has moved significantly and the session needs to catch up, resolving conflicts by preserving upstream changes and adapting session work to fit.
microsoft/vscode 183,714
-
update-skills
Create or update repository skills and instructions when major learnings are discovered during a session. Use when the user says "learn!", when a significant pattern or pitfall is identified, or when reusable domain knowledge should be captured for future sessions.
microsoft/vscode 183,714
-
create-draft-pr
Create a draft pull request for the current session. Use when the user wants to open a draft PR with the session's changes.
microsoft/vscode 183,714
-
create-pr
Create a pull request for the current session. Use when the user wants to open a PR with the session's changes.
microsoft/vscode 183,714
-
merge
Merge changes from the topic branch to the merge base branch. Use when the user wants to merge their session's work back to the base branch.
microsoft/vscode 183,714
-
xiaohongshu-writer
小红书笔记写作助手 - 标题优化、emoji策略、话题标签、封面文案、笔记结构
dongsheng123132/u-claw 1,306
-
china-weather
中国城市天气查询 - 支持中文城市名、农历日期、wttr.in接口
dongsheng123132/u-claw 1,306
-
deepseek-helper
DeepSeek API 助手 - 编程辅助、模型选择、API调用指南、定价信息
dongsheng123132/u-claw 1,306
-
douyin-script
抖音/快手短视频脚本 - 前3秒hook、脚本结构、热门音乐建议、话题标签策略
dongsheng123132/u-claw 1,306