Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "guild-marketplace",
"description": "Spec-first development workflows for Claude Code",
"owner": {
"name": "Guild Agents",
"url": "https://github.com/Guild-Agents"
},
"plugins": [
{
"name": "guild",
"source": "./",
"description": "Spec-first workflows and specialized agent roles for Claude Code. Design docs before code, structured deliberation, session continuity."
}
]
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ Five phases. Phases 1-2 happen before any code is written. Gates between phases
**As a Claude Code plugin** (recommended):

```
/plugin install Guild-Agents/guild
/plugin marketplace add Guild-Agents/guild
/plugin install guild
```

All 10 skills and 6 roles are available immediately as `/guild:*` commands.
Expand Down
5 changes: 3 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1408,8 +1408,9 @@ <h2 class="section-title">Get started in 30 seconds</h2>
Install as a Claude Code plugin or via npm.
</p>
<div style="display: flex; flex-direction: column; align-items: center; gap: 16px;">
<div style="background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 8px; padding: 14px 24px; font-family: var(--font-code); font-size: 0.9rem;">
<span style="color: var(--gold);">/</span><span style="color: var(--green);">plugin install Guild-Agents/guild</span>
<div style="background: var(--bg-card); border: 1px solid var(--border-gold); border-radius: 8px; padding: 14px 24px; font-family: var(--font-code); font-size: 0.9rem; line-height: 2;">
<span style="color: var(--gold);">/</span><span style="color: var(--green);">plugin marketplace add Guild-Agents/guild</span><br>
<span style="color: var(--gold);">/</span><span style="color: var(--green);">plugin install guild</span>
</div>
<span style="color: var(--text-muted); font-size: 0.85rem;">or</span>
<div style="background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 8px; padding: 14px 24px; font-family: var(--font-code); font-size: 0.9rem;">
Expand Down