Skip to content

Commit 580a600

Browse files
authored
Merge pull request #41 from agents-oss/docs/slack-community-link
docs: add Slack community link to README, CONTRIBUTING, and docs
2 parents c23b68c + ca4e58c commit 580a600

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ Thank you for your interest in contributing to AgentSpec!
44

55
---
66

7+
## Community
8+
9+
Real-time discussion happens on **[Slack](https://join.slack.com/t/agent-spec/shared_invite/zt-3v1zn1fck-p_futvhg32iCTI5rwTD_MQ)**. Channels:
10+
11+
| Channel | For |
12+
|---------|-----|
13+
| `#general` | Announcements and general discussion |
14+
| `#help` | "How do I...?" questions about the CLI, SDK, or manifest |
15+
| `#show-and-tell` | Agents you've built with AgentSpec |
16+
| `#contributing` | Design discussions, RFCs, and PR coordination |
17+
| `#bugs` | Quick triage before opening a GitHub issue |
18+
19+
For deeper async threads, use [GitHub Discussions](https://github.com/agents-oss/agentspec/discussions).
20+
21+
---
22+
723
## Development Setup
824

925
### Prerequisites
@@ -158,4 +174,6 @@ Commit the updated `schemas/v1/agent.schema.json`.
158174

159175
## Questions?
160176

161-
Open a [GitHub Discussion](https://github.com/agents-oss/agentspec/discussions) or file an issue.
177+
- 💬 [Slack](https://join.slack.com/t/agent-spec/shared_invite/zt-3v1zn1fck-p_futvhg32iCTI5rwTD_MQ) — fastest, best for quick "how do I..." questions
178+
- 🧵 [GitHub Discussions](https://github.com/agents-oss/agentspec/discussions) — for longer-lived async threads
179+
- 🐞 [GitHub Issues](https://github.com/agents-oss/agentspec/issues) — for confirmed bugs and feature requests

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![npm](https://img.shields.io/npm/v/@agentspec/sdk)](https://www.npmjs.com/package/@agentspec/sdk)
66
[![CI](https://github.com/agents-oss/agentspec/actions/workflows/ci.yml/badge.svg)](https://github.com/agents-oss/agentspec/actions/workflows/ci.yml)
77
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
8+
[![Slack](https://img.shields.io/badge/Slack-Join%20community-4A154B?logo=slack&logoColor=white)](https://join.slack.com/t/agent-spec/shared_invite/zt-3v1zn1fck-p_futvhg32iCTI5rwTD_MQ)
89

910
**One `agent.yaml`. Validate, health-check, audit, and generate any AI agent.**
1011

@@ -203,3 +204,5 @@ Apache 2.0
203204
## Contributing
204205
205206
Issues and PRs welcome at [github.com/agents-oss/agentspec](https://github.com/agents-oss/agentspec).
207+
208+
Join the conversation on **[Slack](https://join.slack.com/t/agent-spec/shared_invite/zt-3v1zn1fck-p_futvhg32iCTI5rwTD_MQ)** — ask questions in `#help`, share what you're building in `#show-and-tell`, or hack on the project in `#contributing`.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ agentspec audit agent.yaml # OWASP LLM Top 10 score
1313
agentspec generate agent.yaml # agentic code generation (LLM-driven)
1414
```
1515

16-
[Quick Start](/quick-start) · [Manifest Schema](/reference/manifest-schema) · [GitHub](https://github.com/agentspec/agentspec)
16+
[Quick Start](/quick-start) · [Manifest Schema](/reference/manifest-schema) · [GitHub](https://github.com/agentspec/agentspec) · [Slack community](https://join.slack.com/t/agent-spec/shared_invite/zt-3v1zn1fck-p_futvhg32iCTI5rwTD_MQ)
1717

1818
---
1919

0 commit comments

Comments
 (0)