This repository contains some additional agents or speckit commands that have been added by refactoring the original speckit repo for GitHub Copilot only. The idea was to see if we could use the SpecKit framework that was generic and extensible enough; and can be refactored to use some of the open source skills and plugins used by claude code to improve the development experience with GitHub Copilot
As a part of this exercise here, I have added three new skills (speckit commands):
/speckit.frontend_design: For creating production-grade frontend interfaces with high design quality/speckit.pptx: For creating pptx files on any given topic/speckit.mcp_builder: For building mcp servers from scratch, test and document the entire operation/speckit.code_simplify: For simplifying complex and overwritten code to minimize tech debts
The addition of the frontend design skill significantly enhances the development experience by enabling the creation of visually striking, production-ready interfaces with bold aesthetic choices. Below are two demonstrations showcasing the difference:
Standard development approach without specialized design guidance:
Enhanced development using /speckit.frontend_design for production-grade aesthetics:
The frontend design skill enables:
- Bold Aesthetic Direction: Intentional design choices that create memorable interfaces
- Production-Grade Quality: Refined typography, cohesive color schemes, and sophisticated animations
- Creative Implementation: Unexpected layouts, spatial composition, and visual details that go beyond generic templates
Note: This repository contains some of Anthropic's implementation of open source skills for Claude. For information about the Agent Skills standard, see agentskills.io. Additionally, this repository is baseline fork of the open source spec-kit based development framework

