feat: add an agent skill for looking up model params - #173
Open
brunobuddy wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
brunobuddy
force-pushed
the
feat/mcp-server
branch
from
July 30, 2026 13:16
037dd69 to
fa43b79
Compare
Last of four, on top of the MCP server. Skills are how coding agents pick up procedural knowledge without an MCP connection, so this covers the agents that can't or don't run the server. skills.sh format: one directory, one SKILL.md, installable with `npx skills add mnfst/modelparams.dev`. The skill teaches the thing agents get wrong: look parameters up rather than recalling them, because training data goes stale as providers drop knobs. It covers all three access paths and when to prefer each, gives a workflow for writing a call and one for debugging a provider 400, and lists the gotchas worth checking by hand. The description is deliberately loaded with the error strings people paste into a search box, since that is what has to match for the skill to fire.
brunobuddy
force-pushed
the
feat/agent-skill
branch
from
July 30, 2026 13:16
d5fa678 to
36ff653
Compare
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.
Last of four. Stacked on #172. The diff here is one SKILL.md plus its links.
💭 Why
Skills are how coding agents pick up procedural knowledge without an MCP connection. This covers the agents that can't or don't run the server.
✨ What changed
skills/llm-model-parameters/SKILL.mdin skills.sh format./apidocs page.👤 For users
The skill teaches the thing agents get wrong: look parameters up rather than recalling them, because training data goes stale as providers drop knobs. It covers all three access paths and when to prefer each, gives a workflow for writing a call and one for debugging a provider 400, and lists the gotchas worth checking by hand.
📝 Notes
npx skills add . --listfinds it).