@agentplaneorg/recipes
v0.6.4
Published
Recipe modules for repeatable Agentplane audit-layer workflows.
Maintainers
Readme
@agentplaneorg/recipes
Manifest, overlay, and signature helpers for AgentPlane recipes.
Recipes are signed, versioned behavior modules for the agentplane CLI. A recipe can add agent
profiles, prompt modules, skills, scenario assets, and expected project artifacts. The CLI verifies
remote catalog data before materializing recipe behavior into a repository.
End users normally install the CLI instead:
npm install -g agentplane
agentplane recipes list-remote
agentplane recipes install code-map --refresh --yesInstall this package directly only when you are building recipe tooling, validating recipe manifests, or testing overlay behavior.
Install
npm install @agentplaneorg/recipesLibrary scope
This package contains helpers for:
- recipe manifests and compatibility metadata
- project overlays and expected file materialization
- signature and trust metadata used by the CLI
- recipe asset registry validation
It does not install recipes into a project by itself. Use the agentplane CLI for that workflow.
Docs
- Recipes overview: https://agentplane.org/docs/recipes
- Code Map recipe: https://agentplane.org/docs/recipes/code-map
- AgentPlane CLI: https://www.npmjs.com/package/agentplane
- Repository: https://github.com/basilisk-labs/agentplane
- Recipes spec: https://agentplane.org/docs/developer/recipes-spec
- ACR schema: https://agentplane.org/schemas/acr-v0.1.schema.json
License
MIT
