AI-agents docs: three skills consumption modes (+ autosync)#321
Draft
marc0olo wants to merge 1 commit into
Draft
AI-agents docs: three skills consumption modes (+ autosync)#321marc0olo wants to merge 1 commit into
marc0olo wants to merge 1 commit into
Conversation
Adds autosync as a third way to consume ICP skills, frames fetch-on-demand / pin / auto-update as an explicit choice, corrects the 'fetched fresh each time' line to be mode-aware, and points to the icp-cli-templates AGENT_SKILLS.md. The generated llms.txt 'Agent skills' block becomes a short pointer to skills.internetcomputer.org/llms.txt instead of duplicating fetch instructions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🤖 Here's your preview: https://k7oic-piaaa-aaaam-ai7uq-cai.icp0.io |
This was referenced Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Aligns the AI-agents docs with the three ways to consume ICP skills.
docs/guides/ai-coding-agents.md— adds autosync as a third option, frames fetch-on-demand / pin / auto-update as an explicit choice, corrects the "fetched fresh each time" line to be mode-aware, and links to icp-cli-templatesAGENT_SKILLS.md.plugins/astro-agent-docs.mjs— the generatedllms.txt"Agent skills" block becomes a short pointer toskills.internetcomputer.org/llms.txtinstead of duplicating fetch instructions.(The
.sources/*submodule changes in the working tree are pre-existing and intentionally excluded from this PR.)Coordinated set
Part of one coordinated change across icp-cli-templates, icskills, icp-cli, and developer-docs (all draft).
Related PRs (coordinated — review together)