Skip to content

Expand README with coding agent access and usage#5

Merged
alee merged 2 commits into
mainfrom
alee-patch-1
May 9, 2026
Merged

Expand README with coding agent access and usage#5
alee merged 2 commits into
mainfrom
alee-patch-1

Conversation

@alee
Copy link
Copy Markdown
Member

@alee alee commented May 8, 2026

Added section on accessing coding agents and using skills.

Added section on accessing coding agents and using skills.
Copy link
Copy Markdown

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

Expands the repository README to explain what a “coding agent” is, which environments are compatible, and how to try the skills after installation.

Changes:

  • Added a new “Accessing a Coding Agent” section describing required agent capabilities and example platforms.
  • Updated the Node.js setup intro to be framed around agent usage and managing skills with npx skills ....
  • Replaced the “Use a Skill…” section with step-by-step prompts/examples for discovering and invoking installed skills.

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

Comment thread README.md Outdated

## Quick Start

## Accessing a Coding Agent
Comment thread README.md Outdated
Compatible environments include:

- [Visual Studio Code](https://code.visualstudio.com/)
- [vscodium](https://vscodium.com/) requires additional effort to get a coding agent set up like [GitHub Copilot](https://github.com/VSCodium/vscodium/discussions/1487)
Comment thread README.md Outdated
### Install Node.js LTS with nvm (WSL, macOS, Linux)

`npx skills ...` requires Node.js. Use the node version manager `nvm` to install and manage Node versions without `sudo`.
After you have access to a coding agent you'll want to set up Node.js on your system to use the standard `npx skills ...` to manage your skills collections. Agent skills are just a pile of files on your filesystem at the end of the day.
@alee alee merged commit a80981d into main May 9, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants