You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cherry-picked from 041bdef onto consolidation branch. Resolves the
README/CONTRIBUTING conflicts by preserving the slash-commands callout,
private-repo caveat, and onboarding hint together.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
# Default reviewers for every change in this repository.
2
+
# GitHub assigns these reviewers automatically when a pull request is opened.
3
+
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
Copy file name to clipboardExpand all lines: README.md
+31-14Lines changed: 31 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,6 @@
20
20
21
21
</div>
22
22
23
-
<!-- TODO: record a 30-60s demo (label an issue, watch a PR open) and embed as docs/demo.gif. LICEcap or QuickTime + ffmpeg work fine. -->
24
-
25
23
---
26
24
27
25
## What is AI-Driven Dev?
@@ -43,13 +41,17 @@ Inside any Claude Code session, register this marketplace and install a plugin:
43
41
/plugin install aidd-context@aidd-framework
44
42
```
45
43
44
+
> The blocks above are Claude Code slash commands typed inside a Claude Code session, not shell commands.
45
+
46
+
If the marketplace repo is private, `/plugin marketplace add <owner>/<repo>` requires that you be authenticated with read access to that repo (typically via `gh auth login` or a PAT on the machine running Claude Code). See the Anthropic [Discover and install plugins](https://code.claude.com/docs/en/discover-plugins) docs for the full install flow.
47
+
46
48
Then run the onboarding skill so the framework guides you from there:
47
49
48
50
```text
49
51
Use skill aidd-context:00:onboard
50
52
```
51
53
52
-
That's it. `aidd-context:00:onboard` inspects your project state, picks the right next skill (init, generate, bootstrap, etc.), and loops back after each step. Install other plugins from the catalog below as your needs grow.
54
+
`aidd-context:00:onboard` inspects your project state, picks the right next skill (init, generate, bootstrap, etc.), and loops back after each step. Install other plugins from the catalog below as your needs grow.
53
55
54
56
Prefer browsing? Run `/plugin` inside Claude Code and open the **Discover** tab once the marketplace is registered.
55
57
@@ -59,14 +61,14 @@ Prefer browsing? Run `/plugin` inside Claude Code and open the **Discover** tab
Each plugin's README links to per-skill READMEs covering when to use, how to invoke, prerequisites, and outputs.
72
74
@@ -95,6 +97,16 @@ Set scope at install time with the `/plugin` UI, or by editing `enabledPlugins`
95
97
96
98
---
97
99
100
+
## Versioning and updates
101
+
102
+
- Each plugin versions independently via `release-please`. Tags look like `aidd-<plugin>-vX.Y.Z`.
103
+
- The root marketplace (`marketplace.json`) versions independently as `vX.Y.Z`.
104
+
- Pull updates inside Claude Code with `/plugin marketplace update aidd-framework`.
105
+
106
+
See [`CHANGELOG.md`](./CHANGELOG.md) for the full history.
107
+
108
+
---
109
+
98
110
## Trust and safety
99
111
100
112
This is a community-maintained marketplace. Plugins can execute commands, edit files, and call external services on your behalf. Before installing any plugin from any third-party marketplace, including this one:
@@ -111,16 +123,19 @@ If you spot a vulnerability, please report it privately via [SECURITY.md](./SECU
Note: `aidd_docs/` and similar directories generated by `aidd-context:02:project-init` belong to user projects, not to this marketplace. Do not link them from framework-level documentation.
134
+
121
135
---
122
136
123
-
## LLM tier reference
137
+
<details>
138
+
<summary><strong>LLM tier reference</strong> (used by skills that target a specific model tier)</summary>
124
139
125
140
Some skills target a specific model tier when they need a particular capability. Default tier per task type:
126
141
@@ -130,6 +145,8 @@ Some skills target a specific model tier when they need a particular capability.
0 commit comments