Skip to content

Commit 6457eac

Browse files
docs: refresh README highlights with plugin authoring and hyperlinks (#385)
* docs: refresh README highlights with plugin authoring and hyperlinks Lead with plugin authoring — the new paradigm of building Copilot, Claude, and Cursor plugins with full supply-chain tooling. Add hyperlinks on every highlight title pointing to the relevant docs page so users reach value fast. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: add plugin authoring value prop to Why APM section Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Add 1-minute product showcase video to README - Extract thumbnail from rendered video (title card at 2s mark) - Add play button overlay for visual affordance - Upload MP4 to v0.8.2 release as asset - Insert centered thumbnail+link block between tagline and Why APM Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: reorder highlights, shorten plugin line, drop compile bullet Reorder: core value props first, then security, then authoring/distribute. Shorten the plugin authoring bullet to one line. Remove 'compile to standards' — it's a detail, not a headline value prop. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: remove video embed from README The release asset approach triggers a download instead of inline playback. Removing until a proper inline solution is implemented. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 411aab5 commit 6457eac

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GitHub Copilot · Claude Code · Cursor · OpenCode
1212

1313
AI coding agents need context to be useful — standards, prompts, skills, plugins — but today every developer sets this up manually. Nothing is portable nor reproducible. There's no manifest for it.
1414

15-
**APM fixes this.** Declare your project's agentic dependencies once in `apm.yml`, and every developer who clones your repo gets a fully configured agent setup in seconds — with transitive dependency resolution, just like npm or pip.
15+
**APM fixes this.** Declare your project's agentic dependencies once in `apm.yml`, and every developer who clones your repo gets a fully configured agent setup in seconds — with transitive dependency resolution, just like npm or pip. It's also the first tool that lets you **author plugins** with a real dependency manager and export standard `plugin.json` packages.
1616

1717
```yaml
1818
# apm.yml — ships with your project
@@ -37,13 +37,13 @@ apm install # every agent is configured
3737

3838
## Highlights
3939

40-
- **One manifest for everything** — instructions, skills, prompts, agents, hooks, plugins, MCP servers
41-
- **Install from anywhere** — GitHub, GitLab, Bitbucket, Azure DevOps, GitHub Enterprise, any git host
42-
- **Transitive dependencies** — packages can depend on packages; APM resolves the full tree
43-
- **Compile to standards**`apm compile` produces `AGENTS.md` (GitHub Copilot, OpenCode), `CLAUDE.md` (Claude Code), and `.cursor/rules/` (Cursor)
44-
- **Content security**`apm audit` scans for hidden Unicode characters; `apm install` blocks compromised packages before agents can read them
45-
- **Create & share**`apm pack` bundles your current configuration as a zipped package
46-
- **CI/CD ready**[GitHub Action](https://github.com/microsoft/apm-action) for automated workflows
40+
- **[One manifest for everything](https://microsoft.github.io/apm/reference/primitive-types/)** — instructions, skills, prompts, agents, hooks, plugins, MCP servers
41+
- **[Install from anywhere](https://microsoft.github.io/apm/guides/dependencies/)** — GitHub, GitLab, Bitbucket, Azure DevOps, GitHub Enterprise, any git host
42+
- **[Transitive dependencies](https://microsoft.github.io/apm/guides/dependencies/)** — packages can depend on packages; APM resolves the full tree
43+
- **[Content security](https://microsoft.github.io/apm/enterprise/security/)**`apm audit` scans for hidden Unicode; `apm install` blocks compromised packages before agents read them
44+
- **[Author plugins](https://microsoft.github.io/apm/guides/plugins/)**build Copilot, Claude, and Cursor plugins with dependency management and security scanning, then export standard `plugin.json`
45+
- **[Pack & distribute](https://microsoft.github.io/apm/guides/pack-distribute/)**`apm pack` bundles your configuration as a zipped package or a standalone plugin
46+
- **[CI/CD ready](https://github.com/microsoft/apm-action)** — GitHub Action for automated workflows
4747

4848
## Get Started
4949

0 commit comments

Comments
 (0)