hello-world

提供可复用的智能体基础能力模块,涵盖指令规范、工作流编排与角色化代理设计,支持通过标准化结构快速构建和部署自动化任务流程。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add danielmeppiel/apm --skill "hello-world"

{{project_name}}

{{description}}

What This Package Does

This is a starter APM package that demonstrates how to create reusable agent primitives.

Getting Started

apm install your-org/{{project_name}}
apm compile

Available Primitives

  • Instructions: Guardrails and standards in .apm/instructions/
  • Prompts: Executable workflows in .apm/prompts/
  • Agents: Specialized personas in .apm/agents/

Included Workflows

  • hello-world.prompt.md - A simple hello world workflow
  • feature-implementation.prompt.md - A feature implementation workflow