36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
# 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:
|
|
|
|
1. Create a new `.md` file in this directory
|
|
2. Include clear sections:
|
|
- What the tool/workflow is
|
|
- Usage examples
|
|
- How it works
|
|
- When to use it
|
|
- Architecture context (if relevant)
|
|
3. 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
|