Add Context7 / Universal platform support (.agents/skills/)#11
Open
rodriguescarson wants to merge 1 commit into
Open
Add Context7 / Universal platform support (.agents/skills/)#11rodriguescarson wants to merge 1 commit into
rodriguescarson wants to merge 1 commit into
Conversation
- Add --platform context7 to install SAM skills to .agents/skills/ (Context7 Universal path used by Gemini CLI, GitHub Copilot, and Context7-compatible clients) - Add generateContext7Skills(); interactive prompt option 4 Context7, 5 All - Add docs/CONTEXT7.md with usage, MCP integration, and how to add Context7 support - Update README supported platforms and What Gets Installed Made-with: Cursor
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.
Adds support for Context7 and the Universal Agent Skills path (
.agents/skills/), so SAM can be used with Context7 MCP, Context7 CLI, Gemini CLI, GitHub Copilot, and other Context7-compatible clients.Changes
--platform context7installs SAM agents andsam-tdd-pipelineto.agents/skills/in Agent Skills format (SKILL.md + references/)..agents/skills/in What Gets Installed, and Requirements.Rationale
Context7 uses the same Agent Skills spec; its Universal path is
.agents/skills/(vs Antigravity.agent/skills/). This keeps SAM multi-platform and makes it easy to use with Context7 MCP for up-to-date library docs while running the TDD pipeline.Tested:
node bin/cli.js ./test-project --platform context7— 9 skills generated.Made with Cursor