Skip to content

Releases: Gitmaxd/deepagents-cli-deepagents-skill

v0.1.5

23 Feb 01:52

Choose a tag to compare

  • Add 'Why This Skill?' value proposition section to READMEs
  • Explains learn/build/extend progression for deepagents customization

v0.1.4

22 Feb 21:10

Choose a tag to compare

  • Resolve agent placeholder ambiguity: ground default agent name in path documentation
  • Use concrete ~/.deepagents/default/ paths for copy-paste readiness

v0.1.3

22 Feb 20:43

Choose a tag to compare

  • Improve skill description with trigger phrases for better matching
  • Add routing guidance mapping topics to specific reference files
  • Add note to prefer local reference files over external URL fetches

v0.1.2

22 Feb 18:43

Choose a tag to compare

Remove extraneous compatibility field from SKILL.md frontmatter

v0.1.1

22 Feb 17:46

Choose a tag to compare

  • Restore full Skill Resources descriptions to match the authoritative README
  • Sync templates README with project README so the full README ships in the npm package

v0.1.0

22 Feb 02:16

Choose a tag to compare

Initial release of the Deep Agents CLI skill for LangGraph Deep Agents.

Install via CLI:

npx deepagents-cli-deepagents-skill init

Personal install (default agent):

npx deepagents-cli-deepagents-skill init --personal

Personal install (named agent):

npx deepagents-cli-deepagents-skill init --personal --agent my-agent

Works with the Deep Agents CLI and SDK (StateBackend, StoreBackend, FilesystemBackend).