Skip to content

tenzir/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

🛠️ Tenzir Skills

Skills for coding agents in the Tenzir ecosystem, built on the Agent Skills standard.

📦 Install

All skills

Install all skills into the current project:

npx skills add tenzir/skills

Or install globally:

npx skills add -g tenzir/skills

Individual skill examples

Install a specific skill into the current project, for example:

npx skills add tenzir/skills@commit-changes
npx skills add tenzir/skills@technical-writing

🧩 Dependencies

This repo uses a richer YAML frontmatter metadata structure to express skill dependencies between sibling skills.

Use unrolled YAML arrays:

---
name: create-pull-requests
description: Create and update pull requests for Tenzir projects.
metadata:
  requires:
    skills:
      - commit-changes
      - update-documentation
---

Notes:

  • Use metadata.requires.skills for skill-to-skill dependencies.
  • Write the dependency list as YAML bullets, not inline bracket syntax.
  • Dependency names must match the sibling skill name fields exactly.
  • Keep dependent skills self-contained; use dependency metadata to express relationships instead of copying sibling workflow instructions inline.

📄 License

Apache-2.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Contributors

Languages