Skip to content

Commit 65b2889

Browse files
committed
docs: polish README with header, badges, and contributing section
1 parent 7559bfb commit 65b2889

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1-
# AgentKit CLI
2-
3-
Unified CLI for the [AgentKit](https://github.com/agentkit) ecosystem — manage all your AI agent services from one tool.
1+
<p align="center">
2+
<h1 align="center">⚡ AgentKit CLI</h1>
3+
<p align="center">
4+
<strong>Unified CLI for the AgentKit ecosystem</strong><br>
5+
Manage all your AI agent services from one tool.
6+
</p>
7+
<p align="center">
8+
<a href="https://www.npmjs.com/package/@amit-paz/agentkit-cli"><img src="https://img.shields.io/npm/v/%40amit-paz%2Fagentkit-cli?label=npm" alt="npm version"></a>
9+
<a href="https://opensource.org/licenses/ISC"><img src="https://img.shields.io/badge/license-ISC-blue.svg" alt="License: ISC"></a>
10+
<a href="https://github.com/agentkitai/agentkit-cli/actions"><img src="https://img.shields.io/github/actions/workflow/status/agentkitai/agentkit-cli/ci.yml?branch=main" alt="CI"></a>
11+
</p>
12+
</p>
13+
14+
---
415

516
## Quick Start
617

@@ -109,6 +120,9 @@ When you run `status` or `doctor` without `--config`, the CLI walks up the direc
109120
No agentkit.config.yaml found. Run `agentkit init` to get started.
110121
```
111122

123+
## 🤝 Contributing
124+
125+
Contributions are welcome! Fork the repo, make your changes, and open a pull request. For major changes, open an issue first to discuss what you'd like to change.
112126

113127
## 🧰 AgentKit Ecosystem
114128

@@ -125,4 +139,4 @@ No agentkit.config.yaml found. Run `agentkit init` to get started.
125139

126140
## License
127141

128-
ISC
142+
[ISC](LICENSE) © [Amit Paz](https://github.com/amitpaz)

0 commit comments

Comments
 (0)