Add CastCodes build-out skills#4
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a set of CastCodes-specific, repo-local agent skills to guide work on rebrand-sensitive surfaces, OSS/hosted-service boundaries, local verification workflows, UI changes, and plugin-host development—scoped to .agents/skills as documented in the PR description.
Changes:
- Added 5 new CastCodes skills (
castcodes-*) with structured workflows and verification guidance. - Added focused one-level “reference map” docs for each skill to speed up codebase navigation.
- Added
agents/openai.yamlmetadata for each new skill to support agent UI/display integration.
Reviewed changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| .agents/skills/castcodes-ui-work/SKILL.md | Defines the CastCodes UI workflow/rules and verification commands. |
| .agents/skills/castcodes-ui-work/references/ui-map.md | UI ownership/navigation map and targeted ripgrep checks for UI work. |
| .agents/skills/castcodes-ui-work/agents/openai.yaml | Agent interface metadata for the UI work skill. |
| .agents/skills/castcodes-rebrand-surface/SKILL.md | Rebrand surface contract + classification/verification workflow. |
| .agents/skills/castcodes-rebrand-surface/references/repo-map.md | Rebrand-sensitive repo map + targeted search patterns. |
| .agents/skills/castcodes-rebrand-surface/agents/openai.yaml | Agent interface metadata for the rebrand surface skill. |
| .agents/skills/castcodes-plugin-host/SKILL.md | Plugin-host/MCP/plugin-manager guidance with OSS boundary constraints. |
| .agents/skills/castcodes-plugin-host/references/plugin-map.md | Plugin-host code area map + search/test hints. |
| .agents/skills/castcodes-plugin-host/agents/openai.yaml | Agent interface metadata for the plugin host skill. |
| .agents/skills/castcodes-fork-local-boundary/SKILL.md | OSS fork-local hosted-service boundary guidance + verification. |
| .agents/skills/castcodes-fork-local-boundary/references/service-boundaries.md | Hosted-service seam map + targeted searches and OSS rules. |
| .agents/skills/castcodes-fork-local-boundary/agents/openai.yaml | Agent interface metadata for the fork-local boundary skill. |
| .agents/skills/castcodes-dev-loop/SKILL.md | Guidance for selecting focused local verification/build commands. |
| .agents/skills/castcodes-dev-loop/references/commands.md | Command map for common CastCodes workflows (build/test/bundle). |
| .agents/skills/castcodes-dev-loop/agents/openai.yaml | Agent interface metadata for the dev-loop skill. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.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.
Summary
agents/openai.yamlmetadata and focused one-level reference maps for each skill..agents/skillswith no plugin scaffold or marketplace metadata.Test Plan
quick_validate.pyfor all 5 new skills using a temporary/tmpvenv withPyYAMLgit diff --check.agents/skills/castcodes-*