feat: add exec CLI subcommand + agent skill definition#33
Open
feat: add exec CLI subcommand + agent skill definition#33
Conversation
Add standalone `exec` mode so tools can be invoked directly without running the MCP server — enabling use as an AI agent skill. - Add `exec <tool> [params]` yargs subcommand with all 8 tools - Add agent skill definition (skills/google-maps/) following agentskill-expertise design patterns - Add exec mode tests (10 assertions) to smoke test suite - Update README with CLI exec usage section - Remove unused express/path imports from cli.ts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…e review - Shorten README CLI Exec Mode to essentials - Move chaining patterns from SKILL.md to references/tools-api.md - Add "When to Update" section to SKILL.md - Add update trigger to description frontmatter Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add stdio: ['pipe', 'pipe', 'pipe'] to prevent child process stderr from leaking into test output. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
exec <tool> [params]CLI subcommand — all 8 tools callable directly without running the MCP serverskills/google-maps/) following agentskill-expertise design patterns (Progressive Disclosure, scenario-based description, principle-oriented)Usage
Test plan
npm run buildpassesnpm test— 74 passed, 0 failed$0) unaffected — existing MCP server startup works as before🤖 Generated with Claude Code