Skip to content

feat: add an agent skill for looking up model params - #173

Open
brunobuddy wants to merge 1 commit into
feat/mcp-serverfrom
feat/agent-skill
Open

feat: add an agent skill for looking up model params#173
brunobuddy wants to merge 1 commit into
feat/mcp-serverfrom
feat/agent-skill

Conversation

@brunobuddy

Copy link
Copy Markdown
Member

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.md in skills.sh format.
  • Linked from the README and the /api docs page.

👤 For users

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.

📝 Notes

  • Verified discoverable by the real CLI (npx skills add . --list finds it).
  • The frontmatter 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.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
modelparams.dev Ready Ready Preview Jul 30, 2026 1:17pm

Request Review

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

meta Repo docs, CI, and config site Website code or tooling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant