Draft
Conversation
Add a source-backed skill for reviewing and rewriting public APIs, names, and contract docs toward simple, explicit interfaces. Ground the guidance in positive and contrast examples across TypeScript and Python, including oRPC, requests, Remix, better-auth, ts-rest, and Next.js. Include transformed examples, trigger sets, and the required skill registration updates. Co-Authored-By: OpenAI Codex <codex@openai.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.
Add a new
idiomatic-codeskill for API and interface design work.This gives the repo a source-backed skill focused on public interface clarity,
naming, explicit behavior, and contract docs rather than generic cleanup. It is
meant to complement
code-simplifierand give agents a clearer bar for codethat is easy to consume and reason about.
The skill is grounded in positive examples like oRPC, requests, HTTPX, Hono,
Remix, and better-auth, and contrast examples like ts-rest, NestJS provider
machinery, XState, Effect, and Next.js hidden mode boundaries. It also includes
transformed examples, troubleshooting guidance, and trigger sets so the skill
routes cleanly and shows how to pull magic back to plain functions and objects.
This change also registers the skill in the public inventory, Claude settings,
and the claude-settings-audit allowlist.
uv run plugins/sentry-skills/skills/skill-writer/scripts/quick_validate.py plugins/sentry-skills/skills/idiomatic-code --strict-depthpasses withvalid: true.