implement-github-feature
SolidDesign and implement a new feature or component from a GitHub issue. Use for net-new functionality, not bug fixes.
Web & Frontend 810 stars
47 forks Updated 3 weeks ago Apache-2.0
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
**Usage:** `/implement-github-feature ISSUE_NUMBER`
**Example:** `/implement-github-feature 281`
Implement GitHub feature request $ARGUMENTS following AgnosticUI conventions, accessibility standards, and CSS-first principles.
---
## Setup
1. **Read project context**
- Read `.claude/PROJECT_CONTEXT.md`
- Understand:
- Repository structure
- Design principles
- Accessibility requirements
- Branch conventions
- Component workflows
---
## Phase 0: Safety Checks (Required)
2. **Verify clean starting state**
- Run `git status`
- Confirm:
- Working directory is clean
- Current branch is `master`
- If either condition fails:
- **STOP**
- Ask the user to resolve before continuing
---
## Phase 1: Branching
3. **Propose feature branch**
- Follow convention: `issue-$ARGUMENTS/short-descriptive-name`
- Example: `issue-281/selection-card-group`
- Run:
```
git checkout -b issue-$ARGUMENTS/short-description
```
- **WAIT FOR USER APPROVAL of branch name before proceeding**
---
## Phase 2: Issue Analysis & Intent Extraction (No Code)
4. **Analyze the GitHub issue**
- Fetch full details:
```
gh issue view $ARGUMENTS
```
- Extract and summarize:
- Feature goals
- Non-goals / constraints
- API expectations
- Accessibility requirements
- Styling and theming expectations
- Framework implications (Lit / React / Vue)
5. **Study existing related compo...
Details
- Author
- AgnosticUI
- Repository
- AgnosticUI/agnosticui
- Created
- 5 years ago
- Last Updated
- 3 weeks ago
- Language
- TypeScript
- License
- Apache-2.0
Integrates with
Related Skills
Web & Frontend Featured
antigravity-design-expert
Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.
38,979 Updated today
sickn33 Web & Frontend Featured
frontend-design
You are a frontend designer-engineer, not a layout generator.
38,979 Updated today
sickn33 Web & Frontend Featured
ui-component
Generate a new UI component that follows StyleSeed Toss conventions for structure, tokens, accessibility, and component ergonomics.
38,979 Updated today
sickn33