Remove kit documentation files and consolidate agent guidance#4
Merged
Conversation
The five kit.md directories used a non-standard schema not recognized by Claude Code's skills loader, and the three SKILL.md directories were not in the auto-discovered .claude/skills/ path. Content overlapped heavily with AGENTS.md and docs/agents/*, so drop the directory entirely and clean up incoming references.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
chloeilabs
added a commit
that referenced
this pull request
Apr 17, 2026
…e-page-2.tsx-files Remove obsolete duplicate `page 2.tsx` route files
chloeilabs
added a commit
that referenced
this pull request
Apr 17, 2026
Remove kit documentation files and consolidate agent guidance
chloeilabs
added a commit
that referenced
this pull request
Apr 17, 2026
…e-page-2.tsx-files Remove obsolete duplicate `page 2.tsx` route files
chloeilabs
added a commit
that referenced
this pull request
Apr 17, 2026
Remove kit documentation files and consolidate agent guidance
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
This PR removes standalone kit documentation files from
.agents/skills/and consolidates agent guidance into the mainAGENTS.mdfiles anddocs/agents/directory. The kit files (code-review-5pass, autonomous-improve, project-scaffold, codebase-map, systematic-debugging) and repo-specific skill files (repo-review, copilot-workflow, markets-workflow) are being deprecated in favor of a more centralized documentation structure.Key Changes
Removed kit documentation: Deleted 5 comprehensive kit files from
.agents/skills/:code-review-5pass/kit.md(5-pass code review methodology)autonomous-improve/kit.md(quality improvement loop)project-scaffold/kit.md(convention-aware file generation)codebase-map/kit.md(structural codebase indexing)systematic-debugging/kit.md(root cause debugging protocol)Removed repo-specific skill files: Deleted 3 workflow skill definitions:
.agents/skills/repo-review/SKILL.md.agents/skills/copilot-workflow/SKILL.md.agents/skills/markets-workflow/SKILL.mdUpdated documentation references: Modified guidance files to remove references to
.agents/skills/*paths:AGENTS.md: Removed mention of.agents/skills/*as a location for long playbookssrc/lib/server/markets/AGENTS.md: Updated architecture reference pathREADME.md: Removed reference to skill-based workflowsdocs/agents/repo-map.md: Removed mention of skill files in repo structureImplementation Details
The consolidation maintains all guidance content by directing users to:
AGENTS.mdfor repo-wide contractsAGENTS.mdfiles for subtree-specific rulesdocs/agents/*anddocs/architecture/*for detailed playbooks and backgroundThis simplifies the agent guidance structure by eliminating the intermediate
.agents/skills/layer while preserving all essential information in more discoverable locations.https://claude.ai/code/session_01XpZuDmX2U6PezgJ1eLvmaR