Files
nexus/wiki/entities/Claude-Code-Templates.md
2026-04-14 16:02:50 +08:00

36 lines
920 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
id: Claude-Code-Templates
title: "Claude-Code-Templates"
type: entity
tags: [claude-code, template, skill]
aliases: [aitmpl, claude-code-templates]
---
## Definition
Claude-Code-Templates 是一个模板平台,提供 Claude Code 可复用的 Skills、Agents、MCP 资源集合。
## Core Properties
- **类型**:模板平台
- **网址**https://www.aitmpl.com
- **资源类型**Skills、Agents、MCP
## Installation
通过 npx 命令安装:
```bash
npx claude-code-templates@latest --skill=<path> --yes
```
## Example
安装 git-commit-helper Skill
```bash
npx claude-code-templates@latest --skill=development/git-commit-helper --yes
```
## Related Entities
- [[Claude]]Claude Code 的底层 AI 模型
## Connections
- [[Claude-Code-Templates]] ← 提供模板 ← [[Skill]]
- [[Claude-Code-Templates]] ← 提供模板 ← [[Agent]]
- [[Claude-Code-Templates]] ← 提供模板 ← [[MCP]]