Skills
This directory contains Claude Code skills for working with the ajet-industries monorepo.
Available Skills
commitly
Explains how to use the commitly tool for committing and pushing changes across multiple git repositories in the monorepo.
Invoke with: Reference the skills/commitly.md file when needing to commit/push across multiple repos.
What are Skills?
Skills are reusable documentation and instructions that help Claude Code understand how to work with specific tools and workflows in this repository.
Creating New Skills
To create a new skill:
- Create a new
.mdfile in this directory - Include clear sections:
- What the tool/workflow is
- Usage examples
- How it works
- When to use it
- Architecture context (if relevant)
- Update this README with the new skill
Skill Guidelines
- Keep skills focused on a single tool or workflow
- Include practical examples
- Explain the "why" not just the "how"
- Reference relevant architecture documentation
- Include error handling and troubleshooting info