Skip to main content

skill-name

A clear description of what this skill does and when to use it. Include specific trigger keywords and task types that should activate this skill. Be specific about capabilities so the AI can decide when to load it. Maximum 1024 characters.

跳到安装

来源信息

仓库
pymc-labs/agent-skills
最近来源活动
2026年1月20日 20:37
检测到的 SKILL.md 语言
英语
星标
17
分支
2

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
skill-name
description
A clear description of what this skill does and when to use it. Include specific trigger keywords and task types that should activate this skill. Be specific about capabilities so the AI can decide when to load it. Maximum 1024 characters.
license
MIT
compatibility
Claude Code, OpenCode, Gemini CLI, Cursor, VS Code Copilot
metadata
{"author":"Your Name","version":"1.0"}
# Skill Title Brief overview of what this skill enables and why it's useful. ## When to Use Use this skill when: - Trigger condition 1 - Trigger condition 2 - Trigger condition 3 ## Quick Start ```python # Minimal working example import example_package # Basic usage pattern result = example_package.do_something() ``` ## Core Concepts ### Concept 1 Explanation of the first key concept... ```python # Code example demonstrating concept 1 ``` ### Concept 2 Explanation of the second key concept... ```python # Code example demonstrating concept 2 ``` ## Common Patterns ### Pattern A ```python # Reusable pattern for common task A ``` ### Pattern B ```python # Reusable pattern for common task B ``` ## Best Practices - Best practice 1: explanation - Best practice 2: explanation - Best practice 3: explanation ## Common Pitfalls | Issue | Cause | Solution | |-------|-------|----------| | Problem 1 | Why it happens | How to fix it | | Problem 2 | Why it happens | How to fix it | ## References For detailed information on specific topics, see: - [Topic A](references/topic-a.md) - [Topic B](references/topic-b.md) ## External Resources - [Official Documentation](https://example.com/docs) - [API Reference](https://example.com/api)
在 GitHub 查看