📋
AI EngineeringPython

Skill Template

by anbeime

Skill Template is an AI Engineering skill for Claude Code, published by anbeime in skill.

5.3K stars519 forkson anbeime/skillAdded 2026/08/16+3% in starsRepository updated 2026/08/16
claude-skillsfinance-skillgemini-skillshermes-skilloffice-skillopenclaw-skillsskillskill-mdskills
Install in seconds
Install Skill Template
Copy Skill Template into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/anbeime/skill/tree/main/skills/_template ~/.claude/skills/_template

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/anbeime/skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/_template/SKILL.md in anbeime/skill
Installs to
~/.claude/skills/_template
Collection
One of 23 skills cataloged from this repository
Category
AI Engineering2451 skills

What Skill Template does

Skill Template provides a copyable directory structure and SKILL.md template for creating new AI skills. Use it as a starting point to define task goals, inputs, outputs, and core logic.

Skill Template is cataloged under AI Engineering on DirSkills. Skill Template comes from a repository tagged claude-skills, finance-skill, gemini-skills, hermes-skill and office-skill.

Documentation

README

<技能标题>

任务目标

  • 本技能用于:<一句话描述技能用途>
  • 能力包含:<能力1>、<能力2>、<能力3>
  • 触发条件:<什么场景下使用此技能>

使用方式

输入

<描述用户需要提供什么输入>

参数 类型 必填 说明
input_text string 输入文本
mode string 处理模式 (默认: auto)

输出

<描述技能的输出格式>

{
  "result": "处理结果",
  "metadata": {
    "processing_time": "0.5s",
    "status": "success"
  }
}

核心逻辑

步骤 1: <步骤名称>

<详细说明此步骤的逻辑>

步骤 2: <步骤名称>

<详细说明此步骤的逻辑>

步骤 3: <步骤名称>

<详细说明此步骤的逻辑>

注意事项

  • <注意事项 1>
  • <注意事项 2>
  • <注意事项 3>

示例

示例 1: <场景描述>

输入:

<示例输入>

输出:

<示例输出>

示例 2: <场景描述>

输入:

<示例输入>

输出:

<示例输出>

Frequently asked about Skill Template

  • What else does anbeime publish alongside Skill Template?

    Skill Template is one of 23 skills that DirSkills catalogs from anbeime/skill, the repository it ships in. Its siblings there include Agent Team, AgentKit Multimedia Shopping and Antinet Doc Parse. Each one is a separate skill with its own page in this directory, installs the same way Skill Template does, and is maintained by anbeime in that same repository. The rest of the collection is listed on the anbeime/skill page.

  • How does Skill Template compare to other AI Engineering skills?

    Skill Template ranks #489 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Template against them. Open each page to compare what they document and how they install.

More from anbeime/skill

Skill Template is one of 23 skills cataloged on DirSkills from anbeime/skill.

See all 23 skills
👥
2w ago

Agent Team

Agent Team provides a framework for managing and combining multiple AI agent roles into task-oriented teams with real-time communication and shared memory. Use it when coordinating multiple agents for meetings, system building, or complex projects.
AI Engineering
5.3K519
🎬
2w ago

AgentKit Multimedia Shopping

AgentKit Multimedia Shopping generates digital human shopping guide videos by orchestrating AI image, voice, music, and video generation into a 9:16 vertical workflow. Use it to produce e-commerce digital human shopping guide videos with ByteDance agentkit multimedia samples.
Automation
5.3K519
📄
2w ago

Antinet Doc Parse

Antinet Doc Parse converts PDF, PPT, Excel, and Word files into structured Markdown with metadata and confidence scores. Use it as a data foundation for RAG pipelines and knowledge-card generation.
Data
5.3K519
🃏
2w ago

Antinet Four Color Cards

Antinet Four Color Cards generates four structured analysis cards—blue facts, green explanations, yellow risks, and red actions—from parsed documents and user intent, with source traceability. Used for research, finance, and legal document analysis.
Data
5.3K519
🧾
2w ago

Antinet Provenance

Antinet Provenance collects full-chain operational logs and generates traceable evidence chains and vector indexes for multi-agent system observability and security auditing. Use it to record key operation events, query audit trails by trace ID or time window, and support rollback and compliance.
AI Engineering
5.3K519
🛡️
2w ago

Antinet Security Scan

Antinet Security Scan performs security and compliance checks on incoming files or URLs and returns a pass/reject verdict together with a scan report. Use it as a mandatory front-line gate before any document processing.
Quality
5.3K519