Releases: devbyray/github-copilot-starter
Releases · devbyray/github-copilot-starter
v0.0.4 - Remove deprecated instruction files
Changes
This release removes deprecated instruction files that have been migrated to Agent Skills.
Removed Files
- commit.instructions.md → commit-conventions skill
- csharp.instructions.md → csharp-standards skill
- css.instructions.md → css-standards skill
- dotnet.instructions.md → dotnet-development skill
- html.instructions.md → html-standards skill
- javascript-typescript.instructions.md → javascript-typescript-standards skill
- markdown.instructions.md → markdown-standards skill
- nuxt.instructions.md → nuxt-development skill
- tailwind.instructions.md → tailwind-css skill
- testing.instructions.md → testing-tdd skill
- vue.instructions.md → vue-development skill
Impact
- Reduces context overhead by 1018 lines
- Improves maintainability
- Follows Agent Skills specification
- All guidelines preserved in .github/skills/ directory
v0.0.3 - Documentation Fixes
Fixed
- Documentation: Fixed broken formatting in README.md including code blocks, headers, and list structures.
- Commands: Corrected the CLI commands in the 'Getting Started' section to be copy-pasteable.
- Clarity: Consolidated duplicate instruction lists for better readability.
v0.0.2: Agent Skills Migration
Release v0.0.2: Agent Skills Migration
✨ What's New
Agent Skills System
Implemented 11 modular Agent Skills following the Agent Skills specification:
- javascript-typescript-standards (ES2022, Node.js)
- vue-development (Vue 3 Composition API)
- nuxt-development (Nuxt 3, SSR/SSG)
- css-standards (CSS organization)
- tailwind-css (Tailwind v4+)
- html-standards (Semantic markup)
- csharp-standards (C# conventions)
- dotnet-development (.NET architecture)
- markdown-standards (Documentation)
- testing-tdd (TDD workflow)
- commit-conventions (Conventional Commits)
🚀 Benefits
- ~70% reduction in baseline token usage
- Dynamic loading of skills when relevant
- Progressive disclosure pattern
- Better discoverability
- Executable scripts included
📚 Documentation
- Agent Skills README with comprehensive overview
- Migration guide explaining rationale
- Updated main README
- CHANGELOG.md for version tracking
See CHANGELOG.md for full details.
v0.0.1
v0.0.1
The first release of the GitHub Copilot Start 💪
Full Changelog: https://github.com/devbyray/github-copilot-starter/commits/v0.0.1