Skip to content

[cloclo] [docs] Add FAQ entry about using Claude plugins with APM dependencies#21409

Merged
pelikhan merged 1 commit intomainfrom
docs/faq-claude-plugins-apm-17c58b51fe6a342c
Mar 17, 2026
Merged

[cloclo] [docs] Add FAQ entry about using Claude plugins with APM dependencies#21409
pelikhan merged 1 commit intomainfrom
docs/faq-claude-plugins-apm-17c58b51fe6a342c

Conversation

@github-actions
Copy link
Contributor

Adds a new FAQ entry to docs/src/content/docs/reference/faq.md answering the question:

Can I use Claude plugins with APM dependencies?

The entry covers:

  • Basic usage of plugin.json-format Claude plugins via the dependencies: frontmatter field
  • How APM auto-infers the claude engine target
  • Version pinning (tag and branch)
  • Cross-org private plugins via github-app: authentication

Closes #21243


🎭 Generated via /cloclo by @pelikhan

🤖 Generated with [Claude Code]((claude.com/redacted)

🎤 Magnifique! Performance by /cloclo ·

  • expires on Mar 19, 2026, 3:14 PM UTC

Adds a new FAQ entry explaining how to use Claude plugin.json packages
via the APM dependencies: frontmatter field, including version pinning
and cross-org private package examples.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@pelikhan pelikhan marked this pull request as ready for review March 17, 2026 15:18
Copilot AI review requested due to automatic review settings March 17, 2026 15:18
@pelikhan pelikhan merged commit 667cd0b into main Mar 17, 2026
@pelikhan pelikhan deleted the docs/faq-claude-plugins-apm-17c58b51fe6a342c branch March 17, 2026 15:18
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds an FAQ entry documenting how to use plugin.json-format Claude plugins via APM dependencies: in workflow frontmatter, including version pinning and cross-org private access via github-app: auth.

Changes:

  • Add a new FAQ section explaining Claude plugin usage through dependencies:
  • Document APM engine target inference and version pinning examples
  • Document github-app: authentication for cross-org private plugin repos

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +120 to +126
dependencies:
github-app:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.APP_PRIVATE_KEY }}
packages:
- acme-org/acme-plugins/plugins/my-claude-plugin
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support github-app: auth and Claude Code plugin registration for dependencies: (APM)

2 participants