From claude-resources
Generates or updates .github/copilot-instructions.md by exploring codebase for tech stack, conventions, import patterns, code style, and testing. Useful for onboarding or enforcing project guidelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-resources:copilot-instructionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate or update the `.github/copilot-instructions.md` file for this repository.
Generate or update the .github/copilot-instructions.md file for this repository.
Instructions:
.github/copilot-instructions.md exists:.github/copilot-instructions.md file.github/copilot-instructions.md fileNote: This creates GitHub Copilot custom instructions following the official format documented at https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions
npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesGenerates, analyzes, and enhances CLAUDE.md files using best practices, modular architecture, and tech stack customization for new and existing projects.
Generates project-specific CLAUDE.md rules by detecting stack from package.json, Cargo.toml, pyproject.toml, go.mod, git log, and user-selecting categories like response format, library preference, code review stance. Use for new projects, repo onboarding, or establishing conventions.
Analyzes unfamiliar codebases to generate structured onboarding guides with architecture maps, key entry points, conventions, and starter CLAUDE.md.