Sync the agent skill with the current CLI and add a keep-in-sync rule - #310
Merged
Conversation
Audited skills/mcpc/SKILL.md (printed by `mcpc help --skill`) against the current `--help` output and README. The existing content still matches the CLI; filled the gaps that matter to agents: - machine-to-machine login via `--grant client-credentials` (no browser) - schema pinning with `--schema` / `--schema-mode` for scripts and CI - `logging-set-level` in the debugging section - grep's exit-code convention (0 on match, 1 on no matches) Also added a maintenance rule to CLAUDE.md and CONTRIBUTING.md: any change to the user-facing CLI surface must update the agent skill too. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011ZwnfxHh6uvv7TjQWxrf45
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.
Audited
skills/mcpc/SKILL.md(printed bymcpc help --skill) against the current--helpoutput and README — existing content still matches; filled the gaps that matter to agents, and made keeping the skill in sync part of the contribution workflow.--grant client-credentials), schema pinning (--schema/--schema-mode),logging-set-level, and grep's exit-code conventionhttps://claude.ai/code/session_011ZwnfxHh6uvv7TjQWxrf45