feat(scripts): add script to collect function data#163
Open
TheRedDaemon wants to merge 3 commits into
Open
Conversation
TheRedDaemon
force-pushed
the
feature/add-function-checker-script
branch
from
July 18, 2026 18:39
daa3e98 to
d0488b5
Compare
Contributor
|
I am wondering why adding a mcp server entry isn't easier. Then the skill can refer to this MCP entry point to do the stuff we want to save tokens. |
Contributor
Author
|
I want to use the functions also manually, mainly. This is not only to aid the AI workflow. I was thinking about making it at least python scripts, but:
Skill vs. MCP is a whole other debate. Some say a good CLI via skills is better for clear tasks, since it limits the initial token usage (since it discovers incremental) and might communicate with shorter returns. Maybe this is pedantic. |
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.
Relies on a ton of regex. Since it is a support script, I am okey with it breaking in edge cases.
I just hope our general function declaration will not change anymore. 🙃
EDIT: Added also a simple implemtation file setup script.
I also changed both skills. I am not 100 percent sure if I want this, since now they rely on the powershell scripts running.
But is saves tokens..
What do you think?