chore: remove maintenance skills from .claude/ and .agents/ (moved to deepgram/agents)#702
Open
lukeocodes wants to merge 2 commits intomainfrom
Open
chore: remove maintenance skills from .claude/ and .agents/ (moved to deepgram/agents)#702lukeocodes wants to merge 2 commits intomainfrom
lukeocodes wants to merge 2 commits intomainfrom
Conversation
…gents) [no-ci] prepare-regen and review-regen are SDK-team workflow skills targeted at us, not at SDK users. They've been generalized and consolidated into the internal deepgram/agents repo (PR #16) where the SDK team installs them once and gets them across every SDK they touch. This SDK's user-facing skills under .agents/skills/ are unchanged -- those are for SDK consumers and stay where they are. See: deepgram/agents#16
Contributor
There was a problem hiding this comment.
Pull request overview
Removes repository-local Claude workflow skills for Fern SDK regeneration prep/review, since these internal maintenance skills have been consolidated into the internal deepgram/agents repo and are no longer intended to live per-SDK.
Changes:
- Delete
.claude/skills/prepare-regen.md. - Delete
.claude/skills/review-regen.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.claude/skills/prepare-regen.md |
Removes internal maintainer “prepare regen” workflow skill from this repo. |
.claude/skills/review-regen.md |
Removes internal maintainer “review regen” workflow skill from this repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…-ci] This was a duplicate of AGENTS.md content (its own footer admitted so) and is internal-facing. The maintenance workflow lives in deepgram/agents PR #16 now; AGENTS.md in this repo remains as the SDK-specific source of truth for frozen file lists and validation commands.
GregHolmes
approved these changes
Apr 29, 2026
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
Removes maintenance-flavored skills targeted at the SDK team, not at SDK users:
.claude/skills/prepare-regen.md.claude/skills/review-regen.md.agents/skills/deepgram-python-maintaining-sdk/(duplicated AGENTS.md content; its own footer admitted so)These have been generalized and consolidated into the internal
deepgram/agentsrepo so the SDK team installs them once and gets them across every Deepgram SDK we maintain (Python, JS, Java, Kotlin, Go, Rust, .NET, Swift).What's not changing
AGENTS.mdin this repo is unchanged. It remains the SDK-specific source of truth for the frozen-file list, validation command, and any language-specific maintainer notes..agents/skills/(deepgram-python-speech-to-text,deepgram-python-voice-agent, etc.) are untouched. Those are for SDK consumers and stay where they are.After this lands
The canonical maintenance reference is now
deepgram/agents(workflow) + this repo'sAGENTS.md(specifics). No information is lost —AGENTS.mdhas the full per-repo detail.SDK-team members install the new skills via
deepgram/agentsand run the regen workflow exactly as before. Triggers like "fern regen" / "freeze classification" / "prepare regen" / "review regen" continue to work; they're now driven by the generalized skills indeepgram/agents.