Skip to content

docs: add agent skills page and llms.txt callout#815

Merged
maryelizbeth merged 3 commits into
mainfrom
agent-skills-docs
May 20, 2026
Merged

docs: add agent skills page and llms.txt callout#815
maryelizbeth merged 3 commits into
mainfrom
agent-skills-docs

Conversation

@maryelizbeth
Copy link
Copy Markdown
Contributor

@maryelizbeth maryelizbeth commented May 20, 2026

Summary

  • Add new Agent Skills docs page documenting the miren-skills plugin — installation for Claude Code, Codex, Amp, Pi, and OpenCode, plus descriptions of all four skills/agents
  • Add a tip callout to the intro page directing AI coding agents to llms.txt / llms-full.txt and the skills repo
  • Add agent-skills to the Resources section of the sidebar

Fixes MIR-1052

Document the miren-skills plugin with installation instructions
for Claude Code, Codex, Amp, Pi, and OpenCode. Add a tip to the
intro page pointing AI coding agents at llms.txt and the skills repo.
@maryelizbeth maryelizbeth requested a review from a team as a code owner May 20, 2026 15:56
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 8a443d28-d239-4324-8b93-6bbd25ef3048

📥 Commits

Reviewing files that changed from the base of the PR and between d07d959 and 61b17d9.

📒 Files selected for processing (1)
  • docs/docs/agent-skills.md
✅ Files skipped from review due to trivial changes (1)
  • docs/docs/agent-skills.md

📝 Walkthrough

Walkthrough

This PR adds a new Agent Skills guide (agent-skills.md) documenting installation and usage for Claude Code, Codex, Amp, Pi, and OpenCode, and describing four Miren skills: use-miren, app-setup, app-health, and cluster-health. It also documents command discovery via miren help and notes -C targeting. The intro page gets a tip callout pointing to LLM docs and the agent skills repo, and the site sidebar adds the agent-skills entry under Resources.


Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@docs/docs/agent-skills.md`:
- Around line 33-35: Update the fenced code block containing "skill: add
https://github.com/mirendev/miren-skills" to include a language specifier (e.g.,
add ```text before the block) so the block becomes a labeled code fence and
satisfies linting and clarity requirements.
- Around line 25-26: Replace the placeholder path "/path/to/miren-skills/" in
the docs' mkdir/cp example with a complete, concrete installation workflow: show
the git clone command for the miren-skills repo (git clone
https://github.com/mirendev/miren-skills), cd into miren-skills, then run the cp
command to copy .agents/skills into the user's ~/.agents/skills directory;
alternatively show the common-case variant that assumes the repo was cloned to
~/miren-skills and uses cp -r ~/miren-skills/.agents/skills/* ~/.agents/skills/;
apply the same replacement for the second occurrence referenced in the comment
(lines 46-47).
- Line 11: The markdown link for "Pi" currently points to the incorrect URL
"https://github.com/anthropics/pi"; update that link in the docs line containing
"The skills work with ... Pi ..." to the correct Pi site or repo (for example
replace the URL with "https://pi.dev/" or the official Pi repository) so the
"Pi" anchor points to the valid resource; leave the other platform links (Claude
Code, Codex, Amp, OpenCode) unchanged.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 833dcc30-520a-4009-b138-7208535f51cd

📥 Commits

Reviewing files that changed from the base of the PR and between 43bbc3f and 49d0590.

📒 Files selected for processing (3)
  • docs/docs/agent-skills.md
  • docs/docs/intro.md
  • docs/sidebars.ts

Comment thread docs/docs/agent-skills.md Outdated
Comment thread docs/docs/agent-skills.md Outdated
Comment thread docs/docs/agent-skills.md Outdated
Clarify that skills make docs actionable but the docs remain
the authoritative reference — addresses MIR-1052 requirement.
Copy link
Copy Markdown
Contributor

@phinze phinze left a comment

Choose a reason for hiding this comment

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

Agree w/ CR on bad pi linky + one inline comment, otherwise looks good!

Comment thread docs/docs/agent-skills.md Outdated
```bash
miren help --commands # list all commands
miren help app.list # help for a specific command (use . for spaces)
miren help "app list" # alternative: quote the command
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actually just fixed this in #812 to not be so awkward for subcommands. miren help app list works normally w/o dots or quotes

- Fix Pi link to point to pi.dev instead of nonexistent GitHub repo
- Replace placeholder paths with git clone workflow for Codex and OpenCode
- Add language specifier to Amp code block
- Simplify miren help examples (dots/quotes no longer needed per #812)
@maryelizbeth maryelizbeth merged commit afa403b into main May 20, 2026
19 checks passed
@maryelizbeth maryelizbeth deleted the agent-skills-docs branch May 20, 2026 17:37
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