obsidian-knowledge
Obsidian CLI 操作 MyObsidian vault 的强制协议。每当用户提到 Obsidian、vault、知识库、笔记、Daily、记录、保存到、搜索我的、帮我找一下、记一下、存一下、整理笔记、查看笔记、在我的知识库里,都必须用此 skill。不要用文件工具直接操作 vault——CLI 自动处理 wikilinks、frontmatter、Daily 路径。
code-docs-spec
软件设计文档规范集合,包含产品蓝图(blueprint-spec)、架构设计文档(architecture-spec)、功能需求规格(prd-spec)、测试规格(test-spec)和文档审校与润色(docs-review-spec)的完整规范。当需要编写、维护、检查或润色设计文档时,根据文档类型引用对应规范,并在首次成稿后按 docs-review-spec 执行交付前质量门。
code-principles
触发场景:编写新代码、重构现有代码、代码审查、添加功能、修复bug时。根据目标文件的编程语言类型,参考对应的代码规范原则。支持的语言包括:Python (.py)、Rust (.rs)、TypeScript/JavaScript (.ts/.tsx/.js/.jsx)。框架相关代码决策需基于官方文档验证。
code-reviewer
Reviews and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
git-commit
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
local-tools-guide
当用户需要执行本地命令、安装或使用 CLI 工具、转换 Office/PDF 文档、搜索网页信息、提取 URL 正文、操作浏览器自动化,或询问"用什么工具""怎么安装""如何提取"时,必须立即使用此技能。涵盖 shell 执行、uv/bun/brew 三条工具链选择、文档转换、搜索与正文提取、浏览器操作。这是处理所有本地工具相关任务的首选入口。
macos-screenshot
macOS 截屏技能。当需要截取屏幕截图时使用。触发词:截屏、截图、screenshot。
memory
memory
news
新闻聚合与资讯获取技能。根据预配置的信息源,调用 search-and-fetch 抓取最新新闻并输出结构化摘要。当用户需要获取新闻简报、了解某个话题的最新动态、查看特定媒体的最新内容时触发。触发场景:今日新闻、新闻简报、资讯、briefing、最新动态、看看 X 今天有什么、帮我追踪、日报、早报、晚报。即使用户没说"新闻",只要涉及获取最新信息、行业动态、热点追踪都应触发此技能。
react-best-practices
React performance optimization and testing guidelines. This skill should be used when writing, reviewing, or refactoring React code to ensure optimal performance patterns and test quality. Triggers on tasks involving React components, data fetching, bundle optimization, performance improvements, or testing.
read
阅读、摘要和结构化分析技能。用于读取用户粘贴的正文或网页链接内容,输出摘要、关键要点、实体提取和五维文章分析;URL 场景先提取正文再分析。