Skip to content

[docs] Update documentation for features from 2026-04-28#1016

Open
danielmeppiel wants to merge 1 commit intomainfrom
docs/npx-skills-add-migration-2026-04-28-8bd448de83d8a94b
Open

[docs] Update documentation for features from 2026-04-28#1016
danielmeppiel wants to merge 1 commit intomainfrom
docs/npx-skills-add-migration-2026-04-28-8bd448de83d8a94b

Conversation

@danielmeppiel
Copy link
Copy Markdown
Collaborator

Documentation Updates - 2026-04-28

This PR updates the documentation based on features merged in the last 24 hours.

Features Documented

Changes Made

  • Updated docs/src/content/docs/getting-started/migration.md to add a "Coming from npx skills add" section covering:
    • Drop-in install gesture equivalent
    • --skill flag for selective installs, persisted to apm.yml
    • --skill '*' to reset to full bundle
    • Link to full Package Types reference

Merged PRs Referenced

Notes

The v0.10.0 release added a migration table to the README for users arriving from the agentskills.io / npx skills add ecosystem. This PR brings the docs site to parity by adding an equivalent section to the migration guide, which is the natural discovery point for users switching tooling.

All other v0.10.0 and v0.9.4 user-facing features (Cowork integration, marketplace authoring CLI, air-gapped installer env vars, --skill flag) were already documented in the docs site prior to this PR.

Generated by Daily Documentation Updater · ● 1.9M ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/daily-doc-updater.md@b87234850bf9664d198f28a02df0f937d0447295
  • expires on Apr 30, 2026, 1:15 PM UTC

Add a dedicated section to the migration guide for users arriving from
the npx skills add / agentskills.io ecosystem. Covers the drop-in
install gesture, --skill flag for selective installs, and persistent
selection across machines.

This mirrors the README migration table added in v0.10.0 (#980) and
brings the docs site to parity.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 28, 2026 13:15
@danielmeppiel danielmeppiel added automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0. labels Apr 28, 2026
Copy link
Copy Markdown
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

Updates the docs site migration guide to include an explicit migration path for users coming from the npx skills add ecosystem, aligning the docs site with the recently-added README conversion block.

Changes:

  • Expand the migration page frontmatter description to mention migration from npx skills add.
  • Add a new "Coming from npx skills add" section documenting drop-in install parity, --skill subset installs, persistence behavior, and reset-to-all via --skill '*'.
  • Add a link to the Package Types reference for the full skill collection layout.
Show a summary per file
File Description
docs/src/content/docs/getting-started/migration.md Adds a migration section for npx skills add users and updates page description accordingly.

Copilot's findings

Comments suppressed due to low confidence (1)

docs/src/content/docs/getting-started/migration.md:95

  • This page still contains non-ASCII em dashes ("—") in the Next steps list. Project guideline requires printable ASCII in docs/CLI strings to avoid Windows cp1252 encoding errors; please replace these with ASCII equivalents (e.g., "--" or "-").
- [Quick start](../quick-start/) — first-time setup walkthrough
- [Dependencies](../../guides/dependencies/) — managing external packages
- [Manifest schema](../../reference/manifest-schema/) — full `apm.yml` reference
- [CLI commands](../../reference/cli-commands/) — complete command reference
  • Files reviewed: 1/1 changed files
  • Comments generated: 1

```

Any public repo that works with `npx skills add owner/repo` also works with
`apm install owner/repo`. APM recognises bare `skills/<name>/SKILL.md`
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Spelling inconsistency: docs elsewhere use American English (e.g., "recognizes"), but this section uses "recognises". Please change to "recognizes" for consistency.

Suggested change
`apm install owner/repo`. APM recognises bare `skills/<name>/SKILL.md`
`apm install owner/repo`. APM recognizes bare `skills/<name>/SKILL.md`

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation Deprecated: use type/automation. Kept for issue history; will be removed in milestone 0.10.0. documentation Deprecated: use type/docs. Kept for issue history; will be removed in milestone 0.10.0.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants