Agent Skill
2/7/2026

project-to-obsidian

将代码项目转换为 Obsidian 知识库。当用户提到 obsidian、项目文档、知识库、分析项目、转换项目 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入规则(默认到 00_Inbox/AI/、追加式、统一 Schema) 3. 执行 STEP 0: 使用 AskUserQuestion 询问用户确认 4. 用户确认后才开始 STEP 1 项目扫描 5. 严格按 STEP 0 → 1 → 2 → 3 → 4 顺序执行 【禁止行为】: - 禁止不读 SKILL.md 就开始分析项目 - 禁止跳过 STEP 0 用户确认 - 禁止直接在 30_Resources 创建(先到 00_Inbox/AI/) - 禁止自作主张决定输出位置

Z
zhanlincui
49GitHub Stars
1Views
npx skills add ZhanlinCui/Ultimate-Agent-Skills-Collection

SKILL.md

Nameproject-to-obsidian
Description将代码项目转换为 Obsidian 知识库。当用户提到 obsidian、项目文档、知识库、分析项目、转换项目 时激活。 【激活后必须执行】: 1. 先完整阅读本 SKILL.md 文件 2. 理解 AI 写入规则(默认到 00_Inbox/AI/、追加式、统一 Schema) 3. 执行 STEP 0: 使用 AskUserQuestion 询问用户确认 4. 用户确认后才开始 STEP 1 项目扫描 5. 严格按 STEP 0 → 1 → 2 → 3 → 4 顺序执行 【禁止行为】: - 禁止不读 SKILL.md 就开始分析项目 - 禁止跳过 STEP 0 用户确认 - 禁止直接在 30_Resources 创建(先到 00_Inbox/AI/) - 禁止自作主张决定输出位置

Ultimate Agent Skills Collection

<div align="center"> <img src="https://img.shields.io/badge/Skills-49+-blueviolet?style=for-the-badge" alt="Skills Count" /> <img src="https://img.shields.io/badge/Quality-Premium-gold?style=for-the-badge" alt="Quality" /> <img src="https://img.shields.io/badge/License-MIT-green?style=for-the-badge" alt="License" /> <img src="https://img.shields.io/badge/Languages-6-blue?style=for-the-badge" alt="Languages" /> <br /> <img src="https://img.shields.io/github/stars/ZhanlinCui/Ultimate-Agent-Skills-Collection?style=social" alt="Stars" /> <img src="https://img.shields.io/github/forks/ZhanlinCui/Ultimate-Agent-Skills-Collection?style=social" alt="Forks" /> <img src="https://img.shields.io/github/last-commit/ZhanlinCui/Ultimate-Agent-Skills-Collection" alt="Last Commit" /> <img src="https://img.shields.io/github/contributors/ZhanlinCui/Ultimate-Agent-Skills-Collection" alt="Contributors" />

The Most Comprehensive Production-Ready Agent Skills Library on the Internet

Not just links — real implementations with scripts, templates, and references you can use today.

简体中文 | 繁體中文 | 日本語 | 한국어 | Español

</div>

Table of Contents


📖 What Are Agent Skills?

Agent Skills are modular instruction packages that extend what AI coding agents can do. Each skill is a self-contained folder with a SKILL.md file (the core instructions) plus optional scripts, templates, and references. When you ask an AI agent to perform a task, it dynamically loads the relevant skill and follows the instructions — no fine-tuning, no API changes, no configuration.

This standard is supported by Claude, Copilot, Codex, Gemini, and more. Skills are portable across all compatible agents.


🌟 Why This Collection — Not Another Link List

There are many "awesome lists" that collect links to skills scattered across GitHub. This project takes a completely different approach: every skill lives here, fully implemented, ready to use.

Link ListsThis Library
What you getURLs to 50+ external repos49+ complete implementations in one repo
ScriptsGo find them yourself23 skills include working scripts
TemplatesNone14 skills include ready-to-use templates
InstallManual, per-reposkillctl CLI — one command
ManageCan'tEnable/disable per IDE, per skill
Updategit pull each reposkillctl update — one command
QualityUnverifiedCI-validated structure + frontmatter

Core Advantages

  • skillctl CLI — The first skill manager. Search, enable, disable, update skills per IDE from your terminal
  • 49+ Complete Skills — Not links. Real SKILL.md + scripts + templates + references, all in one repo
  • 11 IDE Support — Cursor, Claude Code, Copilot, VS Code, Codex, Windsurf, Gemini CLI, and more
  • Per-Skill Control — Don't want all 49? Enable only what you need per IDE
  • CI Validated — GitHub Actions verify every SKILL.md has valid structure
  • 6 Languages — EN, 简体中文, 繁體中文, 日本語, 한국어, Español

🔌 Compatible Agents

This collection works with all major AI coding agents that support the skill standard:

AgentSkill PathDocumentation
Claude Code~/.claude/skills/code.claude.com/docs/en/skills
Claude.aiUpload via UIsupport.claude.com
GitHub Copilot.github/skills/docs.github.com
VS Code.github/skills/code.visualstudio.com
Codex (OpenAI)~/.codex/skills/developers.openai.com
Antigravity (Google)~/.gemini/antigravity/skills/antigravity.google
Gemini CLI~/.gemini/skills/geminicli.com
KiroProject skillskiro.dev
Cursor~/.cursor/skills/Skill-compatible
Windsurf~/.codeium/windsurf/skills/Skill-compatible
OpenCode~/.config/opencode/skill/Skill-compatible
Amp~/.config/agents/skills/Skill-compatible

🚀 Quick Start

1. Clone & Use skillctl (Recommended)

git clone https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection.git ~/agent-skills
cd ~/agent-skills

# See all available skills
./skillctl list

# Set up all skills for your IDE
./skillctl setup cursor        # or: claude, copilot, codex, windsurf...
./skillctl setup all           # configure all detected IDEs at once

# Enable/disable individual skills
./skillctl enable cursor docx
./skillctl disable cursor xlsx
./skillctl search "testing"
./skillctl status
./skillctl update              # pull latest from GitHub

2. Interactive Installer (Alternative)

chmod +x install.sh && ./install.sh

3. Manual Symlink

git clone https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection.git ~/.agents/skills
mkdir -p ~/.cursor && ln -sf ~/.agents/skills ~/.cursor/skills

📂 Skills Directory

🎨 Creative & Design

SkillDescriptionIncludes
algorithmic-artCreate generative art using p5.js with seeded randomness and interactive parameter explorationscripts templates
canvas-designCreate beautiful visual art in .png and .pdf documents using design philosophyfonts
frontend-designBuild distinctive, production-grade frontend interfaces with exceptional design quality
brand-guidelinesApply official brand colors and typography to artifacts
theme-factoryStyle artifacts with 10+ pre-set themes or generate custom themes on-the-flytemplates
slack-gif-creatorCreate animated GIFs optimized for Slack with proper constraintsscripts
ui-ux-pro-maxUltimate UI/UX design intelligence: 50+ styles, 97 color palettes, 57 font pairings, 99 UX guidelines. Supports 10 tech stacksscripts references

📄 Document Skills

SkillDescriptionIncludes
docxComprehensive Word document creation, editing with tracked changes and commentsscripts templates references
pdfPDF manipulation — extract text/tables, create, merge/split, handle formsscripts
pptxPowerPoint presentation creation, editing, layouts, and speaker notesscripts references
xlsxSpreadsheet creation, editing with formulas, formatting, and data analysisscripts
doc-coauthoringStructured workflow for co-authoring documentation and proposals
internal-commsWrite internal communications: status reports, newsletters, FAQs, incident reportstemplates
github-release-assistantGenerate bilingual GitHub release documentation (English + Chinese)scripts templates references

📝 Obsidian Knowledge Management

SkillDescriptionIncludes
obsidian-helperSmart note assistant with /daily, /capture, /review commands. Deep MCP integrationscripts references
obsidian-basesCreate Obsidian Bases (.base files) with views, filters, formulas, and summaries
obsidian-markdownComplete Obsidian Flavored Markdown guide: wikilinks, embeds, callouts, properties, Mermaid, LaTeX
project-to-obsidianConvert code projects to Obsidian knowledge bases. Auto-generate API docs, architecture, module docsscripts templates
json-canvasCreate JSON Canvas files (.canvas) for Obsidian: nodes, edges, groups, flowcharts, mind maps

🛠️ Development & Technical

SkillDescriptionIncludes
mcp-builderCreate high-quality MCP (Model Context Protocol) servers for LLM integrationsscripts templates
webapp-testingTest local web applications using Playwright with screenshots and logsscripts
web-artifacts-builderBuild complex HTML artifacts with React, Tailwind, and shadcn/uiscripts
skill-creatorGuide for creating effective skills that extend AI agent capabilitiesscripts templates
deploying-to-productionAutomate GitHub repository creation and Vercel deployment
internationalizing-websitesAdd multi-language support to Next.js with proper SEO configurationscripts templates

🔍 SEO & Performance

SkillDescriptionIncludes
google-official-seo-guideOfficial Google SEO guide: search optimization, crawling, indexing best practicesreferences
web-performance-seoFix PageSpeed/Lighthouse accessibility errors for SEO optimization

🧠 Planning & Workflow

SkillDescriptionIncludes
planning-with-filesManus-style file-based planning with task_plan.md, findings.md, progress.mdscripts templates
writing-plansCreate structured plans for multi-step tasks before coding
executing-plansExecute written implementation plans with review checkpoints
brainstormingExplore user intent, requirements and design before implementation
chat-compactorGenerate session summaries for AI agent continuity across sessions

🐛 Debugging & Quality

SkillDescriptionIncludes
systematic-debuggingSystematic approach to debugging: root cause analysis before fixesscripts references
test-driven-developmentTDD workflow: write tests first, then implementationtemplates
verification-before-completionVerify work is complete before claiming success
receiving-code-reviewHandle code review feedback with technical rigor
requesting-code-reviewRequest thorough code reviews for completed worktemplates

🤖 Agent Orchestration

SkillDescriptionIncludes
dispatching-parallel-agentsDispatch 2+ independent tasks to parallel subagents
subagent-driven-developmentExecute plans with specialized subagents for each taskscripts templates
using-superpowersEstablish how to find and use skills in conversations
writing-skillsCreate, edit, and verify skills before deploymentscripts templates examples

🔧 Git & Development Workflow

SkillDescriptionIncludes
using-git-worktreesCreate isolated git worktrees for feature development
finishing-a-development-branchGuide completion: merge, PR, or cleanup options

🔗 Integration & Automation

SkillDescriptionIncludes
notebooklmQuery Google NotebookLM for source-grounded answers via browser automationscripts
x-article-publisherPublish Markdown articles to X (Twitter) Articles with proper formattingscripts
doc-sync-toolAuto-sync Agents.md, claude.md, gemini.md files across projectsscripts

🔺 Vercel Official

SkillDescriptionIncludes
vercel-deployDeploy any project to Vercel instantly. No auth required — returns preview URLscripts
vercel-react-best-practices45 performance rules for React/Next.js from Vercel Engineeringrules
vercel-web-design-guidelinesReview UI code for Web Interface Guidelines compliance. Accessibility, UX audit

📚 Official Skills References

These are official skill implementations from AI platform providers:

Anthropic (Claude)

SkillDescriptionSource
docxCreate, edit, analyze Word documents with tracked changesanthropics/skills
xlsxSpreadsheet manipulation: formulas, charts, data transformationsanthropics/skills
pptxRead, generate, and adjust slides, layouts, templatesanthropics/skills
pdfExtract text, tables, metadata from PDFsanthropics/skills

OpenAI (Codex)

Skill ScopeLocationSuggested Use
REPO$CWD/.codex/skillsSkills relevant to a working folder
USER~/.codex/skillsPersonal skills for any repository
ADMIN/etc/codex/skillsSDK scripts, automation skills
SYSTEMBundled with CodexBuilt-in skills like skill-creator

HuggingFace

SkillDescriptionSource
hf_dataset_creatorPrompts, templates, and scripts for creating structured training datasetshuggingface/skills
hf_model_evaluationOrchestrating evaluation jobs, generating reports, and mapping metricshuggingface/skills
hf-llm-trainerComprehensive training skill with guidance, helper scripts, cost estimatorshuggingface/skills
hf-paper-publisherTools for publishing and managing research papers on Hugging Face Hubhuggingface/skills

🌐 Community Skills & Collections

Verified community-maintained skills and collections worth exploring:

RepositoryDescription
anthropics/skillsOfficial Anthropic collection (document editing, data analysis)
openai/skillsOfficial OpenAI Codex skills catalog
huggingface/skillsHuggingFace skills (compatible with Claude, Codex, Gemini)
heilcheng/awesome-agent-skillsCurated list of skill links and resources
skillcreatorai/Ai-Agent-SkillsSkillCreator.ai collection with CLI installer
agentskill.sh44k+ skills directory with security scanning
dmgrok/agent_skills_directorynpm-like CLI for skills — aggregates 177+ skills from 24 providers
gotalab/skillportSkills distribution via CLI or MCP
karanb192/awesome-claude-skills50+ verified skills for Claude Code and Claude.ai
transloadit/skillsMedia processing: video encoding, image manipulation, OCR

⚙️ IDE/Agent Configuration

Quick Setup (All IDEs)

# Clone the collection
git clone https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection.git ~/.agents/skills

Supported IDEs & Configuration Paths

IDEDefault Skill PathSymlink Command
Cursor~/.cursor/skills/mkdir -p ~/.cursor && ln -sf ~/.agents/skills ~/.cursor/skills
Claude Code~/.claude/skills/mkdir -p ~/.claude && ln -sf ~/.agents/skills ~/.claude/skills
GitHub Copilot~/.copilot/skills/mkdir -p ~/.copilot && ln -sf ~/.agents/skills ~/.copilot/skills
VS Code.github/skills/mkdir -p ~/.copilot && ln -sf ~/.agents/skills ~/.copilot/skills
Codex (OpenAI)~/.codex/skills/mkdir -p ~/.codex && ln -sf ~/.agents/skills ~/.codex/skills
Antigravity~/.gemini/antigravity/skills/mkdir -p ~/.gemini/antigravity && ln -sf ~/.agents/skills ~/.gemini/antigravity/skills
Gemini CLI~/.gemini/skills/mkdir -p ~/.gemini && ln -sf ~/.agents/skills ~/.gemini/skills
Windsurf~/.codeium/windsurf/skills/mkdir -p ~/.codeium/windsurf && ln -sf ~/.agents/skills ~/.codeium/windsurf/skills
OpenCode~/.config/opencode/skill/mkdir -p ~/.config/opencode && ln -sf ~/.agents/skills ~/.config/opencode/skill
Amp~/.config/agents/skills/mkdir -p ~/.config/agents && ln -sf ~/.agents/skills ~/.config/agents/skills
iFlow~/.iflow/skills/mkdir -p ~/.iflow && ln -sf ~/.agents/skills ~/.iflow/skills

All-in-One Setup Script

git clone https://github.com/ZhanlinCui/Ultimate-Agent-Skills-Collection.git ~/.agents/skills

mkdir -p ~/.cursor ~/.claude ~/.copilot ~/.codex ~/.gemini ~/.gemini/antigravity \
         ~/.codeium/windsurf ~/.config/opencode ~/.config/agents ~/.iflow

ln -sf ~/.agents/skills ~/.cursor/skills
ln -sf ~/.agents/skills ~/.claude/skills
ln -sf ~/.agents/skills ~/.copilot/skills
ln -sf ~/.agents/skills ~/.codex/skills
ln -sf ~/.agents/skills ~/.gemini/skills
ln -sf ~/.agents/skills ~/.gemini/antigravity/skills
ln -sf ~/.agents/skills ~/.codeium/windsurf/skills
ln -sf ~/.agents/skills ~/.config/opencode/skill
ln -sf ~/.agents/skills ~/.config/agents/skills
ln -sf ~/.agents/skills ~/.iflow/skills

echo "✅ Skills configured for all IDEs!"

📖 Official Tutorials and Guides

Claude & Anthropic

GitHub Copilot & VS Code

OpenAI Codex

Model Context Protocol (MCP)


❓ FAQ

What are Agent Skills?

Agent Skills are instruction files that teach AI assistants how to do specific tasks. Think of them as "how-to guides" that the AI reads and follows. They only load when needed, so the AI stays fast and focused.

How is this different from other skill collections?

Most collections are link directories — they list links to external repositories. This collection contains 49+ complete skill implementations with scripts, templates, and reference documentation. Clone once and you have everything ready to use.

How are Agent Skills different from fine-tuning?

Fine-tuning permanently changes how an AI thinks (expensive and hard to update). Agent Skills are just instruction files — you can update, swap, or share them anytime without touching the AI itself.

What's the difference between Agent Skills and MCP?

They complement each other:

  • Agent Skills = teach the AI how to do something (workflows, best practices)
  • MCP = help the AI access things (APIs, databases, external tools)

Which AI tools support Agent Skills?

Currently supported: Claude (Claude.ai and Claude Code), GitHub Copilot, VS Code, Codex (OpenAI), Antigravity (Google), Gemini CLI, Kiro, Cursor, Windsurf, OpenCode, and Amp. The list is growing.

Do Agent Skills run code?

No. Skills are text instructions — the AI reads and follows them like a recipe. Some skills include helper scripts that the AI can execute, but the skill itself is just instructions.

How do I create my own skill?

  1. Create a folder with a SKILL.md file containing a name and description
  2. Write clear, step-by-step instructions
  3. Optionally add scripts, templates, or references
  4. Place it in your IDE's skill directory
  5. Full guide: How to create custom skills

Can I use these skills with multiple IDEs at the same time?

Yes! Use the install.sh script or the all-in-one setup script above to configure skills for all your IDEs simultaneously. Skills are just files — they work across any compatible agent.


🏷️ Skills Quick Reference

CategoryCountHighlights
🎨 Creative & Design7algorithmic-art, frontend-design, ui-ux-pro-max
📄 Document Skills7docx, pdf, pptx, xlsx
📝 Obsidian Knowledge5obsidian-helper, obsidian-bases, project-to-obsidian
🛠️ Development6mcp-builder, webapp-testing, skill-creator
🔍 SEO & Performance2google-official-seo-guide, web-performance-seo
🧠 Planning & Workflow5planning-with-files, chat-compactor
🐛 Debugging & Quality5systematic-debugging, test-driven-development
🤖 Agent Orchestration4dispatching-parallel-agents, subagent-driven-development
🔧 Git & Workflow2using-git-worktrees, finishing-a-development-branch
🔗 Integration3notebooklm, x-article-publisher
🔺 Vercel Official3vercel-deploy, vercel-react-best-practices

Skill Structure

Every skill follows a consistent structure:

skill-name/
├── SKILL.md          # Main instructions (required)
├── scripts/          # Helper scripts (optional)
├── templates/        # Template files (optional)
├── references/       # Documentation (optional)
└── examples/         # Usage examples (optional)

🤝 Contributing

We welcome contributions! See CONTRIBUTING.md for full guidelines.

Quick summary:

  1. Fork this repository
  2. Create a skill folder with SKILL.md (and optional scripts/templates)
  3. Add your skill to the correct category in README
  4. Submit a Pull Request

Quality requirements:

  • SKILL.md must include valid frontmatter (name, description)
  • Clear, actionable instructions
  • No promotional or marketing language
  • Under 500 lines for optimal performance
  • Scripts must be tested

📜 License

MIT License — see LICENSE for details.


⭐ Star History

<a href="https://star-history.com/#ZhanlinCui/Ultimate-Agent-Skills-Collection&Date"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=ZhanlinCui/Ultimate-Agent-Skills-Collection&type=Date&theme=dark" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=ZhanlinCui/Ultimate-Agent-Skills-Collection&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=ZhanlinCui/Ultimate-Agent-Skills-Collection&type=Date" /> </picture> </a>

📚 References


<div align="center">

Made with ❤️ for the AI Agent Community

The Ultimate Production-Ready Agent Skills Library

</div>
Skills Info
Original Name:project-to-obsidianAuthor:zhanlincui